e4k-data 4.82.61 → 4.84.37

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 (44) hide show
  1. package/data/attackSetupSlots.json +100 -0
  2. package/data/buildings.json +886 -127
  3. package/data/constructionItemRecipes.json +418 -0
  4. package/data/constructionItems.json +1310 -293
  5. package/data/constructionItemsEffectGroups.json +2 -2
  6. package/data/donationItems.json +135 -0
  7. package/data/donationRewards.json +160 -0
  8. package/data/donationSettings.json +6 -0
  9. package/data/effectCaps.json +5 -0
  10. package/data/effects.json +8 -0
  11. package/data/equipments.json +64 -0
  12. package/data/events.json +10 -2
  13. package/data/packages.json +184 -66
  14. package/data/researches.json +547 -330
  15. package/data/sceatSkills.json +14 -21
  16. package/data/slums.json +1 -1
  17. package/data/tempServerSettings.json +1 -0
  18. package/data/units.json +110 -110
  19. package/data/version.json +1 -1
  20. package/data/versionInfo.json +3 -3
  21. package/images/x768.json +558 -392
  22. package/languages/da.json +106 -58
  23. package/languages/de.json +106 -58
  24. package/languages/el.json +106 -58
  25. package/languages/en.json +106 -58
  26. package/languages/es.json +106 -58
  27. package/languages/fi.json +106 -58
  28. package/languages/fr.json +106 -58
  29. package/languages/it.json +106 -58
  30. package/languages/ja.json +106 -58
  31. package/languages/ko.json +106 -58
  32. package/languages/nl.json +106 -58
  33. package/languages/no.json +106 -58
  34. package/languages/pl.json +106 -58
  35. package/languages/pt.json +106 -58
  36. package/languages/ru.json +106 -58
  37. package/languages/sv.json +106 -58
  38. package/languages/tr.json +106 -58
  39. package/languages/zh_CN.json +106 -58
  40. package/languages/zh_TW.json +106 -58
  41. package/package.json +1 -1
  42. package/typings/data.d.ts +4 -4
  43. package/typings/images.d.ts +35 -25
  44. package/typings/languages.d.ts +98 -50
package/images/x768.json CHANGED
@@ -4288,9 +4288,9 @@
4288
4288
  {
4289
4289
  "x": 0,
4290
4290
  "y": 0,
4291
- "w": 208,
4292
- "h": 358,
4293
- "rx": 928,
4291
+ "w": 217,
4292
+ "h": 359,
4293
+ "rx": 919,
4294
4294
  "ry": 723
4295
4295
  }
4296
4296
  ],
@@ -7226,6 +7226,96 @@
7226
7226
  ],
7227
7227
  "fx": []
7228
7228
  },
7229
+ "Deco_Building_CarnivorousPlantT1": {
7230
+ "pid": 0,
7231
+ "url": "x768/Buildings/Deco/Deco_Building_CarnivorousPlantT1/Deco_Building_CarnivorousPlantT1.png",
7232
+ "frames": [
7233
+ {
7234
+ "x": 0,
7235
+ "y": 0,
7236
+ "w": 45,
7237
+ "h": 68,
7238
+ "rx": 998,
7239
+ "ry": 961
7240
+ }
7241
+ ],
7242
+ "fx": []
7243
+ },
7244
+ "Deco_Building_CarnivorousPlantT2": {
7245
+ "pid": 0,
7246
+ "url": "x768/Buildings/Deco/Deco_Building_CarnivorousPlantT2/Deco_Building_CarnivorousPlantT2.png",
7247
+ "frames": [
7248
+ {
7249
+ "x": 0,
7250
+ "y": 0,
7251
+ "w": 47,
7252
+ "h": 87,
7253
+ "rx": 999,
7254
+ "ry": 941
7255
+ }
7256
+ ],
7257
+ "fx": []
7258
+ },
7259
+ "Deco_Building_CarnivorousPlantT3": {
7260
+ "pid": 0,
7261
+ "url": "x768/Buildings/Deco/Deco_Building_CarnivorousPlantT3/Deco_Building_CarnivorousPlantT3.png",
7262
+ "frames": [
7263
+ {
7264
+ "x": 0,
7265
+ "y": 0,
7266
+ "w": 60,
7267
+ "h": 107,
7268
+ "rx": 993,
7269
+ "ry": 920
7270
+ }
7271
+ ],
7272
+ "fx": []
7273
+ },
7274
+ "Deco_Building_CarnivorousPlantT4Green": {
7275
+ "pid": 0,
7276
+ "url": "x768/Buildings/Deco/Deco_Building_CarnivorousPlantT4Green/Deco_Building_CarnivorousPlantT4Green.png",
7277
+ "frames": [
7278
+ {
7279
+ "x": 0,
7280
+ "y": 0,
7281
+ "w": 94,
7282
+ "h": 147,
7283
+ "rx": 968,
7284
+ "ry": 882
7285
+ }
7286
+ ],
7287
+ "fx": []
7288
+ },
7289
+ "Deco_Building_CarnivorousPlantT4Purple": {
7290
+ "pid": 0,
7291
+ "url": "x768/Buildings/Deco/Deco_Building_CarnivorousPlantT4Purple/Deco_Building_CarnivorousPlantT4Purple.png",
7292
+ "frames": [
7293
+ {
7294
+ "x": 0,
7295
+ "y": 0,
7296
+ "w": 94,
7297
+ "h": 147,
7298
+ "rx": 968,
7299
+ "ry": 882
7300
+ }
7301
+ ],
7302
+ "fx": []
7303
+ },
7304
+ "Deco_Building_CarnivorousPlantT4Red": {
7305
+ "pid": 0,
7306
+ "url": "x768/Buildings/Deco/Deco_Building_CarnivorousPlantT4Red/Deco_Building_CarnivorousPlantT4Red.png",
7307
+ "frames": [
7308
+ {
7309
+ "x": 0,
7310
+ "y": 0,
7311
+ "w": 94,
7312
+ "h": 147,
7313
+ "rx": 968,
7314
+ "ry": 882
7315
+ }
7316
+ ],
7317
+ "fx": []
7318
+ },
7229
7319
  "Deco_Building_CarriageDistrictDeco": {
7230
7320
  "pid": 0,
7231
7321
  "url": "x768/Buildings/Deco/Deco_Building_CarriageDistrictDeco/Deco_Building_CarriageDistrictDeco.png",
@@ -8089,6 +8179,21 @@
8089
8179
  ],
8090
8180
  "fx": []
8091
8181
  },
8182
+ "Deco_Building_exaltedLivestockHut": {
8183
+ "pid": 0,
8184
+ "url": "x768/Buildings/Deco/Deco_Building_exaltedLivestockHut/Deco_Building_exaltedLivestockHut.png",
8185
+ "frames": [
8186
+ {
8187
+ "x": 0,
8188
+ "y": 0,
8189
+ "w": 271,
8190
+ "h": 265,
8191
+ "rx": 837,
8192
+ "ry": 864
8193
+ }
8194
+ ],
8195
+ "fx": []
8196
+ },
8092
8197
  "Deco_Building_ExaltedPurpleLavaShrineofDuality": {
8093
8198
  "pid": 0,
8094
8199
  "url": "x768/Buildings/Deco/Deco_Building_ExaltedPurpleLavaShrineofDuality/Deco_Building_ExaltedPurpleLavaShrineofDuality.png",
@@ -8134,6 +8239,36 @@
8134
8239
  ],
8135
8240
  "fx": []
8136
8241
  },
8242
+ "Deco_Building_exaltedShabbyLivestockHut": {
8243
+ "pid": 0,
8244
+ "url": "x768/Buildings/Deco/Deco_Building_exaltedShabbyLivestockHut/Deco_Building_exaltedShabbyLivestockHut.png",
8245
+ "frames": [
8246
+ {
8247
+ "x": 0,
8248
+ "y": 0,
8249
+ "w": 271,
8250
+ "h": 265,
8251
+ "rx": 837,
8252
+ "ry": 864
8253
+ }
8254
+ ],
8255
+ "fx": []
8256
+ },
8257
+ "Deco_Building_exaltedSturdyLivestockHut": {
8258
+ "pid": 0,
8259
+ "url": "x768/Buildings/Deco/Deco_Building_exaltedSturdyLivestockHut/Deco_Building_exaltedSturdyLivestockHut.png",
8260
+ "frames": [
8261
+ {
8262
+ "x": 0,
8263
+ "y": 0,
8264
+ "w": 271,
8265
+ "h": 265,
8266
+ "rx": 837,
8267
+ "ry": 864
8268
+ }
8269
+ ],
8270
+ "fx": []
8271
+ },
8137
8272
  "Deco_Building_Excalibur": {
8138
8273
  "pid": 0,
8139
8274
  "url": "x768/Buildings/Deco/Deco_Building_Excalibur/Deco_Building_Excalibur.png",
@@ -10376,6 +10511,21 @@
10376
10511
  ],
10377
10512
  "fx": []
10378
10513
  },
10514
+ "Deco_Building_royalDesertTable": {
10515
+ "pid": 0,
10516
+ "url": "x768/Buildings/Deco/Deco_Building_royalDesertTable/Deco_Building_royalDesertTable.png",
10517
+ "frames": [
10518
+ {
10519
+ "x": 0,
10520
+ "y": 0,
10521
+ "w": 72,
10522
+ "h": 107,
10523
+ "rx": 982,
10524
+ "ry": 921
10525
+ }
10526
+ ],
10527
+ "fx": []
10528
+ },
10379
10529
  "Deco_Building_RoyalGallery": {
10380
10530
  "pid": 0,
10381
10531
  "url": "x768/Buildings/Deco/Deco_Building_RoyalGallery/Deco_Building_RoyalGallery.png",
@@ -12411,6 +12561,21 @@
12411
12561
  ],
12412
12562
  "fx": []
12413
12563
  },
12564
+ "DecoDistrict2x2_Building_Level1": {
12565
+ "pid": 0,
12566
+ "url": "x768/Buildings/DecoDistrict/DecoDistrict2x2_Building_Level1/DecoDistrict2x2_Building_Level1.png",
12567
+ "frames": [
12568
+ {
12569
+ "x": 0,
12570
+ "y": 0,
12571
+ "w": 297,
12572
+ "h": 257,
12573
+ "rx": 826,
12574
+ "ry": 871
12575
+ }
12576
+ ],
12577
+ "fx": []
12578
+ },
12414
12579
  "DragonBreathForge_Building_Level1": {
12415
12580
  "pid": 0,
12416
12581
  "url": "x768/Buildings/DragonBreathForge/DragonBreathForge_Building_Level1/DragonBreathForge_Building_Level1.png",
@@ -17092,7 +17257,7 @@
17092
17257
  {
17093
17258
  "x": 0,
17094
17259
  "y": 0,
17095
- "w": 183,
17260
+ "w": 194,
17096
17261
  "h": 301,
17097
17262
  "rx": 927,
17098
17263
  "ry": 789
@@ -17122,7 +17287,7 @@
17122
17287
  {
17123
17288
  "x": 0,
17124
17289
  "y": 0,
17125
- "w": 186,
17290
+ "w": 196,
17126
17291
  "h": 321,
17127
17292
  "rx": 927,
17128
17293
  "ry": 769
@@ -17152,7 +17317,7 @@
17152
17317
  {
17153
17318
  "x": 0,
17154
17319
  "y": 0,
17155
- "w": 186,
17320
+ "w": 195,
17156
17321
  "h": 361,
17157
17322
  "rx": 927,
17158
17323
  "ry": 729
@@ -17182,7 +17347,7 @@
17182
17347
  {
17183
17348
  "x": 0,
17184
17349
  "y": 0,
17185
- "w": 190,
17350
+ "w": 195,
17186
17351
  "h": 406,
17187
17352
  "rx": 927,
17188
17353
  "ry": 684
@@ -17212,7 +17377,7 @@
17212
17377
  {
17213
17378
  "x": 0,
17214
17379
  "y": 0,
17215
- "w": 181,
17380
+ "w": 194,
17216
17381
  "h": 416,
17217
17382
  "rx": 927,
17218
17383
  "ry": 676
@@ -24455,6 +24620,52 @@
24455
24620
  }
24456
24621
  ]
24457
24622
  },
24623
+ "holGranary": {
24624
+ "pid": 0,
24625
+ "url": "x768/BuildingSkins/holGranary/holGranary.png",
24626
+ "frames": [
24627
+ {
24628
+ "x": 0,
24629
+ "y": 0,
24630
+ "w": 212,
24631
+ "h": 338,
24632
+ "rx": 924,
24633
+ "ry": 747
24634
+ }
24635
+ ],
24636
+ "fx": [
24637
+ {
24638
+ "x": 36,
24639
+ "y": -126,
24640
+ "scale": 0.5,
24641
+ "name": "damageHolder",
24642
+ "rotation": 0
24643
+ }
24644
+ ]
24645
+ },
24646
+ "holToolsmith": {
24647
+ "pid": 0,
24648
+ "url": "x768/BuildingSkins/holToolsmith/holToolsmith.png",
24649
+ "frames": [
24650
+ {
24651
+ "x": 0,
24652
+ "y": 0,
24653
+ "w": 238,
24654
+ "h": 342,
24655
+ "rx": 898,
24656
+ "ry": 747
24657
+ }
24658
+ ],
24659
+ "fx": [
24660
+ {
24661
+ "x": 49,
24662
+ "y": -126,
24663
+ "scale": 0.5,
24664
+ "name": "damageHolder",
24665
+ "rotation": 0
24666
+ }
24667
+ ]
24668
+ },
24458
24669
  "IndiaDrillground": {
24459
24670
  "pid": 0,
24460
24671
  "url": "x768/BuildingSkins/IndiaDrillground/IndiaDrillground.png",
@@ -56234,10 +56445,220 @@
56234
56445
  {
56235
56446
  "x": 0,
56236
56447
  "y": 0,
56237
- "w": 99,
56238
- "h": 99,
56239
- "rx": 950,
56240
- "ry": 950
56448
+ "w": 105,
56449
+ "h": 98,
56450
+ "rx": 947,
56451
+ "ry": 951
56452
+ }
56453
+ ],
56454
+ "fx": []
56455
+ },
56456
+ "icon_commander_36": {
56457
+ "pid": 1,
56458
+ "url": "x768/Equipment/Equipment/icon_commander_36.png",
56459
+ "frames": [
56460
+ {
56461
+ "x": 0,
56462
+ "y": 0,
56463
+ "w": 105,
56464
+ "h": 98,
56465
+ "rx": 947,
56466
+ "ry": 951
56467
+ }
56468
+ ],
56469
+ "fx": []
56470
+ },
56471
+ "icon_commander_37": {
56472
+ "pid": 1,
56473
+ "url": "x768/Equipment/Equipment/icon_commander_37.png",
56474
+ "frames": [
56475
+ {
56476
+ "x": 0,
56477
+ "y": 0,
56478
+ "w": 105,
56479
+ "h": 98,
56480
+ "rx": 947,
56481
+ "ry": 951
56482
+ }
56483
+ ],
56484
+ "fx": []
56485
+ },
56486
+ "icon_commander_38": {
56487
+ "pid": 1,
56488
+ "url": "x768/Equipment/Equipment/icon_commander_38.png",
56489
+ "frames": [
56490
+ {
56491
+ "x": 0,
56492
+ "y": 0,
56493
+ "w": 105,
56494
+ "h": 98,
56495
+ "rx": 947,
56496
+ "ry": 951
56497
+ }
56498
+ ],
56499
+ "fx": []
56500
+ },
56501
+ "icon_commander_39": {
56502
+ "pid": 1,
56503
+ "url": "x768/Equipment/Equipment/icon_commander_39.png",
56504
+ "frames": [
56505
+ {
56506
+ "x": 0,
56507
+ "y": 0,
56508
+ "w": 105,
56509
+ "h": 98,
56510
+ "rx": 947,
56511
+ "ry": 951
56512
+ }
56513
+ ],
56514
+ "fx": []
56515
+ },
56516
+ "icon_commander_40": {
56517
+ "pid": 1,
56518
+ "url": "x768/Equipment/Equipment/icon_commander_40.png",
56519
+ "frames": [
56520
+ {
56521
+ "x": 0,
56522
+ "y": 0,
56523
+ "w": 105,
56524
+ "h": 98,
56525
+ "rx": 947,
56526
+ "ry": 951
56527
+ }
56528
+ ],
56529
+ "fx": []
56530
+ },
56531
+ "icon_commander_41": {
56532
+ "pid": 1,
56533
+ "url": "x768/Equipment/Equipment/icon_commander_41.png",
56534
+ "frames": [
56535
+ {
56536
+ "x": 0,
56537
+ "y": 0,
56538
+ "w": 105,
56539
+ "h": 98,
56540
+ "rx": 947,
56541
+ "ry": 951
56542
+ }
56543
+ ],
56544
+ "fx": []
56545
+ },
56546
+ "icon_commander_42": {
56547
+ "pid": 1,
56548
+ "url": "x768/Equipment/Equipment/icon_commander_42.png",
56549
+ "frames": [
56550
+ {
56551
+ "x": 0,
56552
+ "y": 0,
56553
+ "w": 105,
56554
+ "h": 98,
56555
+ "rx": 947,
56556
+ "ry": 951
56557
+ }
56558
+ ],
56559
+ "fx": []
56560
+ },
56561
+ "icon_commander_43": {
56562
+ "pid": 1,
56563
+ "url": "x768/Equipment/Equipment/icon_commander_43.png",
56564
+ "frames": [
56565
+ {
56566
+ "x": 0,
56567
+ "y": 0,
56568
+ "w": 105,
56569
+ "h": 98,
56570
+ "rx": 947,
56571
+ "ry": 951
56572
+ }
56573
+ ],
56574
+ "fx": []
56575
+ },
56576
+ "icon_commander_44": {
56577
+ "pid": 1,
56578
+ "url": "x768/Equipment/Equipment/icon_commander_44.png",
56579
+ "frames": [
56580
+ {
56581
+ "x": 0,
56582
+ "y": 0,
56583
+ "w": 105,
56584
+ "h": 98,
56585
+ "rx": 947,
56586
+ "ry": 951
56587
+ }
56588
+ ],
56589
+ "fx": []
56590
+ },
56591
+ "icon_commander_45": {
56592
+ "pid": 1,
56593
+ "url": "x768/Equipment/Equipment/icon_commander_45.png",
56594
+ "frames": [
56595
+ {
56596
+ "x": 0,
56597
+ "y": 0,
56598
+ "w": 105,
56599
+ "h": 98,
56600
+ "rx": 947,
56601
+ "ry": 951
56602
+ }
56603
+ ],
56604
+ "fx": []
56605
+ },
56606
+ "icon_commander_46": {
56607
+ "pid": 1,
56608
+ "url": "x768/Equipment/Equipment/icon_commander_46.png",
56609
+ "frames": [
56610
+ {
56611
+ "x": 0,
56612
+ "y": 0,
56613
+ "w": 105,
56614
+ "h": 98,
56615
+ "rx": 947,
56616
+ "ry": 951
56617
+ }
56618
+ ],
56619
+ "fx": []
56620
+ },
56621
+ "icon_commander_47": {
56622
+ "pid": 1,
56623
+ "url": "x768/Equipment/Equipment/icon_commander_47.png",
56624
+ "frames": [
56625
+ {
56626
+ "x": 0,
56627
+ "y": 0,
56628
+ "w": 105,
56629
+ "h": 98,
56630
+ "rx": 947,
56631
+ "ry": 951
56632
+ }
56633
+ ],
56634
+ "fx": []
56635
+ },
56636
+ "icon_commander_48": {
56637
+ "pid": 1,
56638
+ "url": "x768/Equipment/Equipment/icon_commander_48.png",
56639
+ "frames": [
56640
+ {
56641
+ "x": 0,
56642
+ "y": 0,
56643
+ "w": 105,
56644
+ "h": 98,
56645
+ "rx": 947,
56646
+ "ry": 951
56647
+ }
56648
+ ],
56649
+ "fx": []
56650
+ },
56651
+ "icon_commander_49": {
56652
+ "pid": 1,
56653
+ "url": "x768/Equipment/Equipment/icon_commander_49.png",
56654
+ "frames": [
56655
+ {
56656
+ "x": 0,
56657
+ "y": 0,
56658
+ "w": 105,
56659
+ "h": 98,
56660
+ "rx": 947,
56661
+ "ry": 951
56241
56662
  }
56242
56663
  ],
56243
56664
  "fx": []
@@ -66532,6 +66953,21 @@
66532
66953
  ],
66533
66954
  "fx": []
66534
66955
  },
66956
+ "items_unique_1140": {
66957
+ "pid": 0,
66958
+ "url": "x768/Equipment/EquipmentShared/items_unique_1140_Shared.png",
66959
+ "frames": [
66960
+ {
66961
+ "x": 0,
66962
+ "y": 0,
66963
+ "w": 129,
66964
+ "h": 129,
66965
+ "rx": 935,
66966
+ "ry": 935
66967
+ }
66968
+ ],
66969
+ "fx": []
66970
+ },
66535
66971
  "items_unique_1148": {
66536
66972
  "pid": 0,
66537
66973
  "url": "x768/Equipment/EquipmentShared/items_unique_1146_Shared.png",
@@ -77460,6 +77896,21 @@
77460
77896
  ],
77461
77897
  "fx": []
77462
77898
  },
77899
+ "icon_ci_effect_beefproduction": {
77900
+ "pid": 0,
77901
+ "url": "x768/Icons/CI_Icons/icon_ci_effect_beefproduction.png",
77902
+ "frames": [
77903
+ {
77904
+ "x": 0,
77905
+ "y": 0,
77906
+ "w": 107,
77907
+ "h": 111,
77908
+ "rx": 946,
77909
+ "ry": 944
77910
+ }
77911
+ ],
77912
+ "fx": []
77913
+ },
77463
77914
  "icon_ci_effect_blackleague": {
77464
77915
  "pid": 2,
77465
77916
  "url": "x768/Misc/CI_Icons/icon_ci_effect_blackleague.png",
@@ -77580,6 +78031,21 @@
77580
78031
  ],
77581
78032
  "fx": []
77582
78033
  },
78034
+ "icon_ci_effect_hol": {
78035
+ "pid": 0,
78036
+ "url": "x768/Icons/CI_Icons/icon_ci_effect_hol.png",
78037
+ "frames": [
78038
+ {
78039
+ "x": 0,
78040
+ "y": 0,
78041
+ "w": 93,
78042
+ "h": 93,
78043
+ "rx": 953,
78044
+ "ry": 953
78045
+ }
78046
+ ],
78047
+ "fx": []
78048
+ },
77583
78049
  "icon_ci_effect_indian": {
77584
78050
  "pid": 0,
77585
78051
  "url": "x768/Misc/CI_Icons/icon_ci_effect_indian.png",
@@ -95325,6 +95791,36 @@
95325
95791
  ],
95326
95792
  "fx": []
95327
95793
  },
95794
+ "icon_helpshift_bot_support": {
95795
+ "pid": 0,
95796
+ "url": "x768/Icons/Icons/icon_helpshift_bot_support.png",
95797
+ "frames": [
95798
+ {
95799
+ "x": 0,
95800
+ "y": 0,
95801
+ "w": 129,
95802
+ "h": 129,
95803
+ "rx": 935,
95804
+ "ry": 935
95805
+ }
95806
+ ],
95807
+ "fx": []
95808
+ },
95809
+ "icon_helpshift_community_support": {
95810
+ "pid": 0,
95811
+ "url": "x768/Icons/Icons/icon_helpshift_community_support.png",
95812
+ "frames": [
95813
+ {
95814
+ "x": 0,
95815
+ "y": 0,
95816
+ "w": 129,
95817
+ "h": 117,
95818
+ "rx": 935,
95819
+ "ry": 941
95820
+ }
95821
+ ],
95822
+ "fx": []
95823
+ },
95328
95824
  "icon_hol_coming_soon_building_xl": {
95329
95825
  "pid": 0,
95330
95826
  "url": "x768/Icons/Icons/icon_hol_coming_soon_building_xl.png",
@@ -98640,6 +99136,21 @@
98640
99136
  ],
98641
99137
  "fx": []
98642
99138
  },
99139
+ "icon_productivity_beef_big": {
99140
+ "pid": 0,
99141
+ "url": "x768/Icons/Icons/icon_productivity_beef_big.png",
99142
+ "frames": [
99143
+ {
99144
+ "x": 0,
99145
+ "y": 0,
99146
+ "w": 107,
99147
+ "h": 111,
99148
+ "rx": 946,
99149
+ "ry": 944
99150
+ }
99151
+ ],
99152
+ "fx": []
99153
+ },
98643
99154
  "icon_productivity_beef_booster": {
98644
99155
  "pid": 0,
98645
99156
  "url": "x768/Icons/Icons/icon_productivity_beef_booster.png",
@@ -99000,6 +99511,21 @@
99000
99511
  ],
99001
99512
  "fx": []
99002
99513
  },
99514
+ "icon_publicorder_cumulative": {
99515
+ "pid": 0,
99516
+ "url": "x768/Icons/Icons/icon_publicorder_cumulative.png",
99517
+ "frames": [
99518
+ {
99519
+ "x": 0,
99520
+ "y": 0,
99521
+ "w": 67,
99522
+ "h": 67,
99523
+ "rx": 966,
99524
+ "ry": 966
99525
+ }
99526
+ ],
99527
+ "fx": []
99528
+ },
99003
99529
  "icon_publicorder_ds": {
99004
99530
  "pid": 1,
99005
99531
  "url": "x768/Icons/Icons/icon_publicorder_ds.png",
@@ -107355,6 +107881,21 @@
107355
107881
  ],
107356
107882
  "fx": []
107357
107883
  },
107884
+ "icon_effect_unboostedBeefProduction": {
107885
+ "pid": 0,
107886
+ "url": "x768/Icons/IconsShared/icon_productivity_beef_Shared.png",
107887
+ "frames": [
107888
+ {
107889
+ "x": 0,
107890
+ "y": 0,
107891
+ "w": 59,
107892
+ "h": 62,
107893
+ "rx": 970,
107894
+ "ry": 969
107895
+ }
107896
+ ],
107897
+ "fx": []
107898
+ },
107358
107899
  "icon_productivity_beef": {
107359
107900
  "pid": 0,
107360
107901
  "url": "x768/Icons/IconsShared/icon_productivity_beef_Shared.png",
@@ -119580,36 +120121,6 @@
119580
120121
  ],
119581
120122
  "fx": []
119582
120123
  },
119583
- "global_primetime_background_AprilFools2024": {
119584
- "pid": 1,
119585
- "url": "x768/Misc/Offers/PrimeTimes/PTBackgrounds/global_primetime_background_AprilFools2024.png",
119586
- "frames": [
119587
- {
119588
- "x": 0,
119589
- "y": 0,
119590
- "w": 1281,
119591
- "h": 1601,
119592
- "rx": 359,
119593
- "ry": 199
119594
- }
119595
- ],
119596
- "fx": []
119597
- },
119598
- "global_primetime_background_Easter2024": {
119599
- "pid": 1,
119600
- "url": "x768/Misc/Offers/PrimeTimes/PTBackgrounds/global_primetime_background_Easter2024.png",
119601
- "frames": [
119602
- {
119603
- "x": 0,
119604
- "y": 0,
119605
- "w": 1535,
119606
- "h": 1733,
119607
- "rx": 232,
119608
- "ry": 133
119609
- }
119610
- ],
119611
- "fx": []
119612
- },
119613
120124
  "global_primetime_background_generic1": {
119614
120125
  "pid": 1,
119615
120126
  "url": "x768/Misc/Offers/PrimeTimes/PTBackgrounds/global_primetime_background_generic1.png",
@@ -119655,51 +120166,6 @@
119655
120166
  ],
119656
120167
  "fx": []
119657
120168
  },
119658
- "global_primetime_background_IndependenceDay2024": {
119659
- "pid": 1,
119660
- "url": "x768/Misc/Offers/PrimeTimes/PTBackgrounds/global_primetime_background_IndependenceDay2024.png",
119661
- "frames": [
119662
- {
119663
- "x": 0,
119664
- "y": 0,
119665
- "w": 1281,
119666
- "h": 1601,
119667
- "rx": 359,
119668
- "ry": 199
119669
- }
119670
- ],
119671
- "fx": []
119672
- },
119673
- "global_primetime_background_Spring2024": {
119674
- "pid": 1,
119675
- "url": "x768/Misc/Offers/PrimeTimes/PTBackgrounds/global_primetime_background_Spring2024.png",
119676
- "frames": [
119677
- {
119678
- "x": 0,
119679
- "y": 0,
119680
- "w": 1281,
119681
- "h": 1601,
119682
- "rx": 359,
119683
- "ry": 199
119684
- }
119685
- ],
119686
- "fx": []
119687
- },
119688
- "global_primetime_background_SummerJun2024": {
119689
- "pid": 1,
119690
- "url": "x768/Misc/Offers/PrimeTimes/PTBackgrounds/global_primetime_background_SummerJun2024.png",
119691
- "frames": [
119692
- {
119693
- "x": 0,
119694
- "y": 0,
119695
- "w": 1535,
119696
- "h": 1733,
119697
- "rx": 232,
119698
- "ry": 133
119699
- }
119700
- ],
119701
- "fx": []
119702
- },
119703
120169
  "global_primetime_hub_teaser_Anniversary2024": {
119704
120170
  "pid": 1,
119705
120171
  "url": "x768/Misc/Offers/PrimeTimes/PTTeasers/global_primetime_hub_teaser_Anniversary2024.png",
@@ -119715,36 +120181,6 @@
119715
120181
  ],
119716
120182
  "fx": []
119717
120183
  },
119718
- "global_primetime_hub_teaser_AprilFools2024": {
119719
- "pid": 1,
119720
- "url": "x768/Misc/Offers/PrimeTimes/PTTeasers/global_primetime_hub_teaser_AprilFools2024.png",
119721
- "frames": [
119722
- {
119723
- "x": 0,
119724
- "y": 0,
119725
- "w": 1537,
119726
- "h": 1331,
119727
- "rx": 231,
119728
- "ry": 334
119729
- }
119730
- ],
119731
- "fx": []
119732
- },
119733
- "global_primetime_hub_teaser_Easter2024": {
119734
- "pid": 1,
119735
- "url": "x768/Misc/Offers/PrimeTimes/PTTeasers/global_primetime_hub_teaser_Easter2024.png",
119736
- "frames": [
119737
- {
119738
- "x": 0,
119739
- "y": 0,
119740
- "w": 1537,
119741
- "h": 1331,
119742
- "rx": 231,
119743
- "ry": 334
119744
- }
119745
- ],
119746
- "fx": []
119747
- },
119748
120184
  "global_primetime_hub_teaser_generic2": {
119749
120185
  "pid": 1,
119750
120186
  "url": "x768/Misc/Offers/PrimeTimes/PTTeasers/global_primetime_hub_teaser_generic2.png",
@@ -119775,66 +120211,6 @@
119775
120211
  ],
119776
120212
  "fx": []
119777
120213
  },
119778
- "global_primetime_hub_teaser_IndependenceDay2024": {
119779
- "pid": 1,
119780
- "url": "x768/Misc/Offers/PrimeTimes/PTTeasers/global_primetime_hub_teaser_IndependenceDay2024.png",
119781
- "frames": [
119782
- {
119783
- "x": 0,
119784
- "y": 0,
119785
- "w": 1537,
119786
- "h": 1331,
119787
- "rx": 231,
119788
- "ry": 334
119789
- }
119790
- ],
119791
- "fx": []
119792
- },
119793
- "global_primetime_hub_teaser_Spring2024": {
119794
- "pid": 1,
119795
- "url": "x768/Misc/Offers/PrimeTimes/PTTeasers/global_primetime_hub_teaser_Spring2024.png",
119796
- "frames": [
119797
- {
119798
- "x": 0,
119799
- "y": 0,
119800
- "w": 1537,
119801
- "h": 1331,
119802
- "rx": 231,
119803
- "ry": 334
119804
- }
119805
- ],
119806
- "fx": []
119807
- },
119808
- "global_primetime_hub_teaser_SummerJuly2024": {
119809
- "pid": 1,
119810
- "url": "x768/Misc/Offers/PrimeTimes/PTTeasers/global_primetime_hub_teaser_SummerJuly2024.png",
119811
- "frames": [
119812
- {
119813
- "x": 0,
119814
- "y": 0,
119815
- "w": 1537,
119816
- "h": 1331,
119817
- "rx": 231,
119818
- "ry": 334
119819
- }
119820
- ],
119821
- "fx": []
119822
- },
119823
- "global_primetime_hub_teaser_SummerJun2024": {
119824
- "pid": 1,
119825
- "url": "x768/Misc/Offers/PrimeTimes/PTTeasers/global_primetime_hub_teaser_SummerJun2024.png",
119826
- "frames": [
119827
- {
119828
- "x": 0,
119829
- "y": 0,
119830
- "w": 1537,
119831
- "h": 1331,
119832
- "rx": 231,
119833
- "ry": 334
119834
- }
119835
- ],
119836
- "fx": []
119837
- },
119838
120214
  "global_primetime_teaser_Anniversary2024": {
119839
120215
  "pid": 1,
119840
120216
  "url": "x768/Misc/Offers/PrimeTimes/PTTeasers/global_primetime_teaser_Anniversary2024.png",
@@ -119850,36 +120226,6 @@
119850
120226
  ],
119851
120227
  "fx": []
119852
120228
  },
119853
- "global_primetime_teaser_AprilFools2024": {
119854
- "pid": 1,
119855
- "url": "x768/Misc/Offers/PrimeTimes/PTTeasers/global_primetime_teaser_AprilFools2024.png",
119856
- "frames": [
119857
- {
119858
- "x": 0,
119859
- "y": 0,
119860
- "w": 1249,
119861
- "h": 985,
119862
- "rx": 375,
119863
- "ry": 507
119864
- }
119865
- ],
119866
- "fx": []
119867
- },
119868
- "global_primetime_teaser_Easter2024": {
119869
- "pid": 1,
119870
- "url": "x768/Misc/Offers/PrimeTimes/PTTeasers/global_primetime_teaser_Easter2024.png",
119871
- "frames": [
119872
- {
119873
- "x": 0,
119874
- "y": 0,
119875
- "w": 1301,
119876
- "h": 1171,
119877
- "rx": 349,
119878
- "ry": 414
119879
- }
119880
- ],
119881
- "fx": []
119882
- },
119883
120229
  "global_primetime_teaser_generic2": {
119884
120230
  "pid": 1,
119885
120231
  "url": "x768/Misc/Offers/PrimeTimes/PTTeasers/global_primetime_teaser_generic2.png",
@@ -119925,81 +120271,6 @@
119925
120271
  ],
119926
120272
  "fx": []
119927
120273
  },
119928
- "global_primetime_teaser_IndependenceDay2024": {
119929
- "pid": 1,
119930
- "url": "x768/Misc/Offers/PrimeTimes/PTTeasers/global_primetime_teaser_IndependenceDay2024.png",
119931
- "frames": [
119932
- {
119933
- "x": 0,
119934
- "y": 0,
119935
- "w": 1249,
119936
- "h": 985,
119937
- "rx": 375,
119938
- "ry": 507
119939
- }
119940
- ],
119941
- "fx": []
119942
- },
119943
- "global_primetime_teaser_Spring2024": {
119944
- "pid": 1,
119945
- "url": "x768/Misc/Offers/PrimeTimes/PTTeasers/global_primetime_teaser_Spring2024.png",
119946
- "frames": [
119947
- {
119948
- "x": 0,
119949
- "y": 0,
119950
- "w": 1249,
119951
- "h": 985,
119952
- "rx": 375,
119953
- "ry": 507
119954
- }
119955
- ],
119956
- "fx": []
119957
- },
119958
- "global_primetime_teaser_SummerJuly2024": {
119959
- "pid": 1,
119960
- "url": "x768/Misc/Offers/PrimeTimes/PTTeasers/global_primetime_teaser_SummerJuly2024.png",
119961
- "frames": [
119962
- {
119963
- "x": 0,
119964
- "y": 0,
119965
- "w": 1524,
119966
- "h": 1330,
119967
- "rx": 234,
119968
- "ry": 290
119969
- }
119970
- ],
119971
- "fx": []
119972
- },
119973
- "global_primetime_teaser_SummerJuly2024Front": {
119974
- "pid": 1,
119975
- "url": "x768/Misc/Offers/PrimeTimes/PTTeasers/global_primetime_teaser_SummerJuly2024Front.png",
119976
- "frames": [
119977
- {
119978
- "x": 0,
119979
- "y": 0,
119980
- "w": 1601,
119981
- "h": 201,
119982
- "rx": 199,
119983
- "ry": 899
119984
- }
119985
- ],
119986
- "fx": []
119987
- },
119988
- "global_primetime_teaser_SummerJun2024": {
119989
- "pid": 1,
119990
- "url": "x768/Misc/Offers/PrimeTimes/PTTeasers/global_primetime_teaser_SummerJun2024.png",
119991
- "frames": [
119992
- {
119993
- "x": 0,
119994
- "y": 0,
119995
- "w": 1301,
119996
- "h": 1171,
119997
- "rx": 349,
119998
- "ry": 414
119999
- }
120000
- ],
120001
- "fx": []
120002
- },
120003
120274
  "Teaser_Medium_Content_1": {
120004
120275
  "pid": 0,
120005
120276
  "url": "x768/Misc/OffersHub/OffersHubTeasers/Teaser_Medium_Content_1.png",
@@ -120720,51 +120991,6 @@
120720
120991
  ],
120721
120992
  "fx": []
120722
120993
  },
120723
- "Teaser_OffersHub_Big_WhaleChest_2": {
120724
- "pid": 0,
120725
- "url": "x768/Misc/OffersHub/OffersHubTeasers/Teaser_OffersHub_Big_WhaleChest_2.png",
120726
- "frames": [
120727
- {
120728
- "x": 0,
120729
- "y": 0,
120730
- "w": 1538,
120731
- "h": 665,
120732
- "rx": 231,
120733
- "ry": 667
120734
- }
120735
- ],
120736
- "fx": []
120737
- },
120738
- "Teaser_OffersHub_Big_WhaleChest_3": {
120739
- "pid": 0,
120740
- "url": "x768/Misc/OffersHub/OffersHubTeasers/Teaser_OffersHub_Big_WhaleChest_3.png",
120741
- "frames": [
120742
- {
120743
- "x": 0,
120744
- "y": 0,
120745
- "w": 1538,
120746
- "h": 665,
120747
- "rx": 231,
120748
- "ry": 667
120749
- }
120750
- ],
120751
- "fx": []
120752
- },
120753
- "Teaser_OffersHub_Big_WhaleChest_4": {
120754
- "pid": 0,
120755
- "url": "x768/Misc/OffersHub/OffersHubTeasers/Teaser_OffersHub_Big_WhaleChest_4.png",
120756
- "frames": [
120757
- {
120758
- "x": 0,
120759
- "y": 0,
120760
- "w": 1538,
120761
- "h": 666,
120762
- "rx": 231,
120763
- "ry": 667
120764
- }
120765
- ],
120766
- "fx": []
120767
- },
120768
120994
  "Teaser_OffersHub_Big_WhaleChest_5": {
120769
120995
  "pid": 0,
120770
120996
  "url": "x768/Misc/OffersHub/OffersHubTeasers/Teaser_OffersHub_Big_WhaleChest_5.png",
@@ -120780,9 +121006,9 @@
120780
121006
  ],
120781
121007
  "fx": []
120782
121008
  },
120783
- "Teaser_OffersHub_Big_WhaleChest_6": {
121009
+ "Teaser_OffersHub_Big_WhaleChest_10": {
120784
121010
  "pid": 0,
120785
- "url": "x768/Misc/OffersHub/OffersHubTeasers/Teaser_OffersHub_Big_WhaleChest_6.png",
121011
+ "url": "x768/Misc/OffersHub/OffersHubTeasers/Teaser_OffersHub_Big_WhaleChest_10.png",
120786
121012
  "frames": [
120787
121013
  {
120788
121014
  "x": 0,
@@ -120795,54 +121021,9 @@
120795
121021
  ],
120796
121022
  "fx": []
120797
121023
  },
120798
- "Teaser_OffersHub_Big_WhaleChest_7": {
120799
- "pid": 0,
120800
- "url": "x768/Misc/OffersHub/OffersHubTeasers/Teaser_OffersHub_Big_WhaleChest_7.png",
120801
- "frames": [
120802
- {
120803
- "x": 0,
120804
- "y": 0,
120805
- "w": 1537,
120806
- "h": 667,
120807
- "rx": 231,
120808
- "ry": 666
120809
- }
120810
- ],
120811
- "fx": []
120812
- },
120813
- "Teaser_OffersHub_Big_WhaleChest_8": {
120814
- "pid": 0,
120815
- "url": "x768/Misc/OffersHub/OffersHubTeasers/Teaser_OffersHub_Big_WhaleChest_8.png",
120816
- "frames": [
120817
- {
120818
- "x": 0,
120819
- "y": 0,
120820
- "w": 1538,
120821
- "h": 666,
120822
- "rx": 230,
120823
- "ry": 666
120824
- }
120825
- ],
120826
- "fx": []
120827
- },
120828
- "Teaser_OffersHub_Big_WhaleChest_9": {
120829
- "pid": 0,
120830
- "url": "x768/Misc/OffersHub/OffersHubTeasers/Teaser_OffersHub_Big_WhaleChest_9.png",
120831
- "frames": [
120832
- {
120833
- "x": 0,
120834
- "y": 0,
120835
- "w": 1537,
120836
- "h": 667,
120837
- "rx": 231,
120838
- "ry": 666
120839
- }
120840
- ],
120841
- "fx": []
120842
- },
120843
- "Teaser_OffersHub_Big_WhaleChest_10": {
120844
- "pid": 0,
120845
- "url": "x768/Misc/OffersHub/OffersHubTeasers/Teaser_OffersHub_Big_WhaleChest_10.png",
121024
+ "Teaser_OffersHub_Big_WhaleChest_15": {
121025
+ "pid": 1,
121026
+ "url": "x768/Misc/OffersHub/OffersHubTeasers/Teaser_OffersHub_Big_WhaleChest_15.png",
120846
121027
  "frames": [
120847
121028
  {
120848
121029
  "x": 0,
@@ -121995,21 +122176,6 @@
121995
122176
  ],
121996
122177
  "fx": []
121997
122178
  },
121998
- "Teaser_OffersHub_Big_WhaleChest_15": {
121999
- "pid": 1,
122000
- "url": "x768/Misc/TeasersShared/Teaser_OffersHub_Big_40_Shared.png",
122001
- "frames": [
122002
- {
122003
- "x": 0,
122004
- "y": 0,
122005
- "w": 1537,
122006
- "h": 665,
122007
- "rx": 231,
122008
- "ry": 667
122009
- }
122010
- ],
122011
- "fx": []
122012
- },
122013
122179
  "Teaser_OffersHub_Big_WhaleChest_1": {
122014
122180
  "pid": 1,
122015
122181
  "url": "x768/Misc/TeasersShared/Teaser_OffersHub_Big_WhaleChest_1_Shared.png",