e4k-data 4.69.3 → 4.70.11

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 (42) hide show
  1. package/data/buildings.json +644 -11
  2. package/data/currencies.json +7 -0
  3. package/data/currencyTypes.json +6 -0
  4. package/data/donationItems.json +139 -0
  5. package/data/donationRewards.json +164 -0
  6. package/data/donationSettings.json +8 -0
  7. package/data/donationTypes.json +19 -0
  8. package/data/effects.json +24 -0
  9. package/data/events.json +9 -0
  10. package/data/merchants.json +1 -1
  11. package/data/packageCategories.json +4 -0
  12. package/data/packageCategoryCurrencyRelations.json +6 -0
  13. package/data/packageCategoryFilterRelations.json +4 -0
  14. package/data/packages.json +127 -7
  15. package/data/resources.json +76 -0
  16. package/data/rewards.json +140 -0
  17. package/data/version.json +1 -1
  18. package/data/versionInfo.json +3 -3
  19. package/images/x768.json +222 -4
  20. package/languages/da.json +25 -6
  21. package/languages/de.json +25 -6
  22. package/languages/el.json +25 -6
  23. package/languages/en.json +24 -5
  24. package/languages/es.json +25 -6
  25. package/languages/fi.json +25 -6
  26. package/languages/fr.json +25 -6
  27. package/languages/it.json +25 -6
  28. package/languages/ja.json +25 -6
  29. package/languages/ko.json +25 -6
  30. package/languages/nl.json +25 -6
  31. package/languages/no.json +25 -6
  32. package/languages/pl.json +25 -6
  33. package/languages/pt.json +25 -6
  34. package/languages/ru.json +25 -6
  35. package/languages/sv.json +25 -6
  36. package/languages/tr.json +25 -6
  37. package/languages/zh_CN.json +25 -6
  38. package/languages/zh_TW.json +25 -6
  39. package/package.json +1 -1
  40. package/typings/data.d.ts +45 -0
  41. package/typings/images.d.ts +14 -0
  42. package/typings/languages.d.ts +19 -0
@@ -10801,6 +10801,27 @@
10801
10801
  "smashable": 0,
10802
10802
  "maximumCount": 1
10803
10803
  },
10804
+ {
10805
+ "wodID": 2899,
10806
+ "crossplayID": 2899,
10807
+ "name": "Event",
10808
+ "level": 0,
10809
+ "group": "Building",
10810
+ "type": "DonationEventConstructor",
10811
+ "width": 8,
10812
+ "height": 8,
10813
+ "rotateType": 0,
10814
+ "movable": 0,
10815
+ "eventIDs": 44,
10816
+ "kIDs": "0,1,2,3,4",
10817
+ "mightValue": 0,
10818
+ "destructable": 0,
10819
+ "tempServerDestructable": 0,
10820
+ "burnable": 0,
10821
+ "tempServerBurnable": 1,
10822
+ "smashable": 0,
10823
+ "maximumCount": 1
10824
+ },
10804
10825
  {
10805
10826
  "wodID": 277,
10806
10827
  "crossplayID": 277,
@@ -76070,7 +76091,7 @@
76070
76091
  {
76071
76092
  "wodID": 2555,
76072
76093
  "comment1": "LTPE Reward October 2022",
76073
- "comment2": "shop 870",
76094
+ "comment2": "shop 870 - DO NOT USE",
76074
76095
  "group": "Building",
76075
76096
  "type": "BarrelOfJoy",
76076
76097
  "width": 5,
@@ -76094,7 +76115,7 @@
76094
76115
  {
76095
76116
  "wodID": 2556,
76096
76117
  "comment1": "LTPE Reward October 2022",
76097
- "comment2": "shop 800",
76118
+ "comment2": "shop 800 - DO NOT USE",
76098
76119
  "group": "Building",
76099
76120
  "type": "BarrelOfJoy",
76100
76121
  "width": 5,
@@ -76118,7 +76139,7 @@
76118
76139
  {
76119
76140
  "wodID": 2557,
76120
76141
  "comment1": "LTPE Reward October 2022",
76121
- "comment2": "reward 70",
76142
+ "comment2": "reward 70 - DO NOT USE",
76122
76143
  "group": "Building",
76123
76144
  "type": "BarrelOfJoy",
76124
76145
  "width": 5,
@@ -76744,7 +76765,7 @@
76744
76765
  {
76745
76766
  "wodID": 2583,
76746
76767
  "comment1": "LTPE Reward November 2022",
76747
- "comment2": "shop 870",
76768
+ "comment2": "shop 870 - DO NOT USE",
76748
76769
  "group": "Building",
76749
76770
  "type": "CrystalWaterfall",
76750
76771
  "width": 5,
@@ -76768,7 +76789,7 @@
76768
76789
  {
76769
76790
  "wodID": 2584,
76770
76791
  "comment1": "LTPE Reward November 2022",
76771
- "comment2": "shop 800",
76792
+ "comment2": "shop 800 - DO NOT USE",
76772
76793
  "group": "Building",
76773
76794
  "type": "CrystalWaterfall",
76774
76795
  "width": 5,
@@ -76792,7 +76813,7 @@
76792
76813
  {
76793
76814
  "wodID": 2585,
76794
76815
  "comment1": "LTPE Reward November 2022",
76795
- "comment2": "shop 70",
76816
+ "comment2": "shop 70 - DO NOT USE",
76796
76817
  "group": "Building",
76797
76818
  "type": "CrystalWaterfall",
76798
76819
  "width": 5,
@@ -80536,7 +80557,7 @@
80536
80557
  {
80537
80558
  "wodID": 2743,
80538
80559
  "comment1": "Veteran SalesDay July 2023",
80539
- "comment2": "FreedomEagle",
80560
+ "comment2": "FreedomEagle - DO NOT USE",
80540
80561
  "group": "Building",
80541
80562
  "type": "FreedomEagle",
80542
80563
  "width": 5,
@@ -82242,7 +82263,7 @@
82242
82263
  {
82243
82264
  "wodID": 2816,
82244
82265
  "comment1": "SalesDays Content November 2023",
82245
- "comment2": "Chicktower",
82266
+ "comment2": "Chicktower - DO NOT USE",
82246
82267
  "group": "Building",
82247
82268
  "type": "Chicktower",
82248
82269
  "width": 5,
@@ -82527,6 +82548,116 @@
82527
82548
  "sellC1": 2122,
82528
82549
  "tempServerDestructable": 1
82529
82550
  },
82551
+ {
82552
+ "wodID": 2914,
82553
+ "comment1": "Nomad Invasion Shop - EDS",
82554
+ "comment2": "TortoiseTotem",
82555
+ "group": "Building",
82556
+ "type": "TortoiseTotem",
82557
+ "width": 5,
82558
+ "height": 5,
82559
+ "storeable": 1,
82560
+ "kIDs": "0,1,2,3,4",
82561
+ "name": "Deco",
82562
+ "level": 1,
82563
+ "buildDuration": 600,
82564
+ "mightValue": 100,
82565
+ "destructable": 0,
82566
+ "burnable": 0,
82567
+ "tempServerBurnable": 1,
82568
+ "smashable": 0,
82569
+ "decoPoints": 750,
82570
+ "sellC1": 2122,
82571
+ "tempServerDestructable": 1
82572
+ },
82573
+ {
82574
+ "wodID": 2915,
82575
+ "comment1": "Nomad Invasion Shop - EDS",
82576
+ "comment2": "TortoiseTotem",
82577
+ "group": "Building",
82578
+ "type": "TortoiseTotem",
82579
+ "width": 5,
82580
+ "height": 5,
82581
+ "storeable": 1,
82582
+ "kIDs": "0,1,2,3,4",
82583
+ "name": "Deco",
82584
+ "level": 1,
82585
+ "buildDuration": 600,
82586
+ "mightValue": 250,
82587
+ "destructable": 0,
82588
+ "burnable": 0,
82589
+ "tempServerBurnable": 1,
82590
+ "smashable": 0,
82591
+ "decoPoints": 1000,
82592
+ "sellC1": 2122,
82593
+ "tempServerDestructable": 1
82594
+ },
82595
+ {
82596
+ "wodID": 2916,
82597
+ "comment1": "Nomad Invasion Shop - EDS",
82598
+ "comment2": "TortoiseTotem",
82599
+ "group": "Building",
82600
+ "type": "TortoiseTotem",
82601
+ "width": 5,
82602
+ "height": 5,
82603
+ "storeable": 1,
82604
+ "kIDs": "0,1,2,3,4",
82605
+ "name": "Deco",
82606
+ "level": 1,
82607
+ "buildDuration": 600,
82608
+ "mightValue": 500,
82609
+ "destructable": 0,
82610
+ "burnable": 0,
82611
+ "tempServerBurnable": 1,
82612
+ "smashable": 0,
82613
+ "decoPoints": 1250,
82614
+ "sellC1": 2122,
82615
+ "tempServerDestructable": 1
82616
+ },
82617
+ {
82618
+ "wodID": 2917,
82619
+ "comment1": "Nomad Invasion Shop - EDS",
82620
+ "comment2": "TortoiseTotem",
82621
+ "group": "Building",
82622
+ "type": "TortoiseTotem",
82623
+ "width": 5,
82624
+ "height": 5,
82625
+ "storeable": 1,
82626
+ "kIDs": "0,1,2,3,4",
82627
+ "name": "Deco",
82628
+ "level": 1,
82629
+ "buildDuration": 600,
82630
+ "mightValue": 750,
82631
+ "destructable": 0,
82632
+ "burnable": 0,
82633
+ "tempServerBurnable": 1,
82634
+ "smashable": 0,
82635
+ "decoPoints": 1750,
82636
+ "sellC1": 2122,
82637
+ "tempServerDestructable": 1
82638
+ },
82639
+ {
82640
+ "wodID": 2918,
82641
+ "comment1": "Nomad Invasion Shop - EDS",
82642
+ "comment2": "TortoiseTotem",
82643
+ "group": "Building",
82644
+ "type": "TortoiseTotem",
82645
+ "width": 5,
82646
+ "height": 5,
82647
+ "storeable": 1,
82648
+ "kIDs": "0,1,2,3,4",
82649
+ "name": "Deco",
82650
+ "level": 1,
82651
+ "buildDuration": 600,
82652
+ "mightValue": 1000,
82653
+ "destructable": 0,
82654
+ "burnable": 0,
82655
+ "tempServerBurnable": 1,
82656
+ "smashable": 0,
82657
+ "decoPoints": 1900,
82658
+ "sellC1": 2122,
82659
+ "tempServerDestructable": 1
82660
+ },
82530
82661
  {
82531
82662
  "wodID": 2828,
82532
82663
  "comment1": "Nomad Invasion Shop - EDS",
@@ -82911,6 +83042,28 @@
82911
83042
  "sellC1": 176,
82912
83043
  "tempServerDestructable": 1
82913
83044
  },
83045
+ {
83046
+ "wodID": 2919,
83047
+ "comment1": "Nomad Invasion Shop - EDS",
83048
+ "comment2": "HorsetailFlag",
83049
+ "group": "Building",
83050
+ "type": "HorsetailFlag",
83051
+ "width": 3,
83052
+ "height": 3,
83053
+ "storeable": 1,
83054
+ "kIDs": "0,1,2,3,4",
83055
+ "name": "Deco",
83056
+ "level": 1,
83057
+ "buildDuration": 600,
83058
+ "mightValue": 1000,
83059
+ "destructable": 0,
83060
+ "burnable": 0,
83061
+ "tempServerBurnable": 1,
83062
+ "smashable": 0,
83063
+ "decoPoints": 700,
83064
+ "sellC1": 176,
83065
+ "tempServerDestructable": 1
83066
+ },
82914
83067
  {
82915
83068
  "wodID": 2844,
82916
83069
  "comment1": "Difficulty Scaling - Samurai Token Shop",
@@ -84531,7 +84684,7 @@
84531
84684
  "tempServerDestructable": 1
84532
84685
  },
84533
84686
  {
84534
- "wodID": 2085,
84687
+ "wodID": 2911,
84535
84688
  "comment1": "Account Anniversary",
84536
84689
  "comment2": "13 Years",
84537
84690
  "group": "Building",
@@ -84554,7 +84707,7 @@
84554
84707
  "tempServerDestructable": 1
84555
84708
  },
84556
84709
  {
84557
- "wodID": 2086,
84710
+ "wodID": 2912,
84558
84711
  "comment1": "Account Anniversary",
84559
84712
  "comment2": "14 Years",
84560
84713
  "group": "Building",
@@ -84577,7 +84730,7 @@
84577
84730
  "tempServerDestructable": 1
84578
84731
  },
84579
84732
  {
84580
- "wodID": 2087,
84733
+ "wodID": 2913,
84581
84734
  "comment1": "Account Anniversary",
84582
84735
  "comment2": "15 Years",
84583
84736
  "group": "Building",
@@ -84599,6 +84752,486 @@
84599
84752
  "sellC1": 135240,
84600
84753
  "tempServerDestructable": 1
84601
84754
  },
84755
+ {
84756
+ "wodID": 3000,
84757
+ "comment1": "DonationEventBuilderPointType",
84758
+ "comment2": "Deco Melee1% Range1%",
84759
+ "group": "Building",
84760
+ "type": "DonationEventDecorationDay1",
84761
+ "width": 5,
84762
+ "height": 10,
84763
+ "storeable": 1,
84764
+ "kIDs": "0,1,2,3,4",
84765
+ "name": "Deco",
84766
+ "level": 1,
84767
+ "mightValue": 1000,
84768
+ "destructable": 0,
84769
+ "burnable": 0,
84770
+ "tempServerBurnable": 0,
84771
+ "smashable": 0,
84772
+ "decoPoints": 2900,
84773
+ "isFusionSource": 0,
84774
+ "isFusionTarget": 0,
84775
+ "sellC1": 200000,
84776
+ "areaSpecificEffects": "411&1,412&1",
84777
+ "tempServerDestructable": 1
84778
+ },
84779
+ {
84780
+ "wodID": 3001,
84781
+ "comment1": "DonationEventBuilderPointType",
84782
+ "comment2": "Deco Melee1% Range1%",
84783
+ "group": "Building",
84784
+ "type": "DonationEventDecorationDay1",
84785
+ "width": 5,
84786
+ "height": 10,
84787
+ "storeable": 1,
84788
+ "kIDs": "0,1,2,3,4",
84789
+ "name": "Deco",
84790
+ "level": 1,
84791
+ "mightValue": 1000,
84792
+ "destructable": 0,
84793
+ "burnable": 0,
84794
+ "tempServerBurnable": 0,
84795
+ "smashable": 0,
84796
+ "decoPoints": 3050,
84797
+ "isFusionSource": 0,
84798
+ "isFusionTarget": 0,
84799
+ "sellC1": 200000,
84800
+ "areaSpecificEffects": "411&1,412&1",
84801
+ "tempServerDestructable": 1
84802
+ },
84803
+ {
84804
+ "wodID": 3002,
84805
+ "comment1": "DonationEventBuilderPointType",
84806
+ "comment2": "Deco Melee1% Range1%",
84807
+ "group": "Building",
84808
+ "type": "DonationEventDecorationDay2",
84809
+ "width": 5,
84810
+ "height": 10,
84811
+ "storeable": 1,
84812
+ "kIDs": "0,1,2,3,4",
84813
+ "name": "Deco",
84814
+ "level": 1,
84815
+ "mightValue": 1000,
84816
+ "destructable": 0,
84817
+ "burnable": 0,
84818
+ "tempServerBurnable": 0,
84819
+ "smashable": 0,
84820
+ "decoPoints": 3200,
84821
+ "isFusionSource": 0,
84822
+ "isFusionTarget": 0,
84823
+ "sellC1": 200000,
84824
+ "areaSpecificEffects": "411&1,412&1",
84825
+ "tempServerDestructable": 1
84826
+ },
84827
+ {
84828
+ "wodID": 3003,
84829
+ "comment1": "DonationEventBuilderPointType",
84830
+ "comment2": "Deco Melee2% Range2%",
84831
+ "group": "Building",
84832
+ "type": "DonationEventDecorationDay2",
84833
+ "width": 5,
84834
+ "height": 10,
84835
+ "storeable": 1,
84836
+ "kIDs": "0,1,2,3,4",
84837
+ "name": "Deco",
84838
+ "level": 1,
84839
+ "mightValue": 1000,
84840
+ "destructable": 0,
84841
+ "burnable": 0,
84842
+ "tempServerBurnable": 0,
84843
+ "smashable": 0,
84844
+ "decoPoints": 3350,
84845
+ "isFusionSource": 0,
84846
+ "isFusionTarget": 0,
84847
+ "sellC1": 200000,
84848
+ "areaSpecificEffects": "411&2,412&2",
84849
+ "tempServerDestructable": 1
84850
+ },
84851
+ {
84852
+ "wodID": 3004,
84853
+ "comment1": "DonationEventBuilderPointType",
84854
+ "comment2": "Deco Melee2% Range2%",
84855
+ "group": "Building",
84856
+ "type": "DonationEventDecorationDay3",
84857
+ "width": 5,
84858
+ "height": 10,
84859
+ "storeable": 1,
84860
+ "kIDs": "0,1,2,3,4",
84861
+ "name": "Deco",
84862
+ "level": 1,
84863
+ "mightValue": 1000,
84864
+ "destructable": 0,
84865
+ "burnable": 0,
84866
+ "tempServerBurnable": 0,
84867
+ "smashable": 0,
84868
+ "decoPoints": 3500,
84869
+ "isFusionSource": 0,
84870
+ "isFusionTarget": 0,
84871
+ "sellC1": 200000,
84872
+ "areaSpecificEffects": "411&2,412&2",
84873
+ "tempServerDestructable": 1
84874
+ },
84875
+ {
84876
+ "wodID": 3005,
84877
+ "comment1": "DonationEventBuilderPointType",
84878
+ "comment2": "Deco Melee3% Range3% Yard1%",
84879
+ "group": "Building",
84880
+ "type": "DonationEventDecorationDay3",
84881
+ "width": 5,
84882
+ "height": 10,
84883
+ "storeable": 1,
84884
+ "kIDs": "0,1,2,3,4",
84885
+ "name": "Deco",
84886
+ "level": 1,
84887
+ "mightValue": 1000,
84888
+ "destructable": 0,
84889
+ "burnable": 0,
84890
+ "tempServerBurnable": 0,
84891
+ "smashable": 0,
84892
+ "decoPoints": 3650,
84893
+ "isFusionSource": 0,
84894
+ "isFusionTarget": 0,
84895
+ "sellC1": 200000,
84896
+ "areaSpecificEffects": "411&3,412&3,410&1",
84897
+ "tempServerDestructable": 1
84898
+ },
84899
+ {
84900
+ "wodID": 3006,
84901
+ "comment1": "DonationEventBuilderPointType",
84902
+ "comment2": "Deco Melee3% Range3% Yard1%",
84903
+ "group": "Building",
84904
+ "type": "DonationEventDecorationDay4",
84905
+ "width": 5,
84906
+ "height": 10,
84907
+ "storeable": 1,
84908
+ "kIDs": "0,1,2,3,4",
84909
+ "name": "Deco",
84910
+ "level": 1,
84911
+ "mightValue": 1000,
84912
+ "destructable": 0,
84913
+ "burnable": 0,
84914
+ "tempServerBurnable": 0,
84915
+ "smashable": 0,
84916
+ "decoPoints": 3800,
84917
+ "isFusionSource": 0,
84918
+ "isFusionTarget": 0,
84919
+ "sellC1": 200000,
84920
+ "areaSpecificEffects": "411&3,412&3,410&1",
84921
+ "tempServerDestructable": 1
84922
+ },
84923
+ {
84924
+ "wodID": 3007,
84925
+ "comment1": "DonationEventBuilderPointType",
84926
+ "comment2": "Deco Melee4% Range4% Yard3%",
84927
+ "group": "Building",
84928
+ "type": "DonationEventDecorationDay4",
84929
+ "width": 5,
84930
+ "height": 10,
84931
+ "storeable": 1,
84932
+ "kIDs": "0,1,2,3,4",
84933
+ "name": "Deco",
84934
+ "level": 1,
84935
+ "mightValue": 1000,
84936
+ "destructable": 0,
84937
+ "burnable": 0,
84938
+ "tempServerBurnable": 0,
84939
+ "smashable": 0,
84940
+ "decoPoints": 3950,
84941
+ "isFusionSource": 0,
84942
+ "isFusionTarget": 0,
84943
+ "sellC1": 200000,
84944
+ "areaSpecificEffects": "411&4,412&4,410&3",
84945
+ "tempServerDestructable": 1
84946
+ },
84947
+ {
84948
+ "wodID": 3008,
84949
+ "comment1": "DonationEventBuilderPointType",
84950
+ "comment2": "Deco Melee4% Range4% Yard3%",
84951
+ "group": "Building",
84952
+ "type": "DonationEventDecorationDay5",
84953
+ "width": 5,
84954
+ "height": 10,
84955
+ "storeable": 1,
84956
+ "kIDs": "0,1,2,3,4",
84957
+ "name": "Deco",
84958
+ "level": 1,
84959
+ "mightValue": 1000,
84960
+ "destructable": 0,
84961
+ "burnable": 0,
84962
+ "tempServerBurnable": 0,
84963
+ "smashable": 0,
84964
+ "decoPoints": 4100,
84965
+ "isFusionSource": 0,
84966
+ "isFusionTarget": 0,
84967
+ "sellC1": 200000,
84968
+ "areaSpecificEffects": "411&4,412&4,410&3",
84969
+ "tempServerDestructable": 1
84970
+ },
84971
+ {
84972
+ "wodID": 3009,
84973
+ "comment1": "DonationEventBuilderPointType",
84974
+ "comment2": "Deco Melee5% Range5% Yard5%",
84975
+ "group": "Building",
84976
+ "type": "DonationEventDecorationDay5",
84977
+ "width": 5,
84978
+ "height": 10,
84979
+ "storeable": 1,
84980
+ "kIDs": "0,1,2,3,4",
84981
+ "name": "Deco",
84982
+ "level": 1,
84983
+ "mightValue": 1000,
84984
+ "destructable": 0,
84985
+ "burnable": 0,
84986
+ "tempServerBurnable": 0,
84987
+ "smashable": 0,
84988
+ "decoPoints": 4250,
84989
+ "isFusionSource": 0,
84990
+ "isFusionTarget": 0,
84991
+ "sellC1": 200000,
84992
+ "areaSpecificEffects": "411&5,412&5,410&5",
84993
+ "tempServerDestructable": 1
84994
+ },
84995
+ {
84996
+ "wodID": 3010,
84997
+ "comment1": "DonationEventArchitectPointType",
84998
+ "comment2": "Deco Melee1% Range1%",
84999
+ "group": "Building",
85000
+ "type": "DonationEventDecorationNight1",
85001
+ "width": 5,
85002
+ "height": 10,
85003
+ "storeable": 1,
85004
+ "kIDs": "0,1,2,3,4",
85005
+ "name": "Deco",
85006
+ "level": 1,
85007
+ "mightValue": 1000,
85008
+ "destructable": 0,
85009
+ "burnable": 0,
85010
+ "tempServerBurnable": 0,
85011
+ "smashable": 0,
85012
+ "decoPoints": 4050,
85013
+ "isFusionSource": 0,
85014
+ "isFusionTarget": 0,
85015
+ "sellC1": 200000,
85016
+ "areaSpecificEffects": "411&1,412&1",
85017
+ "tempServerDestructable": 1
85018
+ },
85019
+ {
85020
+ "wodID": 3011,
85021
+ "comment1": "DonationEventArchitectPointType",
85022
+ "comment2": "Deco Melee2% Range2%",
85023
+ "group": "Building",
85024
+ "type": "DonationEventDecorationNight1",
85025
+ "width": 5,
85026
+ "height": 10,
85027
+ "storeable": 1,
85028
+ "kIDs": "0,1,2,3,4",
85029
+ "name": "Deco",
85030
+ "level": 1,
85031
+ "mightValue": 1000,
85032
+ "destructable": 0,
85033
+ "burnable": 0,
85034
+ "tempServerBurnable": 0,
85035
+ "smashable": 0,
85036
+ "decoPoints": 4100,
85037
+ "isFusionSource": 0,
85038
+ "isFusionTarget": 0,
85039
+ "sellC1": 200000,
85040
+ "areaSpecificEffects": "411&2,412&2",
85041
+ "tempServerDestructable": 1
85042
+ },
85043
+ {
85044
+ "wodID": 3012,
85045
+ "comment1": "DonationEventArchitectPointType",
85046
+ "comment2": "Deco Melee3% Range3%",
85047
+ "group": "Building",
85048
+ "type": "DonationEventDecorationNight2",
85049
+ "width": 5,
85050
+ "height": 10,
85051
+ "storeable": 1,
85052
+ "kIDs": "0,1,2,3,4",
85053
+ "name": "Deco",
85054
+ "level": 1,
85055
+ "mightValue": 1000,
85056
+ "destructable": 0,
85057
+ "burnable": 0,
85058
+ "tempServerBurnable": 0,
85059
+ "smashable": 0,
85060
+ "decoPoints": 4150,
85061
+ "isFusionSource": 0,
85062
+ "isFusionTarget": 0,
85063
+ "sellC1": 200000,
85064
+ "areaSpecificEffects": "411&3,412&3",
85065
+ "tempServerDestructable": 1
85066
+ },
85067
+ {
85068
+ "wodID": 3013,
85069
+ "comment1": "DonationEventArchitectPointType",
85070
+ "comment2": "Deco Melee4% Range4%",
85071
+ "group": "Building",
85072
+ "type": "DonationEventDecorationNight2",
85073
+ "width": 5,
85074
+ "height": 10,
85075
+ "storeable": 1,
85076
+ "kIDs": "0,1,2,3,4",
85077
+ "name": "Deco",
85078
+ "level": 1,
85079
+ "mightValue": 1000,
85080
+ "destructable": 0,
85081
+ "burnable": 0,
85082
+ "tempServerBurnable": 0,
85083
+ "smashable": 0,
85084
+ "decoPoints": 4200,
85085
+ "isFusionSource": 0,
85086
+ "isFusionTarget": 0,
85087
+ "sellC1": 200000,
85088
+ "areaSpecificEffects": "411&4,412&4",
85089
+ "tempServerDestructable": 1
85090
+ },
85091
+ {
85092
+ "wodID": 3014,
85093
+ "comment1": "DonationEventArchitectPointType",
85094
+ "comment2": "Deco Melee5% Range5% Yard1%",
85095
+ "group": "Building",
85096
+ "type": "DonationEventDecorationNight3",
85097
+ "width": 5,
85098
+ "height": 10,
85099
+ "storeable": 1,
85100
+ "kIDs": "0,1,2,3,4",
85101
+ "name": "Deco",
85102
+ "level": 1,
85103
+ "mightValue": 1000,
85104
+ "destructable": 0,
85105
+ "burnable": 0,
85106
+ "tempServerBurnable": 0,
85107
+ "smashable": 0,
85108
+ "decoPoints": 4250,
85109
+ "isFusionSource": 0,
85110
+ "isFusionTarget": 0,
85111
+ "sellC1": 200000,
85112
+ "areaSpecificEffects": "411&5,412&5,410&1",
85113
+ "tempServerDestructable": 1
85114
+ },
85115
+ {
85116
+ "wodID": 3015,
85117
+ "comment1": "DonationEventArchitectPointType",
85118
+ "comment2": "Deco Melee6% Range6% Yard3%",
85119
+ "group": "Building",
85120
+ "type": "DonationEventDecorationNight3",
85121
+ "width": 5,
85122
+ "height": 10,
85123
+ "storeable": 1,
85124
+ "kIDs": "0,1,2,3,4",
85125
+ "name": "Deco",
85126
+ "level": 1,
85127
+ "mightValue": 1000,
85128
+ "destructable": 0,
85129
+ "burnable": 0,
85130
+ "tempServerBurnable": 0,
85131
+ "smashable": 0,
85132
+ "decoPoints": 4300,
85133
+ "isFusionSource": 0,
85134
+ "isFusionTarget": 0,
85135
+ "sellC1": 200000,
85136
+ "areaSpecificEffects": "411&6,412&6,410&3",
85137
+ "tempServerDestructable": 1
85138
+ },
85139
+ {
85140
+ "wodID": 3016,
85141
+ "comment1": "DonationEventArchitectPointType",
85142
+ "comment2": "Deco Melee7% Range7% Yard6%",
85143
+ "group": "Building",
85144
+ "type": "DonationEventDecorationNight4",
85145
+ "width": 5,
85146
+ "height": 10,
85147
+ "storeable": 1,
85148
+ "kIDs": "0,1,2,3,4",
85149
+ "name": "Deco",
85150
+ "level": 1,
85151
+ "mightValue": 1000,
85152
+ "destructable": 0,
85153
+ "burnable": 0,
85154
+ "tempServerBurnable": 0,
85155
+ "smashable": 0,
85156
+ "decoPoints": 4350,
85157
+ "isFusionSource": 0,
85158
+ "isFusionTarget": 0,
85159
+ "sellC1": 200000,
85160
+ "areaSpecificEffects": "411&7,412&7,410&6",
85161
+ "tempServerDestructable": 1
85162
+ },
85163
+ {
85164
+ "wodID": 3017,
85165
+ "comment1": "DonationEventArchitectPointType",
85166
+ "comment2": "Deco Melee8% Range8% Yard9%",
85167
+ "group": "Building",
85168
+ "type": "DonationEventDecorationNight4",
85169
+ "width": 5,
85170
+ "height": 10,
85171
+ "storeable": 1,
85172
+ "kIDs": "0,1,2,3,4",
85173
+ "name": "Deco",
85174
+ "level": 1,
85175
+ "mightValue": 1000,
85176
+ "destructable": 0,
85177
+ "burnable": 0,
85178
+ "tempServerBurnable": 0,
85179
+ "smashable": 0,
85180
+ "decoPoints": 4400,
85181
+ "isFusionSource": 0,
85182
+ "isFusionTarget": 0,
85183
+ "sellC1": 200000,
85184
+ "areaSpecificEffects": "411&8,412&8,410&9",
85185
+ "tempServerDestructable": 1
85186
+ },
85187
+ {
85188
+ "wodID": 3018,
85189
+ "comment1": "DonationEventArchitectPointType",
85190
+ "comment2": "Deco Melee9% Range9% Yard12%",
85191
+ "group": "Building",
85192
+ "type": "DonationEventDecorationNight5",
85193
+ "width": 5,
85194
+ "height": 10,
85195
+ "storeable": 1,
85196
+ "kIDs": "0,1,2,3,4",
85197
+ "name": "Deco",
85198
+ "level": 1,
85199
+ "mightValue": 1000,
85200
+ "destructable": 0,
85201
+ "burnable": 0,
85202
+ "tempServerBurnable": 0,
85203
+ "smashable": 0,
85204
+ "decoPoints": 4450,
85205
+ "isFusionSource": 0,
85206
+ "isFusionTarget": 0,
85207
+ "sellC1": 200000,
85208
+ "areaSpecificEffects": "411&9,412&9,410&12",
85209
+ "tempServerDestructable": 1
85210
+ },
85211
+ {
85212
+ "wodID": 3019,
85213
+ "comment1": "DonationEventArchitectPointType",
85214
+ "comment2": "Deco Melee10% Range10% Yard15%",
85215
+ "group": "Building",
85216
+ "type": "DonationEventDecorationNight5",
85217
+ "width": 5,
85218
+ "height": 10,
85219
+ "storeable": 1,
85220
+ "kIDs": "0,1,2,3,4",
85221
+ "name": "Deco",
85222
+ "level": 1,
85223
+ "mightValue": 1000,
85224
+ "destructable": 0,
85225
+ "burnable": 0,
85226
+ "tempServerBurnable": 0,
85227
+ "smashable": 0,
85228
+ "decoPoints": 4500,
85229
+ "isFusionSource": 0,
85230
+ "isFusionTarget": 0,
85231
+ "sellC1": 200000,
85232
+ "areaSpecificEffects": "411&10,412&10,410&15",
85233
+ "tempServerDestructable": 1
85234
+ },
84602
85235
  {
84603
85236
  "wodID": 900000,
84604
85237
  "crossplayID": 900000,