Skip to content

Commit

Permalink
(CrazyCataclysm) Crazy Hallucinations (#47386)
Browse files Browse the repository at this point in the history
  • Loading branch information
SariusSkelrets authored and ZhilkinSerg committed Mar 3, 2021
1 parent 30fc43e commit 46b246f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions data/mods/CrazyCataclysm/crazy_monsters.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@
"copy-from": "mon_zombie_electric",
"special_attacks": [ [ "SHOCKING_REVEAL", 25 ] ]
},
{
"id": "halloween_dragon",
"type": "MONSTER",
"name": { "str": "inflatable dragon" },
"copy-from": "mon_dragon_dummy",
"delete": { "flags": [ "NOT_HALLUCINATION" ] }
},
{
"id": "halloween_ghost",
"type": "MONSTER",
"name": { "str": "inflatable ghost" },
"copy-from": "mon_halloween_ghost",
"delete": { "flags": [ "NOT_HALLUCINATION" ] }
},
{
"id": "mon_zombie_skeltal",
"type": "MONSTER",
Expand Down

0 comments on commit 46b246f

Please sign in to comment.