-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmonsters.json
137 lines (137 loc) · 3.81 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
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
[{
"id": "mon_brim_beacon",
"type": "MONSTER",
"name": { "str": "Stim beacon" },
"description": "Stim beacon placed by Brimstone.It dispenses RapidFire.",
"default_faction": "defense_bot",
"species": [ "ROBOT" ],
"diff": 20,
"volume": "10000 ml",
"weight": "10000 g",
"hp": 300,
"speed": 100,
"material": [ "steel" ],
"symbol": "2",
"color": "light_gray",
"aggression": 100,
"morale": 100,
"armor_bash": 5,
"armor_cut": 5,
"armor_bullet": 5,
"looks_like":"mon_turret_searchlight",
"emit_fields": [ { "emit_id": "emit_beacon", "delay": "1 s" } ],
"death_function": { "corpse_type": "NO_CORPSE", "message": "The %s explodes." },
"flags": [ "SEES", "NOHEAD", "ELECTRONIC", "COLDPROOF", "IMMOBILE", "NO_BREATHE" ]
}, {
"id":"mon_sova_drone",
"type": "MONSTER",
"name": { "str": "Scout drone" },
"default_faction": "defense_bot",
"species": [ "ROBOT" ],
"volume": "1500 ml",
"weight": "2 kg",
"hp": 150,
"material": [ "steel" ],
"symbol": "e",
"aggression": 100,
"morale": 100,
"speed": 120,
"color": "light_blue",
"melee_skill": 0,
"melee_dice": 1,
"melee_dice_sides": 1,
"melee_cut": 0,
"armor_bash": 5,
"armor_cut": 5,
"armor_bullet": 10,
"looks_like":"mon_eyebot",
"emit_fields": [ { "emit_id": "emit_scout_drone", "delay": "1 s" } ],
"death_function": { "corpse_type": "NO_CORPSE", "message": "The %s explodes." },
"flags": [ "SEES", "FLIES", "NOHEAD", "ELECTRONIC", "NO_BREATHE","COLDPROOF" ]
},
{
"id":"mon_raze_bot",
"type": "MONSTER",
"name": { "str": "Boombot" },
"default_faction": "defense_bot",
"species": [ "ROBOT" ],
"volume": "5000 ml",
"weight": "3 kg",
"hp": 100,
"material": [ "steel" ],
"symbol": "e",
"aggression": 100,
"morale": 100,
"speed": 250,
"color": "yellow",
"melee_skill": 0,
"melee_dice": 1,
"melee_dice_sides": 1,
"melee_cut": 0,
"armor_bash": 5,
"armor_cut": 5,
"armor_bullet": 5,
"starting_ammo": { "can_bomb": 1 },
"special_attacks": [ [ "KAMIKAZE", 0 ]],
"looks_like":"radio_car",
"death_function": { "corpse_type": "NO_CORPSE", "message": "The %s explodes." },
"flags": [ "SEES", "NOHEAD", "ELECTRONIC", "NO_BREATHE","COLDPROOF" ]
},
{
"id":"mon_skye_tiger",
"type": "MONSTER",
"name": { "str": "Tasmanian tiger" },
"default_faction": "wolf",
"bodytype": "dog",
"species": ["MAMMAL" ],
"volume": "26625 ml",
"weight": "26625 g",
"hp": 250,
"speed": 165,
"material": [ "flesh" ],
"symbol": "w",
"color": "brown",
"morale": 100,
"aggression": 100,
"melee_skill": 0,
"melee_dice": 1,
"melee_dice_sides": 1,
"melee_cut": 0,
"dodge": 0,
"armor_bash": 5,
"armor_cut": 5,
"armor_bullet": 5,
"starting_ammo": { "grenade": 1 },
"special_attacks": [ [ "KAMIKAZE", 0 ]],
"looks_like":"mon_wolf",
"death_function": { "corpse_type": "NO_CORPSE", "message": "The %s explodes." },
"flags": [ "SEES", "HEARS", "SMELLS","KEENNOSE"]},
{
"id":"mon_skye_seeker",
"type": "MONSTER",
"name": { "str": "Seeker" },
"default_faction": "defense_bot",
"species": [ "ROBOT" ],
"volume": "100 ml",
"weight": "0 mg",
"hp": 10,
"material": [ "steel" ],
"symbol": "O",
"aggression": 100,
"morale": 100,
"speed": 350,
"color": "yellow",
"melee_skill": 0,
"melee_dice": 1,
"melee_dice_sides": 1,
"melee_cut": 0,
"armor_bash": 5,
"armor_cut": 5,
"armor_bullet": 5,
"starting_ammo": { "flashbang": 1 },
"special_attacks": [ [ "KAMIKAZE", 0 ]],
"looks_like":"mon_spore",
"death_function": { "corpse_type": "NO_CORPSE", "message": "The %s explodes." },
"flags": [ "FLIES","SEES", "NOHEAD", "NO_BREATHE","COLDPROOF" ]
}
]