Skip to content

Commit

Permalink
feat(balance, mods/Magical_Nights): Nerf plastic golem's anti-cheese …
Browse files Browse the repository at this point in the history
…slightly (#5924)

* Nerf anti-cheese slighty

* Why the hell would it ever do 55

Idk what I was thinking
  • Loading branch information
RobbieNeko authored Jan 12, 2025
1 parent 5fe8458 commit b7b0fe5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions data/mods/Magical_Nights/Spells/monsterspells.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,15 +185,15 @@
"description": "They cast Magic Missile at your puny head! (Monster Spell)",
"valid_targets": [ "hostile" ],
"flags": [ "SOMATIC", "NO_LEGS", "SILENT" ],
"min_damage": 10,
"damage_increment": 2,
"min_damage": 5,
"damage_increment": 2.5,
"damage_type": "true",
"max_damage": 50,
"max_damage": 30,
"min_range": 5,
"base_energy_cost": 50,
"spell_class": "MAGUS",
"difficulty": 1,
"max_level": 20,
"max_level": 10,
"base_casting_time": 100,
"energy_source": "MANA",
"effect": "target_attack"
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Magical_Nights/monsters/golems.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"melee_dice": 3,
"melee_dice_sides": 6,
"melee_cut": 3,
"special_attacks": [ { "type": "spell", "spell_data": { "id": "mon_magic_missile", "min_level": 1 }, "cooldown": 15 } ],
"special_attacks": [ { "type": "spell", "spell_data": { "id": "mon_magic_missile", "min_level": 1 }, "cooldown": 25 } ],
"vision_day": 30,
"vision_night": 30,
"anger_triggers": [ "PLAYER_CLOSE", "HURT" ],
Expand Down

0 comments on commit b7b0fe5

Please sign in to comment.