Skip to content

Commit

Permalink
change seismic stomp to target_attack
Browse files Browse the repository at this point in the history
  • Loading branch information
KorGgenT authored and kevingranade committed Sep 27, 2019
1 parent 2f3c9ac commit 34edfc0
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions data/mods/Magiclysm/Spells/earthshaper.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,17 @@
"type": "SPELL",
"name": "Seismic Stomp",
"description": "Focusing mana into your leg, you stomp your foot and send out a shockwave, knocking enemies around you onto the ground.",
"effect": "cone_attack",
"effect": "target_attack",
"effect_str": "downed",
"valid_targets": [ "hostile", "ground" ],
"valid_targets": [ "hostile", "ground", "none" ],
"flags": [ "SOMATIC", "LOUD" ],
"max_level": 10,
"min_damage": 2,
"max_damage": 10,
"damage_increment": 0,
"min_aoe": 360,
"max_aoe": 360,
"aoe_increment": 0,
"min_range": 3,
"max_range": 12,
"range_increment": 1,
"damage_increment": 0.8,
"min_aoe": 3,
"max_aoe": 12,
"aoe_increment": 1,
"min_duration": 1000,
"max_duration": 6000,
"duration_increment": 500,
Expand Down

0 comments on commit 34edfc0

Please sign in to comment.