-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbooks.json
471 lines (430 loc) · 10.8 KB
/
books.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
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
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
{
"Aqua Affinity": {
"treasure": false,
"desc": "Increases underwater mining speed.",
"max_level": 1,
"primary_items": [
"helmet"
],
"secondary_items": [],
"incompatible_with": [],
"weight": 2
},
"Bane of Arthropods": {
"treasure": false,
"desc": "Increases damage and applies Slowness IV to arthropod mobs (spiders, cave spiders, silverfish, endermites and bees).",
"max_level": 5,
"primary_items": [
"sword"
],
"secondary_items": [
"axe",
"mace"
],
"incompatible_with": ["Smite", "Sharpness", "Breach", "Density"],
"weight": 5
},
"Blast Protection": {
"treasure": false,
"desc": "Reduces explosion damage and knockback.",
"max_level": 4,
"primary_items": [
"helmet",
"chestplate",
"leggings",
"boots"
],
"secondary_items": [],
"incompatible_with": ["Fire Protection", "Protection", "Projectile Protection"],
"weight": 2
},
"Breach": {
"treasure": false,
"desc": "Reduces the effectiveness of the armor on the target. The armor's effectiveness is reduced by 15% per level.",
"max_level": 4,
"primary_items": [
"mace"
],
"secondary_items": [],
"incompatible_with": ["Density", "Bane of Arthropods", "Smite", "Sharpness"],
"weight": 2
},
"Channeling": {
"treasure": false,
"desc": "During thunderstorms, a thrown trident summons a lightning bolt on the target when hitting it.",
"max_level": 1,
"primary_items": [
"trident"
],
"secondary_items": [],
"incompatible_with": ["Riptide"],
"weight": 1
},
"Curse of Binding": {
"treasure": true,
"desc": "Items cannot be removed from armor slots.",
"max_level": 1,
"primary_items": [],
"secondary_items": [
"helmet",
"chestplate",
"leggings",
"boots",
"elytra"
],
"incompatible_with": [],
"weight": 1
},
"Curse of Vanishing": {
"treasure": true,
"desc": "Items disappear on death.",
"max_level": 1,
"primary_items": [],
"secondary_items": [
"helmet", "chestplate", "leggings", "boots", "elytra",
"pickaxe", "shovel", "axe", "sword", "hoe",
"fishing_rod", "bow", "shears", "flint_and_steel",
"compass", "carrot_on_stick", "fungus_on_stick", "shield",
"trident", "crossbow", "brush", "mace"
],
"incompatible_with": [],
"weight": 1
},
"Density": {
"treasure": false,
"desc": "Increases the damage dealt per block fallen, increasing by 0.5 per level.",
"max_level": 5,
"primary_items": ["mace"],
"secondary_items": [],
"incompatible_with": [
"Breach", "Bane of Arthropods", "Smite", "Sharpness"
],
"weight": 5
},
"Depth Strider": {
"treasure": false,
"desc": "Increases underwater movement speed.",
"max_level": 3,
"primary_items": ["boots"],
"secondary_items": [],
"incompatible_with": [
"Frost Walker"
],
"weight": 2
},
"Efficiency": {
"treasure": false,
"desc": "Increases mining speed.",
"max_level": 5,
"primary_items": [
"pickaxe", "shovel", "axe", "hoe"
],
"secondary_items": ["shears"],
"incompatible_with": [],
"weight": 10
},
"Feather Falling": {
"treasure": false,
"desc": "Reduces fall damage.",
"max_level": 4,
"primary_items": ["boots"],
"secondary_items": [],
"incompatible_with": [],
"weight": 5
},
"Fire Aspect": {
"treasure": false,
"desc": "Sets target on fire.",
"max_level": 2,
"primary_items": ["sword", "axe", "mace"],
"secondary_items": [],
"incompatible_with": [],
"weight": 2
},
"Fire Protection": {
"treasure": false,
"desc": "Reduces fire damage and burn time.",
"max_level": 4,
"primary_items": ["helmet", "chestplate", "leggings", "boots"],
"secondary_items": [],
"incompatible_with": [
"Blast Protection", "Protection", "Projectile Protection"
],
"weight": 5
},
"Flame": {
"treasure": false,
"desc": "Arrows shot are ignited and deal fire damage to the target",
"max_level": 1,
"primary_items": ["bow"],
"secondary_items": [],
"incompatible_with": [],
"weight": 2
},
"Fortune": {
"treasure": false,
"desc": "Increases the amount of block drops.",
"max_level": 3,
"primary_items": ["pickaxe", "shovel", "axe", "hoe"],
"secondary_items": [],
"incompatible_with": ["Silk Touch"],
"weight": 2
},
"Frost Walker": {
"treasure": true,
"desc": "Freezes the water under the player's feet, allowing them to walk over water.",
"max_level": 2,
"primary_items": [],
"secondary_items": ["boots"],
"incompatible_with": ["Depth Strider"],
"weight": 2
},
"Impaling": {
"treasure": false,
"desc": "Increases damage against aquatic mobs.",
"max_level": 5,
"primary_items": ["trident"],
"secondary_items": [],
"incompatible_with": [],
"weight": 2
},
"Infinity": {
"treasure": false,
"desc": "Prevents consumption of arrows.",
"max_level": 1,
"primary_items": ["bow"],
"secondary_items": [],
"incompatible_with": ["Mending"],
"weight": 1
},
"Knockback": {
"treasure": false,
"desc": "Increases melee knockback.",
"max_level": 2,
"primary_items": ["sword"],
"secondary_items": [],
"incompatible_with": [],
"weight": 5
},
"Looting": {
"treasure": false,
"desc": "Increases mob loot.",
"max_level": 3,
"primary_items": ["sword"],
"secondary_items": [],
"incompatible_with": [],
"weight": 2
},
"Loyalty": {
"treasure": false,
"desc": "Trident returns after being thrown.",
"max_level": 3,
"primary_items": ["trident"],
"secondary_items": [],
"incompatible_with": ["Riptide"],
"weight": 5
},
"Luck of the Sea": {
"treasure": false,
"desc": "Increases rate of treasure bites (enchanting books, etc.).",
"max_level": 3,
"primary_items": ["fishing_rod"],
"secondary_items": [],
"incompatible_with": [],
"weight": 2
},
"Lure": {
"treasure": false,
"desc": "Decreases time for bites.",
"max_level": 3,
"primary_items": ["fishing_rod"],
"secondary_items": [],
"incompatible_with": [],
"weight": 2
},
"Mending": {
"treasure": true,
"desc": "Repairs the item using experience.",
"max_level": 1,
"primary_items": [],
"secondary_items": [
"helmet", "chestplate", "leggings", "boots",
"pickaxe", "shovel", "axe", "sword", "hoe",
"fishing_rod", "bow", "shears", "flint_and_steel",
"carrot_on_stick", "fungus_on_stick", "shield", "elytra",
"trident", "crossbow", "brush", "mace"
],
"incompatible_with": ["Infinity"],
"weight": 2
},
"Multishot": {
"treasure": false,
"desc": "Fires 3 arrows at the same time.",
"max_level": 1,
"primary_items": ["crossbow"],
"secondary_items": [],
"incompatible_with": ["Piercing"],
"weight": 2
},
"Piercing": {
"treasure": false,
"desc": "Arrows pierce entities, allowing for arrows to pierce through stacks of mobs.",
"max_level": 4,
"primary_items": ["crossbow"],
"secondary_items": [],
"incompatible_with": ["Multishot"],
"weight": 10
},
"Power": {
"treasure": false,
"desc": "Increases arrow damage.",
"max_level": 5,
"primary_items": ["bow"],
"secondary_items": [],
"incompatible_with": [],
"weight": 10
},
"Projectile Protection": {
"treasure": false,
"desc": "Reduces damage from projectiles.",
"max_level": 4,
"primary_items": ["helmet", "chestplate", "leggings", "boots"],
"secondary_items": [],
"incompatible_with": ["Protection", "Blast Protection", "Fire Protection"],
"weight": 5
},
"Protection": {
"treasure": false,
"desc": "Reduces most forms of damage.",
"max_level": 4,
"primary_items": ["helmet", "chestplate", "leggings", "boots"],
"secondary_items": [],
"incompatible_with": ["Projectile Protection", "Blast Protection", "Fire Protection"],
"weight": 10
},
"Punch": {
"treasure": false,
"desc": "Increases arrow knockback.",
"max_level": 2,
"primary_items": ["bow"],
"secondary_items": [],
"incompatible_with": [],
"weight": 2
},
"Quick Charge": {
"treasure": false,
"desc": "Decreases crossbow charging time.",
"max_level": 3,
"primary_items": ["crossbow"],
"secondary_items": [],
"incompatible_with": [],
"weight": 5
},
"Respiration": {
"treasure": false,
"desc": "Extends underwater breathing time.",
"max_level": 3,
"primary_items": ["helmet"],
"secondary_items": [],
"incompatible_with": [],
"weight": 2
},
"Riptide": {
"treasure": false,
"desc": "Trident launches player with itself when thrown while in water or rain.",
"max_level": 3,
"primary_items": ["trident"],
"secondary_items": [],
"incompatible_with": ["Channeling", "Loyalty"],
"weight": 2
},
"Sharpness": {
"treasure": false,
"desc": "Increases melee damage.",
"max_level": 5,
"primary_items": ["sword"],
"secondary_items": ["axe"],
"incompatible_with": ["Bane of Arthropods", "Smite", "Breach", "Density"],
"weight": 10
},
"Silk Touch": {
"treasure": false,
"desc": "Mined blocks drop themselves.",
"max_level": 1,
"primary_items": ["pickaxe", "shovel", "axe", "hoe"],
"secondary_items": [],
"incompatible_with": ["Fortune"],
"weight": 1
},
"Smite": {
"treasure": false,
"desc": "Increases damage to the undead.",
"max_level": 5,
"primary_items": ["sword"],
"secondary_items": ["axe", "mace"],
"incompatible_with": ["Bane of Arthropods", "Sharpness", "Breach", "Density"],
"weight": 5
},
"Soul Speed": {
"treasure": true,
"desc": "Increases movement speed on soul sand and soul soil.",
"max_level": 3,
"primary_items": [],
"secondary_items": ["boots"],
"incompatible_with": [],
"weight": 1
},
"Sweeping Edge": {
"treasure": false,
"desc": "Increases sweeping attack damage.",
"max_level": 3,
"primary_items": ["sword"],
"secondary_items": [],
"incompatible_with": [],
"weight": 2
},
"Swift Sneak": {
"treasure": true,
"desc": "Increases sneaking speed.",
"max_level": 3,
"primary_items": [],
"secondary_items": ["leggings"],
"incompatible_with": [],
"weight": 1
},
"Thorns": {
"treasure": false,
"desc": "Taking damage causes the attacker to also take damage.",
"max_level": 3,
"primary_items": ["chestplate"],
"secondary_items": ["helmet", "leggings", "boots"],
"incompatible_with": [],
"weight": 1
},
"Unbreaking": {
"treasure": false,
"desc": "Reduces durability damage.",
"max_level": 3,
"primary_items": [
"helmet", "chestplate", "leggings", "boots",
"pickaxe", "shovel", "axe", "sword", "hoe",
"fishing_rod", "bow", "trident", "crossbow", "mace"
],
"secondary_items": [
"shears", "flint_and_steel", "shield",
"carrot_on_stick", "fungus_on_stick", "elytra",
"brush"
],
"incompatible_with": [],
"weight": 5
},
"Wind Burst": {
"treasure": true,
"desc": "Emits a burst of wind (like that of a wind charge) upon executing a mace smash attack on an entity, launching the attacker upward. It can be used to chain smash attacks together, and the strength of the launch increases per level.",
"max_level": 3,
"primary_items": [],
"secondary_items": ["mace"],
"incompatible_with": [],
"weight": 2
}
}