-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHDCINFO
More file actions
243 lines (169 loc) · 25 KB
/
HDCINFO
File metadata and controls
243 lines (169 loc) · 25 KB
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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
// TODO: Re-build once clusters are done via commands
// newSpawnTable => { "spawnName": "Critters.DoggyRandom", "tableName": "Critters.DoggyRandom", "replaces": "false" }
// newSpawnTable => { "spawnName": "Critters.WitheredRandom", "tableName": "Critters.WitheredRandom", "replaces": "false" }
// Doggy Spawn Entries
addSpawnTableSingleEntry => { "tableName": "ZombieManReplaces", "name": "DoggySpawner", "weight": "#doggy_zombieman_spawn_bias", "persists": "#doggy_persistent_spawning" }
addSpawnTableSingleEntry => { "tableName": "ShotgunGuyReplaces", "name": "DoggySpawner", "weight": "#doggy_shotgunguy_spawn_bias", "persists": "#doggy_persistent_spawning" }
addSpawnTableSingleEntry => { "tableName": "DemonReplaces", "name": "DoggySpawner", "weight": "#doggy_demon_spawn_bias", "persists": "#doggy_persistent_spawning" }
// Evil Sprite Spawn Entries
addSpawnTableSingleEntry => { "tableName": "LostSoulReplaces", "name": "EvilSprite", "weight": "#evilsprite_lostsoul_spawn_bias", "persists": "#evilsprite_persistent_spawning" }
addSpawnTableSingleEntry => { "tableName": "HDCasingBits", "name": "EvilSprite", "weight": "#evilsprite_casings_spawn_bias", "persists": "#evilsprite_persistent_spawning" }
addSpawnTableSingleEntry => { "tableName": "HDGoreBits", "name": "EvilSprite", "weight": "#evilsprite_gore_spawn_bias", "persists": "#evilsprite_persistent_spawning" }
addSpawnTableSingleEntry => { "tableName": "DeadDoomImpReplaces", "name": "EvilSprite", "weight": "#evilsprite_deadimp_spawn_bias", "persists": "#evilsprite_persistent_spawning" }
addSpawnTableSingleEntry => { "tableName": "DeadDemonReplaces", "name": "EvilSprite", "weight": "#evilsprite_deaddemon_spawn_bias", "persists": "#evilsprite_persistent_spawning" }
// Gib Monster Spawn Entries
addSpawnTableSingleEntry => { "tableName": "HDCasingBits", "name": "GibMonster", "weight": "#gibmonster_casings_spawn_bias", "persists": "#gibmonster_persistent_spawning" }
addSpawnTableSingleEntry => { "tableName": "HDGoreBits", "name": "GibMonster", "weight": "#gibmonster_gore_spawn_bias", "persists": "#gibmonster_persistent_spawning" }
addSpawnTableSingleEntry => { "tableName": "DeadDoomImpReplaces", "name": "GibMonster", "weight": "#gibmonster_deadimp_spawn_bias", "persists": "#gibmonster_persistent_spawning" }
addSpawnTableSingleEntry => { "tableName": "DeadDemonReplaces", "name": "GibMonster", "weight": "#gibmonster_deaddemon_spawn_bias", "persists": "#gibmonster_persistent_spawning" }
newSpawnTable => { "spawnName": "CyberGibs", "tableName": "Critters.GibMonsterSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.GibMonsterSpawns", "name": "GibMonster", "chance": "#gibmonster_cybergibs_spawn_bias", "persists": "true", "replaces": "false" }
// Ghoul Spawn Entries
addSpawnTableSingleEntry => { "tableName": "LostSoulReplaces", "name": "HDGhoul", "weight": "#ghoul_lostsoul_spawn_bias", "persists": "#ghoul_persistent_spawning" }
// Rat Spawn Entries
newSpawnTable => { "spawnName": "DeadZombieStormtrooper", "tableName": "Critters.DeadZombieStormTrooperRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.DeadZombieStormTrooperRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "DeadZombieAutoStormtrooper", "tableName": "Critters.DeadZombieAutoStormtrooperRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.DeadZombieAutoStormtrooperRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "DeadZombieSemiStormtrooper", "tableName": "Critters.DeadZombieSemiStormtrooperRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.DeadZombieSemiStormtrooperRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "DeadZombieSMGStormtrooper", "tableName": "Critters.DeadZombieSMGStormtrooperRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.DeadZombieSMGStormtrooperRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "DeadJackboot", "tableName": "Critters.DeadJackbootRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.DeadJackbootRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "DeadJackAndJillboot", "tableName": "Critters.DeadJackAndJillbootRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.DeadJackAndJillbootRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "DeadUndeadJackbootman", "tableName": "Critters.DeadUndeadJackbootmanRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.DeadUndeadJackbootmanRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "DeadZombieShotgunner", "tableName": "Critters.DeadZombieShotgunnerRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.DeadZombieShotgunnerRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "DeadFighterImp", "tableName": "Critters.DeadFighterImpRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.DeadFighterImpRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "DeadHealerImp", "tableName": "Critters.DeadHealerImpRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.DeadHealerImpRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "DeadMageImp", "tableName": "Critters.DeadMageImpRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.DeadMageImpRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "DeadBabuin", "tableName": "Critters.DeadBabuinRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.DeadBabuinRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "DeadSpecBabuin", "tableName": "Critters.DeadSpecBabuinRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.DeadSpecBabuinRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "DeadSpectre", "tableName": "Critters.DeadSpectreRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.DeadSpectreRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "DeadFlyZapper", "tableName": "Critters.DeadFlyZapperRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.DeadFlyZapperRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "DeadBabuinito", "tableName": "Critters.DeadBabuinitoRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.DeadBabuinitoRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "DeadSpecBabuinito", "tableName": "Critters.DeadSpecBabuinitoRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.DeadSpecBabuinitoRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "PistolZombiemanCorpse", "tableName": "Critters.PistolZombiemanCorpseRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.PistolZombiemanCorpseRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "SawnoffZombiemanCorpse", "tableName": "Critters.SawnoffZombiemanCorpseRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.SawnoffZombiemanCorpseRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "Dead_ZombieLadyCleaver", "tableName": "Critters.Dead_ZombieLadyCleaverRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.Dead_ZombieLadyCleaverRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "Dead_ZombieLadyKnife", "tableName": "Critters.Dead_ZombieLadyKnifeRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.Dead_ZombieLadyKnifeRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "Dead_ZombieLadySyringe", "tableName": "Critters.Dead_ZombieLadySyringeRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.Dead_ZombieLadySyringeRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "Dead_ZombieLadyWrench", "tableName": "Critters.Dead_ZombieLadyWrenchRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.Dead_ZombieLadyWrenchRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "Dead_ZombieAxe", "tableName": "Critters.Dead_ZombieAxeRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.Dead_ZombieAxeRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "Dead_ZombieChainsaw", "tableName": "Critters.Dead_ZombieChainsawRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.Dead_ZombieChainsawRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "Dead_ZombieCrowbar", "tableName": "Critters.Dead_ZombieCrowbarRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.Dead_ZombieCrowbarRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "Dead_ZombieHammer", "tableName": "Critters.Dead_ZombieHammerRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.Dead_ZombieHammerRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "DeadCombatJackboot", "tableName": "Critters.DeadCombatJackbootRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.DeadCombatJackbootRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "DeadDoomedJackboot", "tableName": "Critters.DeadDoomedJackbootRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.DeadDoomedJackbootRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "DeadDoomedJackAndJillboot", "tableName": "Critters.DeadDoomedJackAndJillbootRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.DeadDoomedJackAndJillbootRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "DeadDoomedZombieShotgunner", "tableName": "Critters.DeadDoomedZombieShotgunnerRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.DeadDoomedZombieShotgunnerRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "DeadRiotCopZombie", "tableName": "Critters.DeadRiotCopZombieRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.DeadRiotCopZombieRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "DeadZombieDog", "tableName": "Critters.DeadZombieDogRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.DeadZombieDogRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "DeadSpecZombieDog", "tableName": "Critters.DeadSpecZombieDogRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.DeadSpecZombieDogRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "DeadRifleman", "tableName": "Critters.DeadRiflemanRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.DeadRiflemanRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "ReallyDeadRifleman", "tableName": "Critters.ReallyDeadRiflemanRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.ReallyDeadRiflemanRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "DeadRiflemanCrouched", "tableName": "Critters.DeadRiflemanCrouchedRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.DeadRiflemanCrouchedRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "ReallyDeadRiflemanCrouched", "tableName": "Critters.ReallyDeadRiflemanCrouchedRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.ReallyDeadRiflemanCrouchedRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "HDHeadsStickBase", "tableName": "Critters.HDHeadsStickBaseRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.HDHeadsStickBaseRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "HDHeadsStickOld", "tableName": "Critters.HDHeadsStickOldRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.HDHeadsStickOldRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "HDHeadStickBase", "tableName": "Critters.HDHeadStickBaseRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.HDHeadStickBaseRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "HDHeadStickBlack", "tableName": "Critters.HDHeadStickBlackRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.HDHeadStickBlackRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "HDHeadStickOld", "tableName": "Critters.HDHeadStickOldRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.HDHeadStickOldRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "HDHeadStick", "tableName": "Critters.HDHeadStickRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.HDHeadStickRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "HDTwitchStick", "tableName": "Critters.HDTwitchStickRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.HDTwitchStickRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "HDTwitchHang", "tableName": "Critters.HDTwitchHangRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.HDTwitchHangRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "HDTwitchHangNS", "tableName": "Critters.HDTwitchHangNSRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.HDTwitchHangNSRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "HDHTNoGuts", "tableName": "Critters.HDHTNoGutsRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.HDHTNoGutsRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "HDHTLkDown", "tableName": "Critters.HDHTLkDownRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.HDHTLkDownRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "HDHTLkUp", "tableName": "Critters.HDHTLkUpRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.HDHTLkUpRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "HDHTNoBrain", "tableName": "Critters.HDHTNoBrainRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.HDHTNoBrainRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "HDHTSkull", "tableName": "Critters.HDHTSkullRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.HDHTSkullRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "HDMt2", "tableName": "Critters.HDMt2RatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.HDMt2RatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "HDMt3", "tableName": "Critters.HDMt3RatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.HDMt3RatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "HDMt4", "tableName": "Critters.HDMt4RatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.HDMt4RatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "HDMt5", "tableName": "Critters.HDMt5RatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.HDMt5RatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "HDMt2NS", "tableName": "Critters.HDMt2NSRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.HDMt2NSRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "HDMt3NS", "tableName": "Critters.HDMt3NSRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.HDMt3NSRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "HDMt4NS", "tableName": "Critters.HDMt4NSRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.HDMt4NSRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
newSpawnTable => { "spawnName": "HDMt5NS", "tableName": "Critters.HDMt5NSRatSpawns", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "Critters.HDMt5NSRatSpawns", "name": "RatSpawner", "chance": "#rat_corpse_spawn_bias", "persists": "#rat_persistent_spawning", "replaces": "false" }
// Shock Imp Spawn Entries
addSpawnTableSingleEntry => { "tableName": "DoomImpReplaces", "name": "ShockImp", "weight": "#shockimp_spawn_bias", "persists": "#shockimp_persistent_spawning" }
// Still Alive Stick Spawn Entries
addSpawnTableSingleEntry => { "tableName": "LiveStickReplaces", "name": "StillAliveStick", "weight": "#stillalive_spawn_bias", "persists": "#stillalive_persistent_spawning" }
// Withered Spawn Entries
newSpawnTable => { "spawnName": "WitheredRandom" }
addSpawnTableSingleEntry => { "tableName": "WitheredRandom", "name": "Withered", "weight": "19", "persists": "true", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "WitheredRandom", "name": "WitheredSummoner", "weight": "1", "persists": "true", "replaces": "false" }
addSpawnTableSingleEntry => { "tableName": "ZombieManReplaces", "name": "WitheredSpawner", "weight": "#withered_zombieman_spawn_bias", "persists": "#withered_persistent_spawning" }
addSpawnTableSingleEntry => { "tableName": "ShotgunGuyReplaces", "name": "WitheredSpawner", "weight": "#withered_shotgunguy_spawn_bias", "persists": "#withered_persistent_spawning" }
addSpawnTableSingleEntry => { "tableName": "DoomImpReplaces", "name": "WitheredSpawner", "weight": "#withered_imp_spawn_bias", "persists": "#withered_persistent_spawning" }
addSpawnTableSingleEntry => { "tableName": "DemonReplaces", "name": "WitheredSpawner", "weight": "#withered_demon_spawn_bias", "persists": "#withered_persistent_spawning" }
addSpawnTableSingleEntry => { "tableName": "HDCasingBits", "name": "WitheredSpawner", "weight": "#withered_casings_spawn_bias", "persists": "#withered_persistent_spawning" }
addSpawnTableSingleEntry => { "tableName": "HDGoreBits", "name": "WitheredSpawner", "weight": "#withered_gore_spawn_bias", "persists": "#withered_persistent_spawning" }
addSpawnTableSingleEntry => { "tableName": "DeadZombieManReplaces", "name": "WitheredSpawner", "weight": "#withered_deadzombieman_spawn_bias", "persists": "#withered_persistent_spawning" }
addSpawnTableSingleEntry => { "tableName": "DeadShotgunGuyReplaces", "name": "WitheredSpawner", "weight": "#withered_deadshotgunguy_spawn_bias", "persists": "#withered_persistent_spawning" }
addSpawnTableSingleEntry => { "tableName": "DeadDoomImpReplaces", "name": "WitheredSpawner", "weight": "#withered_deadimp_spawn_bias", "persists": "#withered_persistent_spawning" }
addSpawnTableSingleEntry => { "tableName": "DeadDemonReplaces", "name": "WitheredSpawner", "weight": "#withered_deaddemon_spawn_bias", "persists": "#withered_persistent_spawning" }
newSpawnTable => { "spawnName": "WitheredSummonSpawner" }
addSpawnTableSingleEntry => { "tableName": "WitheredSummonSpawner", "name": "WitheredRandom", "persists": "true" }
// Map-placed Zombie Fodder
// - Lost Civilization 2
newSpawnTable => { "spawnName": "QuakeFodder" }
addSpawnTableNestedEntry => { "tableName": "QuakeFodder", "name": "WitheredRandom", "weight": "1", "persists": "true" }
newSpawnTable => { "spawnName": "ZombieFodder" }
addSpawnTableNestedEntry => { "tableName": "ZombieFodder", "name": "WitheredRandom", "weight": "1", "persists": "true" }