aboutsummaryrefslogtreecommitdiff
path: root/monsters.json
diff options
context:
space:
mode:
Diffstat (limited to 'monsters.json')
-rw-r--r--monsters.json105
1 files changed, 0 insertions, 105 deletions
diff --git a/monsters.json b/monsters.json
deleted file mode 100644
index 02d49ef..0000000
--- a/monsters.json
+++ /dev/null
@@ -1,105 +0,0 @@
-[
- {
- "id": "mon_shoggoth_maid",
- "type": "MONSTER",
- "name": { "str": "Cute Maid" },
- "description": "An attractive maid. In addition to the neat appearance, her head has swirls of pink and iridescent colors swirling around. She has a deep seated love for her Mistress.",
- "default_faction": "player",
- "bodytype": "human",
- "species": [ "NETHER" ],
- "diff": 20,
- "volume": "1000 ml",
- "weight": "1 kg",
- "hp": 400,
- "speed": 300,
- "material": [ "flesh" ],
- "symbol": "M",
- "color": "white",
- "aggression": 10,
- "morale": 100,
- "melee_skill": 10,
- "melee_dice": 7,
- "melee_dice_sides": 5,
- "melee_cut": 6,
- "dodge": 8,
- "armor_bash": 10,
- "armor_cut": 30,
- "vision_day": 8,
- "vision_night": 8,
- "harvest": "exempt",
- "special_attacks": [ [ "PARROT", 40] ],
- "death_drops": "mon_shoggoth_maid_death_drops",
- "death_function": [ "MELT" ],
- "regenerates": 50,
- "regen_morale": true,
- "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": 130,
- "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" },
- "description": "A small maid summoned from a different world. Although difficult to have a conversation with, it seems she had longed to be summoned.",
- "default_faction": "player",
- "bodytype": "human",
- "species": [ "NETHER" ],
- "diff": 2,
- "volume": "1000 ml",
- "weight": "1 kg",
- "hp": 80,
- "speed": 300,
- "material": [ "flesh" ],
- "symbol": "m",
- "color": "white",
- "aggression": 10,
- "morale": 100,
- "melee_skill": 5,
- "melee_dice": 1,
- "melee_dice_sides": 1,
- "melee_cut": 1,
- "dodge": 2,
- "armor_bash": 10,
- "armor_cut": 10,
- "vision_day": 8,
- "vision_night": 8,
- "harvest": "exempt",
- "special_attacks": [ [ "PARROT", 40] ],
- "death_drops": "mon_little_maid_death_drops",
- "death_function": [ "MELT" ],
- "regenerates": 10,
- "regen_morale": true,
- "flags": [ "SEES", "SMELLS", "HEARS", "SWIMS", "WARM", "NOGIB", "CAN_OPEN_DOORS", "HUMAN", "PATH_AVOID_DANGER_1" ],
- "anger_triggers": [ "FRIEND_ATTACKED" ]
- }
-]