e4k-data 4.84.37 → 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.
- package/data/buildings.json +6524 -701
- package/data/constructionItems.json +300 -38
- package/data/constructionItemsEffectGroups.json +1 -1
- package/data/currencies.json +7 -0
- package/data/districtTypes.json +10 -0
- package/data/effectCaps.json +140 -0
- package/data/effects.json +231 -1
- package/data/equipments.json +92 -0
- package/data/expansions.json +54 -54
- package/data/horses.json +143 -143
- package/data/leaguetypeEvents.json +99 -0
- package/data/packages.json +2463 -0
- package/data/researches.json +71 -71
- package/data/rewards.json +2036 -3
- package/data/sceatSkillTiers.json +14 -15
- package/data/sceatSkills.json +560 -796
- package/data/tempServerDailyTaskRewards.json +5 -5
- package/data/tempServerRankRewards.json +972 -0
- package/data/tempServerSettings.json +59 -0
- package/data/units.json +123 -0
- package/data/version.json +1 -1
- package/data/versionInfo.json +3 -3
- package/data/wodIds.json +192 -192
- package/images/x768.json +767 -16
- package/languages/da.json +361 -203
- package/languages/de.json +360 -202
- package/languages/el.json +362 -204
- package/languages/en.json +365 -206
- package/languages/es.json +363 -205
- package/languages/fi.json +361 -203
- package/languages/fr.json +361 -203
- package/languages/it.json +363 -205
- package/languages/ja.json +358 -200
- package/languages/ko.json +357 -199
- package/languages/nl.json +361 -203
- package/languages/no.json +363 -205
- package/languages/pl.json +361 -203
- package/languages/pt.json +363 -205
- package/languages/ru.json +361 -203
- package/languages/sv.json +363 -205
- package/languages/tr.json +359 -201
- package/languages/zh_CN.json +360 -202
- package/languages/zh_TW.json +360 -202
- package/package.json +1 -1
- package/typings/data.d.ts +15 -3
- package/typings/images.d.ts +55 -6
- package/typings/languages.d.ts +177 -18
package/data/currencies.json
CHANGED
|
@@ -1057,6 +1057,13 @@
|
|
|
1057
1057
|
"JSONKey": "DSAW",
|
|
1058
1058
|
"assetName": "DragonScaleArrows"
|
|
1059
1059
|
},
|
|
1060
|
+
{
|
|
1061
|
+
"currencyID": 73,
|
|
1062
|
+
"crossplayID": 73,
|
|
1063
|
+
"Name": "FloraToken",
|
|
1064
|
+
"JSONKey": "FT",
|
|
1065
|
+
"assetName": "FloraToken"
|
|
1066
|
+
},
|
|
1060
1067
|
{
|
|
1061
1068
|
"currencyID": 100000,
|
|
1062
1069
|
"crossplayID": 100000,
|
package/data/districtTypes.json
CHANGED
package/data/effectCaps.json
CHANGED
|
@@ -981,6 +981,146 @@
|
|
|
981
981
|
"capID": 49,
|
|
982
982
|
"crossplayID": 49,
|
|
983
983
|
"maxTotalBonus": 60000
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
"capID": 50,
|
|
987
|
+
"crossplayID": 50,
|
|
988
|
+
"maxTotalBonus": 15000
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
"capID": 51,
|
|
992
|
+
"crossplayID": 51,
|
|
993
|
+
"maxTotalBonus": 50000
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
"capID": 52,
|
|
997
|
+
"crossplayID": 52,
|
|
998
|
+
"maxTotalBonus": 50
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
"capID": 53,
|
|
1002
|
+
"crossplayID": 53,
|
|
1003
|
+
"maxTotalBonus": 50
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
"capID": 54,
|
|
1007
|
+
"crossplayID": 54,
|
|
1008
|
+
"maxTotalBonus": 100
|
|
1009
|
+
},
|
|
1010
|
+
{
|
|
1011
|
+
"capID": 55,
|
|
1012
|
+
"crossplayID": 55,
|
|
1013
|
+
"maxTotalBonus": 100
|
|
1014
|
+
},
|
|
1015
|
+
{
|
|
1016
|
+
"capID": 56,
|
|
1017
|
+
"crossplayID": 56,
|
|
1018
|
+
"maxTotalBonus": 40000
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
"capID": 57,
|
|
1022
|
+
"crossplayID": 57,
|
|
1023
|
+
"maxTotalBonus": 60
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
"capID": 58,
|
|
1027
|
+
"crossplayID": 58,
|
|
1028
|
+
"maxTotalBonus": 14
|
|
1029
|
+
},
|
|
1030
|
+
{
|
|
1031
|
+
"capID": 59,
|
|
1032
|
+
"crossplayID": 59,
|
|
1033
|
+
"maxTotalBonus": 100
|
|
1034
|
+
},
|
|
1035
|
+
{
|
|
1036
|
+
"capID": 60,
|
|
1037
|
+
"crossplayID": 60,
|
|
1038
|
+
"maxTotalBonus": 100
|
|
1039
|
+
},
|
|
1040
|
+
{
|
|
1041
|
+
"capID": 61,
|
|
1042
|
+
"crossplayID": 61,
|
|
1043
|
+
"maxTotalBonus": 100
|
|
1044
|
+
},
|
|
1045
|
+
{
|
|
1046
|
+
"capID": 62,
|
|
1047
|
+
"crossplayID": 62,
|
|
1048
|
+
"maxTotalBonus": 100
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"capID": 63,
|
|
1052
|
+
"crossplayID": 63,
|
|
1053
|
+
"maxTotalBonus": 100
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"capID": 64,
|
|
1057
|
+
"crossplayID": 64,
|
|
1058
|
+
"maxTotalBonus": 100
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"capID": 65,
|
|
1062
|
+
"crossplayID": 65,
|
|
1063
|
+
"maxTotalBonus": 100
|
|
1064
|
+
},
|
|
1065
|
+
{
|
|
1066
|
+
"capID": 66,
|
|
1067
|
+
"crossplayID": 66,
|
|
1068
|
+
"maxTotalBonus": 100
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
"capID": 67,
|
|
1072
|
+
"crossplayID": 67,
|
|
1073
|
+
"maxTotalBonus": 100
|
|
1074
|
+
},
|
|
1075
|
+
{
|
|
1076
|
+
"capID": 68,
|
|
1077
|
+
"crossplayID": 68,
|
|
1078
|
+
"maxTotalBonus": 100
|
|
1079
|
+
},
|
|
1080
|
+
{
|
|
1081
|
+
"capID": 69,
|
|
1082
|
+
"crossplayID": 69,
|
|
1083
|
+
"maxTotalBonus": 100
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
"capID": 70,
|
|
1087
|
+
"crossplayID": 70,
|
|
1088
|
+
"maxTotalBonus": 100
|
|
1089
|
+
},
|
|
1090
|
+
{
|
|
1091
|
+
"capID": 71,
|
|
1092
|
+
"crossplayID": 71,
|
|
1093
|
+
"maxTotalBonus": 100000
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
"capID": 72,
|
|
1097
|
+
"crossplayID": 72,
|
|
1098
|
+
"maxTotalBonus": 100000
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
"capID": 73,
|
|
1102
|
+
"crossplayID": 73,
|
|
1103
|
+
"maxTotalBonus": 50
|
|
1104
|
+
},
|
|
1105
|
+
{
|
|
1106
|
+
"capID": 74,
|
|
1107
|
+
"crossplayID": 74,
|
|
1108
|
+
"maxTotalBonus": 50
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
"capID": 75,
|
|
1112
|
+
"crossplayID": 75,
|
|
1113
|
+
"maxTotalBonus": 50
|
|
1114
|
+
},
|
|
1115
|
+
{
|
|
1116
|
+
"capID": 76,
|
|
1117
|
+
"crossplayID": 76,
|
|
1118
|
+
"maxTotalBonus": 50
|
|
1119
|
+
},
|
|
1120
|
+
{
|
|
1121
|
+
"capID": 77,
|
|
1122
|
+
"crossplayID": 77,
|
|
1123
|
+
"maxTotalBonus": 50
|
|
984
1124
|
}
|
|
985
1125
|
]
|
|
986
1126
|
}
|
package/data/effects.json
CHANGED
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
"crossplayID": 13,
|
|
231
231
|
"name": "defenseUnitAmountWall",
|
|
232
232
|
"effectTypeID": 12,
|
|
233
|
-
"capID":
|
|
233
|
+
"capID": 99,
|
|
234
234
|
"sortOrder": "4.1.1"
|
|
235
235
|
},
|
|
236
236
|
{
|
|
@@ -3611,6 +3611,236 @@
|
|
|
3611
3611
|
"capID": 49,
|
|
3612
3612
|
"sortOrder": "7.10.1"
|
|
3613
3613
|
},
|
|
3614
|
+
{
|
|
3615
|
+
"effectID": 379,
|
|
3616
|
+
"crossplayID": 379,
|
|
3617
|
+
"name": "honeyCapacityBonusBaronEconomyCapped",
|
|
3618
|
+
"effectTypeID": 167,
|
|
3619
|
+
"capID": 50
|
|
3620
|
+
},
|
|
3621
|
+
{
|
|
3622
|
+
"effectID": 380,
|
|
3623
|
+
"crossplayID": 380,
|
|
3624
|
+
"name": "foodCapacityBonusBaronEconomyCapped",
|
|
3625
|
+
"effectTypeID": 138,
|
|
3626
|
+
"capID": 51
|
|
3627
|
+
},
|
|
3628
|
+
{
|
|
3629
|
+
"effectID": 381,
|
|
3630
|
+
"crossplayID": 381,
|
|
3631
|
+
"name": "marketSpeedOwnBoostCapped",
|
|
3632
|
+
"effectTypeID": 48,
|
|
3633
|
+
"capID": 52,
|
|
3634
|
+
"playerRelation": "samePlayer"
|
|
3635
|
+
},
|
|
3636
|
+
{
|
|
3637
|
+
"effectID": 382,
|
|
3638
|
+
"crossplayID": 382,
|
|
3639
|
+
"name": "marketCarriageCapacityBoostCapped",
|
|
3640
|
+
"effectTypeID": 96,
|
|
3641
|
+
"capID": 53
|
|
3642
|
+
},
|
|
3643
|
+
{
|
|
3644
|
+
"effectID": 383,
|
|
3645
|
+
"crossplayID": 383,
|
|
3646
|
+
"name": "battleXPBoostCapped",
|
|
3647
|
+
"effectTypeID": 88,
|
|
3648
|
+
"capID": 54
|
|
3649
|
+
},
|
|
3650
|
+
{
|
|
3651
|
+
"effectID": 384,
|
|
3652
|
+
"crossplayID": 384,
|
|
3653
|
+
"name": "buildingXPBoostCapped",
|
|
3654
|
+
"effectTypeID": 89,
|
|
3655
|
+
"capID": 55
|
|
3656
|
+
},
|
|
3657
|
+
{
|
|
3658
|
+
"effectID": 385,
|
|
3659
|
+
"crossplayID": 385,
|
|
3660
|
+
"name": "allianceDefenseUnitAmountYardBonusCapped",
|
|
3661
|
+
"effectTypeID": 183,
|
|
3662
|
+
"capID": 56,
|
|
3663
|
+
"sortOrder": "1.8.1"
|
|
3664
|
+
},
|
|
3665
|
+
{
|
|
3666
|
+
"effectID": 386,
|
|
3667
|
+
"crossplayID": 386,
|
|
3668
|
+
"name": "AttackBoostYardCapped",
|
|
3669
|
+
"effectTypeID": 33,
|
|
3670
|
+
"capID": 57,
|
|
3671
|
+
"sortOrder": "1.6.1"
|
|
3672
|
+
},
|
|
3673
|
+
{
|
|
3674
|
+
"effectID": 387,
|
|
3675
|
+
"crossplayID": 387,
|
|
3676
|
+
"name": "defenseUnitAmountWallCapped",
|
|
3677
|
+
"effectTypeID": 12,
|
|
3678
|
+
"capID": 58,
|
|
3679
|
+
"sortOrder": "4.1.1"
|
|
3680
|
+
},
|
|
3681
|
+
{
|
|
3682
|
+
"effectID": 388,
|
|
3683
|
+
"crossplayID": 388,
|
|
3684
|
+
"name": "woodProductionBoostMainCapped",
|
|
3685
|
+
"effectTypeID": 92,
|
|
3686
|
+
"capID": 59,
|
|
3687
|
+
"areaTypeID": "1,12",
|
|
3688
|
+
"spaceIDs": 0
|
|
3689
|
+
},
|
|
3690
|
+
{
|
|
3691
|
+
"effectID": 389,
|
|
3692
|
+
"crossplayID": 389,
|
|
3693
|
+
"name": "stoneProductionBoostMainCapped",
|
|
3694
|
+
"effectTypeID": 93,
|
|
3695
|
+
"capID": 60,
|
|
3696
|
+
"areaTypeID": "1,12",
|
|
3697
|
+
"spaceIDs": 0
|
|
3698
|
+
},
|
|
3699
|
+
{
|
|
3700
|
+
"effectID": 390,
|
|
3701
|
+
"crossplayID": 390,
|
|
3702
|
+
"name": "ironProductionBoostCapped",
|
|
3703
|
+
"effectTypeID": 143,
|
|
3704
|
+
"capID": 61,
|
|
3705
|
+
"areaTypeID": 1,
|
|
3706
|
+
"spaceIDs": 0
|
|
3707
|
+
},
|
|
3708
|
+
{
|
|
3709
|
+
"effectID": 391,
|
|
3710
|
+
"crossplayID": 391,
|
|
3711
|
+
"name": "woodProductionBoostIceCapped",
|
|
3712
|
+
"effectTypeID": 92,
|
|
3713
|
+
"capID": 62,
|
|
3714
|
+
"areaTypeID": "1,12",
|
|
3715
|
+
"spaceIDs": 2
|
|
3716
|
+
},
|
|
3717
|
+
{
|
|
3718
|
+
"effectID": 392,
|
|
3719
|
+
"crossplayID": 392,
|
|
3720
|
+
"name": "stoneProductionBoostIceCapped",
|
|
3721
|
+
"effectTypeID": 93,
|
|
3722
|
+
"capID": 63,
|
|
3723
|
+
"areaTypeID": "1,12",
|
|
3724
|
+
"spaceIDs": 2
|
|
3725
|
+
},
|
|
3726
|
+
{
|
|
3727
|
+
"effectID": 393,
|
|
3728
|
+
"crossplayID": 393,
|
|
3729
|
+
"name": "coalProductionBoostCapped",
|
|
3730
|
+
"effectTypeID": 140,
|
|
3731
|
+
"capID": 64,
|
|
3732
|
+
"areaTypeID": 12,
|
|
3733
|
+
"spaceIDs": 2
|
|
3734
|
+
},
|
|
3735
|
+
{
|
|
3736
|
+
"effectID": 394,
|
|
3737
|
+
"crossplayID": 394,
|
|
3738
|
+
"name": "woodProductionBoostDesertCapped",
|
|
3739
|
+
"effectTypeID": 92,
|
|
3740
|
+
"capID": 65,
|
|
3741
|
+
"areaTypeID": "1,12",
|
|
3742
|
+
"spaceIDs": 1
|
|
3743
|
+
},
|
|
3744
|
+
{
|
|
3745
|
+
"effectID": 395,
|
|
3746
|
+
"crossplayID": 395,
|
|
3747
|
+
"name": "stoneProductionBoostDesertCapped",
|
|
3748
|
+
"effectTypeID": 93,
|
|
3749
|
+
"capID": 66,
|
|
3750
|
+
"areaTypeID": "1,12",
|
|
3751
|
+
"spaceIDs": 1
|
|
3752
|
+
},
|
|
3753
|
+
{
|
|
3754
|
+
"effectID": 396,
|
|
3755
|
+
"crossplayID": 396,
|
|
3756
|
+
"name": "oilProductionBoostCapped",
|
|
3757
|
+
"effectTypeID": 141,
|
|
3758
|
+
"capID": 67,
|
|
3759
|
+
"areaTypeID": 12,
|
|
3760
|
+
"spaceIDs": 1
|
|
3761
|
+
},
|
|
3762
|
+
{
|
|
3763
|
+
"effectID": 397,
|
|
3764
|
+
"crossplayID": 397,
|
|
3765
|
+
"name": "woodProductionBoostFireCapped",
|
|
3766
|
+
"effectTypeID": 92,
|
|
3767
|
+
"capID": 68,
|
|
3768
|
+
"areaTypeID": "1,12",
|
|
3769
|
+
"spaceIDs": 3
|
|
3770
|
+
},
|
|
3771
|
+
{
|
|
3772
|
+
"effectID": 398,
|
|
3773
|
+
"crossplayID": 398,
|
|
3774
|
+
"name": "stoneProductionBoostFireCapped",
|
|
3775
|
+
"effectTypeID": 93,
|
|
3776
|
+
"capID": 69,
|
|
3777
|
+
"areaTypeID": "1,12",
|
|
3778
|
+
"spaceIDs": 3
|
|
3779
|
+
},
|
|
3780
|
+
{
|
|
3781
|
+
"effectID": 399,
|
|
3782
|
+
"crossplayID": 399,
|
|
3783
|
+
"name": "glassProductionBoostCapped",
|
|
3784
|
+
"effectTypeID": 142,
|
|
3785
|
+
"capID": 70,
|
|
3786
|
+
"areaTypeID": 12,
|
|
3787
|
+
"spaceIDs": 3
|
|
3788
|
+
},
|
|
3789
|
+
{
|
|
3790
|
+
"effectID": 405,
|
|
3791
|
+
"crossplayID": 405,
|
|
3792
|
+
"name": "unboostedMeadProductionCapped",
|
|
3793
|
+
"effectTypeID": 161,
|
|
3794
|
+
"capID": 71
|
|
3795
|
+
},
|
|
3796
|
+
{
|
|
3797
|
+
"effectID": 406,
|
|
3798
|
+
"crossplayID": 406,
|
|
3799
|
+
"name": "meadCapacityBonusBaronEconomyCapped",
|
|
3800
|
+
"effectTypeID": 166,
|
|
3801
|
+
"capID": 72
|
|
3802
|
+
},
|
|
3803
|
+
{
|
|
3804
|
+
"effectID": 407,
|
|
3805
|
+
"crossplayID": 407,
|
|
3806
|
+
"name": "foodProductionBoostBaronEconomyCapped",
|
|
3807
|
+
"effectTypeID": 80,
|
|
3808
|
+
"capID": 73
|
|
3809
|
+
},
|
|
3810
|
+
{
|
|
3811
|
+
"effectID": 408,
|
|
3812
|
+
"crossplayID": 408,
|
|
3813
|
+
"name": "meadProductionBoostCapped",
|
|
3814
|
+
"effectTypeID": 164,
|
|
3815
|
+
"capID": 74
|
|
3816
|
+
},
|
|
3817
|
+
{
|
|
3818
|
+
"effectID": 409,
|
|
3819
|
+
"crossplayID": 409,
|
|
3820
|
+
"name": "foodProductionBoostIceCapped",
|
|
3821
|
+
"effectTypeID": 80,
|
|
3822
|
+
"capID": 75,
|
|
3823
|
+
"areaTypeID": "1,12",
|
|
3824
|
+
"spaceIDs": 2
|
|
3825
|
+
},
|
|
3826
|
+
{
|
|
3827
|
+
"effectID": 416,
|
|
3828
|
+
"crossplayID": 416,
|
|
3829
|
+
"name": "foodProductionBoostDesertCapped",
|
|
3830
|
+
"effectTypeID": 80,
|
|
3831
|
+
"capID": 76,
|
|
3832
|
+
"areaTypeID": "1,12",
|
|
3833
|
+
"spaceIDs": 1
|
|
3834
|
+
},
|
|
3835
|
+
{
|
|
3836
|
+
"effectID": 417,
|
|
3837
|
+
"crossplayID": 417,
|
|
3838
|
+
"name": "foodProductionBoostFireCapped",
|
|
3839
|
+
"effectTypeID": 80,
|
|
3840
|
+
"capID": 77,
|
|
3841
|
+
"areaTypeID": "1,12",
|
|
3842
|
+
"spaceIDs": 3
|
|
3843
|
+
},
|
|
3614
3844
|
{
|
|
3615
3845
|
"effectID": 2101,
|
|
3616
3846
|
"name": "relicOffensiveMeleeBonus",
|
package/data/equipments.json
CHANGED
|
@@ -13658,6 +13658,98 @@
|
|
|
13658
13658
|
"mightValue": 2000,
|
|
13659
13659
|
"canSlotGem": 0,
|
|
13660
13660
|
"skinID": 71
|
|
13661
|
+
},
|
|
13662
|
+
{
|
|
13663
|
+
"equipmentID": 1091,
|
|
13664
|
+
"crossplayID": 1091,
|
|
13665
|
+
"comment1": "Appearance item - Oktoberfest 2024",
|
|
13666
|
+
"comment2": "GeneralOctoberfest",
|
|
13667
|
+
"wearerID": 2,
|
|
13668
|
+
"slotID": 5,
|
|
13669
|
+
"starRarity": 1,
|
|
13670
|
+
"starLevel": 5,
|
|
13671
|
+
"reuseAssetOfEquipmentID": 1127,
|
|
13672
|
+
"effects": "24&7,334&5",
|
|
13673
|
+
"duration": 72,
|
|
13674
|
+
"mightValue": 2000,
|
|
13675
|
+
"canSlotGem": 0,
|
|
13676
|
+
"skinID": 94
|
|
13677
|
+
},
|
|
13678
|
+
{
|
|
13679
|
+
"equipmentID": 1092,
|
|
13680
|
+
"crossplayID": 1092,
|
|
13681
|
+
"comment1": "Appearance item - Oktoberfest 2024",
|
|
13682
|
+
"comment2": "GeneralOctoberfest",
|
|
13683
|
+
"wearerID": 2,
|
|
13684
|
+
"slotID": 5,
|
|
13685
|
+
"starRarity": 1,
|
|
13686
|
+
"starLevel": 5,
|
|
13687
|
+
"reuseAssetOfEquipmentID": 1127,
|
|
13688
|
+
"effects": "24&6,334&25",
|
|
13689
|
+
"duration": 120,
|
|
13690
|
+
"mightValue": 2000,
|
|
13691
|
+
"canSlotGem": 0,
|
|
13692
|
+
"skinID": 94
|
|
13693
|
+
},
|
|
13694
|
+
{
|
|
13695
|
+
"equipmentID": 1093,
|
|
13696
|
+
"crossplayID": 1093,
|
|
13697
|
+
"comment1": "Appearance item - Oktoberfest 2024",
|
|
13698
|
+
"comment2": "Beer Barrel",
|
|
13699
|
+
"wearerID": 1,
|
|
13700
|
+
"slotID": 5,
|
|
13701
|
+
"starRarity": 1,
|
|
13702
|
+
"starLevel": 5,
|
|
13703
|
+
"reuseAssetOfEquipmentID": 742,
|
|
13704
|
+
"effects": "335&45,37&25000",
|
|
13705
|
+
"duration": 120,
|
|
13706
|
+
"mightValue": 2000,
|
|
13707
|
+
"canSlotGem": 0,
|
|
13708
|
+
"skinID": 40
|
|
13709
|
+
},
|
|
13710
|
+
{
|
|
13711
|
+
"equipmentID": 1094,
|
|
13712
|
+
"crossplayID": 1094,
|
|
13713
|
+
"comment1": "Appearance item - Oktoberfest 2024",
|
|
13714
|
+
"comment2": "Beer Barrel",
|
|
13715
|
+
"wearerID": 1,
|
|
13716
|
+
"slotID": 5,
|
|
13717
|
+
"starRarity": 1,
|
|
13718
|
+
"starLevel": 5,
|
|
13719
|
+
"reuseAssetOfEquipmentID": 742,
|
|
13720
|
+
"effects": "13&10",
|
|
13721
|
+
"duration": 72,
|
|
13722
|
+
"mightValue": 2000,
|
|
13723
|
+
"canSlotGem": 0,
|
|
13724
|
+
"skinID": 40
|
|
13725
|
+
},
|
|
13726
|
+
{
|
|
13727
|
+
"equipmentID": 1095,
|
|
13728
|
+
"crossplayID": 1095,
|
|
13729
|
+
"comment1": "Appearance item - Oktoberfest 2024",
|
|
13730
|
+
"comment2": "Beer Barrel",
|
|
13731
|
+
"wearerID": 1,
|
|
13732
|
+
"slotID": 5,
|
|
13733
|
+
"starRarity": 1,
|
|
13734
|
+
"starLevel": 5,
|
|
13735
|
+
"reuseAssetOfEquipmentID": 742,
|
|
13736
|
+
"mightValue": 2000,
|
|
13737
|
+
"canSlotGem": 0,
|
|
13738
|
+
"skinID": 40
|
|
13739
|
+
},
|
|
13740
|
+
{
|
|
13741
|
+
"equipmentID": 1096,
|
|
13742
|
+
"crossplayID": 1096,
|
|
13743
|
+
"comment1": "Appearance item - Oktoberfest 2024",
|
|
13744
|
+
"comment2": "GeneralOctoberfest",
|
|
13745
|
+
"wearerID": 2,
|
|
13746
|
+
"slotID": 5,
|
|
13747
|
+
"starRarity": 1,
|
|
13748
|
+
"starLevel": 5,
|
|
13749
|
+
"reuseAssetOfEquipmentID": 1127,
|
|
13750
|
+
"mightValue": 2000,
|
|
13751
|
+
"canSlotGem": 0,
|
|
13752
|
+
"skinID": 94
|
|
13661
13753
|
}
|
|
13662
13754
|
]
|
|
13663
13755
|
}
|
package/data/expansions.json
CHANGED
|
@@ -1,5 +1,59 @@
|
|
|
1
1
|
{
|
|
2
2
|
"expansion": [
|
|
3
|
+
{
|
|
4
|
+
"wodID": 901000,
|
|
5
|
+
"group": "Expansion",
|
|
6
|
+
"name": "Basic",
|
|
7
|
+
"shopCategory": "EXPANSION",
|
|
8
|
+
"type": "TYPE_NORMAL",
|
|
9
|
+
"kIDs": "0,1,2,3,4",
|
|
10
|
+
"mapIDs": ""
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"wodID": 901001,
|
|
14
|
+
"group": "Expansion",
|
|
15
|
+
"name": "Basic",
|
|
16
|
+
"shopCategory": "EXPANSION",
|
|
17
|
+
"type": "TYPE_PREMIUM",
|
|
18
|
+
"kIDs": "0,1,2,3,4",
|
|
19
|
+
"mapIDs": ""
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"wodID": 901002,
|
|
23
|
+
"group": "Expansion",
|
|
24
|
+
"name": "Camp",
|
|
25
|
+
"shopCategory": "EXPANSION",
|
|
26
|
+
"type": "TYPE_NORMAL",
|
|
27
|
+
"kIDs": "",
|
|
28
|
+
"mapIDs": "21,22,23,24,27,28"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"wodID": 901003,
|
|
32
|
+
"group": "Expansion",
|
|
33
|
+
"name": "Camp",
|
|
34
|
+
"shopCategory": "EXPANSION",
|
|
35
|
+
"type": "TYPE_PREMIUM",
|
|
36
|
+
"kIDs": "",
|
|
37
|
+
"mapIDs": "21,22,23,24,27,28"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"wodID": 901004,
|
|
41
|
+
"group": "Expansion",
|
|
42
|
+
"name": "Camp",
|
|
43
|
+
"shopCategory": "EXPANSION",
|
|
44
|
+
"type": "TYPE_NORMAL",
|
|
45
|
+
"kIDs": 10,
|
|
46
|
+
"mapIDs": ""
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"wodID": 901005,
|
|
50
|
+
"group": "Expansion",
|
|
51
|
+
"name": "Camp",
|
|
52
|
+
"shopCategory": "EXPANSION",
|
|
53
|
+
"type": "TYPE_PREMIUM",
|
|
54
|
+
"kIDs": 10,
|
|
55
|
+
"mapIDs": ""
|
|
56
|
+
},
|
|
3
57
|
{
|
|
4
58
|
"expansionID": 1,
|
|
5
59
|
"crossplayID": 1,
|
|
@@ -1097,60 +1151,6 @@
|
|
|
1097
1151
|
"costWood": 80000,
|
|
1098
1152
|
"costStone": 80000,
|
|
1099
1153
|
"costC2": 3200
|
|
1100
|
-
},
|
|
1101
|
-
{
|
|
1102
|
-
"wodID": 901000,
|
|
1103
|
-
"group": "Expansion",
|
|
1104
|
-
"name": "Basic",
|
|
1105
|
-
"shopCategory": "EXPANSION",
|
|
1106
|
-
"type": "TYPE_NORMAL",
|
|
1107
|
-
"kIDs": "0,1,2,3,4",
|
|
1108
|
-
"mapIDs": ""
|
|
1109
|
-
},
|
|
1110
|
-
{
|
|
1111
|
-
"wodID": 901001,
|
|
1112
|
-
"group": "Expansion",
|
|
1113
|
-
"name": "Basic",
|
|
1114
|
-
"shopCategory": "EXPANSION",
|
|
1115
|
-
"type": "TYPE_PREMIUM",
|
|
1116
|
-
"kIDs": "0,1,2,3,4",
|
|
1117
|
-
"mapIDs": ""
|
|
1118
|
-
},
|
|
1119
|
-
{
|
|
1120
|
-
"wodID": 901002,
|
|
1121
|
-
"group": "Expansion",
|
|
1122
|
-
"name": "Camp",
|
|
1123
|
-
"shopCategory": "EXPANSION",
|
|
1124
|
-
"type": "TYPE_NORMAL",
|
|
1125
|
-
"kIDs": "",
|
|
1126
|
-
"mapIDs": "21,22,23,24,27,28"
|
|
1127
|
-
},
|
|
1128
|
-
{
|
|
1129
|
-
"wodID": 901003,
|
|
1130
|
-
"group": "Expansion",
|
|
1131
|
-
"name": "Camp",
|
|
1132
|
-
"shopCategory": "EXPANSION",
|
|
1133
|
-
"type": "TYPE_PREMIUM",
|
|
1134
|
-
"kIDs": "",
|
|
1135
|
-
"mapIDs": "21,22,23,24,27,28"
|
|
1136
|
-
},
|
|
1137
|
-
{
|
|
1138
|
-
"wodID": 901004,
|
|
1139
|
-
"group": "Expansion",
|
|
1140
|
-
"name": "Camp",
|
|
1141
|
-
"shopCategory": "EXPANSION",
|
|
1142
|
-
"type": "TYPE_NORMAL",
|
|
1143
|
-
"kIDs": 10,
|
|
1144
|
-
"mapIDs": ""
|
|
1145
|
-
},
|
|
1146
|
-
{
|
|
1147
|
-
"wodID": 901005,
|
|
1148
|
-
"group": "Expansion",
|
|
1149
|
-
"name": "Camp",
|
|
1150
|
-
"shopCategory": "EXPANSION",
|
|
1151
|
-
"type": "TYPE_PREMIUM",
|
|
1152
|
-
"kIDs": 10,
|
|
1153
|
-
"mapIDs": ""
|
|
1154
1154
|
}
|
|
1155
1155
|
]
|
|
1156
1156
|
}
|