summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Monsters/Critters/Bats.json
blob: bdd7ff73540266f14d612da3de36c8c59e664207 (plain)
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
129
130
131
[
  {
    "id": "mon_bat",
    "type": "MONSTER",
    "name": { "str": "bat" },
    "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.",
    "default_faction": "small_animal",
    "bodytype": "bird",
    "categories": [ "WILDLIFE" ],
    "species": [ "MAMMAL", "VAMPBAT" ],
    "volume": "750 ml",
    "weight": "1 kg",
    "hp": 10,
    "speed": 230,
    "material": [ "flesh" ],
    "symbol": "w",
    "color": "brown",
    "aggression": -25,
    "morale": 5,
    "melee_skill": 4,
    "melee_dice": 1,
    "melee_dice_sides": 1,
    "melee_cut": 1,
    "dodge": 8,
    "harvest": "mammal_tiny",
    "vision_day": 20,
    "vision_night": 20,
    "special_attacks": [ { "type": "bite", "cooldown": 15 } ],
    "fear_triggers": [ "SOUND", "PLAYER_CLOSE" ],
    "death_function": [ "NORMAL" ],
    "flags": [ "SEES", "SMELLS", "HEARS", "GOODHEARING", "WARM", "FLIES", "ANIMAL", "PATH_AVOID_DANGER_1" ],
    "upgrades": { "half_life": 12, "into": "mon_vampbat" }
  },
  {
    "id": "mon_vampbat",
    "type": "MONSTER",
    "name": { "str": "vampire bat" },
    "description": "A mammalian creature commonly found at caverns and thick foliage. It has grown in fondness with the dark, and capable in terrain echolocation.",
    "default_faction": "vampirics",
    "bodytype": "bird",
    "categories": [ "WILDLIFE" ],
    "species": [ "MAMMAL", "VAMPBAT" ],
    "volume": "750 ml",
    "weight": "1 kg",
    "diff": 5,
    "hp": 25,
    "speed": 200,
    "material": [ "flesh" ],
    "symbol": "w",
    "color": "red",
    "aggression": 75,
    "morale": 20,
    "melee_skill": 1,
    "melee_dice": 1,
    "melee_dice_sides": 1,
    "melee_cut": 1,
    "dodge": 8,
    "harvest": "mammal_small_leather",
    "vision_day": 10,
    "vision_night": 20,
    "special_attacks": [ { "type": "bite" } ],
    "fear_triggers": [ "FIRE" ],
    "death_function": [ "NORMAL" ],
    "flags": [ "SEES", "SMELLS", "HEARS", "GOODHEARING", "WARM", "FLIES", "PATH_AVOID_DANGER_1", "BONES", "LEATHER" ],
    "upgrades": { "half_life": 12, "into_group": "GROUP_VAMPBAT_UPGRADE" }
  },
  {
    "id": "mon_bigvampbat",
    "type": "MONSTER",
    "name": { "str": "large vampire bat" },
    "description": "A larger vampire bat, with longer wingspan and visible fangs. Shows aggression when startled, and detects them with screeching sounds they make.",
    "default_faction": "vampirics",
    "bodytype": "bird",
    "categories": [ "WILDLIFE" ],
    "species": [ "MAMMAL", "VAMPBAT" ],
    "volume": "5 L",
    "weight": "3750 g",
    "diff": 10,
    "hp": 45,
    "speed": 200,
    "material": [ "flesh" ],
    "symbol": "W",
    "color": "red",
    "aggression": 75,
    "morale": 40,
    "melee_skill": 2,
    "melee_dice": 1,
    "melee_dice_sides": 1,
    "melee_cut": 3,
    "dodge": 8,
    "harvest": "mammal_small_leather",
    "vision_day": 10,
    "vision_night": 20,
    "special_attacks": [ { "type": "bite" } ],
    "fear_triggers": [ "FIRE" ],
    "death_function": [ "NORMAL" ],
    "flags": [ "SEES", "SMELLS", "HEARS", "GOODHEARING", "WARM", "FLIES", "PATH_AVOID_DANGER_1", "BONES", "LEATHER" ]
  },
  {
    "id": "mon_feralvampbat",
    "type": "MONSTER",
    "name": { "str": "feral vampire bat" },
    "description": "A large vampire bat - with seeping bubbly liquid in its mouth - engorged to attack whatever is detected.",
    "default_faction": "vampirics",
    "bodytype": "bird",
    "categories": [ "WILDLIFE" ],
    "species": [ "MAMMAL", "VAMPBAT" ],
    "volume": "5 L",
    "weight": "3750 g",
    "diff": 12,
    "hp": 50,
    "speed": 200,
    "material": [ "flesh" ],
    "symbol": "W",
    "color": "pink",
    "aggression": 100,
    "morale": 40,
    "melee_skill": 3,
    "melee_dice": 1,
    "melee_dice_sides": 4,
    "melee_cut": 4,
    "dodge": 8,
    "harvest": "mammal_small_leather",
    "vision_day": 10,
    "vision_night": 20,
    "special_attacks": [ { "type": "bite" } ],
    "fear_triggers": [ "FIRE" ],
    "death_function": [ "NORMAL" ],
    "flags": [ "SEES", "SMELLS", "HEARS", "GOODHEARING", "WARM", "FLIES", "PATH_AVOID_DANGER_1", "BONES", "LEATHER" ]
  }
]