osrs-tools 0.1.1 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/README.md +106 -30
  2. package/package.json +90 -75
  3. package/src/index.ts +6 -433
  4. package/src/model/Requirement.ts +173 -0
  5. package/src/model/account/OsrsAccount.ts +82 -0
  6. package/src/model/quest/Quest.ts +44 -0
  7. package/src/model/quest/QuestTool.ts +96 -0
  8. package/src/model/slayer/Assignment.ts +40 -0
  9. package/src/model/slayer/SlayerMaster.ts +137 -0
  10. package/src/model/slayer/SlayerReward.ts +39 -0
  11. package/src/model/slayer/Task.ts +168 -0
  12. package/src/resources/QuestData.json +754 -0
  13. package/src/{data/Diaries → resources/quest}/diaries.json +3 -3
  14. package/src/{data/quest/questData.ts → resources/quest/questData.js} +169 -223
  15. package/src/{data/quest/questDataArray.json → resources/quest/questData.json} +950 -1833
  16. package/src/resources/quest/questDataArray.js +5489 -0
  17. package/src/{data/quest/questData.json → resources/quest/questDataArray.json} +642 -643
  18. package/src/{data/quest/miniquestQuestArray.json → resources/quest/subquestArray.js} +2 -2
  19. package/src/{data/quest/subQuestArray.json → resources/quest/subquestArray.json} +1 -1
  20. package/src/{data → resources}/quest/testObj.json +148 -148
  21. package/src/{data → resources}/quest/testarray.json +149 -149
  22. package/src/resources/quests/CooksAssistant.json +34 -0
  23. package/src/resources/slayer/Masters.ts +180 -0
  24. package/src/resources/slayer/SlayerData.ts +45 -0
  25. package/src/resources/slayer/SlayerExtends.ts +218 -0
  26. package/src/resources/slayer/SlayerUnlock.ts +194 -0
  27. package/src/resources/slayer/slayer.json +3581 -0
  28. package/src/resources/slayer/slayerBuys.ts +38 -0
  29. package/src/resources/slayer/slayerData.json +4431 -0
  30. package/src/resources/slayer/tasks/ChaelderTasks.ts +235 -0
  31. package/src/resources/slayer/tasks/DuradelTasks.ts +75 -0
  32. package/src/resources/slayer/tasks/KonarTasks.ts +6 -0
  33. package/src/resources/slayer/tasks/MazchnaTasks.ts +5 -0
  34. package/src/resources/slayer/tasks/NieveTasks.ts +235 -0
  35. package/src/resources/slayer/tasks/ReadTasks.ts +55 -0
  36. package/src/resources/slayer/tasks/SpriaTasks.ts +344 -0
  37. package/src/resources/slayer/tasks/Tureal.ts +436 -0
  38. package/src/resources/slayer/tasks/VannakaTasks.ts +236 -0
  39. package/src/resources/slayer/tasks/json/Chaeldar.json +348 -0
  40. package/src/resources/slayer/tasks/json/Duradel.json +541 -0
  41. package/src/resources/slayer/tasks/json/Krystilia.json +2 -0
  42. package/src/resources/slayer/tasks/json/Mazchna.json +379 -0
  43. package/src/resources/slayer/tasks/json/Neive.json +320 -0
  44. package/src/resources/slayer/tasks/json/Spria.json +345 -0
  45. package/src/resources/slayer/tasks/json/Tureal.json +341 -0
  46. package/src/resources/slayer/tasks/json/Vannaka.json +547 -0
  47. package/src/cli.js +0 -9
  48. package/src/data/farming/fruitTrees.json +0 -165
  49. package/src/data/farming/locations.json +0 -78
  50. package/src/data/farming/patches.json +0 -102
  51. package/src/data/farming/seeds.json +0 -170
  52. package/src/data/farming/teleports.json +0 -301
  53. package/src/data/farming/treePatches.json +0 -3
  54. package/src/data/farming/trees.json +0 -103
  55. package/src/data/quest/miniquestQuestArray.ts +0 -8
  56. package/src/data/quest/questDataArray.ts +0 -4134
  57. package/src/data/quest/subQuestArray.ts +0 -60
  58. package/src/tests/QuestTest.js +0 -71
  59. package/src/tests/getAllQuestSeries.ts +0 -6
  60. package/src/tests/test Quest Array.ts +0 -9
  61. package/src/tests/test Requirements.ts +0 -56
  62. package/src/tests/test.ts +0 -402
  63. package/src/tests/test3.js +0 -370
  64. package/src/tests/testQuestCompletion.js +0 -367
  65. package/src/tests/testSeed.js +0 -8
  66. package/src/utils/AchievementDiary.ts +0 -18
  67. package/src/utils/Farming/FarmingTool.ts +0 -110
  68. package/src/utils/Farming/Seed.js +0 -42
  69. package/src/utils/Farming/TreeSeed.js +0 -21
  70. package/src/utils/OsrsAccount.ts +0 -280
  71. package/src/utils/Quest.ts +0 -99
  72. package/src/utils/QuestTool.ts +0 -437
  73. package/src/utils/Requirement.ts +0 -63
  74. package/src/utils/Skill.ts +0 -11
  75. /package/src/{data/Diaries → resources/quest}/diariesArray.json +0 -0
  76. /package/src/{data → resources/quest}/exp.json +0 -0
@@ -0,0 +1,345 @@
1
+ [
2
+ {
3
+ "name": "Banshees",
4
+ "amountMin": 15,
5
+ "amountMax": 30,
6
+ "unlockRequirements": {
7
+ "slayer": 15,
8
+ "combat": 20,
9
+ "quests": ["Priest in Peril"]
10
+ },
11
+ "alternatives": ["Twisted Banshee"],
12
+ "weight": 8
13
+ },
14
+ {
15
+ "name": "Bats",
16
+ "amountMin": 15,
17
+ "amountMax": 30,
18
+ "unlockRequirements": {
19
+ "combat": 5
20
+ },
21
+ "alternatives": ["Giant bat", "Deathwing"],
22
+ "weight": 7
23
+ },
24
+ {
25
+ "name": "Bears",
26
+ "amountMin": 10,
27
+ "amountMax": 20,
28
+ "unlockRequirements": {
29
+ "combat": 13
30
+ },
31
+ "alternatives": [
32
+ "Grizzly bear cub",
33
+ "Bear cub",
34
+ "Grizzly bear",
35
+ "Reanimated bear",
36
+ "Callisto",
37
+ "Artio"
38
+ ],
39
+ "weight": 7
40
+ },
41
+ {
42
+ "name": "Birds",
43
+ "amountMin": 15,
44
+ "amountMax": 30,
45
+ "unlockRequirements": {
46
+ "combat": 0
47
+ },
48
+ "alternatives": [
49
+ "Chicken",
50
+ "Mounted terrorbird",
51
+ "Terrorbird",
52
+ "Rooster",
53
+ "Chompy bird",
54
+ "Seagull",
55
+ "Penguin",
56
+ "Duck",
57
+ "Duckling"
58
+ ],
59
+ "weight": 6
60
+ },
61
+ {
62
+ "name": "Cave bugs",
63
+ "amountMin": 10,
64
+ "amountMax": 30,
65
+ "unlockRequirements": {
66
+ "slayer": 7
67
+ },
68
+ "alternatives": [],
69
+ "weight": 8
70
+ },
71
+ {
72
+ "name": "Cave crawlers",
73
+ "amountMin": 15,
74
+ "amountMax": 30,
75
+ "unlockRequirements": {
76
+ "slayer": 10,
77
+ "combat": 10
78
+ },
79
+ "alternatives": [],
80
+ "weight": 8
81
+ },
82
+ {
83
+ "name": "Cave slime",
84
+ "amountMin": 10,
85
+ "amountMax": 20,
86
+ "unlockRequirements": {
87
+ "slayer": 17,
88
+ "combat": 15
89
+ },
90
+ "alternatives": [],
91
+ "weight": 8
92
+ },
93
+ {
94
+ "name": "Cows",
95
+ "amountMin": 15,
96
+ "amountMax": 30,
97
+ "unlockRequirements": {
98
+ "combat": 5
99
+ },
100
+ "alternatives": ["Buffalo", "Cow calf", "Undead cow"],
101
+ "weight": 8
102
+ },
103
+ {
104
+ "name": "Crawling Hands",
105
+ "amountMin": 15,
106
+ "amountMax": 30,
107
+ "unlockRequirements": {
108
+ "slayer": 5,
109
+ "quests": ["Priest in Peril"]
110
+ },
111
+ "alternatives": [],
112
+ "weight": 8
113
+ },
114
+ {
115
+ "name": "Dogs",
116
+ "amountMin": 15,
117
+ "amountMax": 30,
118
+ "unlockRequirements": {
119
+ "combat": 15
120
+ },
121
+ "alternatives": ["Jackal", "Guard dog", "Wild dog", "Reanimated dog"],
122
+ "weight": 7
123
+ },
124
+ {
125
+ "name": "Dwarves",
126
+ "amountMin": 10,
127
+ "amountMax": 25,
128
+ "unlockRequirements": {
129
+ "combat": 6
130
+ },
131
+ "alternatives": ["Black Guard", "Chaos Dwarf", "Dwarf gang member"],
132
+ "weight": 7
133
+ },
134
+ {
135
+ "name": "Ghosts",
136
+ "amountMin": 15,
137
+ "amountMax": 30,
138
+ "unlockRequirements": {
139
+ "combat": 13
140
+ },
141
+ "alternatives": ["Tortured soul", "Forgotten Soul", "Revenants"],
142
+ "weight": 7
143
+ },
144
+ {
145
+ "name": "Goblins",
146
+ "amountMin": 15,
147
+ "amountMax": 30,
148
+ "unlockRequirements": {
149
+ "combat": 0
150
+ },
151
+ "alternatives": [
152
+ "Cave goblin guards",
153
+ "Sergeant Strongstack",
154
+ "Sergeant Steelwill",
155
+ "Sergeant Grimspike"
156
+ ],
157
+ "weight": 7
158
+ },
159
+ {
160
+ "name": "Icefiends",
161
+ "amountMin": 15,
162
+ "amountMax": 20,
163
+ "unlockRequirements": {
164
+ "combat": 20
165
+ },
166
+ "alternatives": [],
167
+ "weight": 8
168
+ },
169
+ {
170
+ "name": "Kalphites",
171
+ "amountMin": 15,
172
+ "amountMax": 30,
173
+ "unlockRequirements": {
174
+ "combat": 15
175
+ },
176
+ "alternatives": [
177
+ "Kalphite worker",
178
+ "Kalphite soldier",
179
+ "Kalphite guardian",
180
+ "Kalphite Queen"
181
+ ],
182
+ "weight": 6
183
+ },
184
+ {
185
+ "name": "Lizards",
186
+ "amountMin": 15,
187
+ "amountMax": 30,
188
+ "unlockRequirements": {
189
+ "slayer": 22
190
+ },
191
+ "alternatives": [
192
+ "Small Lizard",
193
+ "Desert Lizard",
194
+ "Sulphur Lizard",
195
+ "Grimy Lizard"
196
+ ],
197
+ "weight": 8
198
+ },
199
+ {
200
+ "name": "Minotaurs",
201
+ "amountMin": 10,
202
+ "amountMax": 20,
203
+ "unlockRequirements": {
204
+ "combat": 7
205
+ },
206
+ "alternatives": [],
207
+ "weight": 7
208
+ },
209
+ {
210
+ "name": "Monkeys",
211
+ "amountMin": 15,
212
+ "amountMax": 30,
213
+ "unlockRequirements": {
214
+ "combat": 0
215
+ },
216
+ "alternatives": [
217
+ "Karamjan Monkey",
218
+ "Monkey Guard",
219
+ "Monkey Archer",
220
+ "Monkey Zombie",
221
+ "Demonic Gorilla",
222
+ "Tortured Gorilla"
223
+ ],
224
+ "weight": 6
225
+ },
226
+ {
227
+ "name": "Rats",
228
+ "amountMin": 15,
229
+ "amountMax": 30,
230
+ "unlockRequirements": {
231
+ "combat": 0
232
+ },
233
+ "alternatives": [
234
+ "Giant rat",
235
+ "Dungeon rat",
236
+ "Crypt rat",
237
+ "Brine rat",
238
+ "Hell-Rat Behemoth",
239
+ "Giant crypt rat",
240
+ "Scurrius"
241
+ ],
242
+ "weight": 7
243
+ },
244
+ {
245
+ "name": "Scorpions",
246
+ "amountMin": 15,
247
+ "amountMax": 30,
248
+ "unlockRequirements": {
249
+ "combat": 7
250
+ },
251
+ "alternatives": [
252
+ "King Scorpion",
253
+ "Poison Scorpion",
254
+ "Pit Scorpion",
255
+ "Scorpia",
256
+ "Lobstrosity",
257
+ "Reanimated scorpion",
258
+ "Scorpia's offspring",
259
+ "Scorpia's guardian"
260
+ ],
261
+ "weight": 7
262
+ },
263
+ {
264
+ "name": "Skeletons",
265
+ "amountMin": 15,
266
+ "amountMax": 30,
267
+ "unlockRequirements": {
268
+ "combat": 15
269
+ },
270
+ "alternatives": [
271
+ "Skeleton mage",
272
+ "Skeletons in the Stronghold of Security",
273
+ "Ancient Cavern",
274
+ "Vet'ion",
275
+ "Skogre",
276
+ "Shayzien Crypts Skeletons",
277
+ "Skeleton fremennik",
278
+ "Calvar'ion"
279
+ ],
280
+ "weight": 7
281
+ },
282
+ {
283
+ "name": "Sourhogs",
284
+ "amountMin": 15,
285
+ "amountMax": 25,
286
+ "unlockRequirements": {
287
+ "quests": ["A Porcine of Interest"]
288
+ },
289
+ "alternatives": [],
290
+ "weight": 6
291
+ },
292
+ {
293
+ "name": "Spiders",
294
+ "amountMin": 15,
295
+ "amountMax": 30,
296
+ "unlockRequirements": {
297
+ "combat": 0
298
+ },
299
+ "alternatives": [
300
+ "Giant spider",
301
+ "Shadow spider",
302
+ "Giant crypt spider",
303
+ "Sarachnis",
304
+ "Temple Spider",
305
+ "Venenatis",
306
+ "Spindel"
307
+ ],
308
+ "weight": 6
309
+ },
310
+ {
311
+ "name": "Wolves",
312
+ "amountMin": 15,
313
+ "amountMax": 30,
314
+ "unlockRequirements": {
315
+ "combat": 20
316
+ },
317
+ "alternatives": [
318
+ "Big Wolf",
319
+ "Desert Wolf",
320
+ "Ice wolf",
321
+ "Jungle wolf",
322
+ "White wolf"
323
+ ],
324
+ "weight": 7
325
+ },
326
+ {
327
+ "name": "Zombies",
328
+ "amountMin": 15,
329
+ "amountMax": 30,
330
+ "unlockRequirements": {
331
+ "combat": 10
332
+ },
333
+ "alternatives": [
334
+ "Monkey Zombie",
335
+ "Undead chicken",
336
+ "Undead cow",
337
+ "Undead Druid",
338
+ "Undead one",
339
+ "Zombie rat",
340
+ "Zogre",
341
+ "Vorkath"
342
+ ],
343
+ "weight": 7
344
+ }
345
+ ]
@@ -0,0 +1,341 @@
1
+ [
2
+ {
3
+ "name": "Banshees",
4
+ "amountMin": 15,
5
+ "amountMax": 30,
6
+ "unlockRequirements": {
7
+ "slayer": 15,
8
+ "combat": 20,
9
+ "quests": ["Priest in Peril"]
10
+ },
11
+ "alternatives": ["Twisted Banshee"],
12
+ "weight": 8
13
+ },
14
+ {
15
+ "name": "Bats",
16
+ "amountMin": 15,
17
+ "amountMax": 30,
18
+ "unlockRequirements": {
19
+ "combat": 5
20
+ },
21
+ "alternatives": ["Giant bat", "Deathwing", "Albino bat"],
22
+ "weight": 7
23
+ },
24
+ {
25
+ "name": "Bears",
26
+ "amountMin": 10,
27
+ "amountMax": 20,
28
+ "unlockRequirements": {
29
+ "combat": 13
30
+ },
31
+ "alternatives": [
32
+ "Grizzly bear cub",
33
+ "Bear cub",
34
+ "Grizzly bear",
35
+ "Reanimated bear",
36
+ "Callisto",
37
+ "Artio"
38
+ ],
39
+ "weight": 7
40
+ },
41
+ {
42
+ "name": "Birds",
43
+ "amountMin": 15,
44
+ "amountMax": 30,
45
+ "unlockRequirements": {
46
+ "combat": 0
47
+ },
48
+ "alternatives": [
49
+ "Chicken",
50
+ "Mounted terrorbird",
51
+ "Terrorbird",
52
+ "Rooster",
53
+ "Chompy bird",
54
+ "Seagull",
55
+ "Penguin",
56
+ "Duck",
57
+ "Duckling"
58
+ ],
59
+ "weight": 6
60
+ },
61
+ {
62
+ "name": "Cave bugs",
63
+ "amountMin": 10,
64
+ "amountMax": 30,
65
+ "unlockRequirements": {
66
+ "slayer": 7
67
+ },
68
+ "alternatives": [],
69
+ "weight": 8
70
+ },
71
+ {
72
+ "name": "Cave crawlers",
73
+ "amountMin": 15,
74
+ "amountMax": 30,
75
+ "unlockRequirements": {
76
+ "slayer": 10,
77
+ "combat": 10
78
+ },
79
+ "alternatives": [],
80
+ "weight": 8
81
+ },
82
+ {
83
+ "name": "Cave slime",
84
+ "amountMin": 10,
85
+ "amountMax": 20,
86
+ "unlockRequirements": {
87
+ "slayer": 17,
88
+ "combat": 15
89
+ },
90
+ "alternatives": [],
91
+ "weight": 8
92
+ },
93
+ {
94
+ "name": "Cows",
95
+ "amountMin": 15,
96
+ "amountMax": 30,
97
+ "unlockRequirements": {
98
+ "combat": 5
99
+ },
100
+ "alternatives": ["Buffalo", "Cow calf", "Undead cow"],
101
+ "weight": 8
102
+ },
103
+ {
104
+ "name": "Crawling Hands",
105
+ "amountMin": 15,
106
+ "amountMax": 30,
107
+ "unlockRequirements": {
108
+ "slayer": 5,
109
+ "quests": ["Priest in Peril"]
110
+ },
111
+ "alternatives": [],
112
+ "weight": 8
113
+ },
114
+ {
115
+ "name": "Dogs",
116
+ "amountMin": 15,
117
+ "amountMax": 30,
118
+ "unlockRequirements": {
119
+ "combat": 15
120
+ },
121
+ "alternatives": ["Jackal", "Guard dog", "Wild dog", "Reanimated dog"],
122
+ "weight": 7
123
+ },
124
+ {
125
+ "name": "Dwarves",
126
+ "amountMin": 10,
127
+ "amountMax": 25,
128
+ "unlockRequirements": {
129
+ "combat": 6
130
+ },
131
+ "alternatives": ["Black Guard", "Chaos Dwarf", "Dwarf gang member"],
132
+ "weight": 7
133
+ },
134
+ {
135
+ "name": "Ghosts",
136
+ "amountMin": 15,
137
+ "amountMax": 30,
138
+ "unlockRequirements": {
139
+ "combat": 13
140
+ },
141
+ "alternatives": ["Tortured soul", "Forgotten Soul", "Revenants"],
142
+ "weight": 7
143
+ },
144
+ {
145
+ "name": "Goblins",
146
+ "amountMin": 15,
147
+ "amountMax": 30,
148
+ "unlockRequirements": {
149
+ "combat": 0
150
+ },
151
+ "alternatives": [
152
+ "Cave goblin guards",
153
+ "Sergeant Strongstack",
154
+ "Sergeant Steelwill",
155
+ "Sergeant Grimspike"
156
+ ],
157
+ "weight": 7
158
+ },
159
+ {
160
+ "name": "Icefiends",
161
+ "amountMin": 15,
162
+ "amountMax": 20,
163
+ "unlockRequirements": {
164
+ "combat": 20
165
+ },
166
+ "alternatives": [],
167
+ "weight": 8
168
+ },
169
+ {
170
+ "name": "Kalphite",
171
+ "amountMin": 15,
172
+ "amountMax": 30,
173
+ "unlockRequirements": {
174
+ "combat": 15
175
+ },
176
+ "alternatives": [
177
+ "Kalphite worker",
178
+ "Kalphite soldier",
179
+ "Kalphite guardian",
180
+ "Kalphite Queen"
181
+ ],
182
+ "weight": 6
183
+ },
184
+ {
185
+ "name": "Lizards",
186
+ "amountMin": 15,
187
+ "amountMax": 30,
188
+ "unlockRequirements": {
189
+ "slayer": 22
190
+ },
191
+ "alternatives": [
192
+ "Small Lizard",
193
+ "Desert Lizard",
194
+ "Sulphur Lizard",
195
+ "Grimy Lizard"
196
+ ],
197
+ "weight": 8
198
+ },
199
+ {
200
+ "name": "Minotaurs",
201
+ "amountMin": 10,
202
+ "amountMax": 20,
203
+ "unlockRequirements": {
204
+ "combat": 7
205
+ },
206
+ "alternatives": [],
207
+ "weight": 7
208
+ },
209
+ {
210
+ "name": "Monkeys",
211
+ "amountMin": 15,
212
+ "amountMax": 30,
213
+ "unlockRequirements": {
214
+ "combat": 0
215
+ },
216
+ "alternatives": [
217
+ "Karamjan Monkey",
218
+ "Monkey Guard",
219
+ "Monkey Archer",
220
+ "Monkey Zombie",
221
+ "Demonic Gorilla",
222
+ "Tortured Gorilla",
223
+ "Maniacal Monkey"
224
+ ],
225
+ "weight": 6
226
+ },
227
+ {
228
+ "name": "Rats",
229
+ "amountMin": 15,
230
+ "amountMax": 30,
231
+ "unlockRequirements": {
232
+ "combat": 0
233
+ },
234
+ "alternatives": [
235
+ "Giant rat",
236
+ "Dungeon rat",
237
+ "Crypt rat",
238
+ "Brine rat",
239
+ "Hell-Rat Behemoth",
240
+ "Giant crypt rat",
241
+ "Scurrius"
242
+ ],
243
+ "weight": 7
244
+ },
245
+ {
246
+ "name": "Scorpions",
247
+ "amountMin": 15,
248
+ "amountMax": 30,
249
+ "unlockRequirements": {
250
+ "combat": 7
251
+ },
252
+ "alternatives": [
253
+ "King Scorpion",
254
+ "Poison Scorpion",
255
+ "Pit Scorpion",
256
+ "Scorpia",
257
+ "Lobstrosity",
258
+ "Reanimated scorpion",
259
+ "Scorpia's offspring",
260
+ "Scorpia's guardian"
261
+ ],
262
+ "weight": 7
263
+ },
264
+ {
265
+ "name": "Skeletons",
266
+ "amountMin": 15,
267
+ "amountMax": 30,
268
+ "unlockRequirements": {
269
+ "combat": 15
270
+ },
271
+ "alternatives": [
272
+ "Skeleton mage",
273
+ "Skeletons in the Stronghold of Security",
274
+ "Ancient Cavern",
275
+ "Vet'ion",
276
+ "Skogre",
277
+ "Shayzien Crypts Skeletons",
278
+ "Skeleton fremennik",
279
+ "Calvar'ion"
280
+ ],
281
+ "weight": 7
282
+ },
283
+ {
284
+ "name": "Spiders",
285
+ "amountMin": 15,
286
+ "amountMax": 30,
287
+ "unlockRequirements": {
288
+ "combat": 0
289
+ },
290
+ "alternatives": [
291
+ "Araxxor",
292
+ "Araxyte",
293
+ "Giant spider",
294
+ "Shadow spider",
295
+ "Giant crypt spider",
296
+ "Sarachnis",
297
+ "Temple Spider",
298
+ "Venenatis",
299
+ "Spindel"
300
+ ],
301
+ "weight": 6
302
+ },
303
+ {
304
+ "name": "Wolves",
305
+ "amountMin": 15,
306
+ "amountMax": 30,
307
+ "unlockRequirements": {
308
+ "combat": 20
309
+ },
310
+ "alternatives": [
311
+ "Big Wolf",
312
+ "Desert Wolf",
313
+ "Dire Wolf",
314
+ "Ice wolf",
315
+ "Jungle wolf",
316
+ "White wolf"
317
+ ],
318
+ "weight": 7
319
+ },
320
+ {
321
+ "name": "Zombies",
322
+ "amountMin": 15,
323
+ "amountMax": 30,
324
+ "unlockRequirements": {
325
+ "combat": 10
326
+ },
327
+ "alternatives": [
328
+ "Monkey Zombie",
329
+ "Undead chicken",
330
+ "Undead cow",
331
+ "Undead Druid",
332
+ "Undead one",
333
+ "Zombie rat",
334
+ "Zogre",
335
+ "Armoured zombie",
336
+ "Zombie pirate",
337
+ "Vorkath"
338
+ ],
339
+ "weight": 7
340
+ }
341
+ ]