Skip to content

Commit

Permalink
Merge pull request #79215 from Standing-Storm/paraclesian-summon-aoes
Browse files Browse the repository at this point in the history
[Xedra Evolved] Fix Paraclesian summon spells
  • Loading branch information
Maleclypse authored Jan 18, 2025
2 parents 006a634 + bf9079b commit 3479f4b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,8 @@
"min_range": 1,
"max_range": 15,
"range_increment": 1,
"min_aoe": 2,
"max_aoe": 2,
"damage_increment": 0.5,
"magic_type": "xe_fey_magick",
"base_energy_cost": 200,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,8 @@
"min_range": 1,
"max_range": 15,
"range_increment": 1,
"min_aoe": 2,
"max_aoe": 2,
"max_level": 35,
"difficulty": 3,
"effect": "summon",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,8 @@
"min_range": 1,
"max_range": 15,
"range_increment": 1,
"min_aoe": 2,
"max_aoe": 2,
"magic_type": "xe_fey_magick",
"base_energy_cost": 200,
"base_casting_time": 3000,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,8 @@
"min_range": 1,
"max_range": 15,
"range_increment": 1,
"min_aoe": 2,
"max_aoe": 2,
"max_level": 35,
"difficulty": 3,
"effect": "summon",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,8 @@
"min_range": 1,
"max_range": 15,
"range_increment": 1,
"min_aoe": 2,
"max_aoe": 2,
"max_level": 35,
"difficulty": 3,
"effect": "summon",
Expand Down

0 comments on commit 3479f4b

Please sign in to comment.