@skullandbonestools/snbdata 6.2.2 → 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/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/de/de_achievements.json +72 -0
- package/languages/de/de_cosmetics.json +84 -0
- package/languages/de/de_items.json +117 -2
- package/languages/de/de_locations.json +12 -1
- package/languages/de/de_modifications.json +131 -0
- package/languages/de/de_perks.json +146 -12
- 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/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/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/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/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/package.json +1 -1
|
@@ -307,6 +307,137 @@
|
|
|
307
307
|
"longArmRepair": {
|
|
308
308
|
"name": "Long Arm (Repair)",
|
|
309
309
|
"description": "Hits that land at 70% of Maximum Range or further also restores %s-%s% more Repair Amount"
|
|
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
|
}
|
|
@@ -565,10 +565,7 @@
|
|
|
565
565
|
"putrefying": {
|
|
566
566
|
"name": "Putrefying",
|
|
567
567
|
"description": {
|
|
568
|
-
"general":
|
|
569
|
-
"Releases toxic fumes for a short period upon impact, dealing damage and sapping Crew Stamina",
|
|
570
|
-
"Damage from toxic fumes cannot be blocked by bracing"
|
|
571
|
-
]
|
|
568
|
+
"general": "Releases toxic fumes for a short period upon impact, sapping the target's Crew Stamina based on 1% of the Toxic damage dealt"
|
|
572
569
|
}
|
|
573
570
|
},
|
|
574
571
|
"venemousVengeance": {
|
|
@@ -601,12 +598,12 @@
|
|
|
601
598
|
"laPotenceSchematics": {
|
|
602
599
|
"description": {
|
|
603
600
|
"general": [
|
|
604
|
-
"Increases damage to weakpoints to enemy ships",
|
|
605
|
-
"
|
|
601
|
+
"Increases damage to weakpoints to enemy ships by 10%",
|
|
602
|
+
"Penetrates 10% of Toxic Resistance"
|
|
606
603
|
],
|
|
607
604
|
"1": [
|
|
608
605
|
"Increases damage to weakpoints to enemy ships by 10%",
|
|
609
|
-
"
|
|
606
|
+
"Penetrates 10% of Toxic Resistance"
|
|
610
607
|
]
|
|
611
608
|
}
|
|
612
609
|
},
|
|
@@ -826,10 +823,7 @@
|
|
|
826
823
|
"toxic": {
|
|
827
824
|
"name": "Toxic",
|
|
828
825
|
"description": {
|
|
829
|
-
"3":
|
|
830
|
-
"Hits from this weapon saps Crew Stamina",
|
|
831
|
-
"Adds 20% damage that cannot be blocked by Bracing"
|
|
832
|
-
]
|
|
826
|
+
"3": "Adds 30% of damage as Toxic Damage"
|
|
833
827
|
}
|
|
834
828
|
},
|
|
835
829
|
"homing": {
|
|
@@ -1766,7 +1760,8 @@
|
|
|
1766
1760
|
"description": {
|
|
1767
1761
|
"1": "Adds 10% of damage as Electric Damage",
|
|
1768
1762
|
"2": "Adds 20% of damage as Electric Damage",
|
|
1769
|
-
"3": "Adds 30% of damage as Electric Damage"
|
|
1763
|
+
"3": "Adds 30% of damage as Electric Damage",
|
|
1764
|
+
"4": "Adds 40% of damage as Electric Damage"
|
|
1770
1765
|
}
|
|
1771
1766
|
},
|
|
1772
1767
|
"organHarvestingStation": {
|
|
@@ -2827,6 +2822,145 @@
|
|
|
2827
2822
|
"When sailing against the wind, increases Top Speed by 10% and reduces Crew Stamina Depletion while in combat by 10%"
|
|
2828
2823
|
]
|
|
2829
2824
|
}
|
|
2825
|
+
},
|
|
2826
|
+
"plaguebringer": {
|
|
2827
|
+
"name": "Plaguebringer",
|
|
2828
|
+
"description": {
|
|
2829
|
+
"general": [
|
|
2830
|
+
"When attacking a target under Poisoned status effect, it increases the damage and duration of the Poisoned status effect by 6% and 20% respectively for each consecutive hit up to 30% increased damage and 100% increased duration. Weapon hit has a chance to cause a poison explosion of 300m on the target, dealing 1000 Toxic damage to hostile enemies",
|
|
2831
|
+
"Increase Toxic Weapons damage by 20% and Poisoned charge up rate by 150%"
|
|
2832
|
+
]
|
|
2833
|
+
}
|
|
2834
|
+
},
|
|
2835
|
+
"spite": {
|
|
2836
|
+
"name": "Spite",
|
|
2837
|
+
"description": {
|
|
2838
|
+
"general": "When attacking an enemy ship under the Poisoned status effect, the enemy ship deals 50 Toxic Damage per second to nearby targets within 300m for 10 seconds. Decreases damage received from targets affected by the Poisoned status effect by 30%"
|
|
2839
|
+
}
|
|
2840
|
+
},
|
|
2841
|
+
"resurgence": {
|
|
2842
|
+
"name": "Resurgence",
|
|
2843
|
+
"description": {
|
|
2844
|
+
"general": "Killing a target grants a 100% boost to Maximum Brace Strength for 11s and instantly restores 60% Brace Strength and 25% Hull Health. This effect has a cooldown of 60s"
|
|
2845
|
+
}
|
|
2846
|
+
},
|
|
2847
|
+
"windcaller": {
|
|
2848
|
+
"name": "Windcaller",
|
|
2849
|
+
"description": {
|
|
2850
|
+
"general": "While bracing, increase Acceleration and Turning Speed by 2% each second. When Bracing ends, retain acceleration and Turning Speed for 6s. For this duration, increase Sailing Speed by 14%"
|
|
2851
|
+
}
|
|
2852
|
+
},
|
|
2853
|
+
"immunity": {
|
|
2854
|
+
"name": "Immunity",
|
|
2855
|
+
"description": {
|
|
2856
|
+
"general": "Reduces the damage that passes through Brace Strength to Hull Health due to the Poisoned status effect by 50%. Also reduces duration of Poisoned status effect by 25%"
|
|
2857
|
+
}
|
|
2858
|
+
},
|
|
2859
|
+
"stinkpotStation": {
|
|
2860
|
+
"description": {
|
|
2861
|
+
"general": [
|
|
2862
|
+
"Hits with a Toxic Weapon on a target within 250m, deal 10% more damage if they are Bracing",
|
|
2863
|
+
"Poisoned Status effects applied to targets within 250m deal 10% increased damage",
|
|
2864
|
+
"Increases Toxic Damage to enemy ships by 8%"
|
|
2865
|
+
]
|
|
2866
|
+
}
|
|
2867
|
+
},
|
|
2868
|
+
"sheetingWinchConsole": {
|
|
2869
|
+
"description": {
|
|
2870
|
+
"general": [
|
|
2871
|
+
"Gain 0.8% weapon damage per 1kts of sailing Speed",
|
|
2872
|
+
"If no damage is received while trimming for 5s, reduce the reload time of Broadside Weapons by 12% for 10s",
|
|
2873
|
+
"Increases Acceleration by 20%"
|
|
2874
|
+
]
|
|
2875
|
+
}
|
|
2876
|
+
},
|
|
2877
|
+
"gimbalRingStores": {
|
|
2878
|
+
"description": {
|
|
2879
|
+
"general": [
|
|
2880
|
+
"Hitting a target over 180m away, increases damage of Demicannon weapons by 17% for 12s",
|
|
2881
|
+
"Increases Projectile Speed of Demicannon Weapons by 14%",
|
|
2882
|
+
"Increases Maximum Range of Demicannon Weapons by 12%"
|
|
2883
|
+
]
|
|
2884
|
+
}
|
|
2885
|
+
},
|
|
2886
|
+
"siphonFurnace": {
|
|
2887
|
+
"description": {
|
|
2888
|
+
"general": [
|
|
2889
|
+
"If the target is Poisoned, increases the damage of Toxic weapons by 10%",
|
|
2890
|
+
"Increases Projectile Speed of Toxic Weapons by 12%",
|
|
2891
|
+
"Increases Maximum Range of Toxic Weapons by 10%"
|
|
2892
|
+
]
|
|
2893
|
+
}
|
|
2894
|
+
},
|
|
2895
|
+
"causticSpallStation": {
|
|
2896
|
+
"description": {
|
|
2897
|
+
"general": [
|
|
2898
|
+
"Dealing damage with a Flooding Weapon from over 200m away, increases Flooding Damage by 13% for 10s",
|
|
2899
|
+
"For every 1% increase in Projectile Speed of Weapons through any bonuses, increase Flooding Damage of those weapons by 1%",
|
|
2900
|
+
"Increases damage to enemy ships with the Flooded effect by 10%"
|
|
2901
|
+
]
|
|
2902
|
+
}
|
|
2903
|
+
},
|
|
2904
|
+
"leydenVaultArray": {
|
|
2905
|
+
"description": {
|
|
2906
|
+
"general": [
|
|
2907
|
+
"For every 5m Area-of-Effect Radius of the weapon, increase weapon damage as Electric Damage by 2%",
|
|
2908
|
+
"Reduces Reload Time of Electric Weapons by 6%",
|
|
2909
|
+
"Increases Damage to enemy ships with the Stormstruck effect by 8%"
|
|
2910
|
+
]
|
|
2911
|
+
}
|
|
2912
|
+
},
|
|
2913
|
+
"cascadeCoilBench": {
|
|
2914
|
+
"description": {
|
|
2915
|
+
"general": [
|
|
2916
|
+
"Increases weapon damage of Sea Fire by 13%",
|
|
2917
|
+
"Increases Secondary damage of Sea Fire by 15%"
|
|
2918
|
+
]
|
|
2919
|
+
}
|
|
2920
|
+
},
|
|
2921
|
+
"curareCrushingBench": {
|
|
2922
|
+
"description": {
|
|
2923
|
+
"general": [
|
|
2924
|
+
"Increases Charge rate of the Poisoned status effect on a target by 8%",
|
|
2925
|
+
"Increases duration of the Poisoned effect on enemy ships by 8%"
|
|
2926
|
+
]
|
|
2927
|
+
}
|
|
2928
|
+
},
|
|
2929
|
+
"infectious": {
|
|
2930
|
+
"name": "Infectious",
|
|
2931
|
+
"description": {
|
|
2932
|
+
"general": "Hitting the same target 8 times deals 13% Toxic damage to nearby enemies within 150m. Weapon damage increases by 1% for each subsequent hit on the same target"
|
|
2933
|
+
}
|
|
2934
|
+
},
|
|
2935
|
+
"lancerSeaFire": {
|
|
2936
|
+
"name": "Lancer",
|
|
2937
|
+
"description": {
|
|
2938
|
+
"general": "Fires a streak of lightning that can chain up to 4 targets in proximity. Increases damage by 1% per 10m of weapon range. Adds 75m to weapon range"
|
|
2939
|
+
}
|
|
2940
|
+
},
|
|
2941
|
+
"virulent": {
|
|
2942
|
+
"name": "Virulent",
|
|
2943
|
+
"description": {
|
|
2944
|
+
"general": "50% of Toxic damage reduces Maximum Brace Strength for 10s. If the target is Poisoned, Toxic damage is increased by 75%"
|
|
2945
|
+
}
|
|
2946
|
+
},
|
|
2947
|
+
"contagion": {
|
|
2948
|
+
"name": "Contagion",
|
|
2949
|
+
"description": {
|
|
2950
|
+
"general": "When armed, afflicts target with the Gaseous status effect for 4s, which deals 300 Poison damage per second to all enemies in 150m from the target. Effect can be stacked up to 8 times"
|
|
2951
|
+
}
|
|
2952
|
+
},
|
|
2953
|
+
"perforator": {
|
|
2954
|
+
"name": "Perforator",
|
|
2955
|
+
"description": {
|
|
2956
|
+
"general": "Hitting a Weakpoint deals 150% of Flooding damage as an extra burst of Severe Damage. If a target is Flooded, the extra burst damage is increased to 200%"
|
|
2957
|
+
}
|
|
2958
|
+
},
|
|
2959
|
+
"countdown": {
|
|
2960
|
+
"name": "Countdown",
|
|
2961
|
+
"description": {
|
|
2962
|
+
"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
|
+
}
|
|
2830
2964
|
}
|
|
2831
2965
|
}
|
|
2832
2966
|
}
|
|
@@ -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
|
}
|