@c3d.gg/mwi-types 1.6.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 (100) 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/dist/domains/player/types.d.ts +346 -10
  9. package/dist/domains/player/types.d.ts.map +1 -1
  10. package/package.json +132 -161
  11. package/dist/domains/abilities/abilities.json +0 -3331
  12. package/dist/domains/actions/action_categories.json +0 -356
  13. package/dist/domains/actions/action_types.json +0 -57
  14. package/dist/domains/actions/actions.json +0 -41966
  15. package/dist/domains/actions/utils.d.ts +0 -9
  16. package/dist/domains/actions/utils.d.ts.map +0 -1
  17. package/dist/domains/actions/utils.js +0 -27
  18. package/dist/domains/actions/utils.js.map +0 -1
  19. package/dist/domains/avatar/avatar_outfits.json +0 -572
  20. package/dist/domains/avatar/avatars.json +0 -512
  21. package/dist/domains/buffs/buff_types.json +0 -474
  22. package/dist/domains/buffs/community_buff_types.json +0 -119
  23. package/dist/domains/chat/chat_channel_types.json +0 -128
  24. package/dist/domains/chat/chat_icons.json +0 -4352
  25. package/dist/domains/combat/combat_style.json +0 -68
  26. package/dist/domains/combat/combat_trigger_comparator.json +0 -26
  27. package/dist/domains/combat/combat_trigger_condition.json +0 -596
  28. package/dist/domains/combat/combat_trigger_dependency.json +0 -30
  29. package/dist/domains/combat/damage_type.json +0 -22
  30. package/dist/domains/game-mode/game_mode.json +0 -32
  31. package/dist/domains/guild/guild_character_role.json +0 -58
  32. package/dist/domains/house/house_rooms.json +0 -5553
  33. package/dist/domains/items/equipment_types.json +0 -152
  34. package/dist/domains/items/item_categories.json +0 -50
  35. package/dist/domains/items/item_locations.json +0 -220
  36. package/dist/domains/items/items.json +0 -65871
  37. package/dist/domains/items/utils.d.ts +0 -12
  38. package/dist/domains/items/utils.d.ts.map +0 -1
  39. package/dist/domains/items/utils.js +0 -44
  40. package/dist/domains/items/utils.js.map +0 -1
  41. package/dist/domains/leaderboard/leaderboard_categories.json +0 -149
  42. package/dist/domains/leaderboard/leaderboard_types.json +0 -56
  43. package/dist/domains/monsters/monsters.json +0 -9313
  44. package/dist/domains/monsters/utils.d.ts +0 -6
  45. package/dist/domains/monsters/utils.d.ts.map +0 -1
  46. package/dist/domains/monsters/utils.js +0 -21
  47. package/dist/domains/monsters/utils.js.map +0 -1
  48. package/dist/domains/name/name_colors.json +0 -975
  49. package/dist/domains/recipes/recipes.json +0 -21268
  50. package/dist/domains/recipes/utils.d.ts +0 -11
  51. package/dist/domains/recipes/utils.d.ts.map +0 -1
  52. package/dist/domains/recipes/utils.js +0 -88
  53. package/dist/domains/recipes/utils.js.map +0 -1
  54. package/dist/domains/shared/openable_loot_drop.json +0 -1276
  55. package/dist/domains/shop/buyable_upgrades.json +0 -338
  56. package/dist/domains/shop/purchase_bundles.json +0 -226
  57. package/dist/domains/shop/shop_categories.json +0 -12
  58. package/dist/domains/shop/shop_items.json +0 -758
  59. package/dist/domains/skills/skills.json +0 -128
  60. package/dist/domains/skills/utils.d.ts +0 -3
  61. package/dist/domains/skills/utils.d.ts.map +0 -1
  62. package/dist/domains/skills/utils.js +0 -7
  63. package/dist/domains/skills/utils.js.map +0 -1
  64. package/dist/domains/tasks/random_task_type.json +0 -56
  65. package/dist/domains/tasks/task_shop_items.json +0 -42
  66. package/src/domains/abilities/abilities.json +0 -3331
  67. package/src/domains/actions/action_categories.json +0 -356
  68. package/src/domains/actions/action_types.json +0 -57
  69. package/src/domains/actions/actions.json +0 -41966
  70. package/src/domains/avatar/avatar_outfits.json +0 -572
  71. package/src/domains/avatar/avatars.json +0 -512
  72. package/src/domains/buffs/buff_types.json +0 -474
  73. package/src/domains/buffs/community_buff_types.json +0 -119
  74. package/src/domains/chat/chat_channel_types.json +0 -128
  75. package/src/domains/chat/chat_icons.json +0 -4352
  76. package/src/domains/combat/combat_style.json +0 -68
  77. package/src/domains/combat/combat_trigger_comparator.json +0 -26
  78. package/src/domains/combat/combat_trigger_condition.json +0 -596
  79. package/src/domains/combat/combat_trigger_dependency.json +0 -30
  80. package/src/domains/combat/damage_type.json +0 -22
  81. package/src/domains/game-mode/game_mode.json +0 -32
  82. package/src/domains/guild/guild_character_role.json +0 -58
  83. package/src/domains/house/house_rooms.json +0 -5553
  84. package/src/domains/items/equipment_types.json +0 -152
  85. package/src/domains/items/item_categories.json +0 -50
  86. package/src/domains/items/item_locations.json +0 -220
  87. package/src/domains/items/items.json +0 -65871
  88. package/src/domains/leaderboard/leaderboard_categories.json +0 -149
  89. package/src/domains/leaderboard/leaderboard_types.json +0 -56
  90. package/src/domains/monsters/monsters.json +0 -9313
  91. package/src/domains/name/name_colors.json +0 -975
  92. package/src/domains/recipes/recipes.json +0 -21268
  93. package/src/domains/shared/openable_loot_drop.json +0 -1276
  94. package/src/domains/shop/buyable_upgrades.json +0 -338
  95. package/src/domains/shop/purchase_bundles.json +0 -226
  96. package/src/domains/shop/shop_categories.json +0 -12
  97. package/src/domains/shop/shop_items.json +0 -758
  98. package/src/domains/skills/skills.json +0 -128
  99. package/src/domains/tasks/random_task_type.json +0 -56
  100. package/src/domains/tasks/task_shop_items.json +0 -42
@@ -1,152 +0,0 @@
1
- [
2
- {
3
- "hrid": "/equipment_types/alchemy_tool",
4
- "name": "Alchemy Tool",
5
- "itemLocationHrid": "/item_locations/alchemy_tool",
6
- "sortIndex": 24
7
- },
8
- {
9
- "hrid": "/equipment_types/back",
10
- "name": "Back",
11
- "itemLocationHrid": "/item_locations/back",
12
- "sortIndex": 4
13
- },
14
- {
15
- "hrid": "/equipment_types/body",
16
- "name": "Body",
17
- "itemLocationHrid": "/item_locations/body",
18
- "sortIndex": 6
19
- },
20
- {
21
- "hrid": "/equipment_types/brewing_tool",
22
- "name": "Brewing Tool",
23
- "itemLocationHrid": "/item_locations/brewing_tool",
24
- "sortIndex": 23
25
- },
26
- {
27
- "hrid": "/equipment_types/charm",
28
- "name": "Charm",
29
- "itemLocationHrid": "/item_locations/charm",
30
- "sortIndex": 14
31
- },
32
- {
33
- "hrid": "/equipment_types/cheesesmithing_tool",
34
- "name": "Cheesesmithing Tool",
35
- "itemLocationHrid": "/item_locations/cheesesmithing_tool",
36
- "sortIndex": 19
37
- },
38
- {
39
- "hrid": "/equipment_types/cooking_tool",
40
- "name": "Cooking Tool",
41
- "itemLocationHrid": "/item_locations/cooking_tool",
42
- "sortIndex": 22
43
- },
44
- {
45
- "hrid": "/equipment_types/crafting_tool",
46
- "name": "Crafting Tool",
47
- "itemLocationHrid": "/item_locations/crafting_tool",
48
- "sortIndex": 20
49
- },
50
- {
51
- "hrid": "/equipment_types/earrings",
52
- "name": "Earrings",
53
- "itemLocationHrid": "/item_locations/earrings",
54
- "sortIndex": 12
55
- },
56
- {
57
- "hrid": "/equipment_types/enhancing_tool",
58
- "name": "Enhancing Tool",
59
- "itemLocationHrid": "/item_locations/enhancing_tool",
60
- "sortIndex": 25
61
- },
62
- {
63
- "hrid": "/equipment_types/feet",
64
- "name": "Feet",
65
- "itemLocationHrid": "/item_locations/feet",
66
- "sortIndex": 9
67
- },
68
- {
69
- "hrid": "/equipment_types/foraging_tool",
70
- "name": "Foraging Tool",
71
- "itemLocationHrid": "/item_locations/foraging_tool",
72
- "sortIndex": 17
73
- },
74
- {
75
- "hrid": "/equipment_types/hands",
76
- "name": "Hands",
77
- "itemLocationHrid": "/item_locations/hands",
78
- "sortIndex": 8
79
- },
80
- {
81
- "hrid": "/equipment_types/head",
82
- "name": "Head",
83
- "itemLocationHrid": "/item_locations/head",
84
- "sortIndex": 5
85
- },
86
- {
87
- "hrid": "/equipment_types/legs",
88
- "name": "Legs",
89
- "itemLocationHrid": "/item_locations/legs",
90
- "sortIndex": 7
91
- },
92
- {
93
- "hrid": "/equipment_types/main_hand",
94
- "name": "Main Hand",
95
- "itemLocationHrid": "/item_locations/main_hand",
96
- "sortIndex": 2
97
- },
98
- {
99
- "hrid": "/equipment_types/milking_tool",
100
- "name": "Milking Tool",
101
- "itemLocationHrid": "/item_locations/milking_tool",
102
- "sortIndex": 16
103
- },
104
- {
105
- "hrid": "/equipment_types/neck",
106
- "name": "Neck",
107
- "itemLocationHrid": "/item_locations/neck",
108
- "sortIndex": 11
109
- },
110
- {
111
- "hrid": "/equipment_types/off_hand",
112
- "name": "Off Hand",
113
- "itemLocationHrid": "/item_locations/off_hand",
114
- "sortIndex": 3
115
- },
116
- {
117
- "hrid": "/equipment_types/pouch",
118
- "name": "Pouch",
119
- "itemLocationHrid": "/item_locations/pouch",
120
- "sortIndex": 10
121
- },
122
- {
123
- "hrid": "/equipment_types/ring",
124
- "name": "Ring",
125
- "itemLocationHrid": "/item_locations/ring",
126
- "sortIndex": 13
127
- },
128
- {
129
- "hrid": "/equipment_types/tailoring_tool",
130
- "name": "Tailoring Tool",
131
- "itemLocationHrid": "/item_locations/tailoring_tool",
132
- "sortIndex": 21
133
- },
134
- {
135
- "hrid": "/equipment_types/trinket",
136
- "name": "Trinket",
137
- "itemLocationHrid": "/item_locations/trinket",
138
- "sortIndex": 15
139
- },
140
- {
141
- "hrid": "/equipment_types/two_hand",
142
- "name": "Two Hand",
143
- "itemLocationHrid": "/item_locations/two_hand",
144
- "sortIndex": 1
145
- },
146
- {
147
- "hrid": "/equipment_types/woodcutting_tool",
148
- "name": "Woodcutting Tool",
149
- "itemLocationHrid": "/item_locations/woodcutting_tool",
150
- "sortIndex": 18
151
- }
152
- ]
@@ -1,50 +0,0 @@
1
- [
2
- {
3
- "hrid": "/item_categories/ability_book",
4
- "name": "Ability Book",
5
- "pluralName": "Ability Books",
6
- "sortIndex": 6
7
- },
8
- {
9
- "hrid": "/item_categories/currency",
10
- "name": "Currency",
11
- "pluralName": "Currencies",
12
- "sortIndex": 1
13
- },
14
- {
15
- "hrid": "/item_categories/drink",
16
- "name": "Drink",
17
- "pluralName": "Drinks",
18
- "sortIndex": 5
19
- },
20
- {
21
- "hrid": "/item_categories/equipment",
22
- "name": "Equipment",
23
- "pluralName": "Equipment",
24
- "sortIndex": 7
25
- },
26
- {
27
- "hrid": "/item_categories/food",
28
- "name": "Food",
29
- "pluralName": "Foods",
30
- "sortIndex": 4
31
- },
32
- {
33
- "hrid": "/item_categories/key",
34
- "name": "Key",
35
- "pluralName": "Keys",
36
- "sortIndex": 3
37
- },
38
- {
39
- "hrid": "/item_categories/loot",
40
- "name": "Loot",
41
- "pluralName": "Loots",
42
- "sortIndex": 2
43
- },
44
- {
45
- "hrid": "/item_categories/resource",
46
- "name": "Resource",
47
- "pluralName": "Resources",
48
- "sortIndex": 8
49
- }
50
- ]
@@ -1,220 +0,0 @@
1
- [
2
- {
3
- "hrid": "/item_locations/alchemy_tool",
4
- "name": "Alchemy Tool",
5
- "type": "/item_location_types/equipment",
6
- "isTool": true,
7
- "isMultiItem": false,
8
- "conflictingOtherItemLocationHrids": ["/item_locations/alchemy_tool"]
9
- },
10
- {
11
- "hrid": "/item_locations/back",
12
- "name": "Back",
13
- "type": "/item_location_types/equipment",
14
- "isTool": false,
15
- "isMultiItem": false,
16
- "conflictingOtherItemLocationHrids": ["/item_locations/back"]
17
- },
18
- {
19
- "hrid": "/item_locations/body",
20
- "name": "Body",
21
- "type": "/item_location_types/equipment",
22
- "isTool": false,
23
- "isMultiItem": false,
24
- "conflictingOtherItemLocationHrids": ["/item_locations/body"]
25
- },
26
- {
27
- "hrid": "/item_locations/brewing_tool",
28
- "name": "Brewing Tool",
29
- "type": "/item_location_types/equipment",
30
- "isTool": true,
31
- "isMultiItem": false,
32
- "conflictingOtherItemLocationHrids": ["/item_locations/brewing_tool"]
33
- },
34
- {
35
- "hrid": "/item_locations/charm",
36
- "name": "Charm",
37
- "type": "/item_location_types/equipment",
38
- "isTool": false,
39
- "isMultiItem": false,
40
- "conflictingOtherItemLocationHrids": ["/item_locations/charm"]
41
- },
42
- {
43
- "hrid": "/item_locations/cheesesmithing_tool",
44
- "name": "Cheesesmithing Tool",
45
- "type": "/item_location_types/equipment",
46
- "isTool": true,
47
- "isMultiItem": false,
48
- "conflictingOtherItemLocationHrids": ["/item_locations/cheesesmithing_tool"]
49
- },
50
- {
51
- "hrid": "/item_locations/cooking_tool",
52
- "name": "Cooking Tool",
53
- "type": "/item_location_types/equipment",
54
- "isTool": true,
55
- "isMultiItem": false,
56
- "conflictingOtherItemLocationHrids": ["/item_locations/cooking_tool"]
57
- },
58
- {
59
- "hrid": "/item_locations/crafting_tool",
60
- "name": "Crafting Tool",
61
- "type": "/item_location_types/equipment",
62
- "isTool": true,
63
- "isMultiItem": false,
64
- "conflictingOtherItemLocationHrids": ["/item_locations/crafting_tool"]
65
- },
66
- {
67
- "hrid": "/item_locations/earrings",
68
- "name": "Earrings",
69
- "type": "/item_location_types/equipment",
70
- "isTool": false,
71
- "isMultiItem": false,
72
- "conflictingOtherItemLocationHrids": ["/item_locations/earrings"]
73
- },
74
- {
75
- "hrid": "/item_locations/enhancing_tool",
76
- "name": "Enhancing Tool",
77
- "type": "/item_location_types/equipment",
78
- "isTool": true,
79
- "isMultiItem": false,
80
- "conflictingOtherItemLocationHrids": ["/item_locations/enhancing_tool"]
81
- },
82
- {
83
- "hrid": "/item_locations/feet",
84
- "name": "Feet",
85
- "type": "/item_location_types/equipment",
86
- "isTool": false,
87
- "isMultiItem": false,
88
- "conflictingOtherItemLocationHrids": ["/item_locations/feet"]
89
- },
90
- {
91
- "hrid": "/item_locations/foraging_tool",
92
- "name": "Foraging Tool",
93
- "type": "/item_location_types/equipment",
94
- "isTool": true,
95
- "isMultiItem": false,
96
- "conflictingOtherItemLocationHrids": ["/item_locations/foraging_tool"]
97
- },
98
- {
99
- "hrid": "/item_locations/hands",
100
- "name": "Hands",
101
- "type": "/item_location_types/equipment",
102
- "isTool": false,
103
- "isMultiItem": false,
104
- "conflictingOtherItemLocationHrids": ["/item_locations/hands"]
105
- },
106
- {
107
- "hrid": "/item_locations/head",
108
- "name": "Head",
109
- "type": "/item_location_types/equipment",
110
- "isTool": false,
111
- "isMultiItem": false,
112
- "conflictingOtherItemLocationHrids": ["/item_locations/head"]
113
- },
114
- {
115
- "hrid": "/item_locations/inventory",
116
- "name": "Inventory",
117
- "type": "/item_location_types/inventory",
118
- "isTool": false,
119
- "isMultiItem": true,
120
- "conflictingOtherItemLocationHrids": []
121
- },
122
- {
123
- "hrid": "/item_locations/legs",
124
- "name": "Legs",
125
- "type": "/item_location_types/equipment",
126
- "isTool": false,
127
- "isMultiItem": false,
128
- "conflictingOtherItemLocationHrids": ["/item_locations/legs"]
129
- },
130
- {
131
- "hrid": "/item_locations/main_hand",
132
- "name": "Main Hand",
133
- "type": "/item_location_types/equipment",
134
- "isTool": false,
135
- "isMultiItem": false,
136
- "conflictingOtherItemLocationHrids": [
137
- "/item_locations/main_hand",
138
- "/item_locations/two_hand"
139
- ]
140
- },
141
- {
142
- "hrid": "/item_locations/milking_tool",
143
- "name": "Milking Tool",
144
- "type": "/item_location_types/equipment",
145
- "isTool": true,
146
- "isMultiItem": false,
147
- "conflictingOtherItemLocationHrids": ["/item_locations/milking_tool"]
148
- },
149
- {
150
- "hrid": "/item_locations/neck",
151
- "name": "Neck",
152
- "type": "/item_location_types/equipment",
153
- "isTool": false,
154
- "isMultiItem": false,
155
- "conflictingOtherItemLocationHrids": ["/item_locations/neck"]
156
- },
157
- {
158
- "hrid": "/item_locations/off_hand",
159
- "name": "Off Hand",
160
- "type": "/item_location_types/equipment",
161
- "isTool": false,
162
- "isMultiItem": false,
163
- "conflictingOtherItemLocationHrids": [
164
- "/item_locations/off_hand",
165
- "/item_locations/two_hand"
166
- ]
167
- },
168
- {
169
- "hrid": "/item_locations/pouch",
170
- "name": "Pouch",
171
- "type": "/item_location_types/equipment",
172
- "isTool": false,
173
- "isMultiItem": false,
174
- "conflictingOtherItemLocationHrids": ["/item_locations/pouch"]
175
- },
176
- {
177
- "hrid": "/item_locations/ring",
178
- "name": "Ring",
179
- "type": "/item_location_types/equipment",
180
- "isTool": false,
181
- "isMultiItem": false,
182
- "conflictingOtherItemLocationHrids": ["/item_locations/ring"]
183
- },
184
- {
185
- "hrid": "/item_locations/tailoring_tool",
186
- "name": "Tailoring Tool",
187
- "type": "/item_location_types/equipment",
188
- "isTool": true,
189
- "isMultiItem": false,
190
- "conflictingOtherItemLocationHrids": ["/item_locations/tailoring_tool"]
191
- },
192
- {
193
- "hrid": "/item_locations/trinket",
194
- "name": "Trinket",
195
- "type": "/item_location_types/equipment",
196
- "isTool": false,
197
- "isMultiItem": false,
198
- "conflictingOtherItemLocationHrids": ["/item_locations/trinket"]
199
- },
200
- {
201
- "hrid": "/item_locations/two_hand",
202
- "name": "Main Hand",
203
- "type": "/item_location_types/equipment",
204
- "isTool": false,
205
- "isMultiItem": false,
206
- "conflictingOtherItemLocationHrids": [
207
- "/item_locations/two_hand",
208
- "/item_locations/main_hand",
209
- "/item_locations/off_hand"
210
- ]
211
- },
212
- {
213
- "hrid": "/item_locations/woodcutting_tool",
214
- "name": "Woodcutting Tool",
215
- "type": "/item_location_types/equipment",
216
- "isTool": true,
217
- "isMultiItem": false,
218
- "conflictingOtherItemLocationHrids": ["/item_locations/woodcutting_tool"]
219
- }
220
- ]