Advertisement
Guest User

Untitled

a guest
Dec 14th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.14 KB | None | 0 0
  1. !!map {
  2.   ? !!str "meteor"
  3.   : !!map {
  4.     ? !!str "hit-air-after-duration"
  5.     : !!bool "false",
  6.     ? !!str "hit-air-at-end"
  7.     : !!bool "false",
  8.     ? !!str "hit-air-during"
  9.     : !!bool "false",
  10.     ? !!str "hit-ground"
  11.     : !!bool "true",
  12.     ? !!str "hit-non-players"
  13.     : !!bool "true",
  14.     ? !!str "hit-players"
  15.     : !!bool "true",
  16.     ? !!str "hit-radius"
  17.     : !!float "1.5",
  18.     ? !!str "hit-self"
  19.     : !!bool "true",
  20.     ? !!str "max-distance"
  21.     : !!int "100",
  22.     ? !!str "max-duration"
  23.     : !!int "0",
  24.     ? !!str "particle-count"
  25.     : !!int "15",
  26.     ? !!str "particle-name"
  27.     : !!str "hugeexplosion",
  28.     ? !!str "particle-speed"
  29.     : !!float "0.29999999999999999",
  30.     ? !!str "power-affects-velocity"
  31.     : !!bool "true",
  32.     ? !!str "projectile-gravity"
  33.     : !!float "1.0",
  34.     ? !!str "projectile-horiz-offset"
  35.     : !!float "10.0",
  36.     ? !!str "projectile-spread"
  37.     : !!float "0.0",
  38.     ? !!str "projectile-velocity"
  39.     : !!float "20.0",
  40.     ? !!str "projectile-vert-offset"
  41.     : !!float "0.0",
  42.     ? !!str "render-distance"
  43.     : !!int "32",
  44.     ? !!str "special-effect-interval"
  45.     : !!int "0",
  46.     ? !!str "spell"
  47.     : !!str "meteorImpactMulti",
  48.     ? !!str "spell-class"
  49.     : !!str ".instant.ParticleProjectileSpell",
  50.     ? !!str "spell-interval"
  51.     : !!int "20",
  52.     ? !!str "start-forward-offset"
  53.     : !!float "1.0",
  54.     ? !!str "start-y-offset"
  55.     : !!float "10.0",
  56.     ? !!str "stop-on-hit-entity"
  57.     : !!bool "true",
  58.     ? !!str "stop-on-hit-ground"
  59.     : !!bool "true",
  60.     ? !!str "tick-interval"
  61.     : !!int "2",
  62.     ? !!str "vertical-hit-radius"
  63.     : !!float "1.5",
  64.   },
  65.   ? !!str "meteorImpactExplosion"
  66.   : !!map {
  67.     ? !!str "add-fire"
  68.     : !!bool "false",
  69.     ? !!str "damage-multiplier"
  70.     : !!int "1",
  71.     ? !!str "explosion-size"
  72.     : !!int "20",
  73.     ? !!str "prevent-animal-damage"
  74.     : !!bool "false",
  75.     ? !!str "prevent-block-damage"
  76.     : !!bool "false",
  77.     ? !!str "prevent-player-damage"
  78.     : !!bool "false",
  79.     ? !!str "simulate-tnt"
  80.     : !!bool "true",
  81.     ? !!str "spell-class"
  82.     : !!str ".targeted.ExplodeSpell",
  83.   },
  84.   ? !!str "meteorImpactMulti"
  85.   : !!map {
  86.     ? !!str "effects"
  87.     : !!map {
  88.       ? !!str "bigBoom"
  89.       : !!map {
  90.         ? !!str "effect"
  91.         : !!str "effectlib",
  92.         ? !!str "effectlib"
  93.         : !!map {
  94.           ? !!str "class"
  95.           : !!str "SphereEffect",
  96.           ? !!str "iterations"
  97.           : !!int "5",
  98.           ? !!str "particle"
  99.           : !!str "EXPLOSION_HUGE",
  100.           ? !!str "radius"
  101.           : !!int "10",
  102.         },
  103.         ? !!str "position"
  104.         : !!str "target",
  105.       },
  106.       ? !!str "flames"
  107.       : !!map {
  108.         ? !!str "effect"
  109.         : !!str "effectlib",
  110.         ? !!str "effectlib"
  111.         : !!map {
  112.           ? !!str "class"
  113.           : !!str "SphereEffect",
  114.           ? !!str "iterations"
  115.           : !!int "7",
  116.           ? !!str "particle"
  117.           : !!str "FLAME",
  118.           ? !!str "radius"
  119.           : !!int "13",
  120.         },
  121.         ? !!str "position"
  122.         : !!str "target",
  123.       },
  124.     },
  125.     ? !!str "spell-class"
  126.     : !!str ".TargetedMultiSpell",
  127.     ? !!str "spells"
  128.     : !!seq [
  129.       !!str "meteorImpactExplosion",
  130.       !!str "meteorImpactShockwave",
  131.     ],
  132.     ? !!str "stop-on-fail"
  133.     : !!bool "false",
  134.   },
  135.   ? !!str "meteorImpactShockwave"
  136.   : !!map {
  137.     ? !!str "block-type"
  138.     : !!str "51:15",
  139.     ? !!str "burn-tall-grass"
  140.     : !!bool "true",
  141.     ? !!str "effects"
  142.     : !!map {
  143.       ? !!str "spec"
  144.       : !!map {
  145.         ? !!str "effect"
  146.         : !!str "effectlib",
  147.         ? !!str "effectlib"
  148.         : !!map {
  149.           ? !!str "class"
  150.           : !!str "SphereEffect",
  151.           ? !!str "iterations"
  152.           : !!int "3",
  153.           ? !!str "particles"
  154.           : !!int "5",
  155.         },
  156.         ? !!str "position"
  157.         : !!str "special",
  158.       },
  159.     },
  160.     ? !!str "expanding-radius-change"
  161.     : !!int "1",
  162.     ? !!str "range"
  163.     : !!int "10",
  164.     ? !!str "spell-class"
  165.     : !!str ".instant.FirenovaSpell",
  166.     ? !!str "tick-speed"
  167.     : !!int "5",
  168.   },
  169. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement