From 12149ae8624a17128634a18f673d802e56321ab0 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 28 Jul 2020 15:24:40 -0700 Subject: Formatting fixes --- monsters.json | 64 +++++++++++++++++++++++++++++------------------------------ 1 file changed, 32 insertions(+), 32 deletions(-) (limited to 'monsters.json') diff --git a/monsters.json b/monsters.json index ec4589b..e3058b8 100644 --- a/monsters.json +++ b/monsters.json @@ -35,6 +35,37 @@ "flags": [ "SEES", "SMELLS", "HEARS", "SWIMS", "WARM", "NOGIB", "CAN_OPEN_DOORS", "HUMAN", "PATH_AVOID_DANGER_1", "FLIES" ], "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", @@ -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" ] } ] -- cgit v1.2.1