-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathailments_db.json
More file actions
411 lines (411 loc) · 12 KB
/
ailments_db.json
File metadata and controls
411 lines (411 loc) · 12 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
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
[
{
"id": 1,
"name": "Blastblight",
"description": "Blastblight will cause a damaging explosion after a certain amount of time has passed, or upon sustaining a heavy impact.",
"recovery": {
"actions": [
"dodge"
],
"items": []
},
"protection": {
"items": [],
"skills": [
{
"id": 6,
"name": "Blast Resistance",
"description": "Grants protection against blastblight."
}
]
}
},
{
"id": 2,
"name": "Bleeding",
"description": "Bleeding causes damage when performing certain actions, such as running, dodging, or attacking.",
"recovery": {
"actions": [],
"items": []
},
"protection": {
"items": [
{
"id": 11,
"rarity": 2,
"value": 48,
"carryLimit": 10,
"name": "Well-done Steak",
"description": "Provides a moderate boost to your stamina and keeps it at max for a longer period. Meat done right!"
},
{
"id": 17,
"rarity": 2,
"value": 10,
"carryLimit": 5,
"name": "Astera Jerky",
"description": "Juicy, dried meat made by Astera's chef. Boosts natural healing and cures bleeding."
},
{
"id": 107,
"rarity": 2,
"value": 45,
"carryLimit": 10,
"name": "Sushifish Scale",
"description": "A scale from a Sushifish. Eat to restore a small amount of health. Also works to treat bleeding."
}
],
"skills": [
{
"id": 7,
"name": "Bleeding Resistance",
"description": "Grants protection against bleeding."
}
]
}
},
{
"id": 3,
"name": "Dragonblight",
"description": "Dragonblight causes your weapon's elemental properties are nullified.",
"recovery": {
"actions": [],
"items": [
{
"id": 7,
"rarity": 2,
"value": 120,
"carryLimit": 10,
"name": "Nulberry",
"description": "A mysterious berry that cures various blights."
}
]
},
"protection": {
"items": [],
"skills": []
}
},
{
"id": 4,
"name": "Effluvial Buildup",
"description": "Effluvial buildup causes damage over time, and eventually cuts your maximum health in half if ignored for too long.",
"recovery": {
"actions": [],
"items": [
{
"id": 7,
"rarity": 2,
"value": 120,
"carryLimit": 10,
"name": "Nulberry",
"description": "A mysterious berry that cures various blights."
}
]
},
"protection": {
"items": [],
"skills": [
{
"id": 13,
"name": "Effluvial Expert",
"description": "Nullifies or reduces environmental damage in the Rotten Vale."
},
{
"id": 101,
"name": "Effluvia Resistance",
"description": "Gain a resistance to effluvial buildup."
}
]
}
},
{
"id": 5,
"name": "Fireblight",
"description": "Fireblight causes damage over time, and negates regular health recovery.",
"recovery": {
"actions": [
"dodge"
],
"items": [
{
"id": 7,
"rarity": 2,
"value": 120,
"carryLimit": 10,
"name": "Nulberry",
"description": "A mysterious berry that cures various blights."
}
]
},
"protection": {
"items": [],
"skills": []
}
},
{
"id": 6,
"name": "Iceblight",
"description": "Iceblight causes stamina usage to increase when performing actions.",
"recovery": {
"actions": [],
"items": [
{
"id": 7,
"rarity": 2,
"value": 120,
"carryLimit": 10,
"name": "Nulberry",
"description": "A mysterious berry that cures various blights."
}
]
},
"protection": {
"items": [],
"skills": []
}
},
{
"id": 7,
"name": "Paralysis",
"description": "Paralysis renders the hunter or monster immobilized and susceptible to increased damage for the duration. Hunters can unparalyzed if they are hit.",
"recovery": {
"actions": [],
"items": []
},
"protection": {
"items": [],
"skills": [
{
"id": 2,
"name": "Paralysis Resistance",
"description": "Reduces the duration of paralysis."
}
]
}
},
{
"id": 8,
"name": "Poison",
"description": "Poison slowly drains the target's health.",
"recovery": {
"actions": [],
"items": [
{
"id": 5,
"rarity": 1,
"value": 6,
"carryLimit": 10,
"name": "Antidote",
"description": "A cure for poison."
},
{
"id": 6,
"rarity": 2,
"value": 25,
"carryLimit": 5,
"name": "Herbal Medicine",
"description": "Removes all traces of poison and restores a slight amount of health."
}
]
},
"protection": {
"items": [],
"skills": [
{
"id": 1,
"name": "Poison Resistance",
"description": "Reduces damage while poisoned."
}
]
}
},
{
"id": 9,
"name": "Sleep",
"description": "Sleep renders the hunter or monster inactive and susceptible to increased damage, but only for the first hit, as it will then wake them up.",
"recovery": {
"actions": [],
"items": []
},
"protection": {
"items": [
{
"id": 8,
"rarity": 2,
"value": 6,
"carryLimit": 10,
"name": "Energy Drink",
"description": "A Guild-approved beverage that boosts your stamina. Helps shake off sleep, too!"
}
],
"skills": [
{
"id": 3,
"name": "Sleep Resistance",
"description": "Reduces the duration of sleep."
}
]
}
},
{
"id": 10,
"name": "Stun",
"description": "Stun renders the target inactive, and sometimes causes them to fall over.",
"recovery": {
"actions": [],
"items": []
},
"protection": {
"items": [],
"skills": [
{
"id": 4,
"name": "Stun Resistance",
"description": "Reduces stun duration."
}
]
}
},
{
"id": 11,
"name": "Thunderblight",
"description": "Thunderblight increases the chance of being stunned.",
"recovery": {
"actions": [
"dodge"
],
"items": [
{
"id": 7,
"rarity": 2,
"value": 120,
"carryLimit": 10,
"name": "Nulberry",
"description": "A mysterious berry that cures various blights."
}
]
},
"protection": {
"items": [],
"skills": []
}
},
{
"id": 12,
"name": "Waterblight",
"description": "Waterblight slows down stamina recovery rate.",
"recovery": {
"actions": [],
"items": [
{
"id": 7,
"rarity": 2,
"value": 120,
"carryLimit": 10,
"name": "Nulberry",
"description": "A mysterious berry that cures various blights."
}
]
},
"protection": {
"items": [],
"skills": []
}
},
{
"id": 13,
"name": "Wind Pressure",
"description": "Wind pressure causes the hunter to brace against powerful winds, causing temporarily imobility.",
"recovery": {
"actions": [],
"items": []
},
"protection": {
"items": [],
"skills": [
{
"id": 10,
"name": "Windproof",
"description": "Grants protection against wind pressure."
},
{
"id": 122,
"name": "Nullify Wind Pressure",
"description": "Negates all wind pressure."
}
]
}
},
{
"id": 14,
"name": "Defense Down",
"description": "Some monsters may inflict a status that lowers a hunter's defense. Lasts for a certain period of time but can also be cured with defense-increasing items.",
"recovery": {
"actions": [],
"items": [
{
"id": 25,
"rarity": 4,
"value": 58,
"carryLimit": 5,
"name": "Armorskin",
"description": "Boosts your defense by turning your skin as hard as rock."
},
{
"id": 26,
"rarity": 5,
"value": 269,
"carryLimit": 5,
"name": "Mega Armorskin",
"description": "Boosts your defense even more than a regular armorskin."
}
]
},
"protection": {
"items": [],
"skills": []
}
},
{
"id": 15,
"name": "Muddy",
"description": "A status effect inflicted when mud thrown by a monster covers the Hunter and makes movement more difficult. Slows all actions until the hunter leaves the mud.",
"recovery": {
"actions": [],
"items": []
},
"protection": {
"items": [],
"skills": []
}
},
{
"id": 16,
"name": "Blastscourge",
"description": "goes terribly kaboom",
"recovery": {
"actions": [
"roll"
],
"items": []
},
"protection": {
"items": [],
"skills": []
}
},
{
"id": 17,
"name": "Noxious poison",
"description": "Poison but ultra hardcore",
"recovery": {
"actions": [],
"items": []
},
"protection": {
"items": [],
"skills": []
}
}
]