@skullandbonestools/snbdata 6.2.1 → 7.0.0
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 +144 -0
- package/data/cosmetics.json +123 -2
- package/data/items.json +656 -112
- package/data/materials.json +52 -26
- package/data/modifications.json +483 -0
- package/data/seasons.json +7 -0
- package/data/sets.json +12 -0
- package/data/ships.json +87 -30
- package/data/territories.json +2 -2
- package/dist/daos/cosmetics.d.ts +3 -1
- package/dist/daos/cosmetics.d.ts.map +1 -1
- package/dist/daos/cosmetics.js +5 -2
- package/dist/daos/cosmetics.js.map +1 -1
- package/dist/daos/modifications.d.ts +1 -1
- package/dist/daos/modifications.d.ts.map +1 -1
- package/dist/types/Category.d.ts +1 -1
- package/dist/types/Category.d.ts.map +1 -1
- package/dist/types/Category.js +1 -1
- package/dist/types/Category.js.map +1 -1
- 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/dist/types/ModificationProperties.d.ts +1 -1
- package/dist/types/ModificationProperties.d.ts.map +1 -1
- package/dist/types/ModificationProperties.js.map +1 -1
- package/languages/ar/ar_achievements.json +72 -0
- package/languages/ar/ar_cosmetics.json +84 -0
- package/languages/ar/ar_items.json +115 -0
- package/languages/ar/ar_locations.json +12 -1
- package/languages/ar/ar_modifications.json +131 -0
- package/languages/ar/ar_perks.json +146 -12
- package/languages/ar/ar_seasons.json +2 -1
- package/languages/ar/ar_sets.json +4 -1
- package/languages/ar/ar_ships.json +6 -0
- package/languages/ar/ar_territories.json +2 -2
- package/languages/de/de_achievements.json +74 -2
- package/languages/de/de_commodities.json +2 -2
- package/languages/de/de_cosmetics.json +84 -0
- package/languages/de/de_items.json +119 -4
- package/languages/de/de_locations.json +54 -43
- package/languages/de/de_modifications.json +131 -0
- package/languages/de/de_perks.json +148 -14
- package/languages/de/de_regions.json +4 -4
- package/languages/de/de_seasons.json +2 -1
- package/languages/de/de_sets.json +4 -1
- package/languages/de/de_ships.json +6 -0
- package/languages/de/de_territories.json +47 -47
- package/languages/en/en_achievements.json +72 -0
- package/languages/en/en_cosmetics.json +84 -0
- package/languages/en/en_items.json +115 -0
- package/languages/en/en_locations.json +12 -1
- package/languages/en/en_modifications.json +131 -0
- package/languages/en/en_perks.json +146 -12
- package/languages/en/en_seasons.json +2 -1
- package/languages/en/en_sets.json +4 -1
- package/languages/en/en_ships.json +6 -0
- package/languages/en/en_territories.json +2 -2
- package/languages/es/es_achievements.json +72 -0
- package/languages/es/es_cosmetics.json +84 -0
- package/languages/es/es_items.json +115 -0
- package/languages/es/es_locations.json +12 -1
- package/languages/es/es_modifications.json +131 -0
- package/languages/es/es_perks.json +146 -12
- package/languages/es/es_seasons.json +2 -1
- package/languages/es/es_sets.json +4 -1
- package/languages/es/es_ships.json +6 -0
- package/languages/es/es_territories.json +2 -2
- package/languages/fr/fr_achievements.json +72 -0
- package/languages/fr/fr_cosmetics.json +84 -0
- package/languages/fr/fr_items.json +115 -0
- package/languages/fr/fr_locations.json +12 -1
- package/languages/fr/fr_modifications.json +131 -0
- package/languages/fr/fr_perks.json +146 -12
- package/languages/fr/fr_seasons.json +2 -1
- package/languages/fr/fr_sets.json +4 -1
- package/languages/fr/fr_ships.json +6 -0
- package/languages/fr/fr_territories.json +2 -2
- package/languages/source/achievements.json +72 -0
- package/languages/source/cosmetics.json +84 -0
- package/languages/source/items.json +115 -0
- package/languages/source/locations.json +12 -1
- package/languages/source/modifications.json +131 -0
- package/languages/source/perks.json +146 -12
- package/languages/source/seasons.json +2 -1
- package/languages/source/sets.json +4 -1
- package/languages/source/ships.json +6 -0
- package/languages/source/territories.json +2 -2
- package/package.json +1 -1
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
"intoTheDragonsWake": "Y1S3 - Into the Dragon's Wake",
|
|
7
7
|
"shadowsOfTheDeep": "Y1S4 - Shadows of the Deep",
|
|
8
8
|
"ascentIntoChaos": "Y2S1 - Ascent into Chaos",
|
|
9
|
-
"oathsOfWar": "Y2S2 - Oaths of War"
|
|
9
|
+
"oathsOfWar": "Y2S2 - Oaths of War",
|
|
10
|
+
"gutsAndGlory": "Y2S3 - Guts and Glory"
|
|
10
11
|
}
|
|
11
12
|
}
|
|
@@ -342,6 +342,9 @@
|
|
|
342
342
|
"redPrivateer": "Red Privateer Set",
|
|
343
343
|
"nocturnesChampion": "Nocturne's Champion Set",
|
|
344
344
|
"forTheHoard": "For The Hoard Set",
|
|
345
|
-
"harbingerOfDeath": "Harbinger of Death Set"
|
|
345
|
+
"harbingerOfDeath": "Harbinger of Death Set",
|
|
346
|
+
"kingOfChains": "King of Chains Set",
|
|
347
|
+
"2024HellfestShip": "2024 Hellfest Ship Set",
|
|
348
|
+
"theAnchorborn": "The Anchorborn Set"
|
|
346
349
|
}
|
|
347
350
|
}
|
|
@@ -95,6 +95,12 @@
|
|
|
95
95
|
"description": {
|
|
96
96
|
"general": "A large ship with unmatched defenses. It radiates a powerful aura that fortifies allies. A product of Compagnie ingenuity and advanced materials from Europe."
|
|
97
97
|
}
|
|
98
|
+
},
|
|
99
|
+
"sloopOfWar": {
|
|
100
|
+
"name": "Sloop of War",
|
|
101
|
+
"description": {
|
|
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
|
+
}
|
|
98
104
|
}
|
|
99
105
|
}
|
|
100
106
|
}
|
|
@@ -171,6 +171,78 @@
|
|
|
171
171
|
"pirateKnight": {
|
|
172
172
|
"name": "Pirate Knight",
|
|
173
173
|
"description": "Loot %s Merchant Convoys"
|
|
174
|
+
},
|
|
175
|
+
"warlord": {
|
|
176
|
+
"name": "Warlord",
|
|
177
|
+
"description": "Earn %s war assets in Faction War"
|
|
178
|
+
},
|
|
179
|
+
"hubacHunter": {
|
|
180
|
+
"name": "Hubac Hunter",
|
|
181
|
+
"description": "Deal %s weak-point damage with Culverin in Hubac Twins' Domain"
|
|
182
|
+
},
|
|
183
|
+
"laPesteHunter": {
|
|
184
|
+
"name": "La Peste Hunter",
|
|
185
|
+
"description": "Deal %s weak-point damage with Torpedoes in La Peste's Domain"
|
|
186
|
+
},
|
|
187
|
+
"liTianNingHunter": {
|
|
188
|
+
"name": "Li Tian Ning Hunter",
|
|
189
|
+
"description": "Deal %s weak-point damage with Ballista in Li Tian Ning's Domain"
|
|
190
|
+
},
|
|
191
|
+
"vikramHunter": {
|
|
192
|
+
"name": "Vikram Hunter",
|
|
193
|
+
"description": "Deal %s weak-point damage with Sea Fire in Vikram's Domain"
|
|
194
|
+
},
|
|
195
|
+
"dominator": {
|
|
196
|
+
"name": "Dominator",
|
|
197
|
+
"description": "Capture %s points in Tidebreaker"
|
|
198
|
+
},
|
|
199
|
+
"doomsday": {
|
|
200
|
+
"name": "Doomsday",
|
|
201
|
+
"description": "Win %s rounds in Fleetfire"
|
|
202
|
+
},
|
|
203
|
+
"pirateHunter": {
|
|
204
|
+
"name": "Pirate Hunter",
|
|
205
|
+
"description": "Defeat %s pirates in Fleetfire"
|
|
206
|
+
},
|
|
207
|
+
"theMedic": {
|
|
208
|
+
"name": "The Medic",
|
|
209
|
+
"description": "Repair %s value on friendly pirates in Tidebreaker"
|
|
210
|
+
},
|
|
211
|
+
"claimToFameY2S3": {
|
|
212
|
+
"name": "Claim to Fame (Y2S3)",
|
|
213
|
+
"description": "Gain %s Infamy in Year 2 Season 3"
|
|
214
|
+
},
|
|
215
|
+
"deadeye": {
|
|
216
|
+
"name": "Deadeye",
|
|
217
|
+
"description": "Deal %s weak-point damage in Halloween"
|
|
218
|
+
},
|
|
219
|
+
"invader": {
|
|
220
|
+
"name": "Invader",
|
|
221
|
+
"description": "Complete Halloween events %s times"
|
|
222
|
+
},
|
|
223
|
+
"epicFloodingGunMastery": {
|
|
224
|
+
"name": "Epic Flooding Gun Mastery",
|
|
225
|
+
"description": "Deal %s weak-point damage using The Drowned One"
|
|
226
|
+
},
|
|
227
|
+
"epicPoisonCulverinMastery": {
|
|
228
|
+
"name": "Epic Poison Culverin Mastery",
|
|
229
|
+
"description": "Deal %s weak-point damage using Rotmouth"
|
|
230
|
+
},
|
|
231
|
+
"epicPoisonSeaFireMastery": {
|
|
232
|
+
"name": "Epic Poison Sea Fire Mastery",
|
|
233
|
+
"description": "Deal %s weak-point damage using Virulent Accord"
|
|
234
|
+
},
|
|
235
|
+
"epicPoisonTorpedoMastery": {
|
|
236
|
+
"name": "Epic Poison Torpedo Mastery",
|
|
237
|
+
"description": "Deal %s weak-point damage using Blightbringer"
|
|
238
|
+
},
|
|
239
|
+
"genericBombardMastery": {
|
|
240
|
+
"name": "Generic Bombard Mastery",
|
|
241
|
+
"description": "Deal %s weak-point damage using Frostwail"
|
|
242
|
+
},
|
|
243
|
+
"lightningSeaFireMastery": {
|
|
244
|
+
"name": "Lightning Sea Fire Mastery",
|
|
245
|
+
"description": "Deal %s weak-point damage using Heavenly Thunder"
|
|
174
246
|
}
|
|
175
247
|
}
|
|
176
248
|
}
|
|
@@ -18551,6 +18551,90 @@
|
|
|
18551
18551
|
"description": {
|
|
18552
18552
|
"general": "Let the waves swallow what remains"
|
|
18553
18553
|
}
|
|
18554
|
+
},
|
|
18555
|
+
"theNextLife": {
|
|
18556
|
+
"name": "The Next Life",
|
|
18557
|
+
"description": {
|
|
18558
|
+
"general": "Their time shall come before yours"
|
|
18559
|
+
}
|
|
18560
|
+
},
|
|
18561
|
+
"steelySmile": {
|
|
18562
|
+
"name": "Steely Smile",
|
|
18563
|
+
"description": {
|
|
18564
|
+
"general": "It masks the fire in your blood"
|
|
18565
|
+
}
|
|
18566
|
+
},
|
|
18567
|
+
"buccaneersRevenge": {
|
|
18568
|
+
"name": "Buccaneer's Revenge",
|
|
18569
|
+
"description": {
|
|
18570
|
+
"general": "Crush those who sought to cage you"
|
|
18571
|
+
}
|
|
18572
|
+
},
|
|
18573
|
+
"borrowedTime": {
|
|
18574
|
+
"name": "Borrowed Time",
|
|
18575
|
+
"description": {
|
|
18576
|
+
"general": "There will be hell to pay"
|
|
18577
|
+
}
|
|
18578
|
+
},
|
|
18579
|
+
"sovereignOfTheSea": {
|
|
18580
|
+
"name": "Sovereign of the Sea",
|
|
18581
|
+
"description": {
|
|
18582
|
+
"general": "\"I have found my place, wild and full of promise."
|
|
18583
|
+
}
|
|
18584
|
+
},
|
|
18585
|
+
"linesInTheSky": {
|
|
18586
|
+
"name": "Lines in the Sky",
|
|
18587
|
+
"description": {
|
|
18588
|
+
"general": "You wonder if they tell your fate"
|
|
18589
|
+
}
|
|
18590
|
+
},
|
|
18591
|
+
"lifesVoyage": {
|
|
18592
|
+
"name": "Life's Voyage",
|
|
18593
|
+
"description": {
|
|
18594
|
+
"general": "\"I was born on a ship, and I'll die on a ship.\""
|
|
18595
|
+
}
|
|
18596
|
+
},
|
|
18597
|
+
"withTheWaves": {
|
|
18598
|
+
"name": "With the Waves",
|
|
18599
|
+
"description": {
|
|
18600
|
+
"general": "You understand the ocean, and it understands you"
|
|
18601
|
+
}
|
|
18602
|
+
},
|
|
18603
|
+
"livingSun": {
|
|
18604
|
+
"name": "Living Sun",
|
|
18605
|
+
"description": {
|
|
18606
|
+
"general": "A tribute to the crown and a famed empire"
|
|
18607
|
+
}
|
|
18608
|
+
},
|
|
18609
|
+
"blackDiamond": {
|
|
18610
|
+
"name": "Black Diamond",
|
|
18611
|
+
"description": {
|
|
18612
|
+
"general": "\"No sea-scum could ever break our will.\""
|
|
18613
|
+
}
|
|
18614
|
+
},
|
|
18615
|
+
"momentousStride": {
|
|
18616
|
+
"name": "Momentous Stride",
|
|
18617
|
+
"description": {
|
|
18618
|
+
"general": "\"Fall in line, and pledge your lives.\""
|
|
18619
|
+
}
|
|
18620
|
+
},
|
|
18621
|
+
"gildedEpic": {
|
|
18622
|
+
"name": "Gilded Epic",
|
|
18623
|
+
"description": {
|
|
18624
|
+
"general": "\"Long after we are gone, our tale will live on.\""
|
|
18625
|
+
}
|
|
18626
|
+
},
|
|
18627
|
+
"corsaire": {
|
|
18628
|
+
"name": "Corsaire",
|
|
18629
|
+
"description": {
|
|
18630
|
+
"general": "\"May their blood sweeten our wine.\""
|
|
18631
|
+
}
|
|
18632
|
+
},
|
|
18633
|
+
"mayhemBringer": {
|
|
18634
|
+
"name": "Mayhem Bringer",
|
|
18635
|
+
"description": {
|
|
18636
|
+
"general": "\"Now, there's a pirate to watch.\""
|
|
18637
|
+
}
|
|
18554
18638
|
}
|
|
18555
18639
|
}
|
|
18556
18640
|
}
|
|
@@ -2747,6 +2747,121 @@
|
|
|
2747
2747
|
"description": {
|
|
2748
2748
|
"general": "An opulent chest which may contain cosmetics that are part of Suave Seadog Set"
|
|
2749
2749
|
}
|
|
2750
|
+
},
|
|
2751
|
+
"tondraDra": {
|
|
2752
|
+
"name": "Tondra-dra",
|
|
2753
|
+
"description": {
|
|
2754
|
+
"general": "The raiders of the Red Isle have always believed their ships bled the shade of their soil, before biting back."
|
|
2755
|
+
}
|
|
2756
|
+
},
|
|
2757
|
+
"rivotrasGrace": {
|
|
2758
|
+
"name": "Rivotra's Grace",
|
|
2759
|
+
"description": {
|
|
2760
|
+
"general": "To the Sea People, the wind has always brought the best protection to their sails."
|
|
2761
|
+
}
|
|
2762
|
+
},
|
|
2763
|
+
"sumuSunder": {
|
|
2764
|
+
"name": "Sumu Sunder",
|
|
2765
|
+
"description": {
|
|
2766
|
+
"general": "To master a fever, one must first break it -- for the ship lords off the Coast of Africa, poison can be the sternest teacher."
|
|
2767
|
+
}
|
|
2768
|
+
},
|
|
2769
|
+
"stinkpotStation": {
|
|
2770
|
+
"name": "Stinkpot Station",
|
|
2771
|
+
"description": {
|
|
2772
|
+
"general": "The grim laboratories of La Peste churn out noxious bombs filled with sulfur and antimony."
|
|
2773
|
+
}
|
|
2774
|
+
},
|
|
2775
|
+
"sheetingWinchConsole": {
|
|
2776
|
+
"name": "Sheeting Winch Console",
|
|
2777
|
+
"description": {
|
|
2778
|
+
"general": "DMC-styled capstan-powered winches used for swift trimming and agile maneuvers."
|
|
2779
|
+
}
|
|
2780
|
+
},
|
|
2781
|
+
"gimbalRingStores": {
|
|
2782
|
+
"name": "Gimbal Ring Stores",
|
|
2783
|
+
"description": {
|
|
2784
|
+
"general": "Compagnie-designed trunnion-mounted rings level guns through pitch and roll."
|
|
2785
|
+
}
|
|
2786
|
+
},
|
|
2787
|
+
"siphonFurnace": {
|
|
2788
|
+
"name": "Siphon Furnace",
|
|
2789
|
+
"description": {
|
|
2790
|
+
"general": "Used by the Ungwana to heat and hurl caustic oils brewed from belladonna and arsenic."
|
|
2791
|
+
}
|
|
2792
|
+
},
|
|
2793
|
+
"causticSpallStation": {
|
|
2794
|
+
"name": "Caustic Spall Station",
|
|
2795
|
+
"description": {
|
|
2796
|
+
"general": "Designed by the Fara to rupture hulls and rot internal beams."
|
|
2797
|
+
}
|
|
2798
|
+
},
|
|
2799
|
+
"leydenVaultArray": {
|
|
2800
|
+
"name": "Leyden Vault Array",
|
|
2801
|
+
"description": {
|
|
2802
|
+
"general": "Glass and foil-lined jars from the remains of the Shadowbeast wired to unleash high-voltage arcs."
|
|
2803
|
+
}
|
|
2804
|
+
},
|
|
2805
|
+
"cascadeCoilBench": {
|
|
2806
|
+
"name": "Cascade Coil Bench",
|
|
2807
|
+
"description": {
|
|
2808
|
+
"general": "Copper coils are wound around flame nozzles, igniting secondary bursts of naptha and sulfur dust."
|
|
2809
|
+
}
|
|
2810
|
+
},
|
|
2811
|
+
"curareCrushingBench": {
|
|
2812
|
+
"name": "Curare Crushing Bench",
|
|
2813
|
+
"description": {
|
|
2814
|
+
"general": "Basins of curare paste with paralytic toxins, packed into splintered shot."
|
|
2815
|
+
}
|
|
2816
|
+
},
|
|
2817
|
+
"virulentAccord": {
|
|
2818
|
+
"name": "Virulent Accord",
|
|
2819
|
+
"description": {
|
|
2820
|
+
"general": "Born of pact and poison, the first flames are always lit by friends turned foes."
|
|
2821
|
+
}
|
|
2822
|
+
},
|
|
2823
|
+
"heavenlyThunder": {
|
|
2824
|
+
"name": "Heavenly Thunder",
|
|
2825
|
+
"description": {
|
|
2826
|
+
"general": "When Tianlei speaks, the sea listens, the storm obeys."
|
|
2827
|
+
}
|
|
2828
|
+
},
|
|
2829
|
+
"theRotmouth": {
|
|
2830
|
+
"name": "The Rotmouth",
|
|
2831
|
+
"description": {
|
|
2832
|
+
"general": "Each bark is a pestilent cough from the Plague King's maw."
|
|
2833
|
+
}
|
|
2834
|
+
},
|
|
2835
|
+
"blightbringer": {
|
|
2836
|
+
"name": "Blightbringer",
|
|
2837
|
+
"description": {
|
|
2838
|
+
"general": "Each charge is said to carry a volatile mix from the bilge-forges of La Peste himself."
|
|
2839
|
+
}
|
|
2840
|
+
},
|
|
2841
|
+
"theDrownedOne": {
|
|
2842
|
+
"name": "The Drowned One",
|
|
2843
|
+
"description": {
|
|
2844
|
+
"general": "The Sea People believe its aim is guided by those who were lost at sea."
|
|
2845
|
+
}
|
|
2846
|
+
},
|
|
2847
|
+
"frostwail": {
|
|
2848
|
+
"name": "Frostwail",
|
|
2849
|
+
"description": {
|
|
2850
|
+
"general": "Some say the screams are from those trapped within the Dark Beyond."
|
|
2851
|
+
}
|
|
2852
|
+
},
|
|
2853
|
+
"sloopOfWarUpgrade": {
|
|
2854
|
+
"name": "Sloop of War Upgrade",
|
|
2855
|
+
"description": {
|
|
2856
|
+
"general": "Ship upgrade for the Sloop of War.",
|
|
2857
|
+
"1": "Upgrades the ship level from 0 to 1.",
|
|
2858
|
+
"2": "Upgrades the ship level from 1 to 2.",
|
|
2859
|
+
"3": "Upgrades the ship level from 2 to 3.",
|
|
2860
|
+
"4": "Upgrades the ship level from 3 to 4.",
|
|
2861
|
+
"5": "Upgrades the ship level from 4 to 5.",
|
|
2862
|
+
"6": "Upgrades the ship level from 5 to 6.",
|
|
2863
|
+
"7": "Upgrades the ship level from 6 to 7."
|
|
2864
|
+
}
|
|
2750
2865
|
}
|
|
2751
2866
|
}
|
|
2752
2867
|
}
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
"theHelmSeasonShadowsOfTheDeep": "Is/was purchasable in the Helm (Yanita, Houma) during {{shadowsOfTheDeep}}",
|
|
44
44
|
"theHelmSeasonAscentIntoChaos": "Is/was purchasable in the Helm (Yanita, Houma) during {{ascentIntoChaos}}",
|
|
45
45
|
"theHelmSeasonOathsOfWar": "Is/was purchasable in the Helm (Yanita, Houma) during {{oathsOfWar}}",
|
|
46
|
+
"theHelmSeasonGutsAndGlory": "Is/was purchasable in the Helm (Yanita, Houma) during {{gutsAndGlory}}",
|
|
46
47
|
"theHelmEvent": "Es/eraAdquiriblee en el Mando (Yanita, Houma) en esa temporada",
|
|
47
48
|
"outpostLostCityOfPrei": "Puesto Ciudad Perdida de Prei",
|
|
48
49
|
"outpostReturnFleetBight": "Puesto Ensenada de la Flota de Retorno",
|
|
@@ -160,6 +161,7 @@
|
|
|
160
161
|
"williamBlackwoodRotatingStoreShadowsOfTheDeep": "Is/was purchasable at William Blackwood's rotating store during {{shadowsOfTheDeep}}",
|
|
161
162
|
"williamBlackwoodRotatingStoreAscentIntoChaos": "Is/was purchasable at William Blackwood's rotating store during {{ascentIntoChaos}}",
|
|
162
163
|
"williamBlackwoodRotatingStoreOathsOfWar": "Is/was purchasable at William Blackwood's rotating store during {{oathsOfWar}}",
|
|
164
|
+
"williamBlackwoodRotatingStoreGutsAndGlory": "Is/was purchasable at William Blackwood's rotating store during {{gutsAndGlory}}",
|
|
163
165
|
"ungwanaConvoyTreasureChest": "Posible aparición de un cofre del tesoro de Ungwana (obtenido al derrotar a los barcos de un convoy mercante de Ungwana).",
|
|
164
166
|
"rempahConvoyTreasureChest": "Posible caída de Rempah Cofre del Tesoro (obtenido al derrotar a los buques de un convoy mercante Rempah)",
|
|
165
167
|
"faraConvoyTreasureChest": "Posible aparición de un cofre del tesoro de Fara (se obtiene al derrotar a los barcos de un convoy mercante de Fara).",
|
|
@@ -194,6 +196,7 @@
|
|
|
194
196
|
"williamBlackwoodSeasonalItemShadowsOfTheDeep": "Is/was purchasable as seasonal item in William Blackwood's store during {{shadowsOfTheDeep}}",
|
|
195
197
|
"williamBlackwoodSeasonalItemAscentIntoChaos": "Is/was purchasable as seasonal item in William Blackwood's store during {{ascentIntoChaos}}",
|
|
196
198
|
"williamBlackwoodSeasonalItemOathsOfWar": "Is/was purchasable as seasonal item in William Blackwood's store during {{oathsOfWar}}",
|
|
199
|
+
"williamBlackwoodSeasonalItemGutsAndGlory": "Is/was purchasable as seasonal item in William Blackwood's store during {{gutsAndGlory}}",
|
|
197
200
|
"corruptCompagnieOfficerOutpost": "Oficial de la Compagnie corrupto en varios puestos avanzados",
|
|
198
201
|
"corruptDmcOfficerOutpost": "Oficial de la CMH corrupto en varios puestos avanzados",
|
|
199
202
|
"ungwanaMerchantOutpost": "Comerciante Ungwana en varios puestos avanzados",
|
|
@@ -231,6 +234,14 @@
|
|
|
231
234
|
"eventPass": "Event Pass",
|
|
232
235
|
"premiumEventPass": "Premium Event Pass",
|
|
233
236
|
"darktideAltarTelokPenjarah": "Purchasable during the Darktide Lullaby event at the Darktide Altar in Telok Penjarah",
|
|
234
|
-
"notIntendedToBeObtainable": "Not intended to be obtainable"
|
|
237
|
+
"notIntendedToBeObtainable": "Not intended to be obtainable",
|
|
238
|
+
"twitchDropStartYear2Season3": "Twitch Drops at the start of {{gutsAndGlory}}",
|
|
239
|
+
"factionWarEffortReward": "Reward for contributing War Assets to the Faction War",
|
|
240
|
+
"factionWarRewardWonTerritory1": "Reward for winning one territory in the Faction War with the aligned faction",
|
|
241
|
+
"factionWarRewardWonTerritory4": "Reward for winning four territories in the Faction War with the aligned faction",
|
|
242
|
+
"factionWarRewardWonTerritory5": "Reward for winning five territories in the Faction War with the aligned faction",
|
|
243
|
+
"factionWarRewardWonTerritory8": "Reward for winning eight territories in the Faction War with the aligned faction",
|
|
244
|
+
"factionWarRewardWonTerritory11": "Reward for winning eleven territories in the Faction War with the aligned faction",
|
|
245
|
+
"twitchDropSpammals": "Time-limited twitch drop during a livestream from Spammals"
|
|
235
246
|
}
|
|
236
247
|
}
|
|
@@ -307,6 +307,137 @@
|
|
|
307
307
|
"longArmRepair": {
|
|
308
308
|
"name": "Arma Larga (Reparación)",
|
|
309
309
|
"description": "Los impactos que alcanzan el 70% del alcance máximo o más también restauran un %s-%s% más de cantidad de reparación"
|
|
310
|
+
},
|
|
311
|
+
"acrid": {
|
|
312
|
+
"name": "Acrid",
|
|
313
|
+
"description": "Every hit deals an extra burst of %s-%s Toxic Damage"
|
|
314
|
+
},
|
|
315
|
+
"noxious": {
|
|
316
|
+
"name": "Noxious",
|
|
317
|
+
"description": "Adds %s-%s% damage as Toxic Damage"
|
|
318
|
+
},
|
|
319
|
+
"direToxic": {
|
|
320
|
+
"name": "Dire Toxic",
|
|
321
|
+
"description": "Hits ignore %s-%s% of the target's Toxic resistance"
|
|
322
|
+
},
|
|
323
|
+
"amplifiedToxic": {
|
|
324
|
+
"name": "Amplified Toxic",
|
|
325
|
+
"description": "Increases existing Toxic Damage by %s-%s%"
|
|
326
|
+
},
|
|
327
|
+
"antidotes": {
|
|
328
|
+
"name": "Antidotes",
|
|
329
|
+
"description": "Hits also reduce the target's build up of the Poisoned Status Effect by %s-%s%"
|
|
330
|
+
},
|
|
331
|
+
"armored": {
|
|
332
|
+
"name": "Armored",
|
|
333
|
+
"description": "Increases Armor by %s-%s"
|
|
334
|
+
},
|
|
335
|
+
"rugged": {
|
|
336
|
+
"name": "Rugged",
|
|
337
|
+
"description": "Reduces incoming damage by %s-%s while Bracing"
|
|
338
|
+
},
|
|
339
|
+
"fireResistant": {
|
|
340
|
+
"name": "Fire Resistant",
|
|
341
|
+
"description": "Increases Fire Resistance by %s-%s%"
|
|
342
|
+
},
|
|
343
|
+
"floodingResistant": {
|
|
344
|
+
"name": "Flooding Resistant",
|
|
345
|
+
"description": "Increases Flooding Resistance by %s-%s%"
|
|
346
|
+
},
|
|
347
|
+
"piercingResistant": {
|
|
348
|
+
"name": "Piercing Resistant",
|
|
349
|
+
"description": "Increases Piercing Resistance by %s-%s%"
|
|
350
|
+
},
|
|
351
|
+
"explosiveResistant": {
|
|
352
|
+
"name": "Explosive Resistant",
|
|
353
|
+
"description": "Increases Explosive Resistance by %s-%s%"
|
|
354
|
+
},
|
|
355
|
+
"electricResistant": {
|
|
356
|
+
"name": "Electric Resistant",
|
|
357
|
+
"description": "Increases Electric Resistance by %s-%s%"
|
|
358
|
+
},
|
|
359
|
+
"toxicResistant": {
|
|
360
|
+
"name": "Toxic Resistant",
|
|
361
|
+
"description": "Increases Toxic Resistance by %s-%s%"
|
|
362
|
+
},
|
|
363
|
+
"tearingResistant": {
|
|
364
|
+
"name": "Tearing Resistant",
|
|
365
|
+
"description": "Increases Tearing Resistance by %s-%s%"
|
|
366
|
+
},
|
|
367
|
+
"stout": {
|
|
368
|
+
"name": "Stout",
|
|
369
|
+
"description": "Increases Hull Health by %s-%s"
|
|
370
|
+
},
|
|
371
|
+
"strength": {
|
|
372
|
+
"name": "Strength",
|
|
373
|
+
"description": "Increases Brace Strength by %s-%s"
|
|
374
|
+
},
|
|
375
|
+
"vigor": {
|
|
376
|
+
"name": "Vigor",
|
|
377
|
+
"description": "Increases Crew Stamina by %s-%s"
|
|
378
|
+
},
|
|
379
|
+
"ironclad": {
|
|
380
|
+
"name": "Ironclad",
|
|
381
|
+
"description": "Increases Armor by %s-%s%"
|
|
382
|
+
},
|
|
383
|
+
"stalwart": {
|
|
384
|
+
"name": "Stalwart",
|
|
385
|
+
"description": "Increases Hull Health by %s-%s%"
|
|
386
|
+
},
|
|
387
|
+
"fortitude": {
|
|
388
|
+
"name": "Fortitude",
|
|
389
|
+
"description": "Increases Brace Strength by %s-%s%"
|
|
390
|
+
},
|
|
391
|
+
"maintenance": {
|
|
392
|
+
"name": "Maintenance",
|
|
393
|
+
"description": "Repairs %s-%s Hull Health per second"
|
|
394
|
+
},
|
|
395
|
+
"determination": {
|
|
396
|
+
"name": "Determination",
|
|
397
|
+
"description": "Increases Brace Strength Recovery by %s-%s% per second"
|
|
398
|
+
},
|
|
399
|
+
"barbarian": {
|
|
400
|
+
"name": "Barbarian",
|
|
401
|
+
"description": "When Hull Health is below 25%, increases Weapon damage by %s-%s%"
|
|
402
|
+
},
|
|
403
|
+
"survivor": {
|
|
404
|
+
"name": "Survivor",
|
|
405
|
+
"description": "When Hull Health drops below 25%, repairs %s-%s% Hull Health over 10 seconds. This effect has a 30 second cooldown"
|
|
406
|
+
},
|
|
407
|
+
"craftsman": {
|
|
408
|
+
"name": "Craftsman",
|
|
409
|
+
"description": "Increases Repair Amount of Repair Kits by %s-%s%"
|
|
410
|
+
},
|
|
411
|
+
"resilience": {
|
|
412
|
+
"name": "Resilience",
|
|
413
|
+
"description": "Using a Restoration Kit grants %s-%s% reduction to all Secondary Damage for 5 seconds"
|
|
414
|
+
},
|
|
415
|
+
"supreme": {
|
|
416
|
+
"name": "Supreme",
|
|
417
|
+
"description": "Increases the damage of special attacks launched from the Armor by %s-%s%"
|
|
418
|
+
},
|
|
419
|
+
"steelIntegration": {
|
|
420
|
+
"name": "Steel Integration",
|
|
421
|
+
"description": [
|
|
422
|
+
"Every 1% of Piercing and Explosive resistance adds %s-%s Armor",
|
|
423
|
+
"Adds 5% Piercing and Explosive resistance"
|
|
424
|
+
]
|
|
425
|
+
},
|
|
426
|
+
"coalesce": {
|
|
427
|
+
"name": "Coalesce",
|
|
428
|
+
"description": "%s-%s% chance that 50% of damage braced restores Hull Health. This effect only occurs after bracing ends"
|
|
429
|
+
},
|
|
430
|
+
"watcher": {
|
|
431
|
+
"name": "Watcher",
|
|
432
|
+
"description": "Any damage taken while Bracing has a %s-%s% chance of being reduced by 1750"
|
|
433
|
+
},
|
|
434
|
+
"respite": {
|
|
435
|
+
"name": "Respite",
|
|
436
|
+
"description": "When Bracing damage, there's a %s-%s% chance to repair 500 Hull Health and 100 Severe Damage per second for the net 5 seconds. This effect has a cooldown of 10 seconds"
|
|
437
|
+
},
|
|
438
|
+
"jester": {
|
|
439
|
+
"name": "Jester",
|
|
440
|
+
"description": "Upon being afflicted with Taunted, increase Armor Rating and Brace Strength Recovery by %s-%s% for 15 seconds"
|
|
310
441
|
}
|
|
311
442
|
}
|
|
312
443
|
}
|