Skip to content

Commit

Permalink
feat(mods/Magical_Nights, balance): Discourage spear cheese against p…
Browse files Browse the repository at this point in the history
…lastic golems (cataclysmbnteam#5914)

* No booli golem with cheese

* Pre-empt build failure due to typewriter
  • Loading branch information
RobbieNeko authored Jan 9, 2025
1 parent 58251ec commit 2e0cbba
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions data/mods/Magical_Nights/Spells/monsterspells.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,26 @@
"max_aoe": 165,
"aoe_increment": 5
},
{
"id": "mon_magic_missile",
"type": "SPELL",
"name": { "str": "Magic Missile" },
"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,
"damage_type": "none",
"max_damage": 50,
"min_range": 5,
"base_energy_cost": 50,
"spell_class": "MAGUS",
"difficulty": 1,
"max_level": 20,
"base_casting_time": 100,
"energy_source": "MANA",
"effect": "target_attack"
},
{
"id": "monster_pain_split",
"type": "SPELL",
Expand Down
1 change: 1 addition & 0 deletions data/mods/Magical_Nights/monsters/golems.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +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 } ],
"vision_day": 30,
"vision_night": 30,
"anger_triggers": [ "PLAYER_CLOSE", "HURT" ],
Expand Down

0 comments on commit 2e0cbba

Please sign in to comment.