Advertisement
Zeus_Junior

Spell schema 1

Mar 6th, 2021 (edited)
743
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.99 KB | None | 0 0
  1. [
  2.     {
  3.         "name":"SPELL: set item tint RGB",
  4.         "defindex":1004,
  5.         "attribute_class":"set_item_tint_rgb_override",
  6.         "description_string":"%s1",
  7.         "description_format":"value_is_from_lookup_table",
  8.         "effect_type":"positive",
  9.         "hidden":false,
  10.         "stored_as_integer":false
  11.     },
  12.     {
  13.         "name":"SPELL: set Halloween footstep type",
  14.         "defindex":1005,
  15.         "attribute_class":"halloween_footstep_type",
  16.         "description_string":"%s1",
  17.         "description_format":"value_is_from_lookup_table",
  18.         "effect_type":"positive",
  19.         "hidden":false,
  20.         "stored_as_integer":false
  21.     },
  22.     {
  23.         "name":"SPELL: Halloween voice modulation",
  24.         "defindex":1006,
  25.         "attribute_class":"halloween_voice_modulation",
  26.         "description_string":"Voices From Below",
  27.         "description_format":"value_is_additive",
  28.         "effect_type":"positive",
  29.         "hidden":false,
  30.         "stored_as_integer":false
  31.     },
  32.     {
  33.         "name":"SPELL: Halloween pumpkin explosions",
  34.         "defindex":1007,
  35.         "attribute_class":"halloween_pumpkin_explosions",
  36.         "description_string":"Pumpkin Bombs",
  37.         "description_format":"value_is_additive",
  38.         "effect_type":"positive",
  39.         "hidden":false,
  40.         "stored_as_integer":false
  41.     },
  42.     {
  43.         "name":"SPELL: Halloween green flames",
  44.         "defindex":1008,
  45.         "attribute_class":"halloween_green_flames",
  46.         "description_string":"Halloween Fire",
  47.         "description_format":"value_is_additive",
  48.         "effect_type":"positive",
  49.         "hidden":false,
  50.         "stored_as_integer":false
  51.     },
  52.     {
  53.         "name":"SPELL: Halloween death ghosts",
  54.         "defindex":1009,
  55.         "attribute_class":"halloween_death_ghosts",
  56.         "description_string":"Exorcism",
  57.         "description_format":"value_is_additive",
  58.         "effect_type":"positive",
  59.         "hidden":false,
  60.         "stored_as_integer":false
  61.     }
  62. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement