summaryrefslogtreecommitdiff
path: root/json/monsters/turrets.json
blob: 5caf0876a2fe568f8a3c37d8e11bdfe795a39d06 (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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
[
  {
    "id": "mon_turret_light",
    "type": "MONSTER",
    "name": { "str": "M249 autonomous CROWS II" },
    "description": "A remote weapon system derived from the M153 CROWS II and enhanced with autonomous operation software.  Thousands of these were deployed by the US military before the Cataclysm and they were valued for their use in engaging infantry without exposing the operator.  This one is fitted with a M249.",
    "default_faction": "military",
    "species": [ "ROBOT" ],
    "diff": 30,
    "volume": "60000 ml",
    "weight": "172 kg",
    "hp": 40,
    "speed": 100,
    "material": [ "steel" ],
    "symbol": "2",
    "color": "green",
    "aggression": 100,
    "morale": 100,
    "armor_bash": 14,
    "armor_cut": 16,
    "armor_bullet": 13,
    "vision_day": 50,
    "vision_night": 3,
    "revert_to_itype": "bot_turret_light",
    "starting_ammo": { "556": 1600 },
    "special_attacks": [
      {
        "type": "gun",
        "cooldown": 1,
        "move_cost": 150,
        "gun_type": "m249",
        "ammo_type": "556",
        "fake_skills": [ [ "gun", 8 ], [ "rifle", 8 ] ],
        "fake_dex": 12,
        "ranges": [ [ 0, 36, "DEFAULT" ] ],
        "require_targeting_npc": true,
        "require_targeting_monster": true,
        "laser_lock": false,
        "targeting_cost": 200,
        "targeting_timeout_extend": -10,
        "targeting_sound": "\"Hostile detected.\"",
        "targeting_volume": 50,
        "no_ammo_sound": "a chk!"
      }
    ],
    "special_when_hit": [ "RETURN_FIRE", 100 ],
    "death_drops": {  },
    "death_function": [ "BROKEN" ],
    "flags": [
      "SEES",
      "NOHEAD",
      "ELECTRONIC",
      "COLDPROOF",
      "IMMOBILE",
      "NO_BREATHE",
      "DROPS_AMMO",
      "ID_CARD_DESPAWN",
      "CONSOLE_DESPAWN"
    ]
  },
  {
    "id": "mon_turret_medium",
    "type": "MONSTER",
    "name": { "str": "M240 autonomous CROWS II" },
    "description": "A remote weapon system derived from the M153 CROWS II and enhanced with autonomous operation software.  Thousands of these were deployed by the US military before the Cataclysm and they were valued for their use in engaging infantry without exposing the operator.  This one is fitted with a M240.",
    "default_faction": "military",
    "species": [ "ROBOT" ],
    "diff": 35,
    "volume": "60000 ml",
    "weight": "172 kg",
    "hp": 40,
    "speed": 100,
    "material": [ "steel" ],
    "symbol": "2",
    "color": "green",
    "aggression": 100,
    "morale": 100,
    "armor_bash": 14,
    "armor_cut": 16,
    "armor_bullet": 13,
    "vision_day": 50,
    "vision_night": 3,
    "revert_to_itype": "bot_turret_medium",
    "starting_ammo": { "762_51": 1000 },
    "special_attacks": [
      {
        "type": "gun",
        "cooldown": 1,
        "move_cost": 150,
        "gun_type": "m240",
        "ammo_type": "762_51",
        "fake_skills": [ [ "gun", 8 ], [ "rifle", 8 ] ],
        "fake_dex": 12,
        "ranges": [ [ 0, 60, "DEFAULT" ] ],
        "require_targeting_npc": true,
        "require_targeting_monster": true,
        "laser_lock": false,
        "targeting_cost": 200,
        "targeting_timeout_extend": -10,
        "targeting_sound": "\"Hostile detected.\"",
        "targeting_volume": 50,
        "no_ammo_sound": "a chk!"
      }
    ],
    "special_when_hit": [ "RETURN_FIRE", 100 ],
    "death_drops": {  },
    "death_function": [ "BROKEN" ],
    "flags": [
      "SEES",
      "NOHEAD",
      "ELECTRONIC",
      "COLDPROOF",
      "IMMOBILE",
      "NO_BREATHE",
      "DROPS_AMMO",
      "ID_CARD_DESPAWN",
      "CONSOLE_DESPAWN"
    ]
  },
  {
    "id": "mon_turret_longrange",
    "type": "MONSTER",
    "name": { "str": "M2HB autonomous CROWS II" },
    "description": "A remote weapon system derived from the M153 CROWS II and enhanced with autonomous operation software.  Thousands of these were deployed by the US military before the Cataclysm and they were valued for their use in engaging anything up to light vehicles at long range without exposing the operator.  This one is fitted with a M2HB.",
    "default_faction": "military",
    "species": [ "ROBOT" ],
    "diff": 40,
    "volume": "62500 ml",
    "weight": "172 kg",
    "hp": 40,
    "speed": 100,
    "material": [ "steel" ],
    "symbol": "2",
    "color": "green",
    "aggression": 100,
    "morale": 100,
    "armor_bash": 14,
    "armor_cut": 16,
    "armor_bullet": 13,
    "vision_day": 50,
    "vision_night": 3,
    "revert_to_itype": "bot_turret_longrange",
    "starting_ammo": { "50bmg": 400 },
    "special_attacks": [
      {
        "type": "gun",
        "cooldown": 1,
        "move_cost": 150,
        "gun_type": "m2browning",
        "ammo_type": "50bmg",
        "fake_skills": [ [ "gun", 8 ], [ "rifle", 8 ] ],
        "fake_dex": 12,
        "ranges": [ [ 0, 40, "AUTO" ], [ 41, 110, "DEFAULT" ] ],
        "require_targeting_npc": true,
        "require_targeting_monster": true,
        "laser_lock": false,
        "targeting_cost": 200,
        "targeting_timeout_extend": -10,
        "targeting_sound": "\"Hostile detected.\"",
        "targeting_volume": 50,
        "no_ammo_sound": "a chk!"
      }
    ],
    "special_when_hit": [ "RETURN_FIRE", 100 ],
    "death_drops": {  },
    "death_function": [ "BROKEN" ],
    "flags": [
      "SEES",
      "NOHEAD",
      "ELECTRONIC",
      "COLDPROOF",
      "IMMOBILE",
      "NO_BREATHE",
      "DROPS_AMMO",
      "CONSOLE_DESPAWN",
      "ID_CARD_DESPAWN"
    ]
  }
]