@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": "Is/was purchasable at William Blackwood's rotating store during {{ascentIntoChaos}}",
|
|
163
163
|
"williamBlackwoodRotatingStoreOathsOfWar": "Is/was purchasable at William Blackwood's rotating store during {{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": "Possible drop of Ungwana Treasure Chest (obtained when defeating ships of an Ungwana Merchant Convoy)",
|
|
166
167
|
"rempahConvoyTreasureChest": "Possible drop of Rempah Treasure Chest (obtained when defeating ships of an Rempah Merchant Convoy)",
|
|
167
168
|
"faraConvoyTreasureChest": "Possible drop of Fara Treasure Chest (obtained when defeating ships of an Fara Merchant Convoy)",
|
|
@@ -181,7 +182,7 @@
|
|
|
181
182
|
"twitchDropBlackheart86": "Time-limited twitch drop during a livestream from Blackheart86",
|
|
182
183
|
"redeemerAchievementReward": "Reward for completing the Redeemer achievement (defeating Mythic Rank 17 Vikram 5 times)",
|
|
183
184
|
"twitchDropDuringSeason4": "Twitch Drops during {{shadowsOfTheDeep}}",
|
|
184
|
-
"idolOfTheBeastStatue": "
|
|
185
|
+
"idolOfTheBeastStatue": "Is/was purchasable at the Idol of the Beast statue in Telok Penjarah during the Event",
|
|
185
186
|
"obtainablePeerlessNameplate": "Obtained through completing a hidden objective during {{ragingTides}}",
|
|
186
187
|
"twitchDropAroundFirstAnniversary": "Twitch Drops around the first anniversary of the game",
|
|
187
188
|
"buyingSilverLionsWithSovereigns": "Obtainable by buying Silver Lions with Sovereigns at the Founding Chest in Saint Anne",
|
|
@@ -197,6 +198,7 @@
|
|
|
197
198
|
"williamBlackwoodSeasonalItemAscentIntoChaos": "Is/was purchasable as seasonal item in William Blackwood's store during {{ascentIntoChaos}}",
|
|
198
199
|
"williamBlackwoodSeasonalItemOathsOfWar": "Is/was purchasable as seasonal item in William Blackwood's store during {{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": "Corrupt Compagnie Officer at several Outposts",
|
|
201
203
|
"corruptDmcOfficerOutpost": "Corrupt DMC Officer at several Outposts",
|
|
202
204
|
"ungwanaMerchantOutpost": "Ungwana Merchant at several Outposts",
|
|
@@ -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": "Sovereigns",
|
|
13
|
-
"description": ""
|
|
13
|
+
"description": "Awarded for completing high-level activities and used to purchase unique items."
|
|
14
14
|
},
|
|
15
15
|
"reapersToll": {
|
|
16
16
|
"name": "Reaper's Toll",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
"halfTaels": {
|
|
36
36
|
"name": "Half-Taels",
|
|
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": "Silver Lions",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
"bloodiedDoubloon": {
|
|
44
44
|
"name": "Bloodied Doubloon",
|
|
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": "Heartfelt Wish",
|
|
@@ -192,8 +192,8 @@
|
|
|
192
192
|
"name": "Ironclad",
|
|
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": "Artificer",
|
|
782
782
|
"description": {
|
|
783
783
|
"general": [
|
|
784
|
-
"Consecutive weapon hits to targets increases
|
|
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
|
"Reduces reload time of Auxiliary Weapons by 10%, as well as for nearby friendly ships",
|
|
786
786
|
"Increases Hull Health restored by Repair Weapons by 5% per Repair Weapon equipped"
|
|
787
787
|
]
|
|
@@ -1484,7 +1484,10 @@
|
|
|
1484
1484
|
"evolved": {
|
|
1485
1485
|
"name": "Evolved",
|
|
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": "Hits have a 15% chance to inflict a delayed explosion dealing 2500 damage in a 65m radius after 4s. The chance increases by 15% with each additional target hit, limited to 5 targets at 75% chance"
|
|
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
|
}
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
"shadowsOfTheDeep": "Y1S4 - ظلال من اعماق البحر",
|
|
8
8
|
"ascentIntoChaos": "Y2S1 - صعود الفوضى",
|
|
9
9
|
"oathsOfWar": "Y2S2 - ايمان الحرب",
|
|
10
|
-
"gutsAndGlory": "Y2S3 - Guts and Glory"
|
|
10
|
+
"gutsAndGlory": "Y2S3 - Guts and Glory",
|
|
11
|
+
"eyeOfTheBeast": "Y2S4 - Eye of the Beast"
|
|
11
12
|
}
|
|
12
13
|
}
|
|
@@ -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": "A ship that excels at spreading toxins. Some say the Plague King himself breathes upon its sails, spreading pestilence in its wake."
|
|
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
|
}
|
|
@@ -251,6 +251,22 @@
|
|
|
251
251
|
"bullsEye": {
|
|
252
252
|
"name": "Volltreffer",
|
|
253
253
|
"description": "Füge %s Schaden gegen Schwachpunkte in Azurblaues Event (Azure Royal) zu."
|
|
254
|
+
},
|
|
255
|
+
"krakenKiller": {
|
|
256
|
+
"name": "Kraken-Killer",
|
|
257
|
+
"description": "Besiege den mythischen Kraken %s Mal."
|
|
258
|
+
},
|
|
259
|
+
"claimToFameY2S4": {
|
|
260
|
+
"name": "Berühmtheit (J2S4)",
|
|
261
|
+
"description": "Erhalte %s Ruhm in Jahr 2 Saison 4."
|
|
262
|
+
},
|
|
263
|
+
"banisher": {
|
|
264
|
+
"name": "Verbanner",
|
|
265
|
+
"description": "Schließe Das Nian %s Mal ab."
|
|
266
|
+
},
|
|
267
|
+
"tarnisher": {
|
|
268
|
+
"name": "Beflecker",
|
|
269
|
+
"description": "Füge %s Schaden gegen Schwachpunkte in Das Nian zu."
|
|
254
270
|
}
|
|
255
271
|
}
|
|
256
272
|
}
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"aTrailOfAshes": "Eine Spur aus Asche",
|
|
78
78
|
"scorchedHorizon": "Versengter Horizont",
|
|
79
79
|
"theMooncakeRegatta3": "Die Mondkuchen-Regatta III",
|
|
80
|
-
"ourInheritedLand": "
|
|
80
|
+
"ourInheritedLand": "Das Land unserer Väter",
|
|
81
81
|
"ragingInferno": "Tobendes Inferno",
|
|
82
82
|
"lostAndHaunted": "Verloren und heimgesucht",
|
|
83
83
|
"callOfTheAzure": "Ruf des Azurs",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"theHonorless": "Die Ehrenlosen",
|
|
94
94
|
"reachTheFirmament": "Reach the Firmament",
|
|
95
95
|
"wolvesAtWar": "Wolves at War",
|
|
96
|
-
"plunderAndPeril": "
|
|
97
|
-
"riskOfRuin": "
|
|
96
|
+
"plunderAndPeril": "Plündern und brandschatzen",
|
|
97
|
+
"riskOfRuin": "Risiken des Ruins"
|
|
98
98
|
}
|
|
99
99
|
}
|