1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
|
[
{
"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" ]
}
]
|