Skip to content

Commit

Permalink
[magiclysm] add message to feral wizards spell
Browse files Browse the repository at this point in the history
the feral casts Wild Magic Monster Sorcery at you!

not very fancy; give it a specific message:
the feral wizard gestures and chants erratically!

also don't min range 10 max range 10, pretty sure it ignores the ranges
but hey
  • Loading branch information
casswedson committed Jul 25, 2024
1 parent b0aae89 commit e20eab6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/Spells/monsterspells.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
"flags": [ "WONDER", "NO_PROJECTILE" ],
"min_damage": 1,
"max_damage": 1,
"min_range": 10,
"min_range": 1,
"max_range": 10,
"message": "",
"extra_effects": [ { "id": "blinding_flash" }, { "id": "ethereal_grasp" }, { "id": "point_flare" }, { "id": "dispel_magic_monster" } ]
Expand Down
7 changes: 6 additions & 1 deletion data/mods/Magiclysm/monsters/feral_wizards.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@
"stomach_size": 700,
"path_settings": { "max_dist": 45, "allow_open_doors": true, "avoid_traps": true, "avoid_sharp": true },
"special_attacks": [
{ "type": "spell", "spell_data": { "id": "spell_feral_wizard_base" }, "cooldown": 10 },
{
"type": "spell",
"spell_data": { "id": "spell_feral_wizard_base" },
"monster_message": "%1$s chants and gestures erratically!",
"cooldown": 10
},
[ "BROWSE", 100 ],
[ "EAT_FOOD", 100 ]
],
Expand Down

0 comments on commit e20eab6

Please sign in to comment.