@c3d.gg/mwi-types 1.7.0 → 1.8.1

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 +19 -134
  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,338 +0,0 @@
1
- [
2
- {
3
- "hrid": "/buyable_upgrades/action_queue_cap_1",
4
- "name": "+1 Action Queue",
5
- "cost": {
6
- "itemHrid": "/items/cowbell",
7
- "count": 10
8
- },
9
- "hasBuyLimit": true,
10
- "buyLimit": 1,
11
- "offlineHourCount": 0,
12
- "marketListingCount": 0,
13
- "actionQueueCount": 1,
14
- "loadoutSlotCount": 0,
15
- "taskSlotCount": 0,
16
- "sortIndex": 10
17
- },
18
- {
19
- "hrid": "/buyable_upgrades/action_queue_cap_2",
20
- "name": "+1 Action Queue",
21
- "cost": {
22
- "itemHrid": "/items/cowbell",
23
- "count": 200
24
- },
25
- "hasBuyLimit": true,
26
- "buyLimit": 1,
27
- "offlineHourCount": 0,
28
- "marketListingCount": 0,
29
- "actionQueueCount": 1,
30
- "loadoutSlotCount": 0,
31
- "taskSlotCount": 0,
32
- "sortIndex": 11
33
- },
34
- {
35
- "hrid": "/buyable_upgrades/action_queue_cap_3",
36
- "name": "+1 Action Queue",
37
- "cost": {
38
- "itemHrid": "/items/cowbell",
39
- "count": 500
40
- },
41
- "hasBuyLimit": true,
42
- "buyLimit": 2,
43
- "offlineHourCount": 0,
44
- "marketListingCount": 0,
45
- "actionQueueCount": 1,
46
- "loadoutSlotCount": 0,
47
- "taskSlotCount": 0,
48
- "sortIndex": 12
49
- },
50
- {
51
- "hrid": "/buyable_upgrades/action_queue_cap_4",
52
- "name": "+1 Action Queue",
53
- "cost": {
54
- "itemHrid": "/items/cowbell",
55
- "count": 1000
56
- },
57
- "hasBuyLimit": false,
58
- "buyLimit": 0,
59
- "offlineHourCount": 0,
60
- "marketListingCount": 0,
61
- "actionQueueCount": 1,
62
- "loadoutSlotCount": 0,
63
- "taskSlotCount": 0,
64
- "sortIndex": 13
65
- },
66
- {
67
- "hrid": "/buyable_upgrades/loadout_slot_cap_1",
68
- "name": "+1 Loadout Slot",
69
- "cost": {
70
- "itemHrid": "/items/cowbell",
71
- "count": 100
72
- },
73
- "hasBuyLimit": true,
74
- "buyLimit": 1,
75
- "offlineHourCount": 0,
76
- "marketListingCount": 0,
77
- "actionQueueCount": 0,
78
- "loadoutSlotCount": 1,
79
- "taskSlotCount": 0,
80
- "sortIndex": 14
81
- },
82
- {
83
- "hrid": "/buyable_upgrades/loadout_slot_cap_2",
84
- "name": "+1 Loadout Slot",
85
- "cost": {
86
- "itemHrid": "/items/cowbell",
87
- "count": 200
88
- },
89
- "hasBuyLimit": true,
90
- "buyLimit": 2,
91
- "offlineHourCount": 0,
92
- "marketListingCount": 0,
93
- "actionQueueCount": 0,
94
- "loadoutSlotCount": 1,
95
- "taskSlotCount": 0,
96
- "sortIndex": 15
97
- },
98
- {
99
- "hrid": "/buyable_upgrades/loadout_slot_cap_3",
100
- "name": "+1 Loadout Slot",
101
- "cost": {
102
- "itemHrid": "/items/cowbell",
103
- "count": 300
104
- },
105
- "hasBuyLimit": true,
106
- "buyLimit": 3,
107
- "offlineHourCount": 0,
108
- "marketListingCount": 0,
109
- "actionQueueCount": 0,
110
- "loadoutSlotCount": 1,
111
- "taskSlotCount": 0,
112
- "sortIndex": 16
113
- },
114
- {
115
- "hrid": "/buyable_upgrades/loadout_slot_cap_4",
116
- "name": "+1 Loadout Slot",
117
- "cost": {
118
- "itemHrid": "/items/cowbell",
119
- "count": 500
120
- },
121
- "hasBuyLimit": true,
122
- "buyLimit": 8,
123
- "offlineHourCount": 0,
124
- "marketListingCount": 0,
125
- "actionQueueCount": 0,
126
- "loadoutSlotCount": 1,
127
- "taskSlotCount": 0,
128
- "sortIndex": 17
129
- },
130
- {
131
- "hrid": "/buyable_upgrades/market_listing_cap_1",
132
- "name": "+1 Market Listing",
133
- "cost": {
134
- "itemHrid": "/items/cowbell",
135
- "count": 10
136
- },
137
- "hasBuyLimit": true,
138
- "buyLimit": 2,
139
- "offlineHourCount": 0,
140
- "marketListingCount": 1,
141
- "actionQueueCount": 0,
142
- "loadoutSlotCount": 0,
143
- "taskSlotCount": 0,
144
- "sortIndex": 5
145
- },
146
- {
147
- "hrid": "/buyable_upgrades/market_listing_cap_2",
148
- "name": "+1 Market Listing",
149
- "cost": {
150
- "itemHrid": "/items/cowbell",
151
- "count": 25
152
- },
153
- "hasBuyLimit": true,
154
- "buyLimit": 4,
155
- "offlineHourCount": 0,
156
- "marketListingCount": 1,
157
- "actionQueueCount": 0,
158
- "loadoutSlotCount": 0,
159
- "taskSlotCount": 0,
160
- "sortIndex": 6
161
- },
162
- {
163
- "hrid": "/buyable_upgrades/market_listing_cap_3",
164
- "name": "+1 Market Listing",
165
- "cost": {
166
- "itemHrid": "/items/cowbell",
167
- "count": 50
168
- },
169
- "hasBuyLimit": true,
170
- "buyLimit": 6,
171
- "offlineHourCount": 0,
172
- "marketListingCount": 1,
173
- "actionQueueCount": 0,
174
- "loadoutSlotCount": 0,
175
- "taskSlotCount": 0,
176
- "sortIndex": 7
177
- },
178
- {
179
- "hrid": "/buyable_upgrades/market_listing_cap_4",
180
- "name": "+1 Market Listing",
181
- "cost": {
182
- "itemHrid": "/items/cowbell",
183
- "count": 100
184
- },
185
- "hasBuyLimit": true,
186
- "buyLimit": 12,
187
- "offlineHourCount": 0,
188
- "marketListingCount": 1,
189
- "actionQueueCount": 0,
190
- "loadoutSlotCount": 0,
191
- "taskSlotCount": 0,
192
- "sortIndex": 8
193
- },
194
- {
195
- "hrid": "/buyable_upgrades/market_listing_cap_5",
196
- "name": "+1 Market Listing",
197
- "cost": {
198
- "itemHrid": "/items/cowbell",
199
- "count": 200
200
- },
201
- "hasBuyLimit": false,
202
- "buyLimit": 0,
203
- "offlineHourCount": 0,
204
- "marketListingCount": 1,
205
- "actionQueueCount": 0,
206
- "loadoutSlotCount": 0,
207
- "taskSlotCount": 0,
208
- "sortIndex": 9
209
- },
210
- {
211
- "hrid": "/buyable_upgrades/offline_hour_cap_1",
212
- "name": "+1 Hour Offline Progress",
213
- "cost": {
214
- "itemHrid": "/items/cowbell",
215
- "count": 50
216
- },
217
- "hasBuyLimit": true,
218
- "buyLimit": 2,
219
- "offlineHourCount": 1,
220
- "marketListingCount": 0,
221
- "actionQueueCount": 0,
222
- "loadoutSlotCount": 0,
223
- "taskSlotCount": 0,
224
- "sortIndex": 1
225
- },
226
- {
227
- "hrid": "/buyable_upgrades/offline_hour_cap_2",
228
- "name": "+1 Hour Offline Progress",
229
- "cost": {
230
- "itemHrid": "/items/cowbell",
231
- "count": 100
232
- },
233
- "hasBuyLimit": true,
234
- "buyLimit": 4,
235
- "offlineHourCount": 1,
236
- "marketListingCount": 0,
237
- "actionQueueCount": 0,
238
- "loadoutSlotCount": 0,
239
- "taskSlotCount": 0,
240
- "sortIndex": 2
241
- },
242
- {
243
- "hrid": "/buyable_upgrades/offline_hour_cap_3",
244
- "name": "+1 Hour Offline Progress",
245
- "cost": {
246
- "itemHrid": "/items/cowbell",
247
- "count": 200
248
- },
249
- "hasBuyLimit": true,
250
- "buyLimit": 6,
251
- "offlineHourCount": 1,
252
- "marketListingCount": 0,
253
- "actionQueueCount": 0,
254
- "loadoutSlotCount": 0,
255
- "taskSlotCount": 0,
256
- "sortIndex": 3
257
- },
258
- {
259
- "hrid": "/buyable_upgrades/offline_hour_cap_4",
260
- "name": "+1 Hour Offline Progress",
261
- "cost": {
262
- "itemHrid": "/items/cowbell",
263
- "count": 500
264
- },
265
- "hasBuyLimit": true,
266
- "buyLimit": 50,
267
- "offlineHourCount": 1,
268
- "marketListingCount": 0,
269
- "actionQueueCount": 0,
270
- "loadoutSlotCount": 0,
271
- "taskSlotCount": 0,
272
- "sortIndex": 4
273
- },
274
- {
275
- "hrid": "/buyable_upgrades/task_slot_cap_1",
276
- "name": "+1 Task Slot",
277
- "cost": {
278
- "itemHrid": "/items/cowbell",
279
- "count": 50
280
- },
281
- "hasBuyLimit": true,
282
- "buyLimit": 2,
283
- "offlineHourCount": 0,
284
- "marketListingCount": 0,
285
- "actionQueueCount": 0,
286
- "loadoutSlotCount": 0,
287
- "taskSlotCount": 1,
288
- "sortIndex": 18
289
- },
290
- {
291
- "hrid": "/buyable_upgrades/task_slot_cap_2",
292
- "name": "+1 Task Slot",
293
- "cost": {
294
- "itemHrid": "/items/cowbell",
295
- "count": 100
296
- },
297
- "hasBuyLimit": true,
298
- "buyLimit": 4,
299
- "offlineHourCount": 0,
300
- "marketListingCount": 0,
301
- "actionQueueCount": 0,
302
- "loadoutSlotCount": 0,
303
- "taskSlotCount": 1,
304
- "sortIndex": 19
305
- },
306
- {
307
- "hrid": "/buyable_upgrades/task_slot_cap_3",
308
- "name": "+1 Task Slot",
309
- "cost": {
310
- "itemHrid": "/items/cowbell",
311
- "count": 200
312
- },
313
- "hasBuyLimit": true,
314
- "buyLimit": 6,
315
- "offlineHourCount": 0,
316
- "marketListingCount": 0,
317
- "actionQueueCount": 0,
318
- "loadoutSlotCount": 0,
319
- "taskSlotCount": 1,
320
- "sortIndex": 20
321
- },
322
- {
323
- "hrid": "/buyable_upgrades/task_slot_cap_4",
324
- "name": "+1 Task Slot",
325
- "cost": {
326
- "itemHrid": "/items/cowbell",
327
- "count": 500
328
- },
329
- "hasBuyLimit": true,
330
- "buyLimit": 20,
331
- "offlineHourCount": 0,
332
- "marketListingCount": 0,
333
- "actionQueueCount": 0,
334
- "loadoutSlotCount": 0,
335
- "taskSlotCount": 1,
336
- "sortIndex": 21
337
- }
338
- ]
@@ -1,226 +0,0 @@
1
- [
2
- {
3
- "hrid": "/purchase_bundles/cowbells_1050",
4
- "stripeItemId": "price_1RkfBXEBHpwqglBu4KJeU9pQ",
5
- "kongregateIdentifier": "1050_cowbells",
6
- "steamItemId": 2,
7
- "name": "1050 Cowbells",
8
- "isStandardOnly": false,
9
- "isIroncowOnly": false,
10
- "quantity": 1050,
11
- "mooPassDays": 0,
12
- "isAccountMooPass": false,
13
- "supporterPoints": 1000,
14
- "centPrice": 1000,
15
- "kredPrice": 136,
16
- "sortIndex": 2
17
- },
18
- {
19
- "hrid": "/purchase_bundles/cowbells_11500",
20
- "stripeItemId": "price_1RkfCqEBHpwqglBuXsiDCwEr",
21
- "kongregateIdentifier": "11500_cowbells",
22
- "steamItemId": 5,
23
- "name": "11500 Cowbells",
24
- "isStandardOnly": false,
25
- "isIroncowOnly": false,
26
- "quantity": 11500,
27
- "mooPassDays": 0,
28
- "isAccountMooPass": false,
29
- "supporterPoints": 10000,
30
- "centPrice": 10000,
31
- "kredPrice": 1360,
32
- "sortIndex": 5
33
- },
34
- {
35
- "hrid": "/purchase_bundles/cowbells_2700",
36
- "stripeItemId": "price_1RkfCNEBHpwqglBuqTd6RA6d",
37
- "kongregateIdentifier": "2700_cowbells",
38
- "steamItemId": 3,
39
- "name": "2700 Cowbells",
40
- "isStandardOnly": false,
41
- "isIroncowOnly": false,
42
- "quantity": 2700,
43
- "mooPassDays": 0,
44
- "isAccountMooPass": false,
45
- "supporterPoints": 2500,
46
- "centPrice": 2500,
47
- "kredPrice": 340,
48
- "sortIndex": 3
49
- },
50
- {
51
- "hrid": "/purchase_bundles/cowbells_500",
52
- "stripeItemId": "price_1RkfBNEBHpwqglBuwrUvo1so",
53
- "kongregateIdentifier": "500_cowbells",
54
- "steamItemId": 1,
55
- "name": "500 Cowbells",
56
- "isStandardOnly": false,
57
- "isIroncowOnly": false,
58
- "quantity": 500,
59
- "mooPassDays": 0,
60
- "isAccountMooPass": false,
61
- "supporterPoints": 500,
62
- "centPrice": 500,
63
- "kredPrice": 68,
64
- "sortIndex": 1
65
- },
66
- {
67
- "hrid": "/purchase_bundles/cowbells_5500",
68
- "stripeItemId": "price_1RkfCbEBHpwqglBuWQ1pkr77",
69
- "kongregateIdentifier": "5500_cowbells",
70
- "steamItemId": 4,
71
- "name": "5500 Cowbells",
72
- "isStandardOnly": false,
73
- "isIroncowOnly": false,
74
- "quantity": 5500,
75
- "mooPassDays": 0,
76
- "isAccountMooPass": false,
77
- "supporterPoints": 5000,
78
- "centPrice": 5000,
79
- "kredPrice": 680,
80
- "sortIndex": 4
81
- },
82
- {
83
- "hrid": "/purchase_bundles/moo_pass_account_30",
84
- "stripeItemId": "price_1RkfEcEBHpwqglBuHlf7dGwO",
85
- "kongregateIdentifier": "moo_pass_account_30",
86
- "steamItemId": 1201,
87
- "name": "30-Day MooPass (All Characters)",
88
- "isStandardOnly": false,
89
- "isIroncowOnly": false,
90
- "quantity": 0,
91
- "mooPassDays": 30,
92
- "isAccountMooPass": true,
93
- "supporterPoints": 750,
94
- "centPrice": 750,
95
- "kredPrice": 102,
96
- "sortIndex": 12
97
- },
98
- {
99
- "hrid": "/purchase_bundles/moo_pass_account_365",
100
- "stripeItemId": "price_1RkfFAEBHpwqglBuuIOmPaKN",
101
- "kongregateIdentifier": "moo_pass_account_365",
102
- "steamItemId": 1203,
103
- "name": "1-Year MooPass (All Characters)",
104
- "isStandardOnly": false,
105
- "isIroncowOnly": false,
106
- "quantity": 0,
107
- "mooPassDays": 365,
108
- "isAccountMooPass": true,
109
- "supporterPoints": 7500,
110
- "centPrice": 7500,
111
- "kredPrice": 1020,
112
- "sortIndex": 14
113
- },
114
- {
115
- "hrid": "/purchase_bundles/moo_pass_account_90",
116
- "stripeItemId": "price_1RkfEyEBHpwqglBuME5C9BTS",
117
- "kongregateIdentifier": "moo_pass_account_90",
118
- "steamItemId": 1202,
119
- "name": "90-Day MooPass (All Characters)",
120
- "isStandardOnly": false,
121
- "isIroncowOnly": false,
122
- "quantity": 0,
123
- "mooPassDays": 90,
124
- "isAccountMooPass": true,
125
- "supporterPoints": 2250,
126
- "centPrice": 2250,
127
- "kredPrice": 306,
128
- "sortIndex": 13
129
- },
130
- {
131
- "hrid": "/purchase_bundles/moo_pass_ironcow_30",
132
- "stripeItemId": "price_1RkfDuEBHpwqglBukEVbEGHO",
133
- "kongregateIdentifier": "moo_pass_ironcow_30",
134
- "steamItemId": 1101,
135
- "name": "30-Day MooPass (Ironcow)",
136
- "isStandardOnly": false,
137
- "isIroncowOnly": true,
138
- "quantity": 0,
139
- "mooPassDays": 30,
140
- "isAccountMooPass": false,
141
- "supporterPoints": 300,
142
- "centPrice": 300,
143
- "kredPrice": 41,
144
- "sortIndex": 9
145
- },
146
- {
147
- "hrid": "/purchase_bundles/moo_pass_ironcow_365",
148
- "stripeItemId": "price_1RkfEMEBHpwqglBuaOTKWKab",
149
- "kongregateIdentifier": "moo_pass_ironcow_365",
150
- "steamItemId": 1103,
151
- "name": "1-Year MooPass (Ironcow)",
152
- "isStandardOnly": false,
153
- "isIroncowOnly": true,
154
- "quantity": 0,
155
- "mooPassDays": 365,
156
- "isAccountMooPass": false,
157
- "supporterPoints": 3000,
158
- "centPrice": 3000,
159
- "kredPrice": 408,
160
- "sortIndex": 11
161
- },
162
- {
163
- "hrid": "/purchase_bundles/moo_pass_ironcow_90",
164
- "stripeItemId": "price_1RkfE6EBHpwqglBu8UEX22Hi",
165
- "kongregateIdentifier": "moo_pass_ironcow_90",
166
- "steamItemId": 1102,
167
- "name": "90-Day MooPass (Ironcow)",
168
- "isStandardOnly": false,
169
- "isIroncowOnly": true,
170
- "quantity": 0,
171
- "mooPassDays": 90,
172
- "isAccountMooPass": false,
173
- "supporterPoints": 900,
174
- "centPrice": 900,
175
- "kredPrice": 123,
176
- "sortIndex": 10
177
- },
178
- {
179
- "hrid": "/purchase_bundles/moo_pass_standard_30",
180
- "stripeItemId": "price_1RkfD4EBHpwqglBuaAtSnfqa",
181
- "kongregateIdentifier": "moo_pass_standard_30",
182
- "steamItemId": 1001,
183
- "name": "30-Day MooPass (Standard)",
184
- "isStandardOnly": true,
185
- "isIroncowOnly": false,
186
- "quantity": 0,
187
- "mooPassDays": 30,
188
- "isAccountMooPass": false,
189
- "supporterPoints": 500,
190
- "centPrice": 500,
191
- "kredPrice": 68,
192
- "sortIndex": 6
193
- },
194
- {
195
- "hrid": "/purchase_bundles/moo_pass_standard_365",
196
- "stripeItemId": "price_1RkfDjEBHpwqglBuv1JwySBu",
197
- "kongregateIdentifier": "moo_pass_standard_365",
198
- "steamItemId": 1003,
199
- "name": "1-Year MooPass (Standard)",
200
- "isStandardOnly": true,
201
- "isIroncowOnly": false,
202
- "quantity": 0,
203
- "mooPassDays": 365,
204
- "isAccountMooPass": false,
205
- "supporterPoints": 5000,
206
- "centPrice": 5000,
207
- "kredPrice": 680,
208
- "sortIndex": 8
209
- },
210
- {
211
- "hrid": "/purchase_bundles/moo_pass_standard_90",
212
- "stripeItemId": "price_1RkfDHEBHpwqglBuvcnFcXLV",
213
- "kongregateIdentifier": "moo_pass_standard_90",
214
- "steamItemId": 1002,
215
- "name": "90-Day MooPass (Standard)",
216
- "isStandardOnly": true,
217
- "isIroncowOnly": false,
218
- "quantity": 0,
219
- "mooPassDays": 90,
220
- "isAccountMooPass": false,
221
- "supporterPoints": 1500,
222
- "centPrice": 1500,
223
- "kredPrice": 204,
224
- "sortIndex": 7
225
- }
226
- ]
@@ -1,12 +0,0 @@
1
- [
2
- {
3
- "hrid": "/shop_categories/dungeon",
4
- "name": "Dungeon",
5
- "sortIndex": 2
6
- },
7
- {
8
- "hrid": "/shop_categories/general",
9
- "name": "General",
10
- "sortIndex": 1
11
- }
12
- ]