Skip to content

Commit

Permalink
fix: magiclysm's thunder pillar spells
Browse files Browse the repository at this point in the history
- fix ranges from just a tile range e.g. [12-12] to a say [5-12] fix
- this monster's summon spell, so you know you can summon this bad boy
  • Loading branch information
casswedson committed Dec 10, 2022
1 parent 50d81a1 commit b1133a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/Spells/attunements/Stormcaller.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"base_energy_cost": 400,
"energy_increment": -17.5,
"final_energy_cost": 225,
"min_damage": 0,
"min_damage": 1,
"max_damage": 4,
"damage_increment": 0.1,
"min_range": 1,
Expand Down
8 changes: 4 additions & 4 deletions data/mods/Magiclysm/monster_attacks.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@
"flags": [ "LOUD", "RANDOM_DAMAGE", "RANDOM_AOE" ],
"min_damage": 55,
"max_damage": 105,
"min_range": 12,
"min_range": 5,
"max_range": 12,
"min_aoe": 1,
"max_aoe": 3,
"field_id": "fd_electricity",
"min_field_intensity": 5,
"min_field_intensity": 2,
"max_field_intensity": 5,
"field_chance": 1,
"damage_type": "heat",
Expand All @@ -119,12 +119,12 @@
"flags": [ "LOUD", "RANDOM_DAMAGE", "RANDOM_AOE" ],
"min_damage": 40,
"max_damage": 65,
"min_range": 25,
"min_range": 10,
"max_range": 25,
"min_aoe": 2,
"max_aoe": 6,
"field_id": "fd_electricity",
"min_field_intensity": 5,
"min_field_intensity": 2,
"max_field_intensity": 5,
"field_chance": 2,
"damage_type": "electric",
Expand Down

0 comments on commit b1133a1

Please sign in to comment.