From b7b0fe518d7ae19eb8b175160ef7b669ff1e5760 Mon Sep 17 00:00:00 2001 From: RobbieNeko <30732426+RobbieNeko@users.noreply.github.com> Date: Sun, 12 Jan 2025 14:24:55 -0500 Subject: [PATCH] feat(balance, mods/Magical_Nights): Nerf plastic golem's anti-cheese slightly (#5924) * Nerf anti-cheese slighty * Why the hell would it ever do 55 Idk what I was thinking --- data/mods/Magical_Nights/Spells/monsterspells.json | 8 ++++---- data/mods/Magical_Nights/monsters/golems.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/data/mods/Magical_Nights/Spells/monsterspells.json b/data/mods/Magical_Nights/Spells/monsterspells.json index 8252897aee02..6120a47b7a5a 100644 --- a/data/mods/Magical_Nights/Spells/monsterspells.json +++ b/data/mods/Magical_Nights/Spells/monsterspells.json @@ -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" diff --git a/data/mods/Magical_Nights/monsters/golems.json b/data/mods/Magical_Nights/monsters/golems.json index 1819a4a285f0..59cb7987b876 100644 --- a/data/mods/Magical_Nights/monsters/golems.json +++ b/data/mods/Magical_Nights/monsters/golems.json @@ -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" ],