-
Notifications
You must be signed in to change notification settings - Fork 2
/
items.json
429 lines (429 loc) · 10.8 KB
/
items.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
{
"items": [
{
"name": "Gladiator's Sword",
"description": "A finely crafted sword, designed for combat in the gladiatorial arena.",
"durability": 100,
"grade": "COMMON",
"buff": {
"HP": 20,
"atk": 0,
"def": 3,
"agi": 0,
"str": 0,
"dex": 0,
"intel": 0,
"luck": 0
},
"type": "WEAPON"
},
{
"name": "Golden Armor",
"description": "A suit of armor forged from the finest gold, providing protection and prestige.",
"durability": 100,
"grade": "UNCOMMON",
"buff": {
"HP": 20,
"atk": 0,
"def": 3,
"agi": 0,
"str": 0,
"dex": 0,
"intel": 0,
"luck": 0
},
"type": "ARMOR"
},
{
"name": "Potion of Healing",
"description": "A vial containing a potent healing elixir, capable of restoring lost health.",
"durability": 1,
"grade": "COMMON",
"buff": {
"HP": 50,
"atk": 0,
"def": 0,
"agi": 0,
"str": 0,
"dex": 0,
"intel": 0,
"luck": 0
},
"type": "CONSUMABLE"
},
{
"name": "Lockpicking Kit",
"description": "A set of tools used for picking locks, allowing access to secured areas.",
"durability": 50,
"grade": "COMMON",
"buff": {
"HP": 0,
"atk": 0,
"def": 0,
"agi": 0,
"str": 0,
"dex": 0,
"intel": 0,
"luck": 0
},
"type": "TOOL"
},
{
"name": "Ancient Scroll",
"description": "A mysterious scroll containing ancient wisdom and knowledge.",
"durability": 1,
"grade": "RARE",
"buff": {
"HP": 0,
"atk": 0,
"def": 0,
"agi": 0,
"str": 0,
"dex": 0,
"intel": 10,
"luck": 0
},
"type": "MISC"
},
{
"name": "Shadow Cloak",
"description": "A cloak woven from the shadows of the night, granting its wearer enhanced stealth and agility.",
"durability": 100,
"grade": "EPIC",
"buff": {
"HP": 0,
"atk": 0,
"def": 2,
"agi": 5,
"str": 0,
"dex": 0,
"intel": 0,
"luck": 0
},
"type": "ARMOR"
},
{
"name": "Phoenix Feather",
"description": "A rare feather from a mythical phoenix, said to possess the power of resurrection.",
"durability": 1,
"grade": "LEGENDARY",
"buff": {
"HP": 100,
"atk": 0,
"def": 0,
"agi": 0,
"str": 0,
"dex": 0,
"intel": 0,
"luck": 0
},
"type": "CONSUMABLE"
},
{
"name": "Serpent's Fang",
"description": "A deadly poison extracted from the fang of a venomous serpent, capable of inflicting lethal damage.",
"durability": 1,
"grade": "RARE",
"buff": {
"HP": 0,
"atk": 50,
"def": 0,
"agi": 0,
"str": 0,
"dex": 0,
"intel": 0,
"luck": 0
},
"type": "CONSUMABLE"
},
{
"name": "Crystal Shard",
"description": "A shimmering shard of crystal imbued with elemental magic, capable of casting powerful spells.",
"durability": 1,
"grade": "UNCOMMON",
"buff": {
"HP": 0,
"atk": 0,
"def": 0,
"agi": 0,
"str": 0,
"dex": 0,
"intel": 20,
"luck": 0
},
"type": "MISC"
},
{
"name": "Thieves' Toolkit",
"description": "A set of specialized tools used by skilled thieves for stealthy infiltration and burglary.",
"durability": 50,
"grade": "RARE",
"buff": {
"HP": 0,
"atk": 0,
"def": 0,
"agi": 0,
"str": 0,
"dex": 0,
"intel": 0,
"luck": 0
},
"type": "TOOL"
},
{
"name": "Enchanted Amulet",
"description": "An ancient amulet infused with magical energy, providing its wearer with protection from harm.",
"durability": 100,
"grade": "EPIC",
"buff": {
"HP": 30,
"atk": 0,
"def": 2,
"agi": 0,
"str": 0,
"dex": 0,
"intel": 0,
"luck": 0
},
"type": "ACCESSORY"
},
{
"name": "Thunderstone",
"description": "A rare stone imbued with the power of thunder, capable of summoning lightning bolts to smite enemies.",
"durability": 1,
"grade": "RARE",
"buff": {
"HP": 0,
"atk": 70,
"def": 0,
"agi": 0,
"str": 0,
"dex": 0,
"intel": 0,
"luck": 0
},
"type": "MISC"
},
{
"name": "Celestial Bow",
"description": "A bow crafted from rare celestial materials, capable of firing arrows imbued with divine power.",
"durability": 100,
"grade": "LEGENDARY",
"buff": {
"HP": 0,
"atk": 50,
"def": 0,
"agi": 0,
"str": 0,
"dex": 5,
"intel": 0,
"luck": 0
},
"type": "WEAPON"
},
{
"name": "Elixir of Invisibility",
"description": "A magical elixir that renders its drinker invisible to the naked eye, allowing for stealthy infiltration.",
"durability": 1,
"grade": "EPIC",
"buff": {
"HP": 0,
"atk": 0,
"def": 0,
"agi": 15,
"str": 0,
"dex": 15,
"intel": 0,
"luck": 0
},
"type": "CONSUMABLE"
},
{
"name": "Dragon Scale Armor",
"description": "Armor crafted from the scales of a mighty dragon, providing unparalleled protection against fire and heat.",
"durability": 100,
"grade": "LEGENDARY",
"buff": {
"HP": 50,
"atk": 0,
"def": 5,
"agi": 0,
"str": 0,
"dex": 0,
"intel": 0,
"luck": 0
},
"type": "ARMOR"
},
{
"name": "Sword of the Fallen King",
"description": "Forged from the soul of a fallen king, this legendary sword radiates with ancient power and grants its wielder unrivaled strength and determination.",
"durability": 100,
"grade": "LEGENDARY",
"buff": {
"HP": 50,
"atk": 100,
"def": 10,
"agi": 0,
"str": 10,
"dex": 0,
"intel": 0,
"luck": 0
},
"type": "WEAPON"
},
{
"name": "Armor of the Titans",
"description": "Crafted from the remains of ancient titans, this legendary armor provides its wearer with unmatched resilience and endurance, capable of withstanding even the most devastating attacks.",
"durability": 100,
"grade": "LEGENDARY",
"buff": {
"HP": 100,
"atk": 0,
"def": 20,
"agi": 0,
"str": 0,
"dex": 0,
"intel": 0,
"luck": 0
},
"type": "ARMOR"
},
{
"name": "Staff of the Arcane",
"description": "Carved from the heartwood of an ancient tree of knowledge, this mythical staff channels the raw power of the arcane, allowing its wielder to cast spells of unimaginable potency.",
"durability": 100,
"grade": "MYTHICAL",
"buff": {
"HP": 0,
"atk": 0,
"def": 0,
"agi": 0,
"str": 0,
"dex": 0,
"intel": 50,
"luck": 0
},
"type": "WEAPON"
},
{
"name": "Amulet of Eternal Wisdom",
"description": "An ancient artifact imbued with the wisdom of the ages, this mythical amulet bestows its wearer with unparalleled insight and foresight, guiding them on the path to enlightenment.",
"durability": 100,
"grade": "MYTHICAL",
"buff": {
"HP": 0,
"atk": 0,
"def": 0,
"agi": 0,
"str": 0,
"dex": 0,
"intel": 100,
"luck": 0
},
"type": "ACCESSORY"
},
{
"name": "Elixir of Immortality",
"description": "A legendary elixir said to grant eternal life to those who partake of its divine essence, bestowing immortality upon the drinker.",
"durability": 1,
"grade": "LEGENDARY",
"buff": {
"HP": 500,
"atk": 0,
"def": 0,
"agi": 0,
"str": 0,
"dex": 0,
"intel": 0,
"luck": 0
},
"type": "CONSUMABLE"
},
{
"name": "Spear of the Celestial Dragon",
"description": "Forged in the fires of the heavens, this mythical spear is said to be wielded by the celestial dragon itself, granting its bearer the power to command the elements and smite their enemies with divine fury.",
"durability": 100,
"grade": "MYTHICAL",
"buff": {
"HP": 0,
"atk": 150,
"def": 5,
"agi": 0,
"str": 0,
"dex": 0,
"intel": 0,
"luck": 0
},
"type": "WEAPON"
},
{
"name": "Crown of the Ancients",
"description": "Wrought from the molten gold of the sun and studded with the jewels of the stars, this legendary crown bestows its wearer with the authority and majesty of the ancient rulers of old.",
"durability": 100,
"grade": "LEGENDARY",
"buff": {
"HP": 0,
"atk": 0,
"def": 5,
"agi": 0,
"str": 0,
"dex": 0,
"intel": 20,
"luck": 10
},
"type": "ACCESSORY"
},
{
"name": "Heart of the Phoenix",
"description": "A mythical artifact said to contain the essence of the legendary phoenix, granting its bearer the power of resurrection and rebirth.",
"durability": 1,
"grade": "MYTHICAL",
"buff": {
"HP": 1000,
"atk": 0,
"def": 0,
"agi": 0,
"str": 0,
"dex": 0,
"intel": 0,
"luck": 0
},
"type": "CONSUMABLE"
},
{
"name": "Cloak of Shadows",
"description": "Woven from the darkness of the void, this mythical cloak shrouds its wearer in shadows, rendering them invisible to the naked eye and granting them the power to move unseen.",
"durability": 100,
"grade": "MYTHICAL",
"buff": {
"HP": 0,
"atk": 0,
"def": 2,
"agi": 10,
"str": 0,
"dex": 0,
"intel": 0,
"luck": 0
},
"type": "ARMOR"
},
{
"name": "Eye of the Storm",
"description": "A legendary artifact said to be forged from the heart of a raging storm, this mythical gem grants its bearer control over the very elements themselves, unleashing the fury of the storm upon their enemies.",
"durability": 1,
"grade": "LEGENDARY",
"buff": {
"HP": 0,
"atk": 0,
"def": 0,
"agi": 0,
"str": 0,
"dex": 0,
"intel": 0,
"luck": 50
},
"type": "MISC"
}
]
}