@skullandbonestools/snbdata 8.0.0 → 8.0.2
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/cosmetics.json +152 -23
- package/data/items.json +24 -5
- package/data/sets.json +8 -0
- package/data/ships.json +1 -2
- package/data/worldEvents.json +6 -3
- package/languages/ar/ar_cosmetics.json +84 -0
- package/languages/ar/ar_items.json +6 -0
- package/languages/ar/ar_locations.json +2 -1
- package/languages/ar/ar_perks.json +9 -6
- package/languages/ar/ar_sets.json +3 -1
- package/languages/ar/ar_worldEvents.json +2 -2
- package/languages/de/de_achievements.json +8 -8
- package/languages/de/de_contracts.json +3 -3
- package/languages/de/de_cosmetics.json +145 -61
- package/languages/de/de_events.json +1 -1
- package/languages/de/de_items.json +49 -43
- package/languages/de/de_locations.json +2 -1
- package/languages/de/de_perks.json +68 -65
- package/languages/de/de_seasons.json +1 -1
- package/languages/de/de_sets.json +9 -7
- package/languages/de/de_ships.json +2 -2
- package/languages/de/de_worldEvents.json +3 -3
- package/languages/en/en_cosmetics.json +84 -0
- package/languages/en/en_items.json +6 -0
- package/languages/en/en_locations.json +2 -1
- package/languages/en/en_perks.json +9 -6
- package/languages/en/en_sets.json +3 -1
- package/languages/en/en_worldEvents.json +2 -2
- package/languages/es/es_cosmetics.json +84 -0
- package/languages/es/es_items.json +6 -0
- package/languages/es/es_locations.json +2 -1
- package/languages/es/es_perks.json +9 -6
- package/languages/es/es_sets.json +3 -1
- package/languages/es/es_worldEvents.json +2 -2
- package/languages/fr/fr_cosmetics.json +84 -0
- package/languages/fr/fr_items.json +6 -0
- package/languages/fr/fr_locations.json +2 -1
- package/languages/fr/fr_perks.json +9 -6
- package/languages/fr/fr_sets.json +3 -1
- package/languages/fr/fr_worldEvents.json +2 -2
- package/languages/source/cosmetics.json +84 -0
- package/languages/source/items.json +6 -0
- package/languages/source/locations.json +2 -1
- package/languages/source/perks.json +9 -6
- package/languages/source/sets.json +3 -1
- package/languages/source/worldEvents.json +2 -2
- package/languages/zh/zh_cosmetics.json +84 -0
- package/languages/zh/zh_items.json +6 -0
- package/languages/zh/zh_locations.json +2 -1
- package/languages/zh/zh_perks.json +9 -6
- package/languages/zh/zh_sets.json +3 -1
- package/languages/zh/zh_worldEvents.json +2 -2
- package/package.json +1 -1
|
@@ -253,6 +253,7 @@
|
|
|
253
253
|
"factionWarWinReward": "Reward for that faction to win the Faction War",
|
|
254
254
|
"purchasableWithSilverLionsAtTheFoundingChest": "Is/was purchasable with Silver Lions at the Founding Chest in Saint Anne during the Event",
|
|
255
255
|
"rewardForCompleting8EventChallenges": "Reward for completing 8 Challenges of the Event",
|
|
256
|
-
"williamBlackwoodStore": "Is/was purchasable in William Blackwood's store"
|
|
256
|
+
"williamBlackwoodStore": "Is/was purchasable in William Blackwood's store",
|
|
257
|
+
"twitchDropStartYear2Season4": "Twitch Drops at the start of {{eyeOfTheBeast}}"
|
|
257
258
|
}
|
|
258
259
|
}
|
|
@@ -192,8 +192,8 @@
|
|
|
192
192
|
"name": "钢铁甲壳",
|
|
193
193
|
"description": {
|
|
194
194
|
"general": [
|
|
195
|
-
"
|
|
196
|
-
"
|
|
195
|
+
"Set sail with 5 stacks of Plating and lose a stack of Plating when Hull Health decreases on receiving hits. Each stack of Plating increases Armor Rating by 100",
|
|
196
|
+
"Gains a stack of Plating every 10s up to 5 stacks and increases weapon damage by 1% per 50 total Armor Rating (capped at 50%)"
|
|
197
197
|
]
|
|
198
198
|
}
|
|
199
199
|
},
|
|
@@ -781,7 +781,7 @@
|
|
|
781
781
|
"name": "能工巧匠",
|
|
782
782
|
"description": {
|
|
783
783
|
"general": [
|
|
784
|
-
"
|
|
784
|
+
"Consecutive weapon hits to targets increases Weapon Damage and Repair Amount by 2%, capping out at 30%. Resets if more than 11s pass between hits",
|
|
785
785
|
"辅助武器与附近友方船只的装填时间减少10%。",
|
|
786
786
|
"每装备一件修复型武器,修复型武器提供的船身生命值回复提升5%。"
|
|
787
787
|
]
|
|
@@ -1484,7 +1484,10 @@
|
|
|
1484
1484
|
"evolved": {
|
|
1485
1485
|
"name": "更新换代",
|
|
1486
1486
|
"description": {
|
|
1487
|
-
"general":
|
|
1487
|
+
"general": [
|
|
1488
|
+
"With non-offensive Auxiliary Weapons equipped, restores own Severe Damage by 0.4% and Brace Strength by 2% per second",
|
|
1489
|
+
"With offensive Auxiliary Weapons equipped, increases Weapon Damage by 20%, as well as for nearby friendly ships"
|
|
1490
|
+
]
|
|
1488
1491
|
}
|
|
1489
1492
|
},
|
|
1490
1493
|
"brigUpgrade": {
|
|
@@ -3017,8 +3020,8 @@
|
|
|
3017
3020
|
]
|
|
3018
3021
|
}
|
|
3019
3022
|
},
|
|
3020
|
-
"
|
|
3021
|
-
"name": "Living
|
|
3023
|
+
"livingMetal": {
|
|
3024
|
+
"name": "Living Metal",
|
|
3022
3025
|
"description": {
|
|
3023
3026
|
"general": "Gains a stack of Living Metal per second if no damage was taken in the last 5s. Stacks of Living Metal increases Armor Rating by 10% per stack, up to 150% at 15 stacks. Loses a stack on every hit taken. Bracing will not reduce stacks"
|
|
3024
3027
|
}
|
|
@@ -403,6 +403,8 @@
|
|
|
403
403
|
"sunkenWatchersPlayer": "Sunken Watchers Set",
|
|
404
404
|
"mythicHowl": "Mythic Howl Set",
|
|
405
405
|
"midnightMarquis": "Midnight Marquis Set",
|
|
406
|
-
"oceansBrood": "Ocean's Brood Set"
|
|
406
|
+
"oceansBrood": "Ocean's Brood Set",
|
|
407
|
+
"friendlyFoes": "Friendly Foes Set",
|
|
408
|
+
"cutthroatsCreed": "Cutthroat's Creed Set"
|
|
407
409
|
}
|
|
408
410
|
}
|
|
@@ -71,8 +71,8 @@
|
|
|
71
71
|
"azureHarbinger": "Azure Harbinger",
|
|
72
72
|
"warCargo": "War Cargo",
|
|
73
73
|
"warConvoy": "War Convoy",
|
|
74
|
-
"opstuwing": "
|
|
75
|
-
"soleilImperial": "Soleil
|
|
74
|
+
"opstuwing": "Mighty Opwelling",
|
|
75
|
+
"soleilImperial": "Mighty Soleil Royal",
|
|
76
76
|
"kraken": "Kraken"
|
|
77
77
|
}
|
|
78
78
|
}
|