Skip to content

Commit

Permalink
Nerf the ooze's spell
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieNeko committed Feb 9, 2025
1 parent 8db7b31 commit 34bcdb9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions data/mods/Magical_Nights/Spells/monsterspells.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,18 +165,18 @@
"base_casting_time": 200,
"base_energy_cost": 200,
"energy_source": "MANA",
"max_level": 30,
"min_damage": 34,
"max_damage": 123,
"max_level": 10,
"min_damage": 16,
"max_damage": 56,
"damage_increment": 4,
"damage_type": "acid",
"min_range": 7,
"max_range": 12,
"flags": [ "VERBAL", "NO_HANDS" ],
"range_increment": 0.25,
"min_aoe": 100,
"max_aoe": 165,
"aoe_increment": 5
"min_aoe": 30,
"max_aoe": 60,
"aoe_increment": 3
},
{
"id": "mon_magic_missile",
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Magical_Nights/monsters/monsters.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
{
"type": "spell",
"spell_data": { "id": "ooze_acidicspray" },
"cooldown": 20,
"cooldown": 40,
"monster_message": "The black pudding burns %3$s with acid!"
}
],
Expand Down

0 comments on commit 34bcdb9

Please sign in to comment.