@skullandbonestools/snbdata 7.1.8 → 8.0.1
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/achievements.json +33 -0
- package/data/cosmetics.json +1621 -57
- package/data/events.json +6 -2
- package/data/items.json +723 -219
- package/data/materials.json +4 -4
- package/data/modifications.json +1 -1
- package/data/seasons.json +8 -1
- package/data/sets.json +88 -0
- package/data/ships.json +119 -67
- package/data/worldEvents.json +4 -0
- package/dist/types/CosmeticProperties.d.ts +1 -1
- package/dist/types/CosmeticProperties.d.ts.map +1 -1
- package/dist/types/CosmeticProperties.js +1 -1
- package/dist/types/CosmeticProperties.js.map +1 -1
- package/languages/ar/ar_achievements.json +16 -0
- package/languages/ar/ar_cosmetics.json +978 -0
- package/languages/ar/ar_events.json +2 -1
- package/languages/ar/ar_items.json +121 -0
- package/languages/ar/ar_locations.json +9 -2
- package/languages/ar/ar_materials.json +3 -3
- package/languages/ar/ar_perks.json +173 -4
- package/languages/ar/ar_seasons.json +2 -1
- package/languages/ar/ar_sets.json +23 -1
- package/languages/ar/ar_ships.json +6 -0
- package/languages/ar/ar_worldEvents.json +3 -2
- package/languages/de/de_achievements.json +16 -0
- package/languages/de/de_contracts.json +3 -3
- package/languages/de/de_cosmetics.json +989 -11
- package/languages/de/de_events.json +2 -1
- package/languages/de/de_items.json +121 -0
- package/languages/de/de_locations.json +9 -2
- package/languages/de/de_materials.json +3 -3
- package/languages/de/de_perks.json +174 -5
- package/languages/de/de_seasons.json +2 -1
- package/languages/de/de_sets.json +29 -7
- package/languages/de/de_ships.json +6 -0
- package/languages/de/de_worldEvents.json +4 -3
- package/languages/en/en_achievements.json +16 -0
- package/languages/en/en_cosmetics.json +978 -0
- package/languages/en/en_events.json +2 -1
- package/languages/en/en_items.json +121 -0
- package/languages/en/en_locations.json +9 -2
- package/languages/en/en_materials.json +3 -3
- package/languages/en/en_perks.json +173 -4
- package/languages/en/en_seasons.json +2 -1
- package/languages/en/en_sets.json +23 -1
- package/languages/en/en_ships.json +6 -0
- package/languages/en/en_worldEvents.json +3 -2
- package/languages/es/es_achievements.json +16 -0
- package/languages/es/es_cosmetics.json +978 -0
- package/languages/es/es_events.json +2 -1
- package/languages/es/es_items.json +121 -0
- package/languages/es/es_locations.json +9 -2
- package/languages/es/es_materials.json +3 -3
- package/languages/es/es_perks.json +173 -4
- package/languages/es/es_seasons.json +2 -1
- package/languages/es/es_sets.json +23 -1
- package/languages/es/es_ships.json +6 -0
- package/languages/es/es_worldEvents.json +3 -2
- package/languages/fr/fr_achievements.json +16 -0
- package/languages/fr/fr_cosmetics.json +978 -0
- package/languages/fr/fr_events.json +2 -1
- package/languages/fr/fr_items.json +121 -0
- package/languages/fr/fr_locations.json +9 -2
- package/languages/fr/fr_materials.json +3 -3
- package/languages/fr/fr_perks.json +173 -4
- package/languages/fr/fr_seasons.json +2 -1
- package/languages/fr/fr_sets.json +23 -1
- package/languages/fr/fr_ships.json +6 -0
- package/languages/fr/fr_worldEvents.json +3 -2
- package/languages/source/achievements.json +16 -0
- package/languages/source/cosmetics.json +978 -0
- package/languages/source/events.json +2 -1
- package/languages/source/items.json +121 -0
- package/languages/source/locations.json +9 -2
- package/languages/source/materials.json +3 -3
- package/languages/source/perks.json +173 -4
- package/languages/source/seasons.json +2 -1
- package/languages/source/sets.json +23 -1
- package/languages/source/ships.json +6 -0
- package/languages/source/worldEvents.json +3 -2
- package/languages/zh/zh_achievements.json +16 -0
- package/languages/zh/zh_cosmetics.json +978 -0
- package/languages/zh/zh_events.json +2 -1
- package/languages/zh/zh_items.json +121 -0
- package/languages/zh/zh_locations.json +9 -2
- package/languages/zh/zh_materials.json +3 -3
- package/languages/zh/zh_perks.json +173 -4
- package/languages/zh/zh_seasons.json +2 -1
- package/languages/zh/zh_sets.json +23 -1
- package/languages/zh/zh_ships.json +6 -0
- package/languages/zh/zh_worldEvents.json +3 -2
- package/package.json +1 -1
|
@@ -2952,6 +2952,127 @@
|
|
|
2952
2952
|
"description": {
|
|
2953
2953
|
"general": "An opulent chest which may contain cosmetics that are part of the Waters of Gowa Set"
|
|
2954
2954
|
}
|
|
2955
|
+
},
|
|
2956
|
+
"corvetteUpgrade": {
|
|
2957
|
+
"name": "Corvette Upgrade",
|
|
2958
|
+
"description": {
|
|
2959
|
+
"general": "Ship upgrade for the Corvette.",
|
|
2960
|
+
"1": "Upgrades the ship level from 0 to 1.",
|
|
2961
|
+
"2": "Upgrades the ship level from 1 to 2.",
|
|
2962
|
+
"3": "Upgrades the ship level from 2 to 3.",
|
|
2963
|
+
"4": "Upgrades the ship level from 3 to 4.",
|
|
2964
|
+
"5": "Upgrades the ship level from 4 to 5.",
|
|
2965
|
+
"6": "Upgrades the ship level from 5 to 6.",
|
|
2966
|
+
"7": "Upgrades the ship level from 6 to 7."
|
|
2967
|
+
}
|
|
2968
|
+
},
|
|
2969
|
+
"foundingCelebratoryChest": {
|
|
2970
|
+
"name": "Founding Celebratory Chest",
|
|
2971
|
+
"description": {
|
|
2972
|
+
"general": "A chest to celebrate the challenges conquered during the Founding."
|
|
2973
|
+
}
|
|
2974
|
+
},
|
|
2975
|
+
"krakenInkGlands": {
|
|
2976
|
+
"name": "Kraken Ink Glands",
|
|
2977
|
+
"description": {
|
|
2978
|
+
"general": "Toxic glands from the Kraken, filled with corrosive venom strong enough to burn through hull and and flesh"
|
|
2979
|
+
}
|
|
2980
|
+
},
|
|
2981
|
+
"krakenChest": {
|
|
2982
|
+
"name": "Mysterious Chest (Kraken)",
|
|
2983
|
+
"description": {
|
|
2984
|
+
"general": "What rare finds lie within?"
|
|
2985
|
+
}
|
|
2986
|
+
},
|
|
2987
|
+
"livingBastion": {
|
|
2988
|
+
"name": "Living Bastion",
|
|
2989
|
+
"description": {
|
|
2990
|
+
"general": "Armor Rating increases while not taking damage. Its surface shifts subtly, as if breathing, with cracked plating and faded gold veins glowing faintly from accumulated stacks."
|
|
2991
|
+
}
|
|
2992
|
+
},
|
|
2993
|
+
"mantleOfTheDeep": {
|
|
2994
|
+
"name": "Mantle of the Deep",
|
|
2995
|
+
"description": {
|
|
2996
|
+
"general": "Reduces damage taken by Sea Monster attacks. Crafted from the salvaged hides of deep-dwelling leviathans by the keepers of balance beneath the waves."
|
|
2997
|
+
}
|
|
2998
|
+
},
|
|
2999
|
+
"tidesReprieve": {
|
|
3000
|
+
"name": "Tide's Reprieve",
|
|
3001
|
+
"description": {
|
|
3002
|
+
"general": "Activates a pulse that restores Hull Health to allies. Crafted from the rugged iron plates and heavy rivets of empires past."
|
|
3003
|
+
}
|
|
3004
|
+
},
|
|
3005
|
+
"invertedFlagRack": {
|
|
3006
|
+
"name": "Inverted Flag Rack",
|
|
3007
|
+
"description": {
|
|
3008
|
+
"general": "Increases Weapon Damage to Taunted targets. Sends a clear message to any foes who approach: \"Your flag has fallen. You're next.\""
|
|
3009
|
+
}
|
|
3010
|
+
},
|
|
3011
|
+
"apothecaryToolBench": {
|
|
3012
|
+
"name": "Apothecary Tool Bench",
|
|
3013
|
+
"description": {
|
|
3014
|
+
"general": "Enhances defense against the Poisened Status Effect while the ship is sailing. Assembled by a Rempah herbalist. Contains antidotes for jellyfish stings and fermented seaweed poisoning."
|
|
3015
|
+
}
|
|
3016
|
+
},
|
|
3017
|
+
"anatomyCabinet": {
|
|
3018
|
+
"name": "Anatomy Cabinet",
|
|
3019
|
+
"description": {
|
|
3020
|
+
"general": "Enhances Brace Strength against Sea Monster attacks. Some swear the knowledge within has saved many from the jaws of death."
|
|
3021
|
+
}
|
|
3022
|
+
},
|
|
3023
|
+
"blubberWorks": {
|
|
3024
|
+
"name": "Blubber Works",
|
|
3025
|
+
"description": {
|
|
3026
|
+
"general": "Reduces Reload Time of broadside weapons after dealing damage to Sea Monsters. The Sea People believe the essence of a creature can be used to influence or harm another."
|
|
3027
|
+
}
|
|
3028
|
+
},
|
|
3029
|
+
"drowningCabinet": {
|
|
3030
|
+
"name": "Drowning Cabinet",
|
|
3031
|
+
"description": {
|
|
3032
|
+
"general": "Increases Flooding Weapon Damage for targets with Severe Damage. Enterprising pirates have modified the design to force floodwaters deeper and faster into enemy hulls."
|
|
3033
|
+
}
|
|
3034
|
+
},
|
|
3035
|
+
"ballistaMountSmithy": {
|
|
3036
|
+
"name": "Ballista Mount Smithy",
|
|
3037
|
+
"description": {
|
|
3038
|
+
"general": "Enhances Ballista Weapons and increases damage to Ruptured targets. Modeled after the siege mounts once used in the fortified city of Galle, Ceylon."
|
|
3039
|
+
}
|
|
3040
|
+
},
|
|
3041
|
+
"blightmaw": {
|
|
3042
|
+
"name": "Blightmaw",
|
|
3043
|
+
"description": {
|
|
3044
|
+
"general": "Designed by the plague-warped minds of La Peste's alchemists. Fires shells laced with toxins that cling to enemy hulls, corroding their defenses and making them more vulnerable to subsequent attacks."
|
|
3045
|
+
}
|
|
3046
|
+
},
|
|
3047
|
+
"stormtongue": {
|
|
3048
|
+
"name": "Stormtongue",
|
|
3049
|
+
"description": {
|
|
3050
|
+
"general": "Repeatedly fires lightning and explosive projectiles. Its barrel is etched with stormcall glyphs and sigils of the phoenix."
|
|
3051
|
+
}
|
|
3052
|
+
},
|
|
3053
|
+
"reachwarden": {
|
|
3054
|
+
"name": "Reachwarden",
|
|
3055
|
+
"description": {
|
|
3056
|
+
"general": "Engineered for long-range support. Fires crystalline-tipped projectiles for restorative pulses to allies."
|
|
3057
|
+
}
|
|
3058
|
+
},
|
|
3059
|
+
"celestialBoom": {
|
|
3060
|
+
"name": "Celestial Boom",
|
|
3061
|
+
"description": {
|
|
3062
|
+
"general": "Protects allies with volleys of repairing rockets. \"True strength lies not in destruction, but in the power to preserve.\""
|
|
3063
|
+
}
|
|
3064
|
+
},
|
|
3065
|
+
"woundcaller": {
|
|
3066
|
+
"name": "Woundcaller",
|
|
3067
|
+
"description": {
|
|
3068
|
+
"general": "Upon impact, its payload releases a pulse of maddening resonance, an ancient frequency said to echo the death cries of fallen beasts. Those struck are seized by a violent frenzy, often damaging their own hulls as they lash out blindly."
|
|
3069
|
+
}
|
|
3070
|
+
},
|
|
3071
|
+
"cloudbinder": {
|
|
3072
|
+
"name": "Cloudbinder",
|
|
3073
|
+
"description": {
|
|
3074
|
+
"general": "Each bolt inscribed with stormcall glyphs and stabilized by jade capacitors, allowing the weapon to arc across multiple enemies. The more targets linked, the more volatile the storm, crackling with celestial wrath."
|
|
3075
|
+
}
|
|
2955
3076
|
}
|
|
2956
3077
|
}
|
|
2957
3078
|
}
|
|
@@ -162,6 +162,7 @@
|
|
|
162
162
|
"williamBlackwoodRotatingStoreAscentIntoChaos": "在{{ascentIntoChaos}}期间可在威廉·布莱克伍德的轮换商店购买",
|
|
163
163
|
"williamBlackwoodRotatingStoreOathsOfWar": "在{{oathsOfWar}}期间可在威廉·布莱克伍德的轮换商店购买",
|
|
164
164
|
"williamBlackwoodRotatingStoreGutsAndGlory": "Is/was purchasable at William Blackwood's rotating store during {{gutsAndGlory}}",
|
|
165
|
+
"williamBlackwoodRotatingStoreEyeOfTheBeast": "Is/was purchasable at William Blackwood's rotating store during {{eyeOfTheBeast}}",
|
|
165
166
|
"ungwanaConvoyTreasureChest": "Ungwana宝箱的可能掉落物(通过击败Ungwana商队中的船只获得)",
|
|
166
167
|
"rempahConvoyTreasureChest": "香料宝箱的可能掉落物(通过击败香料商队中的船只获得)",
|
|
167
168
|
"faraConvoyTreasureChest": "法拉宝箱的可能掉落物(通过击败法拉商队中的船只获得)",
|
|
@@ -181,7 +182,7 @@
|
|
|
181
182
|
"twitchDropBlackheart86": "Blackheart86直播期间的限时Twitch掉宝",
|
|
182
183
|
"redeemerAchievementReward": "完成“救赎者”成就(击败神话级17级维克拉姆5次)的奖励",
|
|
183
184
|
"twitchDropDuringSeason4": "在{{shadowsOfTheDeep}}期间的Twitch掉宝",
|
|
184
|
-
"idolOfTheBeastStatue": "
|
|
185
|
+
"idolOfTheBeastStatue": "Is/was purchasable at the Idol of the Beast statue in Telok Penjarah during the Event",
|
|
185
186
|
"obtainablePeerlessNameplate": "在{{ragingTides}}期间通过完成隐藏目标获得",
|
|
186
187
|
"twitchDropAroundFirstAnniversary": "游戏一周年纪念日左右的Twitch掉宝",
|
|
187
188
|
"buyingSilverLionsWithSovereigns": "可在圣安妮的创始宝箱处用主权币购买银狮子获得",
|
|
@@ -197,6 +198,7 @@
|
|
|
197
198
|
"williamBlackwoodSeasonalItemAscentIntoChaos": "在{{ascentIntoChaos}}期间可在威廉·布莱克伍德的商店作为季节性物品购买",
|
|
198
199
|
"williamBlackwoodSeasonalItemOathsOfWar": "在{{oathsOfWar}}期间可在威廉·布莱克伍德的商店作为季节性物品购买",
|
|
199
200
|
"williamBlackwoodSeasonalItemGutsAndGlory": "Is/was purchasable as seasonal item in William Blackwood's store during {{gutsAndGlory}}",
|
|
201
|
+
"williamBlackwoodSeasonalItemEyeOfTheBeast": "Is/was purchasable as seasonal item in William Blackwood's store during {{eyeOfTheBeast}}",
|
|
200
202
|
"corruptCompagnieOfficerOutpost": "多个前哨站的腐败商会官员",
|
|
201
203
|
"corruptDmcOfficerOutpost": "多个前哨站的腐败DMC官员",
|
|
202
204
|
"ungwanaMerchantOutpost": "多个前哨站的Ungwana商人",
|
|
@@ -240,6 +242,7 @@
|
|
|
240
242
|
"factionWarRewardWonTerritory1": "Reward for winning one territory in the Faction War with the aligned faction",
|
|
241
243
|
"factionWarRewardWonTerritory4": "Reward for winning four territories in the Faction War with the aligned faction",
|
|
242
244
|
"factionWarRewardWonTerritory5": "Reward for winning five territories in the Faction War with the aligned faction",
|
|
245
|
+
"factionWarRewardWonTerritory7": "Reward for winning seven territories in the Faction War with the aligned faction",
|
|
243
246
|
"factionWarRewardWonTerritory8": "Reward for winning eight territories in the Faction War with the aligned faction",
|
|
244
247
|
"factionWarRewardWonTerritory11": "Reward for winning eleven territories in the Faction War with the aligned faction",
|
|
245
248
|
"twitchDropSpammals": "Time-limited twitch drop during a livestream from Spammals",
|
|
@@ -247,6 +250,10 @@
|
|
|
247
250
|
"dropDuringMythicLaPesteEncounter": "Possible drop from La Peste's reinforcements during the Mythic La Peste encounter",
|
|
248
251
|
"azureHarbingerReward": "Obtained when defeating the Azure Harbinger",
|
|
249
252
|
"twitchDropAzureSolsticeY2S3": "Twitch Drop during the Azure Solstice event in {{gutsAndGlory}}",
|
|
250
|
-
"factionWarWinReward": "Reward for that faction to win the Faction War"
|
|
253
|
+
"factionWarWinReward": "Reward for that faction to win the Faction War",
|
|
254
|
+
"purchasableWithSilverLionsAtTheFoundingChest": "Is/was purchasable with Silver Lions at the Founding Chest in Saint Anne during the Event",
|
|
255
|
+
"rewardForCompleting8EventChallenges": "Reward for completing 8 Challenges of the Event",
|
|
256
|
+
"williamBlackwoodStore": "Is/was purchasable in William Blackwood's store",
|
|
257
|
+
"twitchDropStartYear2Season4": "Twitch Drops at the start of {{eyeOfTheBeast}}"
|
|
251
258
|
}
|
|
252
259
|
}
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
},
|
|
11
11
|
"sovereigns": {
|
|
12
12
|
"name": "君主币",
|
|
13
|
-
"description": ""
|
|
13
|
+
"description": "Awarded for completing high-level activities and used to purchase unique items."
|
|
14
14
|
},
|
|
15
15
|
"reapersToll": {
|
|
16
16
|
"name": "死神之税",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
"halfTaels": {
|
|
36
36
|
"name": "半两银",
|
|
37
|
-
"description": ""
|
|
37
|
+
"description": "These gold coins are sought after by many. Defeat the sea monsters and the Nian to acquire this newfound currency."
|
|
38
38
|
},
|
|
39
39
|
"silverLions": {
|
|
40
40
|
"name": "银狮币",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
"bloodiedDoubloon": {
|
|
44
44
|
"name": "血染达布隆",
|
|
45
|
-
"description": ""
|
|
45
|
+
"description": "A coin of silver taken from the hands of a turncoat who paid dearly for offering their services to the megacorps."
|
|
46
46
|
},
|
|
47
47
|
"heartfeltWish": {
|
|
48
48
|
"name": "衷心祈愿",
|
|
@@ -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": {
|
|
@@ -2961,6 +2964,172 @@
|
|
|
2961
2964
|
"description": {
|
|
2962
2965
|
"general": "命中目标后,有15%几率引发一次延迟爆炸(4秒后在65米爆破范围内造成2500伤害)。每额外命中一次目标,该效果的触发几率提升15%(最多对5个目标生效,相应触发几率上线为75%)。"
|
|
2963
2966
|
}
|
|
2967
|
+
},
|
|
2968
|
+
"flagbearer": {
|
|
2969
|
+
"name": "Flagbearer",
|
|
2970
|
+
"description": {
|
|
2971
|
+
"general": [
|
|
2972
|
+
"For each successful shot on enemies or repair on allies, apply a stack of Flagbearer. On enemy targets, each stack increases the damage dealt to the target by 1% per stack, up to 20%. On allies, increases repair received by the target by 2.% per stack, up to 50%",
|
|
2973
|
+
"Allied XSML, SML and MED ships within 500m gain 5% increased damage and 5% repair amount",
|
|
2974
|
+
"Increases Hull Health restored by Repair Weapons by 5% per Repair Weapon equipped"
|
|
2975
|
+
]
|
|
2976
|
+
}
|
|
2977
|
+
},
|
|
2978
|
+
"corvetteUpgrade": {
|
|
2979
|
+
"description": {
|
|
2980
|
+
"1": [
|
|
2981
|
+
"Increases Hull Health to 83200",
|
|
2982
|
+
"Increases Brace Strength to 16640"
|
|
2983
|
+
],
|
|
2984
|
+
"2": [
|
|
2985
|
+
"Increases Cargo to 150000"
|
|
2986
|
+
],
|
|
2987
|
+
"3": [
|
|
2988
|
+
"Increases Base Ship Rank to 6",
|
|
2989
|
+
"Increases Top Speed to 14kn",
|
|
2990
|
+
"Increases Trimming Speed to 19kn",
|
|
2991
|
+
"Adds 'Deep Blue' perk"
|
|
2992
|
+
],
|
|
2993
|
+
"4": [
|
|
2994
|
+
"Increases Hull Health to 85600",
|
|
2995
|
+
"Increases Brace Strength to 17120"
|
|
2996
|
+
],
|
|
2997
|
+
"5": [
|
|
2998
|
+
"Increases Base Ship Rank to 7",
|
|
2999
|
+
"Increases Furniture Slots to 6"
|
|
3000
|
+
],
|
|
3001
|
+
"6": [
|
|
3002
|
+
"Increases Base Ship Rank to 8",
|
|
3003
|
+
"Increases Brace Strength Recovery by 12.5%",
|
|
3004
|
+
"Adds 'Upgraded Mark' perk"
|
|
3005
|
+
],
|
|
3006
|
+
"7": [
|
|
3007
|
+
"Increases Base Ship Rank to 9",
|
|
3008
|
+
"Increases Hull Health to 102720",
|
|
3009
|
+
"Increases Brace Strength to 20544",
|
|
3010
|
+
"Increases Brace Strength Recovery by 25%"
|
|
3011
|
+
]
|
|
3012
|
+
}
|
|
3013
|
+
},
|
|
3014
|
+
"upgradedMark": {
|
|
3015
|
+
"name": "Upgraded Mark",
|
|
3016
|
+
"description": {
|
|
3017
|
+
"general": [
|
|
3018
|
+
"At the maximum number of Stacks of Flagbearer, targets will receive additional 10% weapon damage. Allies will repair Severe Damage by 1% of incoming repair received",
|
|
3019
|
+
"Flagbearer lasts 20s"
|
|
3020
|
+
]
|
|
3021
|
+
}
|
|
3022
|
+
},
|
|
3023
|
+
"livingMetal": {
|
|
3024
|
+
"name": "Living Metal",
|
|
3025
|
+
"description": {
|
|
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"
|
|
3027
|
+
}
|
|
3028
|
+
},
|
|
3029
|
+
"primordialHides": {
|
|
3030
|
+
"name": "Primordial Hides",
|
|
3031
|
+
"description": {
|
|
3032
|
+
"general": "Reduces damage taken by Sea Monster attacks by 15% or by 30% when Bracing. Increases Weapon Damage by 10% for 30s after bracing a Sea Monster attack"
|
|
3033
|
+
}
|
|
3034
|
+
},
|
|
3035
|
+
"caduceus": {
|
|
3036
|
+
"name": "Caduceus",
|
|
3037
|
+
"description": {
|
|
3038
|
+
"general": [
|
|
3039
|
+
"Holding Brace charges up a repair pulse that restores up to 1.5% Hull Health per second for 12s to allies within 150m. Fully charging a pulse gives allies 12% reduced damage for the duration. This effect cannot stack",
|
|
3040
|
+
"Activating and maintaining Bracing consumes 50% more Crew Stamina"
|
|
3041
|
+
]
|
|
3042
|
+
}
|
|
3043
|
+
},
|
|
3044
|
+
"invertedFlagRack": {
|
|
3045
|
+
"description": {
|
|
3046
|
+
"general": [
|
|
3047
|
+
"Deals 14% more weapon damage on Taunted targets",
|
|
3048
|
+
"Increases duration of the Taunted status effect on a target by 15%"
|
|
3049
|
+
]
|
|
3050
|
+
}
|
|
3051
|
+
},
|
|
3052
|
+
"apothecaryToolBench": {
|
|
3053
|
+
"description": {
|
|
3054
|
+
"general": [
|
|
3055
|
+
"While at full sails or trimming, reduces the duration of Poisened status effect by 50%",
|
|
3056
|
+
"Reduces incoming Toxic Damage by 16%"
|
|
3057
|
+
]
|
|
3058
|
+
}
|
|
3059
|
+
},
|
|
3060
|
+
"anatomyCabinet": {
|
|
3061
|
+
"description": {
|
|
3062
|
+
"general": [
|
|
3063
|
+
"Reduces damage done to Brace Strength by Sea Monster attacks by 18%",
|
|
3064
|
+
"Reduces damaging Status Effect and Curse Mark duration by 10%"
|
|
3065
|
+
]
|
|
3066
|
+
}
|
|
3067
|
+
},
|
|
3068
|
+
"blubberWorks": {
|
|
3069
|
+
"description": {
|
|
3070
|
+
"general": [
|
|
3071
|
+
"After 4 consecutive hits on a Sea Monster, reduces Reload Time of Broadside Weapons by 15% for 20s. Missing a shot resets the counter",
|
|
3072
|
+
"Consecutive hits on Sea Monster weakpoints deal 10% more Secondary Damage up to 40% for 5s",
|
|
3073
|
+
"Increases weapon damage to Sea Monster by 10%"
|
|
3074
|
+
]
|
|
3075
|
+
}
|
|
3076
|
+
},
|
|
3077
|
+
"drowningCabinet": {
|
|
3078
|
+
"description": {
|
|
3079
|
+
"general": [
|
|
3080
|
+
"When dealing damage to a target with reduced Max Hull Health, Flooding Weapons deals 15% more weapon damage for 20s with a cooldown of 60s",
|
|
3081
|
+
"Flooded status effect applied to targets within 250m have a 12% increased duration",
|
|
3082
|
+
"Reduces Reload Time of Flooding Weapons by 10%"
|
|
3083
|
+
]
|
|
3084
|
+
}
|
|
3085
|
+
},
|
|
3086
|
+
"ballistaMountSmithy": {
|
|
3087
|
+
"description": {
|
|
3088
|
+
"general": [
|
|
3089
|
+
"Dealing 2000 damage with a Ballista Weapon to a target marks them for 20s. While Marked, target receives 12% more damage from Ballista Weapons and more Secondary Damage from all sources",
|
|
3090
|
+
"Reduces Charge Time of Ballista Weapons by 18%",
|
|
3091
|
+
"Increases Weakpoint Damage of Ballista Weapons by 14%"
|
|
3092
|
+
]
|
|
3093
|
+
}
|
|
3094
|
+
},
|
|
3095
|
+
"causticAmmo": {
|
|
3096
|
+
"name": "Caustic Ammo",
|
|
3097
|
+
"description": {
|
|
3098
|
+
"general": "Landing 15 hits in a single volley increases the weapon damage the target receives by 8% for 10s. If the target is Poisoned, they will receive 12% more damage from all sources"
|
|
3099
|
+
}
|
|
3100
|
+
},
|
|
3101
|
+
"argusTouch": {
|
|
3102
|
+
"name": "Argus Touch",
|
|
3103
|
+
"description": {
|
|
3104
|
+
"general": [
|
|
3105
|
+
"Hits on allies apply a stack that restores 1% Hull Health over 2s, up to 10 stacks for 10% over 20s. For targets beyond 200m, 2 stacks are applied per hit",
|
|
3106
|
+
"At maximum number of stacks, the effect removes Torn Sails and prevents additional Torn Sails Charges for the duration of the effect"
|
|
3107
|
+
]
|
|
3108
|
+
}
|
|
3109
|
+
},
|
|
3110
|
+
"celestialBoom": {
|
|
3111
|
+
"name": "Celestial Boom",
|
|
3112
|
+
"description": {
|
|
3113
|
+
"general": [
|
|
3114
|
+
"Consecutive hits repair 5% for each projectile",
|
|
3115
|
+
"Consecutive hits on the same target also restores Brace Strength by 2% per hit"
|
|
3116
|
+
]
|
|
3117
|
+
}
|
|
3118
|
+
},
|
|
3119
|
+
"chargedBarb": {
|
|
3120
|
+
"name": "Charged Barb",
|
|
3121
|
+
"description": {
|
|
3122
|
+
"general": [
|
|
3123
|
+
"A hit from this weapon attaches a charged metal bolt to the target for 10s. The bolt deals 10% of the weapon's damage as lightning damage every second",
|
|
3124
|
+
"If another bolt is within 200m, both explode and trigger a chain of lightning that deals 12% of the weapon's secondary damage up to 4 targets between the bolts"
|
|
3125
|
+
]
|
|
3126
|
+
}
|
|
3127
|
+
},
|
|
3128
|
+
"impale": {
|
|
3129
|
+
"name": "Impale",
|
|
3130
|
+
"description": {
|
|
3131
|
+
"general": "This weapon can be charged to pierce through enemies, dealing damage as it pierces. Damage decreases per hit"
|
|
3132
|
+
}
|
|
2964
3133
|
}
|
|
2965
3134
|
}
|
|
2966
3135
|
}
|
|
@@ -383,6 +383,28 @@
|
|
|
383
383
|
"marchingMenace": "Marching Menace Set",
|
|
384
384
|
"aCloseStep": "A Close Step Set",
|
|
385
385
|
"connoisseurOfWar": "Connoisseur of War Set",
|
|
386
|
-
"monopolyOfTrade": "Monopoly of Trade Set"
|
|
386
|
+
"monopolyOfTrade": "Monopoly of Trade Set",
|
|
387
|
+
"abyssalSlayer": "Abyssal Slayer Set",
|
|
388
|
+
"silkenPromises": "Silken Promises Set",
|
|
389
|
+
"mutinyMostFoul": "Mutiny Most Foul Set",
|
|
390
|
+
"wickedGreen": "Wicked Green Set",
|
|
391
|
+
"theDrownedOnes": "The Drowned Ones Set",
|
|
392
|
+
"cultOfTheKraken": "Cult of the Kraken Set",
|
|
393
|
+
"mutinysChild": "Mutiny's Child Set",
|
|
394
|
+
"gildedCoronation": "Gilded Coronation Set",
|
|
395
|
+
"jewelsOfTheSeas": "Jewels of the Seas Set",
|
|
396
|
+
"eveOfRetribution": "Eve of Retribution Set",
|
|
397
|
+
"cursedEight": "Cursed Eight Set",
|
|
398
|
+
"krakenSlayer": "Kraken Slayer Set",
|
|
399
|
+
"primordialTerror": "Primordial Terror Set",
|
|
400
|
+
"sunkenWatchers": "Sunken Watchers Set",
|
|
401
|
+
"widowsEmbrace": "Widow's Embrace Set",
|
|
402
|
+
"jaegersPursuit": "Jaeger's Pursuit Set",
|
|
403
|
+
"sunkenWatchersPlayer": "Sunken Watchers Set",
|
|
404
|
+
"mythicHowl": "Mythic Howl Set",
|
|
405
|
+
"midnightMarquis": "Midnight Marquis Set",
|
|
406
|
+
"oceansBrood": "Ocean's Brood Set",
|
|
407
|
+
"friendlyFoes": "Friendly Foes Set",
|
|
408
|
+
"cutthroatsCreed": "Cutthroat's Creed Set"
|
|
387
409
|
}
|
|
388
410
|
}
|
|
@@ -101,6 +101,12 @@
|
|
|
101
101
|
"description": {
|
|
102
102
|
"general": "此船擅长扩散毒素。据说其船帆上留存着瘟疫之王的吐息,所经之处,尽染瘟疫。"
|
|
103
103
|
}
|
|
104
|
+
},
|
|
105
|
+
"corvette": {
|
|
106
|
+
"name": "Corvette",
|
|
107
|
+
"description": {
|
|
108
|
+
"general": "A ship that excels at controlling and commandeering the flow of the battle. Favored by the capitaines of the Compagnie Royale and pirates who seek to control the seas."
|
|
109
|
+
}
|
|
104
110
|
}
|
|
105
111
|
}
|
|
106
112
|
}
|
|
@@ -71,7 +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
|
+
"kraken": "Kraken"
|
|
76
77
|
}
|
|
77
78
|
}
|