e4k-data 4.85.49 → 4.87.51

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 (46) hide show
  1. package/data/buildings.json +957 -504
  2. package/data/constructionItems.json +300 -38
  3. package/data/constructionItemsEffectGroups.json +1 -1
  4. package/data/districtTypes.json +5 -0
  5. package/data/effectCaps.json +140 -0
  6. package/data/effects.json +231 -1
  7. package/data/equipments.json +92 -0
  8. package/data/expansions.json +54 -54
  9. package/data/horses.json +143 -143
  10. package/data/leaguetypeEvents.json +99 -0
  11. package/data/packages.json +2361 -6
  12. package/data/researches.json +71 -71
  13. package/data/rewards.json +2036 -3
  14. package/data/sceatSkillTiers.json +14 -15
  15. package/data/sceatSkills.json +560 -796
  16. package/data/tempServerDailyTaskRewards.json +5 -5
  17. package/data/tempServerRankRewards.json +972 -0
  18. package/data/tempServerSettings.json +58 -0
  19. package/data/units.json +123 -0
  20. package/data/version.json +1 -1
  21. package/data/versionInfo.json +3 -3
  22. package/data/wodIds.json +192 -192
  23. package/images/x768.json +605 -4
  24. package/languages/da.json +317 -198
  25. package/languages/de.json +316 -197
  26. package/languages/el.json +318 -199
  27. package/languages/en.json +321 -201
  28. package/languages/es.json +319 -200
  29. package/languages/fi.json +317 -198
  30. package/languages/fr.json +317 -198
  31. package/languages/it.json +319 -200
  32. package/languages/ja.json +314 -195
  33. package/languages/ko.json +313 -194
  34. package/languages/nl.json +317 -198
  35. package/languages/no.json +319 -200
  36. package/languages/pl.json +317 -198
  37. package/languages/pt.json +319 -200
  38. package/languages/ru.json +317 -198
  39. package/languages/sv.json +319 -200
  40. package/languages/tr.json +315 -196
  41. package/languages/zh_CN.json +316 -197
  42. package/languages/zh_TW.json +316 -197
  43. package/package.json +1 -1
  44. package/typings/data.d.ts +2 -2
  45. package/typings/images.d.ts +39 -0
  46. package/typings/languages.d.ts +127 -7
@@ -6158,7 +6158,6 @@
6158
6158
  "constructionItemEffectGroupID": 31,
6159
6159
  "foodStorage": 5000,
6160
6160
  "removalCostC1": 10000,
6161
- "isPremium": 1,
6162
6161
  "addCommonPurifiedwater": 900,
6163
6162
  "addCommonClay": 600,
6164
6163
  "addRarePaint": 450,
@@ -6177,7 +6176,6 @@
6177
6176
  "constructionItemEffectGroupID": 31,
6178
6177
  "foodStorage": 7500,
6179
6178
  "removalCostC1": 15000,
6180
- "isPremium": 1,
6181
6179
  "addCommonPurifiedwater": 1050,
6182
6180
  "addCommonClay": 700,
6183
6181
  "addRarePaint": 525,
@@ -6196,7 +6194,6 @@
6196
6194
  "constructionItemEffectGroupID": 31,
6197
6195
  "foodStorage": 10000,
6198
6196
  "removalCostC1": 20000,
6199
- "isPremium": 1,
6200
6197
  "addCommonPurifiedwater": 1200,
6201
6198
  "addCommonClay": 800,
6202
6199
  "addRarePaint": 600,
@@ -6215,7 +6212,6 @@
6215
6212
  "constructionItemEffectGroupID": 31,
6216
6213
  "foodStorage": 12500,
6217
6214
  "removalCostC1": 25000,
6218
- "isPremium": 1,
6219
6215
  "addCommonPurifiedwater": 1350,
6220
6216
  "addCommonClay": 900,
6221
6217
  "addRarePaint": 675,
@@ -6234,7 +6230,6 @@
6234
6230
  "constructionItemEffectGroupID": 31,
6235
6231
  "foodStorage": 15000,
6236
6232
  "removalCostC1": 30000,
6237
- "isPremium": 1,
6238
6233
  "addCommonPurifiedwater": 1500,
6239
6234
  "addCommonClay": 1000,
6240
6235
  "addRarePaint": 750,
@@ -6253,7 +6248,6 @@
6253
6248
  "constructionItemEffectGroupID": 31,
6254
6249
  "foodStorage": 17500,
6255
6250
  "removalCostC1": 35000,
6256
- "isPremium": 1,
6257
6251
  "addCommonPurifiedwater": 1650,
6258
6252
  "addCommonClay": 1100,
6259
6253
  "addRarePaint": 825,
@@ -6272,7 +6266,6 @@
6272
6266
  "constructionItemEffectGroupID": 31,
6273
6267
  "foodStorage": 20000,
6274
6268
  "removalCostC1": 40000,
6275
- "isPremium": 1,
6276
6269
  "addCommonPurifiedwater": 1800,
6277
6270
  "addCommonClay": 1200,
6278
6271
  "addRarePaint": 900,
@@ -6291,7 +6284,6 @@
6291
6284
  "constructionItemEffectGroupID": 31,
6292
6285
  "foodStorage": 22500,
6293
6286
  "removalCostC1": 45000,
6294
- "isPremium": 1,
6295
6287
  "addCommonPurifiedwater": 1950,
6296
6288
  "addCommonClay": 1300,
6297
6289
  "addRarePaint": 975,
@@ -6310,7 +6302,6 @@
6310
6302
  "constructionItemEffectGroupID": 31,
6311
6303
  "foodStorage": 25000,
6312
6304
  "removalCostC1": 50000,
6313
- "isPremium": 1,
6314
6305
  "addCommonPurifiedwater": 2100,
6315
6306
  "addCommonClay": 1400,
6316
6307
  "addRarePaint": 1050,
@@ -6329,7 +6320,6 @@
6329
6320
  "constructionItemEffectGroupID": 31,
6330
6321
  "foodStorage": 30000,
6331
6322
  "removalCostC1": 55000,
6332
- "isPremium": 1,
6333
6323
  "addCommonPurifiedwater": 2250,
6334
6324
  "addCommonClay": 1500,
6335
6325
  "addRarePaint": 1125,
@@ -6633,7 +6623,6 @@
6633
6623
  "constructionItemEffectGroupID": 33,
6634
6624
  "unboostedFoodProduction": 50,
6635
6625
  "removalCostC1": 10000,
6636
- "isPremium": 1,
6637
6626
  "addCommonPurifiedwater": 469,
6638
6627
  "addCommonClay": 313,
6639
6628
  "addRarePaint": 235,
@@ -6652,7 +6641,6 @@
6652
6641
  "constructionItemEffectGroupID": 33,
6653
6642
  "unboostedFoodProduction": 150,
6654
6643
  "removalCostC1": 15000,
6655
- "isPremium": 1,
6656
6644
  "addCommonPurifiedwater": 657,
6657
6645
  "addCommonClay": 438,
6658
6646
  "addRarePaint": 328,
@@ -6671,7 +6659,6 @@
6671
6659
  "constructionItemEffectGroupID": 33,
6672
6660
  "unboostedFoodProduction": 250,
6673
6661
  "removalCostC1": 20000,
6674
- "isPremium": 1,
6675
6662
  "addCommonPurifiedwater": 844,
6676
6663
  "addCommonClay": 563,
6677
6664
  "addRarePaint": 422,
@@ -6690,7 +6677,6 @@
6690
6677
  "constructionItemEffectGroupID": 33,
6691
6678
  "unboostedFoodProduction": 350,
6692
6679
  "removalCostC1": 25000,
6693
- "isPremium": 1,
6694
6680
  "addCommonPurifiedwater": 1032,
6695
6681
  "addCommonClay": 688,
6696
6682
  "addRarePaint": 516,
@@ -6709,7 +6695,6 @@
6709
6695
  "constructionItemEffectGroupID": 33,
6710
6696
  "unboostedFoodProduction": 450,
6711
6697
  "removalCostC1": 30000,
6712
- "isPremium": 1,
6713
6698
  "addCommonPurifiedwater": 1219,
6714
6699
  "addCommonClay": 813,
6715
6700
  "addRarePaint": 610,
@@ -6728,7 +6713,6 @@
6728
6713
  "constructionItemEffectGroupID": 33,
6729
6714
  "unboostedFoodProduction": 550,
6730
6715
  "removalCostC1": 35000,
6731
- "isPremium": 1,
6732
6716
  "addCommonPurifiedwater": 1407,
6733
6717
  "addCommonClay": 938,
6734
6718
  "addRarePaint": 703,
@@ -6747,7 +6731,6 @@
6747
6731
  "constructionItemEffectGroupID": 33,
6748
6732
  "unboostedFoodProduction": 650,
6749
6733
  "removalCostC1": 40000,
6750
- "isPremium": 1,
6751
6734
  "addCommonPurifiedwater": 1594,
6752
6735
  "addCommonClay": 1063,
6753
6736
  "addRarePaint": 797,
@@ -6766,7 +6749,6 @@
6766
6749
  "constructionItemEffectGroupID": 33,
6767
6750
  "unboostedFoodProduction": 750,
6768
6751
  "removalCostC1": 45000,
6769
- "isPremium": 1,
6770
6752
  "addCommonPurifiedwater": 1782,
6771
6753
  "addCommonClay": 1188,
6772
6754
  "addRarePaint": 891,
@@ -6785,7 +6767,6 @@
6785
6767
  "constructionItemEffectGroupID": 33,
6786
6768
  "unboostedFoodProduction": 850,
6787
6769
  "removalCostC1": 50000,
6788
- "isPremium": 1,
6789
6770
  "addCommonPurifiedwater": 1969,
6790
6771
  "addCommonClay": 1313,
6791
6772
  "addRarePaint": 985,
@@ -6804,7 +6785,6 @@
6804
6785
  "constructionItemEffectGroupID": 33,
6805
6786
  "unboostedFoodProduction": 1000,
6806
6787
  "removalCostC1": 55000,
6807
- "isPremium": 1,
6808
6788
  "addCommonPurifiedwater": 2157,
6809
6789
  "addCommonClay": 1438,
6810
6790
  "addRarePaint": 1078,
@@ -10082,6 +10062,7 @@
10082
10062
  "slotTypeID": 1,
10083
10063
  "constructionItemEffectGroupID": 43,
10084
10064
  "removalCostC1": 1400,
10065
+ "isPremium": 1,
10085
10066
  "addCommonTimber": 2500,
10086
10067
  "addCommonStraw": 1880,
10087
10068
  "addRareNails": 1250,
@@ -10102,6 +10083,7 @@
10102
10083
  "slotTypeID": 1,
10103
10084
  "constructionItemEffectGroupID": 43,
10104
10085
  "removalCostC1": 2100,
10086
+ "isPremium": 1,
10105
10087
  "addCommonTimber": 3100,
10106
10088
  "addCommonStraw": 2480,
10107
10089
  "addRareNails": 2200,
@@ -10122,6 +10104,7 @@
10122
10104
  "slotTypeID": 1,
10123
10105
  "constructionItemEffectGroupID": 43,
10124
10106
  "removalCostC1": 3200,
10107
+ "isPremium": 1,
10125
10108
  "addCommonTimber": 3700,
10126
10109
  "addCommonStraw": 3080,
10127
10110
  "addRareNails": 3150,
@@ -10142,6 +10125,7 @@
10142
10125
  "slotTypeID": 1,
10143
10126
  "constructionItemEffectGroupID": 43,
10144
10127
  "removalCostC1": 4800,
10128
+ "isPremium": 1,
10145
10129
  "addCommonTimber": 4300,
10146
10130
  "addCommonStraw": 3680,
10147
10131
  "addRareNails": 4100,
@@ -10162,6 +10146,7 @@
10162
10146
  "slotTypeID": 1,
10163
10147
  "constructionItemEffectGroupID": 43,
10164
10148
  "removalCostC1": 7200,
10149
+ "isPremium": 1,
10165
10150
  "addCommonTimber": 4900,
10166
10151
  "addCommonStraw": 4280,
10167
10152
  "addRareNails": 5050,
@@ -10182,6 +10167,7 @@
10182
10167
  "slotTypeID": 1,
10183
10168
  "constructionItemEffectGroupID": 43,
10184
10169
  "removalCostC1": 10800,
10170
+ "isPremium": 1,
10185
10171
  "addCommonTimber": 5500,
10186
10172
  "addCommonStraw": 4880,
10187
10173
  "addRareNails": 6000,
@@ -10202,6 +10188,7 @@
10202
10188
  "slotTypeID": 1,
10203
10189
  "constructionItemEffectGroupID": 43,
10204
10190
  "removalCostC1": 16200,
10191
+ "isPremium": 1,
10205
10192
  "addCommonTimber": 6100,
10206
10193
  "addCommonStraw": 5480,
10207
10194
  "addRareNails": 6950,
@@ -10222,6 +10209,7 @@
10222
10209
  "slotTypeID": 1,
10223
10210
  "constructionItemEffectGroupID": 43,
10224
10211
  "removalCostC1": 24300,
10212
+ "isPremium": 1,
10225
10213
  "addCommonTimber": 6700,
10226
10214
  "addCommonStraw": 6080,
10227
10215
  "addRareNails": 7900,
@@ -10242,6 +10230,7 @@
10242
10230
  "slotTypeID": 1,
10243
10231
  "constructionItemEffectGroupID": 43,
10244
10232
  "removalCostC1": 36500,
10233
+ "isPremium": 1,
10245
10234
  "addCommonTimber": 7300,
10246
10235
  "addCommonStraw": 6680,
10247
10236
  "addRareNails": 8850,
@@ -10262,6 +10251,7 @@
10262
10251
  "slotTypeID": 1,
10263
10252
  "constructionItemEffectGroupID": 43,
10264
10253
  "removalCostC1": 54800,
10254
+ "isPremium": 1,
10265
10255
  "addCommonTimber": 7900,
10266
10256
  "addCommonStraw": 7280,
10267
10257
  "addRareNails": 9800,
@@ -10282,6 +10272,7 @@
10282
10272
  "slotTypeID": 1,
10283
10273
  "constructionItemEffectGroupID": 43,
10284
10274
  "removalCostC1": 73100,
10275
+ "isPremium": 1,
10285
10276
  "addCommonTimber": 8500,
10286
10277
  "addCommonStraw": 7880,
10287
10278
  "addRareNails": 10750,
@@ -10302,6 +10293,7 @@
10302
10293
  "slotTypeID": 1,
10303
10294
  "constructionItemEffectGroupID": 43,
10304
10295
  "removalCostC1": 94600,
10296
+ "isPremium": 1,
10305
10297
  "addCommonTimber": 9100,
10306
10298
  "addCommonStraw": 8480,
10307
10299
  "addRareNails": 11700,
@@ -10322,6 +10314,7 @@
10322
10314
  "slotTypeID": 1,
10323
10315
  "constructionItemEffectGroupID": 43,
10324
10316
  "removalCostC1": 116100,
10317
+ "isPremium": 1,
10325
10318
  "addCommonTimber": 9700,
10326
10319
  "addCommonStraw": 9080,
10327
10320
  "addRareNails": 12650,
@@ -10342,6 +10335,7 @@
10342
10335
  "slotTypeID": 1,
10343
10336
  "constructionItemEffectGroupID": 43,
10344
10337
  "removalCostC1": 137600,
10338
+ "isPremium": 1,
10345
10339
  "addCommonTimber": 10300,
10346
10340
  "addCommonStraw": 9680,
10347
10341
  "addRareNails": 13600,
@@ -10362,6 +10356,7 @@
10362
10356
  "slotTypeID": 1,
10363
10357
  "constructionItemEffectGroupID": 43,
10364
10358
  "removalCostC1": 159100,
10359
+ "isPremium": 1,
10365
10360
  "addCommonTimber": 10900,
10366
10361
  "addCommonStraw": 10280,
10367
10362
  "addRareNails": 14550,
@@ -10382,6 +10377,7 @@
10382
10377
  "slotTypeID": 1,
10383
10378
  "constructionItemEffectGroupID": 43,
10384
10379
  "removalCostC1": 180600,
10380
+ "isPremium": 1,
10385
10381
  "addCommonTimber": 11500,
10386
10382
  "addCommonStraw": 10880,
10387
10383
  "addRareNails": 15500,
@@ -10402,6 +10398,7 @@
10402
10398
  "slotTypeID": 1,
10403
10399
  "constructionItemEffectGroupID": 43,
10404
10400
  "removalCostC1": 202100,
10401
+ "isPremium": 1,
10405
10402
  "addCommonTimber": 12100,
10406
10403
  "addCommonStraw": 11480,
10407
10404
  "addRareNails": 16450,
@@ -10422,6 +10419,7 @@
10422
10419
  "slotTypeID": 1,
10423
10420
  "constructionItemEffectGroupID": 43,
10424
10421
  "removalCostC1": 223600,
10422
+ "isPremium": 1,
10425
10423
  "addCommonTimber": 12700,
10426
10424
  "addCommonStraw": 12080,
10427
10425
  "addRareNails": 17400,
@@ -10442,6 +10440,7 @@
10442
10440
  "slotTypeID": 1,
10443
10441
  "constructionItemEffectGroupID": 43,
10444
10442
  "removalCostC1": 245100,
10443
+ "isPremium": 1,
10445
10444
  "addCommonTimber": 13300,
10446
10445
  "addCommonStraw": 12680,
10447
10446
  "addRareNails": 18350,
@@ -10462,6 +10461,7 @@
10462
10461
  "slotTypeID": 1,
10463
10462
  "constructionItemEffectGroupID": 43,
10464
10463
  "removalCostC1": 266600,
10464
+ "isPremium": 1,
10465
10465
  "addCommonTimber": 13900,
10466
10466
  "addCommonStraw": 13280,
10467
10467
  "addRareNails": 19300,
@@ -10482,6 +10482,7 @@
10482
10482
  "slotTypeID": 1,
10483
10483
  "constructionItemEffectGroupID": 43,
10484
10484
  "removalCostC1": 288100,
10485
+ "isPremium": 1,
10485
10486
  "addCommonTimber": 14500,
10486
10487
  "addCommonStraw": 13880,
10487
10488
  "addRareNails": 20250,
@@ -10502,6 +10503,7 @@
10502
10503
  "slotTypeID": 1,
10503
10504
  "constructionItemEffectGroupID": 43,
10504
10505
  "removalCostC1": 309600,
10506
+ "isPremium": 1,
10505
10507
  "addCommonTimber": 15100,
10506
10508
  "addCommonStraw": 14480,
10507
10509
  "addRareNails": 21200,
@@ -10522,6 +10524,7 @@
10522
10524
  "slotTypeID": 1,
10523
10525
  "constructionItemEffectGroupID": 43,
10524
10526
  "removalCostC1": 331100,
10527
+ "isPremium": 1,
10525
10528
  "addCommonTimber": 15700,
10526
10529
  "addCommonStraw": 15080,
10527
10530
  "addRareNails": 22150,
@@ -10542,6 +10545,7 @@
10542
10545
  "slotTypeID": 1,
10543
10546
  "constructionItemEffectGroupID": 43,
10544
10547
  "removalCostC1": 352600,
10548
+ "isPremium": 1,
10545
10549
  "addCommonTimber": 16300,
10546
10550
  "addCommonStraw": 15680,
10547
10551
  "addRareNails": 23100,
@@ -10562,6 +10566,7 @@
10562
10566
  "slotTypeID": 1,
10563
10567
  "constructionItemEffectGroupID": 43,
10564
10568
  "removalCostC1": 374100,
10569
+ "isPremium": 1,
10565
10570
  "addCommonTimber": 16900,
10566
10571
  "addCommonStraw": 16280,
10567
10572
  "addRareNails": 24050,
@@ -11002,6 +11007,7 @@
11002
11007
  "slotTypeID": 1,
11003
11008
  "constructionItemEffectGroupID": 39,
11004
11009
  "removalCostC1": 1400,
11010
+ "isPremium": 1,
11005
11011
  "addCommonTimber": 150,
11006
11012
  "addCommonStraw": 100,
11007
11013
  "addRareNails": 75,
@@ -11022,6 +11028,7 @@
11022
11028
  "slotTypeID": 1,
11023
11029
  "constructionItemEffectGroupID": 39,
11024
11030
  "removalCostC1": 2100,
11031
+ "isPremium": 1,
11025
11032
  "addCommonTimber": 250,
11026
11033
  "addCommonStraw": 150,
11027
11034
  "addRareNails": 125,
@@ -11042,6 +11049,7 @@
11042
11049
  "slotTypeID": 1,
11043
11050
  "constructionItemEffectGroupID": 39,
11044
11051
  "removalCostC1": 3200,
11052
+ "isPremium": 1,
11045
11053
  "addCommonTimber": 350,
11046
11054
  "addCommonStraw": 200,
11047
11055
  "addRareNails": 175,
@@ -11062,6 +11070,7 @@
11062
11070
  "slotTypeID": 1,
11063
11071
  "constructionItemEffectGroupID": 39,
11064
11072
  "removalCostC1": 4800,
11073
+ "isPremium": 1,
11065
11074
  "addCommonTimber": 450,
11066
11075
  "addCommonStraw": 250,
11067
11076
  "addRareNails": 225,
@@ -11082,6 +11091,7 @@
11082
11091
  "slotTypeID": 1,
11083
11092
  "constructionItemEffectGroupID": 39,
11084
11093
  "removalCostC1": 7200,
11094
+ "isPremium": 1,
11085
11095
  "addCommonTimber": 550,
11086
11096
  "addCommonStraw": 300,
11087
11097
  "addRareNails": 275,
@@ -11102,6 +11112,7 @@
11102
11112
  "slotTypeID": 1,
11103
11113
  "constructionItemEffectGroupID": 39,
11104
11114
  "removalCostC1": 10800,
11115
+ "isPremium": 1,
11105
11116
  "addCommonTimber": 650,
11106
11117
  "addCommonStraw": 350,
11107
11118
  "addRareNails": 325,
@@ -11122,6 +11133,7 @@
11122
11133
  "slotTypeID": 1,
11123
11134
  "constructionItemEffectGroupID": 39,
11124
11135
  "removalCostC1": 16200,
11136
+ "isPremium": 1,
11125
11137
  "addCommonTimber": 750,
11126
11138
  "addCommonStraw": 400,
11127
11139
  "addRareNails": 375,
@@ -11142,6 +11154,7 @@
11142
11154
  "slotTypeID": 1,
11143
11155
  "constructionItemEffectGroupID": 39,
11144
11156
  "removalCostC1": 24300,
11157
+ "isPremium": 1,
11145
11158
  "addCommonTimber": 850,
11146
11159
  "addCommonStraw": 450,
11147
11160
  "addRareNails": 425,
@@ -11162,6 +11175,7 @@
11162
11175
  "slotTypeID": 1,
11163
11176
  "constructionItemEffectGroupID": 39,
11164
11177
  "removalCostC1": 36500,
11178
+ "isPremium": 1,
11165
11179
  "addCommonTimber": 950,
11166
11180
  "addCommonStraw": 500,
11167
11181
  "addRareNails": 475,
@@ -11182,6 +11196,7 @@
11182
11196
  "slotTypeID": 1,
11183
11197
  "constructionItemEffectGroupID": 39,
11184
11198
  "removalCostC1": 54800,
11199
+ "isPremium": 1,
11185
11200
  "addCommonTimber": 1050,
11186
11201
  "addCommonStraw": 550,
11187
11202
  "addRareNails": 525,
@@ -11202,6 +11217,7 @@
11202
11217
  "slotTypeID": 1,
11203
11218
  "constructionItemEffectGroupID": 39,
11204
11219
  "removalCostC1": 73100,
11220
+ "isPremium": 1,
11205
11221
  "addCommonTimber": 1150,
11206
11222
  "addCommonStraw": 600,
11207
11223
  "addRareNails": 575,
@@ -11222,6 +11238,7 @@
11222
11238
  "slotTypeID": 1,
11223
11239
  "constructionItemEffectGroupID": 39,
11224
11240
  "removalCostC1": 94600,
11241
+ "isPremium": 1,
11225
11242
  "addCommonTimber": 1250,
11226
11243
  "addCommonStraw": 650,
11227
11244
  "addRareNails": 625,
@@ -11242,6 +11259,7 @@
11242
11259
  "slotTypeID": 1,
11243
11260
  "constructionItemEffectGroupID": 39,
11244
11261
  "removalCostC1": 116100,
11262
+ "isPremium": 1,
11245
11263
  "addCommonTimber": 1350,
11246
11264
  "addCommonStraw": 700,
11247
11265
  "addRareNails": 675,
@@ -11262,6 +11280,7 @@
11262
11280
  "slotTypeID": 1,
11263
11281
  "constructionItemEffectGroupID": 39,
11264
11282
  "removalCostC1": 137600,
11283
+ "isPremium": 1,
11265
11284
  "addCommonTimber": 1450,
11266
11285
  "addCommonStraw": 750,
11267
11286
  "addRareNails": 725,
@@ -11282,6 +11301,7 @@
11282
11301
  "slotTypeID": 1,
11283
11302
  "constructionItemEffectGroupID": 39,
11284
11303
  "removalCostC1": 159100,
11304
+ "isPremium": 1,
11285
11305
  "addCommonTimber": 1550,
11286
11306
  "addCommonStraw": 800,
11287
11307
  "addRareNails": 775,
@@ -11302,6 +11322,7 @@
11302
11322
  "slotTypeID": 1,
11303
11323
  "constructionItemEffectGroupID": 39,
11304
11324
  "removalCostC1": 180600,
11325
+ "isPremium": 1,
11305
11326
  "addCommonTimber": 1650,
11306
11327
  "addCommonStraw": 850,
11307
11328
  "addRareNails": 825,
@@ -11322,6 +11343,7 @@
11322
11343
  "slotTypeID": 1,
11323
11344
  "constructionItemEffectGroupID": 39,
11324
11345
  "removalCostC1": 202100,
11346
+ "isPremium": 1,
11325
11347
  "addCommonTimber": 1750,
11326
11348
  "addCommonStraw": 900,
11327
11349
  "addRareNails": 875,
@@ -11342,6 +11364,7 @@
11342
11364
  "slotTypeID": 1,
11343
11365
  "constructionItemEffectGroupID": 39,
11344
11366
  "removalCostC1": 223600,
11367
+ "isPremium": 1,
11345
11368
  "addCommonTimber": 1850,
11346
11369
  "addCommonStraw": 950,
11347
11370
  "addRareNails": 925,
@@ -11362,6 +11385,7 @@
11362
11385
  "slotTypeID": 1,
11363
11386
  "constructionItemEffectGroupID": 39,
11364
11387
  "removalCostC1": 245100,
11388
+ "isPremium": 1,
11365
11389
  "addCommonTimber": 1950,
11366
11390
  "addCommonStraw": 1000,
11367
11391
  "addRareNails": 975,
@@ -11382,6 +11406,7 @@
11382
11406
  "slotTypeID": 1,
11383
11407
  "constructionItemEffectGroupID": 39,
11384
11408
  "removalCostC1": 266600,
11409
+ "isPremium": 1,
11385
11410
  "addCommonTimber": 2050,
11386
11411
  "addCommonStraw": 1050,
11387
11412
  "addRareNails": 1025,
@@ -11402,6 +11427,7 @@
11402
11427
  "slotTypeID": 1,
11403
11428
  "constructionItemEffectGroupID": 39,
11404
11429
  "removalCostC1": 288100,
11430
+ "isPremium": 1,
11405
11431
  "addCommonTimber": 2150,
11406
11432
  "addCommonStraw": 1100,
11407
11433
  "addRareNails": 1075,
@@ -11422,6 +11448,7 @@
11422
11448
  "slotTypeID": 1,
11423
11449
  "constructionItemEffectGroupID": 39,
11424
11450
  "removalCostC1": 309600,
11451
+ "isPremium": 1,
11425
11452
  "addCommonTimber": 2250,
11426
11453
  "addCommonStraw": 1150,
11427
11454
  "addRareNails": 1125,
@@ -11442,6 +11469,7 @@
11442
11469
  "slotTypeID": 1,
11443
11470
  "constructionItemEffectGroupID": 39,
11444
11471
  "removalCostC1": 331100,
11472
+ "isPremium": 1,
11445
11473
  "addCommonTimber": 2350,
11446
11474
  "addCommonStraw": 1200,
11447
11475
  "addRareNails": 1175,
@@ -11462,6 +11490,7 @@
11462
11490
  "slotTypeID": 1,
11463
11491
  "constructionItemEffectGroupID": 39,
11464
11492
  "removalCostC1": 352600,
11493
+ "isPremium": 1,
11465
11494
  "addCommonTimber": 2450,
11466
11495
  "addCommonStraw": 1250,
11467
11496
  "addRareNails": 1225,
@@ -11482,6 +11511,7 @@
11482
11511
  "slotTypeID": 1,
11483
11512
  "constructionItemEffectGroupID": 39,
11484
11513
  "removalCostC1": 374100,
11514
+ "isPremium": 1,
11485
11515
  "addCommonTimber": 2550,
11486
11516
  "addCommonStraw": 1300,
11487
11517
  "addRareNails": 1275,
@@ -12083,6 +12113,7 @@
12083
12113
  "constructionItemEffectGroupID": 42,
12084
12114
  "meadStorage": 2000,
12085
12115
  "removalCostC1": 1400,
12116
+ "isPremium": 1,
12086
12117
  "addLegendaryFabric": 150
12087
12118
  },
12088
12119
  {
@@ -12098,6 +12129,7 @@
12098
12129
  "constructionItemEffectGroupID": 42,
12099
12130
  "meadStorage": 4000,
12100
12131
  "removalCostC1": 2100,
12132
+ "isPremium": 1,
12101
12133
  "addLegendaryFabric": 250
12102
12134
  },
12103
12135
  {
@@ -12113,6 +12145,7 @@
12113
12145
  "constructionItemEffectGroupID": 42,
12114
12146
  "meadStorage": 6000,
12115
12147
  "removalCostC1": 3200,
12148
+ "isPremium": 1,
12116
12149
  "addLegendaryFabric": 350
12117
12150
  },
12118
12151
  {
@@ -12128,6 +12161,7 @@
12128
12161
  "constructionItemEffectGroupID": 42,
12129
12162
  "meadStorage": 9000,
12130
12163
  "removalCostC1": 4800,
12164
+ "isPremium": 1,
12131
12165
  "addLegendaryFabric": 450
12132
12166
  },
12133
12167
  {
@@ -12143,6 +12177,7 @@
12143
12177
  "constructionItemEffectGroupID": 42,
12144
12178
  "meadStorage": 12000,
12145
12179
  "removalCostC1": 7200,
12180
+ "isPremium": 1,
12146
12181
  "addLegendaryFabric": 550
12147
12182
  },
12148
12183
  {
@@ -12158,6 +12193,7 @@
12158
12193
  "constructionItemEffectGroupID": 42,
12159
12194
  "meadStorage": 15000,
12160
12195
  "removalCostC1": 10800,
12196
+ "isPremium": 1,
12161
12197
  "addLegendaryFabric": 650
12162
12198
  },
12163
12199
  {
@@ -12173,6 +12209,7 @@
12173
12209
  "constructionItemEffectGroupID": 42,
12174
12210
  "meadStorage": 20000,
12175
12211
  "removalCostC1": 16200,
12212
+ "isPremium": 1,
12176
12213
  "addLegendaryFabric": 750
12177
12214
  },
12178
12215
  {
@@ -12188,6 +12225,7 @@
12188
12225
  "constructionItemEffectGroupID": 42,
12189
12226
  "meadStorage": 25000,
12190
12227
  "removalCostC1": 24300,
12228
+ "isPremium": 1,
12191
12229
  "addLegendaryFabric": 850
12192
12230
  },
12193
12231
  {
@@ -12203,6 +12241,7 @@
12203
12241
  "constructionItemEffectGroupID": 42,
12204
12242
  "meadStorage": 30000,
12205
12243
  "removalCostC1": 36500,
12244
+ "isPremium": 1,
12206
12245
  "addLegendaryFabric": 950
12207
12246
  },
12208
12247
  {
@@ -12218,6 +12257,7 @@
12218
12257
  "constructionItemEffectGroupID": 42,
12219
12258
  "meadStorage": 40000,
12220
12259
  "removalCostC1": 54800,
12260
+ "isPremium": 1,
12221
12261
  "addLegendaryFabric": 1050
12222
12262
  },
12223
12263
  {
@@ -12233,6 +12273,7 @@
12233
12273
  "constructionItemEffectGroupID": 42,
12234
12274
  "meadStorage": 50000,
12235
12275
  "removalCostC1": 73100,
12276
+ "isPremium": 1,
12236
12277
  "addLegendaryFabric": 1150
12237
12278
  },
12238
12279
  {
@@ -12248,6 +12289,7 @@
12248
12289
  "constructionItemEffectGroupID": 42,
12249
12290
  "meadStorage": 60000,
12250
12291
  "removalCostC1": 91400,
12292
+ "isPremium": 1,
12251
12293
  "addLegendaryFabric": 1250
12252
12294
  },
12253
12295
  {
@@ -12263,6 +12305,7 @@
12263
12305
  "constructionItemEffectGroupID": 42,
12264
12306
  "meadStorage": 70000,
12265
12307
  "removalCostC1": 109700,
12308
+ "isPremium": 1,
12266
12309
  "addLegendaryFabric": 1350
12267
12310
  },
12268
12311
  {
@@ -12278,6 +12321,7 @@
12278
12321
  "constructionItemEffectGroupID": 42,
12279
12322
  "meadStorage": 85000,
12280
12323
  "removalCostC1": 128000,
12324
+ "isPremium": 1,
12281
12325
  "addLegendaryFabric": 1450
12282
12326
  },
12283
12327
  {
@@ -12293,6 +12337,7 @@
12293
12337
  "constructionItemEffectGroupID": 42,
12294
12338
  "meadStorage": 100000,
12295
12339
  "removalCostC1": 146300,
12340
+ "isPremium": 1,
12296
12341
  "addLegendaryFabric": 1550
12297
12342
  },
12298
12343
  {
@@ -12308,6 +12353,7 @@
12308
12353
  "constructionItemEffectGroupID": 42,
12309
12354
  "meadStorage": 115000,
12310
12355
  "removalCostC1": 164600,
12356
+ "isPremium": 1,
12311
12357
  "addLegendaryFabric": 1650
12312
12358
  },
12313
12359
  {
@@ -12323,6 +12369,7 @@
12323
12369
  "constructionItemEffectGroupID": 42,
12324
12370
  "meadStorage": 130000,
12325
12371
  "removalCostC1": 182900,
12372
+ "isPremium": 1,
12326
12373
  "addLegendaryFabric": 1750
12327
12374
  },
12328
12375
  {
@@ -12338,6 +12385,7 @@
12338
12385
  "constructionItemEffectGroupID": 42,
12339
12386
  "meadStorage": 145000,
12340
12387
  "removalCostC1": 201200,
12388
+ "isPremium": 1,
12341
12389
  "addLegendaryFabric": 1850
12342
12390
  },
12343
12391
  {
@@ -12353,6 +12401,7 @@
12353
12401
  "constructionItemEffectGroupID": 42,
12354
12402
  "meadStorage": 160000,
12355
12403
  "removalCostC1": 219500,
12404
+ "isPremium": 1,
12356
12405
  "addLegendaryFabric": 1950
12357
12406
  },
12358
12407
  {
@@ -12368,6 +12417,7 @@
12368
12417
  "constructionItemEffectGroupID": 42,
12369
12418
  "meadStorage": 175000,
12370
12419
  "removalCostC1": 237800,
12420
+ "isPremium": 1,
12371
12421
  "addLegendaryFabric": 2050
12372
12422
  },
12373
12423
  {
@@ -12543,6 +12593,7 @@
12543
12593
  "constructionItemEffectGroupID": 50,
12544
12594
  "honeyStorage": 2000,
12545
12595
  "removalCostC1": 1400,
12596
+ "isPremium": 1,
12546
12597
  "addLegendaryFabric": 150
12547
12598
  },
12548
12599
  {
@@ -12558,6 +12609,7 @@
12558
12609
  "constructionItemEffectGroupID": 50,
12559
12610
  "honeyStorage": 4000,
12560
12611
  "removalCostC1": 2100,
12612
+ "isPremium": 1,
12561
12613
  "addLegendaryFabric": 250
12562
12614
  },
12563
12615
  {
@@ -12573,6 +12625,7 @@
12573
12625
  "constructionItemEffectGroupID": 50,
12574
12626
  "honeyStorage": 6000,
12575
12627
  "removalCostC1": 3200,
12628
+ "isPremium": 1,
12576
12629
  "addLegendaryFabric": 350
12577
12630
  },
12578
12631
  {
@@ -12588,6 +12641,7 @@
12588
12641
  "constructionItemEffectGroupID": 50,
12589
12642
  "honeyStorage": 9000,
12590
12643
  "removalCostC1": 4800,
12644
+ "isPremium": 1,
12591
12645
  "addLegendaryFabric": 450
12592
12646
  },
12593
12647
  {
@@ -12603,6 +12657,7 @@
12603
12657
  "constructionItemEffectGroupID": 50,
12604
12658
  "honeyStorage": 12000,
12605
12659
  "removalCostC1": 7200,
12660
+ "isPremium": 1,
12606
12661
  "addLegendaryFabric": 550
12607
12662
  },
12608
12663
  {
@@ -12618,6 +12673,7 @@
12618
12673
  "constructionItemEffectGroupID": 50,
12619
12674
  "honeyStorage": 15000,
12620
12675
  "removalCostC1": 10800,
12676
+ "isPremium": 1,
12621
12677
  "addLegendaryFabric": 650
12622
12678
  },
12623
12679
  {
@@ -12633,6 +12689,7 @@
12633
12689
  "constructionItemEffectGroupID": 50,
12634
12690
  "honeyStorage": 20000,
12635
12691
  "removalCostC1": 16200,
12692
+ "isPremium": 1,
12636
12693
  "addLegendaryFabric": 750
12637
12694
  },
12638
12695
  {
@@ -12648,6 +12705,7 @@
12648
12705
  "constructionItemEffectGroupID": 50,
12649
12706
  "honeyStorage": 25000,
12650
12707
  "removalCostC1": 24300,
12708
+ "isPremium": 1,
12651
12709
  "addLegendaryFabric": 850
12652
12710
  },
12653
12711
  {
@@ -12663,6 +12721,7 @@
12663
12721
  "constructionItemEffectGroupID": 50,
12664
12722
  "honeyStorage": 30000,
12665
12723
  "removalCostC1": 36500,
12724
+ "isPremium": 1,
12666
12725
  "addLegendaryFabric": 950
12667
12726
  },
12668
12727
  {
@@ -12678,6 +12737,7 @@
12678
12737
  "constructionItemEffectGroupID": 50,
12679
12738
  "honeyStorage": 40000,
12680
12739
  "removalCostC1": 54800,
12740
+ "isPremium": 1,
12681
12741
  "addLegendaryFabric": 1050
12682
12742
  },
12683
12743
  {
@@ -12693,6 +12753,7 @@
12693
12753
  "constructionItemEffectGroupID": 50,
12694
12754
  "honeyStorage": 50000,
12695
12755
  "removalCostC1": 73100,
12756
+ "isPremium": 1,
12696
12757
  "addLegendaryFabric": 1150
12697
12758
  },
12698
12759
  {
@@ -12708,6 +12769,7 @@
12708
12769
  "constructionItemEffectGroupID": 50,
12709
12770
  "honeyStorage": 60000,
12710
12771
  "removalCostC1": 91400,
12772
+ "isPremium": 1,
12711
12773
  "addLegendaryFabric": 1250
12712
12774
  },
12713
12775
  {
@@ -12723,6 +12785,7 @@
12723
12785
  "constructionItemEffectGroupID": 50,
12724
12786
  "honeyStorage": 70000,
12725
12787
  "removalCostC1": 109700,
12788
+ "isPremium": 1,
12726
12789
  "addLegendaryFabric": 1350
12727
12790
  },
12728
12791
  {
@@ -12738,6 +12801,7 @@
12738
12801
  "constructionItemEffectGroupID": 50,
12739
12802
  "honeyStorage": 85000,
12740
12803
  "removalCostC1": 128000,
12804
+ "isPremium": 1,
12741
12805
  "addLegendaryFabric": 1450
12742
12806
  },
12743
12807
  {
@@ -12753,6 +12817,7 @@
12753
12817
  "constructionItemEffectGroupID": 50,
12754
12818
  "honeyStorage": 100000,
12755
12819
  "removalCostC1": 146300,
12820
+ "isPremium": 1,
12756
12821
  "addLegendaryFabric": 1550
12757
12822
  },
12758
12823
  {
@@ -12768,6 +12833,7 @@
12768
12833
  "constructionItemEffectGroupID": 50,
12769
12834
  "honeyStorage": 115000,
12770
12835
  "removalCostC1": 164600,
12836
+ "isPremium": 1,
12771
12837
  "addLegendaryFabric": 1650
12772
12838
  },
12773
12839
  {
@@ -12783,6 +12849,7 @@
12783
12849
  "constructionItemEffectGroupID": 50,
12784
12850
  "honeyStorage": 130000,
12785
12851
  "removalCostC1": 182900,
12852
+ "isPremium": 1,
12786
12853
  "addLegendaryFabric": 1750
12787
12854
  },
12788
12855
  {
@@ -12798,6 +12865,7 @@
12798
12865
  "constructionItemEffectGroupID": 50,
12799
12866
  "honeyStorage": 145000,
12800
12867
  "removalCostC1": 201200,
12868
+ "isPremium": 1,
12801
12869
  "addLegendaryFabric": 1850
12802
12870
  },
12803
12871
  {
@@ -12813,6 +12881,7 @@
12813
12881
  "constructionItemEffectGroupID": 50,
12814
12882
  "honeyStorage": 160000,
12815
12883
  "removalCostC1": 219500,
12884
+ "isPremium": 1,
12816
12885
  "addLegendaryFabric": 1950
12817
12886
  },
12818
12887
  {
@@ -12828,6 +12897,7 @@
12828
12897
  "constructionItemEffectGroupID": 50,
12829
12898
  "honeyStorage": 175000,
12830
12899
  "removalCostC1": 237800,
12900
+ "isPremium": 1,
12831
12901
  "addLegendaryFabric": 2050
12832
12902
  },
12833
12903
  {
@@ -27648,6 +27718,21 @@
27648
27718
  "disassemblingTombolaID": 4,
27649
27719
  "effects": "66&25"
27650
27720
  },
27721
+ {
27722
+ "constructionItemID": 218,
27723
+ "crossplayID": 218,
27724
+ "comment1": "Beef Testing",
27725
+ "comment2": "Beef Testing",
27726
+ "name": "beefCapacityBonus",
27727
+ "constructionItemGroupID": 58,
27728
+ "level": 1,
27729
+ "rarenessID": 1,
27730
+ "slotTypeID": 0,
27731
+ "duration": 1,
27732
+ "constructionItemEffectGroupID": 58,
27733
+ "disassemblingTombolaID": 1,
27734
+ "effects": "376&69"
27735
+ },
27651
27736
  {
27652
27737
  "constructionItemID": 215,
27653
27738
  "crossplayID": 215,
@@ -27660,7 +27745,6 @@
27660
27745
  "slotTypeID": 1,
27661
27746
  "constructionItemEffectGroupID": 55,
27662
27747
  "removalCostC1": 69,
27663
- "isPremium": 1,
27664
27748
  "addCommonTimber": 69,
27665
27749
  "addCommonStraw": 69,
27666
27750
  "addRareNails": 69,
@@ -27681,7 +27765,6 @@
27681
27765
  "slotTypeID": 2,
27682
27766
  "constructionItemEffectGroupID": 56,
27683
27767
  "removalCostC1": 69,
27684
- "isPremium": 1,
27685
27768
  "addCommonTimber": 69,
27686
27769
  "addCommonStraw": 69,
27687
27770
  "addRareNails": 69,
@@ -27702,25 +27785,9 @@
27702
27785
  "slotTypeID": 2,
27703
27786
  "constructionItemEffectGroupID": 57,
27704
27787
  "removalCostC1": 69,
27705
- "isPremium": 1,
27706
27788
  "addLegendaryFabric": 69,
27707
27789
  "effects": "375&69"
27708
27790
  },
27709
- {
27710
- "constructionItemID": 218,
27711
- "crossplayID": 218,
27712
- "comment1": "Beef Testing",
27713
- "comment2": "Beef Testing",
27714
- "name": "beefCapacityBonus",
27715
- "constructionItemGroupID": 58,
27716
- "level": 1,
27717
- "rarenessID": 1,
27718
- "slotTypeID": 0,
27719
- "duration": 1,
27720
- "constructionItemEffectGroupID": 58,
27721
- "disassemblingTombolaID": 1,
27722
- "effects": "376&69"
27723
- },
27724
27791
  {
27725
27792
  "constructionItemID": 1004,
27726
27793
  "crossplayID": 1004,
@@ -27988,6 +28055,7 @@
27988
28055
  "slotTypeID": 1,
27989
28056
  "constructionItemEffectGroupID": 55,
27990
28057
  "removalCostC1": 10000,
28058
+ "isPremium": 1,
27991
28059
  "addCommonTimber": 2313,
27992
28060
  "addCommonStraw": 1370,
27993
28061
  "addRareNails": 625,
@@ -28007,6 +28075,7 @@
28007
28075
  "slotTypeID": 1,
28008
28076
  "constructionItemEffectGroupID": 55,
28009
28077
  "removalCostC1": 15000,
28078
+ "isPremium": 1,
28010
28079
  "addCommonTimber": 2375,
28011
28080
  "addCommonStraw": 1520,
28012
28081
  "addRareNails": 775,
@@ -28027,6 +28096,7 @@
28027
28096
  "slotTypeID": 1,
28028
28097
  "constructionItemEffectGroupID": 55,
28029
28098
  "removalCostC1": 20000,
28099
+ "isPremium": 1,
28030
28100
  "addCommonTimber": 2438,
28031
28101
  "addCommonStraw": 1670,
28032
28102
  "addRareNails": 925,
@@ -28047,6 +28117,7 @@
28047
28117
  "slotTypeID": 1,
28048
28118
  "constructionItemEffectGroupID": 55,
28049
28119
  "removalCostC1": 25000,
28120
+ "isPremium": 1,
28050
28121
  "addCommonTimber": 2500,
28051
28122
  "addCommonStraw": 1820,
28052
28123
  "addRareNails": 1075,
@@ -28067,6 +28138,7 @@
28067
28138
  "slotTypeID": 1,
28068
28139
  "constructionItemEffectGroupID": 55,
28069
28140
  "removalCostC1": 30000,
28141
+ "isPremium": 1,
28070
28142
  "addCommonTimber": 2563,
28071
28143
  "addCommonStraw": 1970,
28072
28144
  "addRareNails": 1225,
@@ -28087,6 +28159,7 @@
28087
28159
  "slotTypeID": 1,
28088
28160
  "constructionItemEffectGroupID": 55,
28089
28161
  "removalCostC1": 35000,
28162
+ "isPremium": 1,
28090
28163
  "addCommonTimber": 2625,
28091
28164
  "addCommonStraw": 2120,
28092
28165
  "addRareNails": 1375,
@@ -28107,6 +28180,7 @@
28107
28180
  "slotTypeID": 1,
28108
28181
  "constructionItemEffectGroupID": 55,
28109
28182
  "removalCostC1": 40000,
28183
+ "isPremium": 1,
28110
28184
  "addCommonTimber": 2688,
28111
28185
  "addCommonStraw": 2270,
28112
28186
  "addRareNails": 1525,
@@ -28127,6 +28201,7 @@
28127
28201
  "slotTypeID": 1,
28128
28202
  "constructionItemEffectGroupID": 55,
28129
28203
  "removalCostC1": 45000,
28204
+ "isPremium": 1,
28130
28205
  "addCommonTimber": 2750,
28131
28206
  "addCommonStraw": 2420,
28132
28207
  "addRareNails": 1675,
@@ -28147,6 +28222,7 @@
28147
28222
  "slotTypeID": 1,
28148
28223
  "constructionItemEffectGroupID": 55,
28149
28224
  "removalCostC1": 50000,
28225
+ "isPremium": 1,
28150
28226
  "addCommonTimber": 2813,
28151
28227
  "addCommonStraw": 2570,
28152
28228
  "addRareNails": 1825,
@@ -28167,6 +28243,7 @@
28167
28243
  "slotTypeID": 1,
28168
28244
  "constructionItemEffectGroupID": 55,
28169
28245
  "removalCostC1": 55000,
28246
+ "isPremium": 1,
28170
28247
  "addCommonTimber": 2875,
28171
28248
  "addCommonStraw": 2720,
28172
28249
  "addRareNails": 1975,
@@ -28187,6 +28264,7 @@
28187
28264
  "slotTypeID": 1,
28188
28265
  "constructionItemEffectGroupID": 55,
28189
28266
  "removalCostC1": 60000,
28267
+ "isPremium": 1,
28190
28268
  "addCommonTimber": 2938,
28191
28269
  "addCommonStraw": 2870,
28192
28270
  "addRareNails": 2125,
@@ -28207,6 +28285,7 @@
28207
28285
  "slotTypeID": 1,
28208
28286
  "constructionItemEffectGroupID": 55,
28209
28287
  "removalCostC1": 65000,
28288
+ "isPremium": 1,
28210
28289
  "addCommonTimber": 3000,
28211
28290
  "addCommonStraw": 3020,
28212
28291
  "addRareNails": 2275,
@@ -28227,6 +28306,7 @@
28227
28306
  "slotTypeID": 1,
28228
28307
  "constructionItemEffectGroupID": 55,
28229
28308
  "removalCostC1": 70000,
28309
+ "isPremium": 1,
28230
28310
  "addCommonTimber": 3063,
28231
28311
  "addCommonStraw": 3170,
28232
28312
  "addRareNails": 2425,
@@ -28247,6 +28327,7 @@
28247
28327
  "slotTypeID": 1,
28248
28328
  "constructionItemEffectGroupID": 55,
28249
28329
  "removalCostC1": 75000,
28330
+ "isPremium": 1,
28250
28331
  "addCommonTimber": 3125,
28251
28332
  "addCommonStraw": 3320,
28252
28333
  "addRareNails": 2575,
@@ -28267,6 +28348,7 @@
28267
28348
  "slotTypeID": 1,
28268
28349
  "constructionItemEffectGroupID": 55,
28269
28350
  "removalCostC1": 80000,
28351
+ "isPremium": 1,
28270
28352
  "addCommonTimber": 3188,
28271
28353
  "addCommonStraw": 3470,
28272
28354
  "addRareNails": 2725,
@@ -28887,6 +28969,186 @@
28887
28969
  "constructionItemEffectGroupID": 51,
28888
28970
  "disassemblingTombolaID": 4,
28889
28971
  "effects": "202&30"
28972
+ },
28973
+ {
28974
+ "constructionItemID": 224,
28975
+ "crossplayID": 224,
28976
+ "comment1": "Temporary",
28977
+ "comment2": "OktoberfestSales - 2024",
28978
+ "name": "octoberfestMarket",
28979
+ "constructionItemGroupID": 211,
28980
+ "level": 4,
28981
+ "rarenessID": 4,
28982
+ "slotTypeID": 0,
28983
+ "duration": 345600,
28984
+ "constructionItemEffectGroupID": 51,
28985
+ "disassemblingTombolaID": 4,
28986
+ "effects": "614&70"
28987
+ },
28988
+ {
28989
+ "constructionItemID": 382,
28990
+ "crossplayID": 382,
28991
+ "comment1": "Temporary",
28992
+ "comment2": "OktoberfestSales - 2024",
28993
+ "name": "octoberfestHunter",
28994
+ "constructionItemGroupID": 212,
28995
+ "level": 4,
28996
+ "rarenessID": 4,
28997
+ "slotTypeID": 0,
28998
+ "duration": 345600,
28999
+ "constructionItemEffectGroupID": 51,
29000
+ "disassemblingTombolaID": 4,
29001
+ "effects": "504&45"
29002
+ },
29003
+ {
29004
+ "constructionItemID": 383,
29005
+ "crossplayID": 383,
29006
+ "comment1": "Temporary",
29007
+ "comment2": "OktoberfestSales - 2024",
29008
+ "name": "octoberfestGuardhouse",
29009
+ "constructionItemGroupID": 213,
29010
+ "level": 4,
29011
+ "rarenessID": 4,
29012
+ "slotTypeID": 0,
29013
+ "duration": 345600,
29014
+ "constructionItemEffectGroupID": 51,
29015
+ "disassemblingTombolaID": 4,
29016
+ "ReduceResearchResourceCosts": 15
29017
+ },
29018
+ {
29019
+ "constructionItemID": 853,
29020
+ "crossplayID": 853,
29021
+ "comment1": "Permanent",
29022
+ "comment2": "TopX LTPE October 24",
29023
+ "name": "SpookyGuardhouse",
29024
+ "constructionItemGroupID": 217,
29025
+ "level": 4,
29026
+ "rarenessID": 4,
29027
+ "slotTypeID": 0,
29028
+ "constructionItemEffectGroupID": 28,
29029
+ "removalCostC1": 7200,
29030
+ "disassemblingTombolaID": 4,
29031
+ "effects": "504&10"
29032
+ },
29033
+ {
29034
+ "constructionItemID": 854,
29035
+ "crossplayID": 854,
29036
+ "comment1": "Temporary",
29037
+ "comment2": "Shop 870 LTPE October 24",
29038
+ "name": "SpookyGuardhouse",
29039
+ "constructionItemGroupID": 218,
29040
+ "level": 4,
29041
+ "rarenessID": 4,
29042
+ "slotTypeID": 0,
29043
+ "duration": 2419200,
29044
+ "constructionItemEffectGroupID": 51,
29045
+ "disassemblingTombolaID": 4,
29046
+ "unitWallCount": 250
29047
+ },
29048
+ {
29049
+ "constructionItemID": 855,
29050
+ "crossplayID": 855,
29051
+ "comment1": "Temporary",
29052
+ "comment2": "Shop 800 LTPE October 24",
29053
+ "name": "SpookyGuardhouse",
29054
+ "constructionItemGroupID": 219,
29055
+ "level": 3,
29056
+ "rarenessID": 4,
29057
+ "slotTypeID": 0,
29058
+ "duration": 2419200,
29059
+ "constructionItemEffectGroupID": 51,
29060
+ "disassemblingTombolaID": 4,
29061
+ "unitWallCount": 200
29062
+ },
29063
+ {
29064
+ "constructionItemID": 856,
29065
+ "crossplayID": 856,
29066
+ "comment1": "Permanent",
29067
+ "comment2": "TopX LTPE November 24",
29068
+ "name": "dragonriderHospital",
29069
+ "constructionItemGroupID": 220,
29070
+ "level": 4,
29071
+ "rarenessID": 4,
29072
+ "slotTypeID": 0,
29073
+ "constructionItemEffectGroupID": 28,
29074
+ "removalCostC1": 7200,
29075
+ "disassemblingTombolaID": 4,
29076
+ "effects": "504&10"
29077
+ },
29078
+ {
29079
+ "constructionItemID": 857,
29080
+ "crossplayID": 857,
29081
+ "comment1": "Temporary",
29082
+ "comment2": "Shop 870 LTPE November 24",
29083
+ "name": "dragonriderHospital",
29084
+ "constructionItemGroupID": 221,
29085
+ "level": 4,
29086
+ "rarenessID": 4,
29087
+ "slotTypeID": 0,
29088
+ "duration": 2419200,
29089
+ "constructionItemEffectGroupID": 51,
29090
+ "disassemblingTombolaID": 4,
29091
+ "effects": "504&30"
29092
+ },
29093
+ {
29094
+ "constructionItemID": 858,
29095
+ "crossplayID": 858,
29096
+ "comment1": "Temporary",
29097
+ "comment2": "Shop 800 LTPE November 24",
29098
+ "name": "dragonriderHospital",
29099
+ "constructionItemGroupID": 222,
29100
+ "level": 3,
29101
+ "rarenessID": 4,
29102
+ "slotTypeID": 0,
29103
+ "duration": 2419200,
29104
+ "constructionItemEffectGroupID": 51,
29105
+ "disassemblingTombolaID": 4,
29106
+ "effects": "504&25"
29107
+ },
29108
+ {
29109
+ "constructionItemID": 859,
29110
+ "crossplayID": 859,
29111
+ "comment1": "Permanent",
29112
+ "comment2": "TopX LTPE December 24",
29113
+ "name": "xmasWorkshop",
29114
+ "constructionItemGroupID": 223,
29115
+ "level": 4,
29116
+ "rarenessID": 4,
29117
+ "slotTypeID": 0,
29118
+ "constructionItemEffectGroupID": 28,
29119
+ "removalCostC1": 7200,
29120
+ "disassemblingTombolaID": 4,
29121
+ "effects": "700&5000"
29122
+ },
29123
+ {
29124
+ "constructionItemID": 860,
29125
+ "crossplayID": 860,
29126
+ "comment1": "Temporary",
29127
+ "comment2": "Shop 870 LTPE December 24",
29128
+ "name": "xmasDefensiveWorkshop",
29129
+ "constructionItemGroupID": 224,
29130
+ "level": 4,
29131
+ "rarenessID": 4,
29132
+ "slotTypeID": 0,
29133
+ "duration": 2419200,
29134
+ "constructionItemEffectGroupID": 51,
29135
+ "disassemblingTombolaID": 4,
29136
+ "effects": "702&25"
29137
+ },
29138
+ {
29139
+ "constructionItemID": 861,
29140
+ "crossplayID": 861,
29141
+ "comment1": "Temporary",
29142
+ "comment2": "Shop 800 LTPE December 24",
29143
+ "name": "xmasDefensiveWorkshop",
29144
+ "constructionItemGroupID": 225,
29145
+ "level": 3,
29146
+ "rarenessID": 4,
29147
+ "slotTypeID": 0,
29148
+ "duration": 2419200,
29149
+ "constructionItemEffectGroupID": 51,
29150
+ "disassemblingTombolaID": 4,
29151
+ "effects": "702&30"
28890
29152
  }
28891
29153
  ]
28892
29154
  }