-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmonsters.json
37 lines (37 loc) · 1.15 KB
/
monsters.json
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
[
{
"id": "mon_cardinal",
"type": "MONSTER",
"name": { "str": "Cardinal of the North" },
"looks_like": "mon_blood_sacrifice",
"description": "A creature covered in unimaginable filth that vaguely resembles a human. It appears to be constantly murmuring, but you can't quite figure out what it is trying to say. No one can.",
"default_faction": "cult",
"bodytype": "human",
"species": [ "ZOMBIE", "HUMAN" ],
"volume": "80000 ml",
"weight": "80000 g",
"hp": 1440,
"speed": 140,
"material": [ "flesh" ],
"symbol": "Z",
"color": "light_red",
"aggression": 100,
"morale": 100,
"melee_dice": 4,
"melee_dice_sides": 6,
"melee_cut": 8,
"harvest": "zombie",
"special_attacks": [
[ "impale", 4 ],
{
"type": "spell",
"spell_data": { "id": "inhuman_gaze" },
"cooldown": 15,
"monster_message": "A soft beam of tepid hues escape the eyes of the Cardinal!"
}
],
"death_drops": "default_zombie_clothes",
"death_function": [ "NORMAL" ],
"flags": [ "SEES", "HEARS", "SMELLS", "WARM", "BLEED", "GUILT", "POISON", "REVIVES", "FILTHY" ]
}
]