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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
|
[
{
"aggression": -25,
"bodytype": "bird",
"categories": [ "WILDLIFE" ],
"color": "brown",
"death_function": [ "NORMAL" ],
"default_faction": "small_animal",
"description": "One of the vesper bats, a family of winged insect-eating mammals. It roosts in caves and other hollows, and uses a form of echolocation to aerially navigate through tricky terrain at rapid speeds.",
"dodge": 8,
"fear_triggers": [ "SOUND", "PLAYER_CLOSE" ],
"flags": [ "SEES", "SMELLS", "HEARS", "GOODHEARING", "WARM", "FLIES", "ANIMAL", "PATH_AVOID_DANGER_1" ],
"harvest": "mammal_tiny",
"hp": 10,
"id": "mon_bat",
"material": [ "flesh" ],
"melee_cut": 1,
"melee_dice": 1,
"melee_dice_sides": 1,
"melee_skill": 4,
"morale": 5,
"name": { "str": "bat" },
"special_attacks": [ { "cooldown": 15, "type": "bite" } ],
"upgrades": { "half_life": 12, "into": "mon_vampbat" },
"species": [ "MAMMAL", "VAMPBAT" ],
"speed": 230,
"symbol": "w",
"type": "MONSTER",
"vision_day": 20,
"vision_night": 20,
"volume": "750 ml",
"weight": "1000 g"
},
{
"aggression": 75,
"bodytype": "bird",
"categories": [ "WILDLIFE" ],
"color": "red",
"death_function": [ "NORMAL" ],
"default_faction": "vampirics",
"description": "A mammalian creature commonly found at caverns and thick foliage. It has grown in fondness with the dark, and capable in terrain echolocation.",
"diff": 5,
"dodge": 8,
"fear_triggers": [ "FIRE" ],
"flags": [ "SEES", "SMELLS", "HEARS", "GOODHEARING", "WARM", "FLIES", "PATH_AVOID_DANGER_1", "BONES", "LEATHER" ],
"harvest": "mammal_small_leather",
"hp": 25,
"id": "mon_vampbat",
"upgrades": { "half_life": 12, "into_group": "GROUP_VAMPBAT_UPGRADE" },
"material": [ "flesh" ],
"melee_cut": 1,
"melee_dice": 1,
"melee_dice_sides": 1,
"melee_skill": 1,
"morale": 20,
"name": { "str": "vampire bat" },
"size": "TINY",
"special_attacks": [ { "type": "bite" } ],
"species": [ "MAMMAL", "VAMPBAT" ],
"speed": 200,
"symbol": "w",
"type": "MONSTER",
"vision_day": 10,
"vision_night": 20
},
{
"aggression": 75,
"bodytype": "bird",
"categories": [ "WILDLIFE" ],
"color": "red",
"death_function": [ "NORMAL" ],
"default_faction": "vampirics",
"description": "A larger vampire bat, with longer wingspan and visible fangs. Shows aggression when startled, and detects them with screeching sounds they make.",
"diff": 10,
"dodge": 8,
"fear_triggers": [ "FIRE" ],
"flags": [ "SEES", "SMELLS", "HEARS", "GOODHEARING", "WARM", "FLIES", "PATH_AVOID_DANGER_1", "BONES", "LEATHER" ],
"harvest": "mammal_small_leather",
"hp": 45,
"id": "mon_bigvampbat",
"material": [ "flesh" ],
"melee_cut": 3,
"melee_dice": 1,
"melee_dice_sides": 1,
"melee_skill": 2,
"morale": 40,
"name": { "str": "large vampire bat" },
"size": "SMALL",
"special_attacks": [ { "type": "bite" } ],
"species": [ "MAMMAL", "VAMPBAT" ],
"speed": 200,
"symbol": "W",
"type": "MONSTER",
"vision_day": 10,
"vision_night": 20
},
{
"aggression": 100,
"bodytype": "bird",
"categories": [ "WILDLIFE" ],
"color": "pink",
"death_function": [ "NORMAL" ],
"default_faction": "vampirics",
"description": "A large vampire bat - with seeping bubbly liquid in its mouth - engorged to attack whatever is detected.",
"diff": 12,
"dodge": 8,
"fear_triggers": [ "FIRE" ],
"flags": [ "SEES", "SMELLS", "HEARS", "GOODHEARING", "WARM", "FLIES", "PATH_AVOID_DANGER_1", "BONES", "LEATHER" ],
"harvest": "mammal_small_leather",
"hp": 50,
"id": "mon_feralvampbat",
"material": [ "flesh" ],
"melee_cut": 4,
"melee_dice": 1,
"melee_dice_sides": 4,
"melee_skill": 3,
"morale": 40,
"name": { "str": "feral vampire bat" },
"size": "SMALL",
"special_attacks": [ { "type": "bite" } ],
"species": [ "MAMMAL", "VAMPBAT" ],
"speed": 200,
"symbol": "W",
"type": "MONSTER",
"vision_day": 10,
"vision_night": 20
}
]
|