Skip to content

Commit

Permalink
Modify duration values to be more sensible considering half-life
Browse files Browse the repository at this point in the history
  • Loading branch information
ToxiClay committed Jan 24, 2021
1 parent 6a90b61 commit 58688ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/mods/Magiclysm/Spells/magus.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"max_field_intensity": 1,
"shape": "blast",
"valid_targets": [ "self", "ground" ],
"min_duration": 6000,
"max_duration": 90000,
"min_duration": 3000,
"max_duration": 45000,
"min_range": 10,
"max_range": 10,
"min_aoe": 1,
"max_aoe": 4,
"aoe_increment": 0.25,
"duration_increment": 2800,
"duration_increment": 1400,
"max_level": 30,
"spell_class": "MAGUS",
"energy_source": "MANA",
Expand Down

0 comments on commit 58688ae

Please sign in to comment.