Skip to content

Commit

Permalink
Merge pull request #47382 from Fris0uman/mannequin
Browse files Browse the repository at this point in the history
Add mannequin hallu monster
  • Loading branch information
ZhilkinSerg authored Feb 15, 2021
2 parents 566011e + 8a06015 commit f9fcf55
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions data/json/monsters/misc.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,29 @@
"death_function": [ "DISAPPEAR" ],
"flags": [ "SEES", "HEARS", "NO_BREATHE" ]
},
{
"id": "mon_hallu_mannequin",
"type": "MONSTER",
"name": { "str": "mannequin" },
"description": "Is this mannequin moving?",
"default_faction": "factionless",
"species": [ "HALLUCINATION" ],
"volume": "62500 ml",
"weight": "81500 g",
"hp": 5,
"speed": 50,
"material": [ "wood" ],
"symbol": "@",
"color": "brown",
"aggression": 100,
"morale": 100,
"melee_skill": 1,
"melee_cut": 0,
"harvest": "exempt",
"special_attacks": [ [ "DISAPPEAR", 20 ] ],
"death_function": [ "DISAPPEAR" ],
"flags": [ "SEES", "HEARS", "NO_BREATHE" ]
},
{
"id": "mon_hologram",
"type": "MONSTER",
Expand Down

0 comments on commit f9fcf55

Please sign in to comment.