Skip to content

Commit

Permalink
auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
waveyl committed Sep 18, 2024
1 parent cb10c4b commit 9996889
Show file tree
Hide file tree
Showing 82 changed files with 5,376 additions and 737 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,129 @@
[
{
"id": "AEA_cricketpin_charm",
"type": "SPELL",
"name": { "str": "Charm insect" },
"description": "Charms insects.",
"valid_targets": [ "ally", "hostile" ],
"targeted_monster_species": [ "INSECT", "INSECT_FLYING" ],
"spell_class": "NONE",
"effect": "charm_monster",
"shape": "blast",
"min_damage": 9999,
"max_damage": 9999,
"min_aoe": 16,
"max_aoe": 16,
"min_duration": 90000,
"max_duration": 90000,
"max_level": 1,
"difficulty": -20,
"base_casting_time": 105,
"base_energy_cost": 0,
"energy_source": "MANA",
"flags": [ "NO_EXPLOSION_SFX", "SILENT" ]
},
{
"id": "AEA_death_blink",
"type": "SPELL",
"name": { "str": "Death blink" },
"description": "Death blink.",
"spell_class": "NONE",
"valid_targets": [ "ground" ],
"effect": "short_range_teleport",
"shape": "line",
"min_range": 12,
"max_range": 12,
"max_level": 1,
"difficulty": -20,
"base_casting_time": 17,
"base_energy_cost": 0,
"energy_source": "MANA",
"flags": [ "NO_HANDS", "NO_LEGS", "NO_PROJECTILE", "SILENT", "TARGET_TELEPORT" ]
},
{
"id": "AEA_fan_instakill",
"type": "SPELL",
"name": { "str": "Death" },
"description": "Death.",
"valid_targets": [ "ally", "hostile" ],
"spell_class": "NONE",
"effect": "banishment",
"shape": "blast",
"min_damage": 9999,
"max_damage": 9999,
"min_range": 7,
"max_range": 7,
"max_level": 1,
"difficulty": -20,
"base_casting_time": 100,
"base_energy_cost": 0,
"energy_source": "MANA",
"flags": [ "NO_LEGS", "SOMATIC" ]
},
{
"id": "AEA_prankster_pit",
"type": "SPELL",
"name": { "str": "Prankster pit" },
"description": "Digs a pit.",
"spell_class": "NONE",
"valid_targets": [ "ground" ],
"effect": "ter_transform",
"effect_str": "prankster_pit_ter",
"shape": "blast",
"min_range": 1,
"max_range": 1,
"max_level": 1,
"difficulty": -20,
"base_casting_time": 200,
"base_energy_cost": 0,
"energy_source": "MANA",
"flags": [ "NO_EXPLOSION_SFX", "SILENT", "SOMATIC" ]
},
{
"id": "AEA_darkness_release",
"type": "SPELL",
"name": { "str": "Release darkness" },
"description": "Releases darkness.",
"valid_targets": [ "ground" ],
"spell_class": "NONE",
"effect": "emit",
"effect_str": "thex_darkness_release_emit",
"shape": "blast",
"min_aoe": 3,
"max_aoe": 5,
"max_level": 1,
"difficulty": -20,
"base_casting_time": 200,
"base_energy_cost": 0,
"energy_source": "MANA",
"message": "",
"flags": [ "NO_EXPLOSION_SFX", "NO_LEGS", "RANDOM_AOE" ]
},
{
"id": "thex_darkness_release_emit",
"type": "emit",
"field": "fd_smoke2",
"intensity": 3,
"qty": 16
},
{
"id": "AEA_sunflower_spam",
"type": "SPELL",
"name": { "str": "Summon sunflower" },
"description": "Summon sunflowers.",
"valid_targets": [ "ground" ],
"spell_class": "NONE",
"effect": "ter_transform",
"effect_str": "sunflower_spam_fur",
"shape": "blast",
"min_aoe": 4,
"max_aoe": 6,
"max_level": 1,
"difficulty": -20,
"base_casting_time": 100,
"base_energy_cost": 0,
"energy_source": "MANA",
"message": "",
"flags": [ "NO_EXPLOSION_SFX", "NO_FAIL", "RANDOM_AOE", "SILENT" ]
}
]
Loading

0 comments on commit 9996889

Please sign in to comment.