-
Notifications
You must be signed in to change notification settings - Fork 0
/
antifungal_ants.json
125 lines (120 loc) · 3.93 KB
/
antifungal_ants.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
[
{
"id": "mon_ant_antifungal",
"type": "MONSTER",
"name": "antifungal ant",
"description": "An enormous green ant covered in chitinous plates. It possesses a pair of wriggling antennae and vicious-looking mandibles. It seems to emit fungicide.",
"default_faction": "ant",
"species": [ "INSECT" ],
"diff": 7,
"volume": "62500 ml",
"weight": 81500,
"hp": 40,
"speed": 100,
"material": [ "iflesh" ],
"symbol": "a",
"color": "green",
"morale": 60,
"melee_skill": 5,
"melee_dice": 1,
"melee_dice_sides": 6,
"melee_cut": 6,
"dodge": 1,
"armor_bash": 5,
"armor_cut": 10,
"vision_day": 5,
"vision_night": 5,
"upgrades": { "age_grow": 14, "into": "mon_ant_soldier" },
"anger_triggers": [ "FRIEND_ATTACKED", "FRIEND_DIED", "HURT", "PLAYER_WEAK" ],
"emit_fields": [ "emit_antifungal_blast" ],
"death_function": [ "NORMAL" ],
"special_attacks": [ [ "EAT_FOOD", 30 ] ],
"flags": [ "SEES", "HEARS", "SMELLS", "CHITIN", "CLIMBS", "CATFOOD", "DOGFOOD", "BIRDFOOD", "CATTLEFODDER" ]
},
{
"id": "mon_ant_antifungal_larva",
"type": "MONSTER",
"name": "antifungal larva",
"description": "A pulsating sausage of glistening white flesh, the size of a large cat. On one end is a set of squirming mouth parts.",
"default_faction": "ant",
"species": [ "INSECT" ],
"volume": "30000 ml",
"weight": 40750,
"hp": 10,
"speed": 15,
"material": [ "iflesh" ],
"symbol": "a",
"color": "white",
"aggression": -1,
"morale": 10,
"melee_skill": 2,
"melee_dice": 1,
"melee_dice_sides": 3,
"melee_cut": 0,
"upgrades": { "age_grow": 3, "into": "mon_ant_antifungal" },
"emit_fields": [ "emit_antifungal_blast" ],
"death_function": [ "NORMAL" ],
"flags": [ "SMELLS", "LARVA", "CATFOOD", "DOGFOOD", "BIRDFOOD", "CATTLEFODDER" ]
},
{
"id": "mon_ant_antifungal_queen",
"type": "MONSTER",
"name": "antifungal queen",
"description": "A colossal green ant with a bulging, bloated thorax. It moves slowly and deliberately, tending to nearby eggs and continually laying more. Much like it's minions, it emits antifungal clouds.",
"default_faction": "ant",
"species": [ "INSECT" ],
"diff": 13,
"volume": "92500 ml",
"weight": 120000,
"hp": 80,
"speed": 40,
"material": [ "iflesh" ],
"symbol": "a",
"color": "light_green",
"morale": 100,
"melee_skill": 5,
"melee_dice": 3,
"melee_dice_sides": 4,
"melee_cut": 4,
"dodge": 1,
"armor_bash": 6,
"armor_cut": 14,
"special_attacks": [ [ "ANTQUEEN", 1 ] ],
"revert_to_itype": "mon_antifungal_egg",
"anger_triggers": [ "FRIEND_ATTACKED", "FRIEND_DIED", "HURT" ],
"death_function": [ "NORMAL" ],
"emit_fields": [ "emit_antifungal_blast" ],
"flags": [ "SMELLS", "QUEEN", "CHITIN", "FAT", "CLIMBS", "CATFOOD", "DOGFOOD", "BIRDFOOD", "CATTLEFODDER" ]
},
{
"id": "mon_ant_antifungal_soldier",
"type": "MONSTER",
"name": "soldier ant",
"description": "A huge and hairy green ant almost twice the size of other giant ants. Bulging pincers extend from its jaws. It emits clouds of strong fungicide to protect the queen.",
"default_faction": "ant",
"species": [ "INSECT" ],
"diff": 16,
"volume": "62500 ml",
"weight": 81500,
"hp": 80,
"speed": 100,
"material": [ "iflesh" ],
"symbol": "a",
"color": "green",
"aggression": 30,
"morale": 100,
"melee_skill": 7,
"melee_dice": 1,
"melee_dice_sides": 8,
"melee_cut": 6,
"dodge": 2,
"armor_bash": 10,
"armor_cut": 12,
"vision_day": 5,
"vision_night": 5,
"anger_triggers": [ "FRIEND_ATTACKED", "FRIEND_DIED", "HURT", "PLAYER_CLOSE" ],
"death_function": [ "NORMAL" ],
"emit_fields": [ "emit_antifungal_blast" ],
"flags": [ "SEES", "HEARS", "SMELLS", "CHITIN", "CLIMBS", "CATFOOD", "DOGFOOD", "BIRDFOOD", "CATTLEFODDER" ]
}
]