@c3d.gg/mwi-types 1.7.0 → 1.8.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 (98) hide show
  1. package/LICENSE +24 -0
  2. package/README.md +1 -1
  3. package/dist/.tsbuildinfo +1 -1
  4. package/dist/domains/items/index.d.ts +0 -1
  5. package/dist/domains/items/index.d.ts.map +1 -1
  6. package/dist/domains/items/index.js +0 -1
  7. package/dist/domains/items/index.js.map +1 -1
  8. package/package.json +132 -160
  9. package/dist/domains/abilities/abilities.json +0 -3331
  10. package/dist/domains/actions/action_categories.json +0 -356
  11. package/dist/domains/actions/action_types.json +0 -57
  12. package/dist/domains/actions/actions.json +0 -41966
  13. package/dist/domains/actions/utils.d.ts +0 -9
  14. package/dist/domains/actions/utils.d.ts.map +0 -1
  15. package/dist/domains/actions/utils.js +0 -27
  16. package/dist/domains/actions/utils.js.map +0 -1
  17. package/dist/domains/avatar/avatar_outfits.json +0 -572
  18. package/dist/domains/avatar/avatars.json +0 -512
  19. package/dist/domains/buffs/buff_types.json +0 -474
  20. package/dist/domains/buffs/community_buff_types.json +0 -119
  21. package/dist/domains/chat/chat_channel_types.json +0 -128
  22. package/dist/domains/chat/chat_icons.json +0 -4352
  23. package/dist/domains/combat/combat_style.json +0 -68
  24. package/dist/domains/combat/combat_trigger_comparator.json +0 -26
  25. package/dist/domains/combat/combat_trigger_condition.json +0 -596
  26. package/dist/domains/combat/combat_trigger_dependency.json +0 -30
  27. package/dist/domains/combat/damage_type.json +0 -22
  28. package/dist/domains/game-mode/game_mode.json +0 -32
  29. package/dist/domains/guild/guild_character_role.json +0 -58
  30. package/dist/domains/house/house_rooms.json +0 -5553
  31. package/dist/domains/items/equipment_types.json +0 -152
  32. package/dist/domains/items/item_categories.json +0 -50
  33. package/dist/domains/items/item_locations.json +0 -220
  34. package/dist/domains/items/items.json +0 -65871
  35. package/dist/domains/items/utils.d.ts +0 -12
  36. package/dist/domains/items/utils.d.ts.map +0 -1
  37. package/dist/domains/items/utils.js +0 -44
  38. package/dist/domains/items/utils.js.map +0 -1
  39. package/dist/domains/leaderboard/leaderboard_categories.json +0 -149
  40. package/dist/domains/leaderboard/leaderboard_types.json +0 -56
  41. package/dist/domains/monsters/monsters.json +0 -9313
  42. package/dist/domains/monsters/utils.d.ts +0 -6
  43. package/dist/domains/monsters/utils.d.ts.map +0 -1
  44. package/dist/domains/monsters/utils.js +0 -21
  45. package/dist/domains/monsters/utils.js.map +0 -1
  46. package/dist/domains/name/name_colors.json +0 -975
  47. package/dist/domains/recipes/recipes.json +0 -21268
  48. package/dist/domains/recipes/utils.d.ts +0 -11
  49. package/dist/domains/recipes/utils.d.ts.map +0 -1
  50. package/dist/domains/recipes/utils.js +0 -88
  51. package/dist/domains/recipes/utils.js.map +0 -1
  52. package/dist/domains/shared/openable_loot_drop.json +0 -1276
  53. package/dist/domains/shop/buyable_upgrades.json +0 -338
  54. package/dist/domains/shop/purchase_bundles.json +0 -226
  55. package/dist/domains/shop/shop_categories.json +0 -12
  56. package/dist/domains/shop/shop_items.json +0 -758
  57. package/dist/domains/skills/skills.json +0 -128
  58. package/dist/domains/skills/utils.d.ts +0 -3
  59. package/dist/domains/skills/utils.d.ts.map +0 -1
  60. package/dist/domains/skills/utils.js +0 -7
  61. package/dist/domains/skills/utils.js.map +0 -1
  62. package/dist/domains/tasks/random_task_type.json +0 -56
  63. package/dist/domains/tasks/task_shop_items.json +0 -42
  64. package/src/domains/abilities/abilities.json +0 -3331
  65. package/src/domains/actions/action_categories.json +0 -356
  66. package/src/domains/actions/action_types.json +0 -57
  67. package/src/domains/actions/actions.json +0 -41966
  68. package/src/domains/avatar/avatar_outfits.json +0 -572
  69. package/src/domains/avatar/avatars.json +0 -512
  70. package/src/domains/buffs/buff_types.json +0 -474
  71. package/src/domains/buffs/community_buff_types.json +0 -119
  72. package/src/domains/chat/chat_channel_types.json +0 -128
  73. package/src/domains/chat/chat_icons.json +0 -4352
  74. package/src/domains/combat/combat_style.json +0 -68
  75. package/src/domains/combat/combat_trigger_comparator.json +0 -26
  76. package/src/domains/combat/combat_trigger_condition.json +0 -596
  77. package/src/domains/combat/combat_trigger_dependency.json +0 -30
  78. package/src/domains/combat/damage_type.json +0 -22
  79. package/src/domains/game-mode/game_mode.json +0 -32
  80. package/src/domains/guild/guild_character_role.json +0 -58
  81. package/src/domains/house/house_rooms.json +0 -5553
  82. package/src/domains/items/equipment_types.json +0 -152
  83. package/src/domains/items/item_categories.json +0 -50
  84. package/src/domains/items/item_locations.json +0 -220
  85. package/src/domains/items/items.json +0 -65871
  86. package/src/domains/leaderboard/leaderboard_categories.json +0 -149
  87. package/src/domains/leaderboard/leaderboard_types.json +0 -56
  88. package/src/domains/monsters/monsters.json +0 -9313
  89. package/src/domains/name/name_colors.json +0 -975
  90. package/src/domains/recipes/recipes.json +0 -21268
  91. package/src/domains/shared/openable_loot_drop.json +0 -1276
  92. package/src/domains/shop/buyable_upgrades.json +0 -338
  93. package/src/domains/shop/purchase_bundles.json +0 -226
  94. package/src/domains/shop/shop_categories.json +0 -12
  95. package/src/domains/shop/shop_items.json +0 -758
  96. package/src/domains/skills/skills.json +0 -128
  97. package/src/domains/tasks/random_task_type.json +0 -56
  98. package/src/domains/tasks/task_shop_items.json +0 -42
@@ -1,474 +0,0 @@
1
- [
2
- {
3
- "hrid": "/buff_types/accuracy",
4
- "isCombat": true,
5
- "name": "Accuracy",
6
- "description": "Increases accuracy rating",
7
- "debuffDescription": "Decreases accuracy rating",
8
- "sortIndex": 36
9
- },
10
- {
11
- "hrid": "/buff_types/action_level",
12
- "isCombat": false,
13
- "name": "Action Level",
14
- "description": "Increases required levels for the action",
15
- "debuffDescription": "Decreases required levels for the action",
16
- "sortIndex": 22
17
- },
18
- {
19
- "hrid": "/buff_types/action_speed",
20
- "isCombat": false,
21
- "name": "Action Speed",
22
- "description": "Decreases time cost for the action",
23
- "debuffDescription": "Increases time cost for the action",
24
- "sortIndex": 5
25
- },
26
- {
27
- "hrid": "/buff_types/alchemy_level",
28
- "isCombat": false,
29
- "name": "Alchemy Level",
30
- "description": "Buffs alchemy level",
31
- "debuffDescription": "Debuffs alchemy level",
32
- "sortIndex": 15
33
- },
34
- {
35
- "hrid": "/buff_types/alchemy_success",
36
- "isCombat": false,
37
- "name": "Alchemy Success",
38
- "description": "Multiplicative bonus to success rate while alchemizing",
39
- "debuffDescription": "Multiplicative penalty to success rate while alchemizing",
40
- "sortIndex": 3
41
- },
42
- {
43
- "hrid": "/buff_types/armor",
44
- "isCombat": true,
45
- "name": "Armor",
46
- "description": "Decreases physical damage taken",
47
- "debuffDescription": "Increases physical damage taken",
48
- "sortIndex": 44
49
- },
50
- {
51
- "hrid": "/buff_types/artisan",
52
- "isCombat": false,
53
- "name": "Artisan",
54
- "description": "Reduces required materials during production",
55
- "debuffDescription": "Increases required materials during production",
56
- "sortIndex": 20
57
- },
58
- {
59
- "hrid": "/buff_types/attack_level",
60
- "isCombat": true,
61
- "name": "Attack Level",
62
- "description": "Buffs attack level",
63
- "debuffDescription": "Debuffs attack level",
64
- "sortIndex": 28
65
- },
66
- {
67
- "hrid": "/buff_types/attack_speed",
68
- "isCombat": true,
69
- "name": "Attack Speed",
70
- "description": "Increases auto attack speed",
71
- "debuffDescription": "Decreases auto attack speed",
72
- "sortIndex": 32
73
- },
74
- {
75
- "hrid": "/buff_types/blessed",
76
- "isCombat": false,
77
- "name": "Blessed",
78
- "description": "Chance to gain +2 instead of +1 on enhancing success",
79
- "debuffDescription": "Lowers chance to gain +2 instead of +1 on enhancing success",
80
- "sortIndex": 21
81
- },
82
- {
83
- "hrid": "/buff_types/brewing_level",
84
- "isCombat": false,
85
- "name": "Brewing Level",
86
- "description": "Buffs brewing level",
87
- "debuffDescription": "Debuffs level",
88
- "sortIndex": 14
89
- },
90
- {
91
- "hrid": "/buff_types/cast_speed",
92
- "isCombat": true,
93
- "name": "Cast Speed",
94
- "description": "Increases ability casting speed",
95
- "debuffDescription": "Decreases ability casting speed",
96
- "sortIndex": 33
97
- },
98
- {
99
- "hrid": "/buff_types/cheesesmithing_level",
100
- "isCombat": false,
101
- "name": "Cheesesmithing Level",
102
- "description": "Buffs cheesesmithing level",
103
- "debuffDescription": "Debuffs cheesesmithing level",
104
- "sortIndex": 10
105
- },
106
- {
107
- "hrid": "/buff_types/combat_drop_quantity",
108
- "isCombat": true,
109
- "name": "Combat Drop Quantity",
110
- "description": "Increases quantity of combat loot",
111
- "debuffDescription": "Decreases quantity of combat loot",
112
- "sortIndex": 59
113
- },
114
- {
115
- "hrid": "/buff_types/combat_drop_rate",
116
- "isCombat": true,
117
- "name": "Combat Drop Rate",
118
- "description": "Increases drop rate of combat loot",
119
- "debuffDescription": "Decreases drop rate of combat loot",
120
- "sortIndex": 58
121
- },
122
- {
123
- "hrid": "/buff_types/cooking_level",
124
- "isCombat": false,
125
- "name": "Cooking Level",
126
- "description": "Buffs cooking level",
127
- "debuffDescription": "Debuffs cooking level",
128
- "sortIndex": 13
129
- },
130
- {
131
- "hrid": "/buff_types/crafting_level",
132
- "isCombat": false,
133
- "name": "Crafting Level",
134
- "description": "Buffs crafting level",
135
- "debuffDescription": "Debuffs crafting level",
136
- "sortIndex": 11
137
- },
138
- {
139
- "hrid": "/buff_types/critical_damage",
140
- "isCombat": true,
141
- "name": "Critical Damage",
142
- "description": "Increases critical damage",
143
- "debuffDescription": "Decreases critical damage",
144
- "sortIndex": 35
145
- },
146
- {
147
- "hrid": "/buff_types/critical_rate",
148
- "isCombat": true,
149
- "name": "Critical Rate",
150
- "description": "Increases critical rate",
151
- "debuffDescription": "Decreases critical rate",
152
- "sortIndex": 34
153
- },
154
- {
155
- "hrid": "/buff_types/damage",
156
- "isCombat": true,
157
- "name": "Damage",
158
- "description": "Increases damage",
159
- "debuffDescription": "Decreases damage",
160
- "sortIndex": 37
161
- },
162
- {
163
- "hrid": "/buff_types/damage_taken",
164
- "isCombat": true,
165
- "name": "Damage Taken",
166
- "description": "Increases damage taken",
167
- "debuffDescription": "Decreases damage taken",
168
- "sortIndex": 48
169
- },
170
- {
171
- "hrid": "/buff_types/defense_level",
172
- "isCombat": true,
173
- "name": "Defense Level",
174
- "description": "Buffs defense level",
175
- "debuffDescription": "Debuffs defense level",
176
- "sortIndex": 27
177
- },
178
- {
179
- "hrid": "/buff_types/efficiency",
180
- "isCombat": false,
181
- "name": "Efficiency",
182
- "description": "Chance of repeating the action instantly",
183
- "debuffDescription": "Lowers chance of repeating the action instantly",
184
- "sortIndex": 2
185
- },
186
- {
187
- "hrid": "/buff_types/elemental_thorns",
188
- "isCombat": true,
189
- "name": "Elemental Thorns",
190
- "description": "Deals percentage of your resistance as damage back to the attacker",
191
- "debuffDescription": "Reduces elemental thorns",
192
- "sortIndex": 52
193
- },
194
- {
195
- "hrid": "/buff_types/enhancing_level",
196
- "isCombat": false,
197
- "name": "Enhancing Level",
198
- "description": "Buffs enhancing level",
199
- "debuffDescription": "Debuffs enhancing level",
200
- "sortIndex": 16
201
- },
202
- {
203
- "hrid": "/buff_types/enhancing_success",
204
- "isCombat": false,
205
- "name": "Enhancing Success",
206
- "description": "Multiplicative bonus to success rate while enhancing",
207
- "debuffDescription": "Multiplicative penalty to success rate while enhancing",
208
- "sortIndex": 4
209
- },
210
- {
211
- "hrid": "/buff_types/essence_find",
212
- "isCombat": false,
213
- "name": "Essence Find",
214
- "description": "Increases drop rate of essences",
215
- "debuffDescription": "Decreases drop rate of essences",
216
- "sortIndex": 23
217
- },
218
- {
219
- "hrid": "/buff_types/evasion",
220
- "isCombat": true,
221
- "name": "Evasion",
222
- "description": "Increases evasion rating",
223
- "debuffDescription": "Decreases evasion rating",
224
- "sortIndex": 43
225
- },
226
- {
227
- "hrid": "/buff_types/fire_amplify",
228
- "isCombat": true,
229
- "name": "Fire Amplify",
230
- "description": "Increases fire damage",
231
- "debuffDescription": "Decreases fire damage",
232
- "sortIndex": 41
233
- },
234
- {
235
- "hrid": "/buff_types/fire_resistance",
236
- "isCombat": true,
237
- "name": "Fire Resistance",
238
- "description": "Decreases fire damage taken",
239
- "debuffDescription": "Increases fire damage taken",
240
- "sortIndex": 47
241
- },
242
- {
243
- "hrid": "/buff_types/foraging_level",
244
- "isCombat": false,
245
- "name": "Foraging Level",
246
- "description": "Buffs foraging level",
247
- "debuffDescription": "Debuffs foraging level",
248
- "sortIndex": 8
249
- },
250
- {
251
- "hrid": "/buff_types/gathering",
252
- "isCombat": false,
253
- "name": "Gathering",
254
- "description": "Increases gathering quantity",
255
- "debuffDescription": "Decreases gathering quantity",
256
- "sortIndex": 1
257
- },
258
- {
259
- "hrid": "/buff_types/gourmet",
260
- "isCombat": false,
261
- "name": "Gourmet",
262
- "description": "Chance to produce an additional item for free",
263
- "debuffDescription": "Lowers chance to produce an additional item for free",
264
- "sortIndex": 17
265
- },
266
- {
267
- "hrid": "/buff_types/healing_amplify",
268
- "isCombat": true,
269
- "name": "Healing Amplify",
270
- "description": "Increases healing amount",
271
- "debuffDescription": "Decreases healing amount",
272
- "sortIndex": 42
273
- },
274
- {
275
- "hrid": "/buff_types/hp_regen",
276
- "isCombat": true,
277
- "name": "HP Regen",
278
- "description": "Increases HP regeneration",
279
- "debuffDescription": "Decreases HP regeneration",
280
- "sortIndex": 55
281
- },
282
- {
283
- "hrid": "/buff_types/intelligence_level",
284
- "isCombat": true,
285
- "name": "Intelligence Level",
286
- "description": "Buffs intelligence level",
287
- "debuffDescription": "Debuffs intelligence level",
288
- "sortIndex": 26
289
- },
290
- {
291
- "hrid": "/buff_types/life_steal",
292
- "isCombat": true,
293
- "name": "Life Steal",
294
- "description": "Gains life steal on auto attacks",
295
- "debuffDescription": "Reduces life steal",
296
- "sortIndex": 49
297
- },
298
- {
299
- "hrid": "/buff_types/magic_level",
300
- "isCombat": true,
301
- "name": "Magic Level",
302
- "description": "Buffs magic level",
303
- "debuffDescription": "Debuffs magic level",
304
- "sortIndex": 31
305
- },
306
- {
307
- "hrid": "/buff_types/mana_leech",
308
- "isCombat": true,
309
- "name": "Mana Leech",
310
- "description": "Gains mana leech on auto attacks",
311
- "debuffDescription": "Reduces mana leech",
312
- "sortIndex": 50
313
- },
314
- {
315
- "hrid": "/buff_types/melee_level",
316
- "isCombat": true,
317
- "name": "Melee Level",
318
- "description": "Buffs melee level",
319
- "debuffDescription": "Debuffs melee level",
320
- "sortIndex": 29
321
- },
322
- {
323
- "hrid": "/buff_types/milking_level",
324
- "isCombat": false,
325
- "name": "Milking Level",
326
- "description": "Buffs milking level",
327
- "debuffDescription": "Debuffs milking level",
328
- "sortIndex": 7
329
- },
330
- {
331
- "hrid": "/buff_types/mp_regen",
332
- "isCombat": true,
333
- "name": "MP Regen",
334
- "description": "Increases MP regeneration",
335
- "debuffDescription": "Decreases MP regeneration",
336
- "sortIndex": 56
337
- },
338
- {
339
- "hrid": "/buff_types/nature_amplify",
340
- "isCombat": true,
341
- "name": "Nature Amplify",
342
- "description": "Increases nature damage",
343
- "debuffDescription": "Decreases nature damage",
344
- "sortIndex": 40
345
- },
346
- {
347
- "hrid": "/buff_types/nature_resistance",
348
- "isCombat": true,
349
- "name": "Nature Resistance",
350
- "description": "Decreases nature damage taken",
351
- "debuffDescription": "Increases nature damage taken",
352
- "sortIndex": 46
353
- },
354
- {
355
- "hrid": "/buff_types/physical_amplify",
356
- "isCombat": true,
357
- "name": "Physical Amplify",
358
- "description": "Increases physical damage",
359
- "debuffDescription": "Decreases physical damage",
360
- "sortIndex": 38
361
- },
362
- {
363
- "hrid": "/buff_types/physical_thorns",
364
- "isCombat": true,
365
- "name": "Physical Thorns",
366
- "description": "Deals percentage of your armor as damage back to the attacker",
367
- "debuffDescription": "Reduces physical thorns",
368
- "sortIndex": 51
369
- },
370
- {
371
- "hrid": "/buff_types/processing",
372
- "isCombat": false,
373
- "name": "Processing",
374
- "description": "Chance to instantly convert gathered resource into processed material (cheese, fabric, and lumber)",
375
- "debuffDescription": "Lowers chance to convert gathered resource into processed material (cheese, fabric, and lumber)",
376
- "sortIndex": 19
377
- },
378
- {
379
- "hrid": "/buff_types/ranged_level",
380
- "isCombat": true,
381
- "name": "Ranged Level",
382
- "description": "Buffs ranged level",
383
- "debuffDescription": "Debuffs ranged level",
384
- "sortIndex": 30
385
- },
386
- {
387
- "hrid": "/buff_types/rare_find",
388
- "isCombat": false,
389
- "name": "Rare Find",
390
- "description": "Increases rare item drop rate",
391
- "debuffDescription": "Decreases rare item drop rate",
392
- "sortIndex": 24
393
- },
394
- {
395
- "hrid": "/buff_types/retaliation",
396
- "isCombat": true,
397
- "name": "Retaliation",
398
- "description": "Reflects a percentage of incoming damage as a smash attack back to the attacker",
399
- "debuffDescription": "Reduces retaliation",
400
- "sortIndex": 53
401
- },
402
- {
403
- "hrid": "/buff_types/stamina_level",
404
- "isCombat": true,
405
- "name": "Stamina Level",
406
- "description": "Buffs stamina level",
407
- "debuffDescription": "Debuffs stamina level",
408
- "sortIndex": 25
409
- },
410
- {
411
- "hrid": "/buff_types/tailoring_level",
412
- "isCombat": false,
413
- "name": "Tailoring Level",
414
- "description": "Buffs tailoring level",
415
- "debuffDescription": "Debuffs tailoring level",
416
- "sortIndex": 12
417
- },
418
- {
419
- "hrid": "/buff_types/task_action_speed",
420
- "isCombat": false,
421
- "name": "Task Action Speed",
422
- "description": "Decreases time cost for task actions",
423
- "debuffDescription": "Increases time cost for task actions",
424
- "sortIndex": 6
425
- },
426
- {
427
- "hrid": "/buff_types/tenacity",
428
- "isCombat": true,
429
- "name": "Tenacity",
430
- "description": "Reduces chance of being blinded, silenced, or stunned",
431
- "debuffDescription": "Increases chance of being blinded, silenced, or stunned",
432
- "sortIndex": 54
433
- },
434
- {
435
- "hrid": "/buff_types/threat",
436
- "isCombat": true,
437
- "name": "Threat",
438
- "description": "Increases chance of being targeted in combat",
439
- "debuffDescription": "Decreases chance of being targeted in combat",
440
- "sortIndex": 57
441
- },
442
- {
443
- "hrid": "/buff_types/water_amplify",
444
- "isCombat": true,
445
- "name": "Water Amplify",
446
- "description": "Increases water damage",
447
- "debuffDescription": "Decreases water damage",
448
- "sortIndex": 39
449
- },
450
- {
451
- "hrid": "/buff_types/water_resistance",
452
- "isCombat": true,
453
- "name": "Water Resistance",
454
- "description": "Decreases water damage taken",
455
- "debuffDescription": "Increases water damage taken",
456
- "sortIndex": 45
457
- },
458
- {
459
- "hrid": "/buff_types/wisdom",
460
- "isCombat": false,
461
- "name": "Wisdom",
462
- "description": "Increases experience gained",
463
- "debuffDescription": "Decreases experience gained",
464
- "sortIndex": 18
465
- },
466
- {
467
- "hrid": "/buff_types/woodcutting_level",
468
- "isCombat": false,
469
- "name": "Woodcutting Level",
470
- "description": "Buffs woodcutting level",
471
- "debuffDescription": "Debuffs woodcutting level",
472
- "sortIndex": 9
473
- }
474
- ]
@@ -1,119 +0,0 @@
1
- [
2
- {
3
- "hrid": "/community_buff_types/combat_drop_quantity",
4
- "name": "Combat Drop Quantity",
5
- "usableInActionTypeMap": {
6
- "/action_types/combat": true
7
- },
8
- "buff": {
9
- "uniqueHrid": "/buff_uniques/combat_community_buff",
10
- "typeHrid": "/buff_types/combat_drop_quantity",
11
- "ratioBoost": 0,
12
- "ratioBoostLevelBonus": 0,
13
- "flatBoost": 0.2,
14
- "flatBoostLevelBonus": 0.005,
15
- "startTime": "0001-01-01T00:00:00Z",
16
- "duration": 0
17
- },
18
- "description": "",
19
- "cowbellCost": 10,
20
- "sortIndex": 5
21
- },
22
- {
23
- "hrid": "/community_buff_types/enhancing_speed",
24
- "name": "Enhancing Speed",
25
- "usableInActionTypeMap": {
26
- "/action_types/enhancing": true
27
- },
28
- "buff": {
29
- "uniqueHrid": "/buff_uniques/enhancing_community_buff",
30
- "typeHrid": "/buff_types/action_speed",
31
- "ratioBoost": 0,
32
- "ratioBoostLevelBonus": 0,
33
- "flatBoost": 0.2,
34
- "flatBoostLevelBonus": 0.005,
35
- "startTime": "0001-01-01T00:00:00Z",
36
- "duration": 0
37
- },
38
- "description": "",
39
- "cowbellCost": 10,
40
- "sortIndex": 4
41
- },
42
- {
43
- "hrid": "/community_buff_types/experience",
44
- "name": "Experience",
45
- "usableInActionTypeMap": {
46
- "/action_types/alchemy": true,
47
- "/action_types/brewing": true,
48
- "/action_types/cheesesmithing": true,
49
- "/action_types/combat": true,
50
- "/action_types/cooking": true,
51
- "/action_types/crafting": true,
52
- "/action_types/enhancing": true,
53
- "/action_types/foraging": true,
54
- "/action_types/milking": true,
55
- "/action_types/tailoring": true,
56
- "/action_types/woodcutting": true
57
- },
58
- "buff": {
59
- "uniqueHrid": "/buff_uniques/experience_community_buff",
60
- "typeHrid": "/buff_types/wisdom",
61
- "ratioBoost": 0,
62
- "ratioBoostLevelBonus": 0,
63
- "flatBoost": 0.2,
64
- "flatBoostLevelBonus": 0.005,
65
- "startTime": "0001-01-01T00:00:00Z",
66
- "duration": 0
67
- },
68
- "description": "",
69
- "cowbellCost": 20,
70
- "sortIndex": 1
71
- },
72
- {
73
- "hrid": "/community_buff_types/gathering_quantity",
74
- "name": "Gathering Quantity",
75
- "usableInActionTypeMap": {
76
- "/action_types/foraging": true,
77
- "/action_types/milking": true,
78
- "/action_types/woodcutting": true
79
- },
80
- "buff": {
81
- "uniqueHrid": "/buff_uniques/gathering_community_buff",
82
- "typeHrid": "/buff_types/gathering",
83
- "ratioBoost": 0,
84
- "ratioBoostLevelBonus": 0,
85
- "flatBoost": 0.2,
86
- "flatBoostLevelBonus": 0.005,
87
- "startTime": "0001-01-01T00:00:00Z",
88
- "duration": 0
89
- },
90
- "description": "",
91
- "cowbellCost": 10,
92
- "sortIndex": 2
93
- },
94
- {
95
- "hrid": "/community_buff_types/production_efficiency",
96
- "name": "Production Efficiency",
97
- "usableInActionTypeMap": {
98
- "/action_types/alchemy": true,
99
- "/action_types/brewing": true,
100
- "/action_types/cheesesmithing": true,
101
- "/action_types/cooking": true,
102
- "/action_types/crafting": true,
103
- "/action_types/tailoring": true
104
- },
105
- "buff": {
106
- "uniqueHrid": "/buff_uniques/production_community_buff",
107
- "typeHrid": "/buff_types/efficiency",
108
- "ratioBoost": 0,
109
- "ratioBoostLevelBonus": 0,
110
- "flatBoost": 0.14,
111
- "flatBoostLevelBonus": 0.003,
112
- "startTime": "0001-01-01T00:00:00Z",
113
- "duration": 0
114
- },
115
- "description": "",
116
- "cowbellCost": 10,
117
- "sortIndex": 3
118
- }
119
- ]