aboutsummaryrefslogtreecommitdiff
path: root/monsters.json
diff options
context:
space:
mode:
Diffstat (limited to 'monsters.json')
-rw-r--r--monsters.json64
1 files changed, 32 insertions, 32 deletions
diff --git a/monsters.json b/monsters.json
index ec4589b..e3058b8 100644
--- a/monsters.json
+++ b/monsters.json
@@ -36,6 +36,37 @@
"anger_triggers": [ "FRIEND_ATTACKED"]
},
{
+ "id": "maid_master",
+ "type": "MONSTER",
+ "name": { "str": "Mistress", "str_pl": "Mistresses" },
+ "description": "A girl entrusted to you by the owner of the house you served at. There's a deep feeling of fear in your stomach as you embrace the cataclysm, but protecting this girl gives you purpose and makes you feel less alone.",
+ "default_faction": "player",
+ "bodytype": "human",
+ "species": [ "HUMAN" ],
+ "diff": 2,
+ "volume": "1000 ml",
+ "weight": "1 kg",
+ "hp": 40,
+ "speed": 150,
+ "material": [ "flesh" ],
+ "symbol": "m",
+ "color": "brown",
+ "aggression": -10,
+ "morale": 100,
+ "melee_skill": 2,
+ "melee_dice": 2,
+ "melee_dice_sides": 4,
+ "melee_cut": 2,
+ "dodge": 2,
+ "armor_bash": 0,
+ "armor_cut": 0,
+ "vision_day": 30,
+ "vision_night": 3,
+ "harvest": "human",
+ "death_function": [ "NORMAL" ],
+ "flags": [ "SEES", "HEARS", "SMELLS", "WARM", "GUILT", "BONES", "CAN_OPEN_DOORS", "HUMAN", "PATH_AVOID_DANGER_1" ]
+ },
+ {
"id": "mon_little_maid",
"type": "MONSTER",
"name": { "str": "Little Maid" },
@@ -68,38 +99,7 @@
"death_function": [ "MELT" ],
"regenerates": 10,
"regen_morale": true,
- "flags": [ "SEES", "SMELLS", "HEARS", "SWIMS", "WARM", "NOGIB", "CAN_OPEN_DOORS", "HUMAN", "PATH_AVOID_DANGER_1", "FLIES" ],
+ "flags": [ "SEES", "SMELLS", "HEARS", "SWIMS", "WARM", "NOGIB", "CAN_OPEN_DOORS", "HUMAN", "PATH_AVOID_DANGER_1" ],
"anger_triggers": [ "FRIEND_ATTACKED" ]
- },
- {
- "id": "maid_master",
- "type": "MONSTER",
- "name": { "str": "Mistress", "str_pl": "Mistresses" },
- "description": "A girl entrusted to you by the owner of the house you served at. There's a deep feeling of fear in your stomach as you embrace the cataclysm, but protecting this girl gives you purpose and makes you feel less alone.",
- "default_faction": "player",
- "bodytype": "human",
- "species": [ "HUMAN" ],
- "diff": 2,
- "volume": "1000 ml",
- "weight": "1 kg",
- "hp": 40,
- "speed": 150,
- "material": [ "flesh" ],
- "symbol": "m",
- "color": "brown",
- "aggression": -10,
- "morale": 100,
- "melee_skill": 2,
- "melee_dice": 2,
- "melee_dice_sides": 4,
- "melee_cut": 2,
- "dodge": 2,
- "armor_bash": 0,
- "armor_cut": 0,
- "vision_day": 30,
- "vision_night": 3,
- "harvest": "human",
- "death_function": [ "NORMAL" ],
- "flags": [ "SEES", "HEARS", "SMELLS", "WARM", "GUILT", "BONES", "CAN_OPEN_DOORS", "HUMAN", "PATH_AVOID_DANGER_1" ]
}
]