Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(CrazyCataclysm) Crazy Hallucinations #47386

Merged
merged 2 commits into from
Feb 23, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions data/mods/CrazyCataclysm/crazy_monsters.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,28 @@
"copy-from": "mon_zombie_electric",
"special_attacks": [ [ "SHOCKING_REVEAL", 25 ] ]
},
{
"id": "debug_mon",
ZhilkinSerg marked this conversation as resolved.
Show resolved Hide resolved
"type": "MONSTER",
"name": { "str": "monster" },
"description": "Description.",
"copy-from": "debug_mon",
"delete": { "flags": [ "NOT_HALLUCINATION" ] }
},
ZhilkinSerg marked this conversation as resolved.
Show resolved Hide resolved
{
"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