@skullandbonestools/snbdata 6.0.20 → 6.1.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/commodities.json +5 -0
- package/data/cosmetics.json +338 -0
- package/data/factions.json +6 -0
- package/data/items.json +184 -21
- package/data/materials.json +5 -0
- package/data/modifications.json +1 -1
- package/data/sets.json +20 -0
- package/data/worldEvents.json +5 -0
- package/languages/ar/ar_commodities.json +4 -0
- package/languages/ar/ar_cosmetics.json +228 -0
- package/languages/ar/ar_factions.json +3 -0
- package/languages/ar/ar_items.json +60 -0
- package/languages/ar/ar_locations.json +5 -1
- package/languages/ar/ar_materials.json +4 -0
- package/languages/ar/ar_perks.json +43 -0
- package/languages/ar/ar_sets.json +6 -1
- package/languages/ar/ar_worldEvents.json +2 -1
- package/languages/de/de_commodities.json +4 -0
- package/languages/de/de_cosmetics.json +228 -0
- package/languages/de/de_factions.json +3 -0
- package/languages/de/de_items.json +60 -0
- package/languages/de/de_locations.json +5 -1
- package/languages/de/de_materials.json +4 -0
- package/languages/de/de_perks.json +43 -0
- package/languages/de/de_sets.json +6 -1
- package/languages/de/de_worldEvents.json +2 -1
- package/languages/en/en_commodities.json +4 -0
- package/languages/en/en_cosmetics.json +228 -0
- package/languages/en/en_factions.json +3 -0
- package/languages/en/en_items.json +60 -0
- package/languages/en/en_locations.json +5 -1
- package/languages/en/en_materials.json +4 -0
- package/languages/en/en_perks.json +43 -0
- package/languages/en/en_sets.json +6 -1
- package/languages/en/en_worldEvents.json +2 -1
- package/languages/es/es_commodities.json +4 -0
- package/languages/es/es_cosmetics.json +228 -0
- package/languages/es/es_factions.json +3 -0
- package/languages/es/es_items.json +60 -0
- package/languages/es/es_locations.json +5 -1
- package/languages/es/es_materials.json +4 -0
- package/languages/es/es_perks.json +43 -0
- package/languages/es/es_sets.json +6 -1
- package/languages/es/es_worldEvents.json +2 -1
- package/languages/fr/fr_commodities.json +4 -0
- package/languages/fr/fr_cosmetics.json +228 -0
- package/languages/fr/fr_factions.json +3 -0
- package/languages/fr/fr_items.json +60 -0
- package/languages/fr/fr_locations.json +5 -1
- package/languages/fr/fr_materials.json +4 -0
- package/languages/fr/fr_perks.json +43 -0
- package/languages/fr/fr_sets.json +6 -1
- package/languages/fr/fr_worldEvents.json +2 -1
- package/languages/source/commodities.json +4 -0
- package/languages/source/cosmetics.json +228 -0
- package/languages/source/factions.json +3 -0
- package/languages/source/items.json +60 -0
- package/languages/source/locations.json +5 -1
- package/languages/source/materials.json +4 -0
- package/languages/source/perks.json +43 -0
- package/languages/source/sets.json +6 -1
- package/languages/source/worldEvents.json +2 -1
- package/package.json +1 -1
package/data/items.json
CHANGED
|
@@ -6716,6 +6716,7 @@
|
|
|
6716
6716
|
"tier": 1,
|
|
6717
6717
|
"rarity": "rare",
|
|
6718
6718
|
"season": "chorusOfHavoc",
|
|
6719
|
+
"blueprint": "williamBlackwoodSeasonalItemOathsOfWar",
|
|
6719
6720
|
"obtainable": [
|
|
6720
6721
|
"smugglerPass",
|
|
6721
6722
|
"williamBlackwoodRotatingStore"
|
|
@@ -6727,9 +6728,17 @@
|
|
|
6727
6728
|
"perks": [
|
|
6728
6729
|
"raisedQuarterdeck1"
|
|
6729
6730
|
],
|
|
6730
|
-
"required": {
|
|
6731
|
+
"required": {
|
|
6732
|
+
"roselleCloth": 16,
|
|
6733
|
+
"plateGlass": 8,
|
|
6734
|
+
"woodPitch": 8,
|
|
6735
|
+
"wormDrive": 8,
|
|
6736
|
+
"torsionSpring": 6,
|
|
6737
|
+
"eelSturdyRopes": 2,
|
|
6738
|
+
"silver": 3600
|
|
6739
|
+
},
|
|
6731
6740
|
"dateAdded": "2024-06-02",
|
|
6732
|
-
"lastUpdated": "2025-
|
|
6741
|
+
"lastUpdated": "2025-09-02"
|
|
6733
6742
|
},
|
|
6734
6743
|
"buoyLocker1": {
|
|
6735
6744
|
"id": "buoyLocker1",
|
|
@@ -9000,7 +9009,8 @@
|
|
|
9000
9009
|
"season": "chorusOfHavoc",
|
|
9001
9010
|
"weight": 10,
|
|
9002
9011
|
"buffDuration": 1800,
|
|
9003
|
-
"event": "dragonsRegatta",
|
|
9012
|
+
"event": ["dragonsRegatta","darktideLullaby"],
|
|
9013
|
+
"worldEvent": "theWeepingMother",
|
|
9004
9014
|
"obtainable": [
|
|
9005
9015
|
"regattaChest",
|
|
9006
9016
|
"regattaContractReward"
|
|
@@ -9010,7 +9020,7 @@
|
|
|
9010
9020
|
"zongZi"
|
|
9011
9021
|
],
|
|
9012
9022
|
"dateAdded": "2024-07-05",
|
|
9013
|
-
"lastUpdated": "2025-
|
|
9023
|
+
"lastUpdated": "2025-09-02"
|
|
9014
9024
|
},
|
|
9015
9025
|
"teulingsSpecialSteakDinner": {
|
|
9016
9026
|
"id": "teulingsSpecialSteakDinner",
|
|
@@ -10757,11 +10767,13 @@
|
|
|
10757
10767
|
"type": "culverin",
|
|
10758
10768
|
"rarity": "epic",
|
|
10759
10769
|
"season": "shadowsOfTheDeep",
|
|
10760
|
-
"event": ["enterTheNian","moonshineLarceny"],
|
|
10770
|
+
"event": ["enterTheNian","moonshineLarceny","darktideLullaby"],
|
|
10761
10771
|
"obtainable": [
|
|
10762
10772
|
"idolOfTheBeastStatue",
|
|
10763
10773
|
"nianStrongbox",
|
|
10764
|
-
"ascendedEventCache"
|
|
10774
|
+
"ascendedEventCache",
|
|
10775
|
+
"darktideAltarTelokPenjarah",
|
|
10776
|
+
"ascendedDarktideLullabyEventCache"
|
|
10765
10777
|
],
|
|
10766
10778
|
"value": 1,
|
|
10767
10779
|
"weight": 500,
|
|
@@ -10778,7 +10790,7 @@
|
|
|
10778
10790
|
"explosive1"
|
|
10779
10791
|
],
|
|
10780
10792
|
"dateAdded": "2025-01-14",
|
|
10781
|
-
"lastUpdated": "2025-
|
|
10793
|
+
"lastUpdated": "2025-09-02"
|
|
10782
10794
|
},
|
|
10783
10795
|
"agnisFury": {
|
|
10784
10796
|
"id": "agnisFury",
|
|
@@ -11298,9 +11310,11 @@
|
|
|
11298
11310
|
"obtainable": [
|
|
11299
11311
|
"azureStrongbox",
|
|
11300
11312
|
"azuriteLodestoneSaintAnne",
|
|
11301
|
-
"ascendedEventCache"
|
|
11313
|
+
"ascendedEventCache",
|
|
11314
|
+
"darktideAltarTelokPenjarah",
|
|
11315
|
+
"ascendedDarktideLullabyEventCache"
|
|
11302
11316
|
],
|
|
11303
|
-
"event": ["azureSolstice","moonshineLarceny"],
|
|
11317
|
+
"event": ["azureSolstice","moonshineLarceny","darktideLullaby"],
|
|
11304
11318
|
"worldEvent": "theAzureRoyale",
|
|
11305
11319
|
"value": 1,
|
|
11306
11320
|
"weight": 500,
|
|
@@ -11311,16 +11325,13 @@
|
|
|
11311
11325
|
"reloadSpeed": 7200,
|
|
11312
11326
|
"optimalRange": 1000,
|
|
11313
11327
|
"projectileSpeed": 350,
|
|
11314
|
-
"required": {
|
|
11315
|
-
"azuriteGem": 600
|
|
11316
|
-
},
|
|
11317
11328
|
"perks": [
|
|
11318
11329
|
"ghostlyMending",
|
|
11319
11330
|
"burning2",
|
|
11320
11331
|
"piercing1"
|
|
11321
11332
|
],
|
|
11322
11333
|
"dateAdded": "2024-12-03",
|
|
11323
|
-
"lastUpdated": "2025-
|
|
11334
|
+
"lastUpdated": "2025-09-02"
|
|
11324
11335
|
},
|
|
11325
11336
|
"dahaaka": {
|
|
11326
11337
|
"id": "dahaaka",
|
|
@@ -11969,7 +11980,7 @@
|
|
|
11969
11980
|
"type": "bombard",
|
|
11970
11981
|
"rarity": "epic",
|
|
11971
11982
|
"season": "ascentIntoChaos",
|
|
11972
|
-
"event": ["theHonorless","moonshineLarceny"],
|
|
11983
|
+
"event": ["theHonorless","moonshineLarceny","darktideLullaby"],
|
|
11973
11984
|
"value": 1,
|
|
11974
11985
|
"weight": 500,
|
|
11975
11986
|
"gearScore": 91,
|
|
@@ -11983,7 +11994,9 @@
|
|
|
11983
11994
|
"obtainable": [
|
|
11984
11995
|
"theHelmEvent",
|
|
11985
11996
|
"bloodiedStrongbox",
|
|
11986
|
-
"ascendedEventCache"
|
|
11997
|
+
"ascendedEventCache",
|
|
11998
|
+
"darktideAltarTelokPenjarah",
|
|
11999
|
+
"ascendedDarktideLullabyEventCache"
|
|
11987
12000
|
],
|
|
11988
12001
|
"required": {
|
|
11989
12002
|
"bloodiedDoubloon": 1000
|
|
@@ -12417,9 +12430,11 @@
|
|
|
12417
12430
|
"obtainable": [
|
|
12418
12431
|
"theHelmEvent",
|
|
12419
12432
|
"bloodiedStrongbox",
|
|
12420
|
-
"ascendedEventCache"
|
|
12433
|
+
"ascendedEventCache",
|
|
12434
|
+
"darktideAltarTelokPenjarah",
|
|
12435
|
+
"ascendedDarktideLullabyEventCache"
|
|
12421
12436
|
],
|
|
12422
|
-
"event": ["theHonorless","moonshineLarceny"],
|
|
12437
|
+
"event": ["theHonorless","moonshineLarceny","darktideLullaby"],
|
|
12423
12438
|
"value": 1,
|
|
12424
12439
|
"weight": 500,
|
|
12425
12440
|
"gearScore": 91,
|
|
@@ -13685,7 +13700,12 @@
|
|
|
13685
13700
|
"rarity": "epic",
|
|
13686
13701
|
"season": "oathsOfWar",
|
|
13687
13702
|
"event": "darktideLullaby",
|
|
13688
|
-
"obtainable":
|
|
13703
|
+
"obtainable": [
|
|
13704
|
+
"darktideAltarTelokPenjarah",
|
|
13705
|
+
"darktideChest",
|
|
13706
|
+
"ascendedHellgateSerpentChest",
|
|
13707
|
+
"ascendedDarktideLullabyEventCache"
|
|
13708
|
+
],
|
|
13689
13709
|
"value": 1,
|
|
13690
13710
|
"weight": 500,
|
|
13691
13711
|
"gearScore": 91,
|
|
@@ -13702,7 +13722,7 @@
|
|
|
13702
13722
|
"flooding2"
|
|
13703
13723
|
],
|
|
13704
13724
|
"dateAdded": "2025-07-15",
|
|
13705
|
-
"lastUpdated": "2025-
|
|
13725
|
+
"lastUpdated": "2025-09-02"
|
|
13706
13726
|
},
|
|
13707
13727
|
"stormVigil": {
|
|
13708
13728
|
"id": "stormVigil",
|
|
@@ -13733,7 +13753,7 @@
|
|
|
13733
13753
|
"id": "spiritcaller",
|
|
13734
13754
|
"rarity": "rare",
|
|
13735
13755
|
"season": "oathsOfWar",
|
|
13736
|
-
"obtainable": "",
|
|
13756
|
+
"obtainable": "darktideAltarTelokPenjarah",
|
|
13737
13757
|
"event": "darktideLullaby",
|
|
13738
13758
|
"requiredSize": "medium",
|
|
13739
13759
|
"type": "springloader",
|
|
@@ -13750,7 +13770,7 @@
|
|
|
13750
13770
|
"illuminate"
|
|
13751
13771
|
],
|
|
13752
13772
|
"dateAdded": "2025-07-15",
|
|
13753
|
-
"lastUpdated": "2025-
|
|
13773
|
+
"lastUpdated": "2025-09-02"
|
|
13754
13774
|
},
|
|
13755
13775
|
"harrowguard": {
|
|
13756
13776
|
"id": "harrowguard",
|
|
@@ -14297,5 +14317,148 @@
|
|
|
14297
14317
|
"type": "contract",
|
|
14298
14318
|
"dateAdded": "2025-08-26",
|
|
14299
14319
|
"lastUpdated": "2025-08-26"
|
|
14320
|
+
},
|
|
14321
|
+
"royalSterilizationTent": {
|
|
14322
|
+
"id": "royalSterilizationTent",
|
|
14323
|
+
"type": "majorFurniture",
|
|
14324
|
+
"rarity": "epic",
|
|
14325
|
+
"season": "oathsOfWar",
|
|
14326
|
+
"value": 1,
|
|
14327
|
+
"weight": 250,
|
|
14328
|
+
"gearScore": 35,
|
|
14329
|
+
"required": {},
|
|
14330
|
+
"obtainable": "williamBlackwoodRotatingStoreOathsOfWar",
|
|
14331
|
+
"perks": [
|
|
14332
|
+
"royalSterilizationTent"
|
|
14333
|
+
],
|
|
14334
|
+
"dateAdded": "2025-09-02",
|
|
14335
|
+
"lastUpdated": "2025-09-02"
|
|
14336
|
+
},
|
|
14337
|
+
"atelierDeCuivrage": {
|
|
14338
|
+
"id": "atelierDeCuivrage",
|
|
14339
|
+
"type": "majorFurniture",
|
|
14340
|
+
"rarity": "epic",
|
|
14341
|
+
"season": "oathsOfWar",
|
|
14342
|
+
"value": 1,
|
|
14343
|
+
"weight": 250,
|
|
14344
|
+
"gearScore": 35,
|
|
14345
|
+
"required": {},
|
|
14346
|
+
"obtainable": "williamBlackwoodRotatingStoreOathsOfWar",
|
|
14347
|
+
"perks": [
|
|
14348
|
+
"atelierDeCuivrage"
|
|
14349
|
+
],
|
|
14350
|
+
"dateAdded": "2025-09-02",
|
|
14351
|
+
"lastUpdated": "2025-09-02"
|
|
14352
|
+
},
|
|
14353
|
+
"rampantCarriageHold": {
|
|
14354
|
+
"id": "rampantCarriageHold",
|
|
14355
|
+
"type": "majorFurniture",
|
|
14356
|
+
"rarity": "epic",
|
|
14357
|
+
"season": "oathsOfWar",
|
|
14358
|
+
"value": 1,
|
|
14359
|
+
"weight": 250,
|
|
14360
|
+
"gearScore": 35,
|
|
14361
|
+
"required": {},
|
|
14362
|
+
"obtainable": "williamBlackwoodRotatingStoreOathsOfWar",
|
|
14363
|
+
"perks": [
|
|
14364
|
+
"rampantCarriageHold"
|
|
14365
|
+
],
|
|
14366
|
+
"dateAdded": "2025-09-02",
|
|
14367
|
+
"lastUpdated": "2025-09-02"
|
|
14368
|
+
},
|
|
14369
|
+
"sandbagPaintingStation": {
|
|
14370
|
+
"id": "sandbagPaintingStation",
|
|
14371
|
+
"type": "majorFurniture",
|
|
14372
|
+
"rarity": "epic",
|
|
14373
|
+
"season": "oathsOfWar",
|
|
14374
|
+
"value": 1,
|
|
14375
|
+
"weight": 250,
|
|
14376
|
+
"gearScore": 35,
|
|
14377
|
+
"required": {},
|
|
14378
|
+
"obtainable": "williamBlackwoodRotatingStoreOathsOfWar",
|
|
14379
|
+
"perks": [
|
|
14380
|
+
"sandbagPaintingStation"
|
|
14381
|
+
],
|
|
14382
|
+
"dateAdded": "2025-09-02",
|
|
14383
|
+
"lastUpdated": "2025-09-02"
|
|
14384
|
+
},
|
|
14385
|
+
"counterthrustLocker": {
|
|
14386
|
+
"id": "counterthrustLocker",
|
|
14387
|
+
"type": "utilityFurniture",
|
|
14388
|
+
"rarity": "rare",
|
|
14389
|
+
"season": "oathsOfWar",
|
|
14390
|
+
"value": 1,
|
|
14391
|
+
"weight": 80,
|
|
14392
|
+
"gearScore": 20,
|
|
14393
|
+
"event": "darktideLullaby",
|
|
14394
|
+
"required": {},
|
|
14395
|
+
"obtainable": "darktideAltarTelokPenjarah",
|
|
14396
|
+
"perks": [
|
|
14397
|
+
"counterthrustLocker"
|
|
14398
|
+
],
|
|
14399
|
+
"dateAdded": "2025-09-02",
|
|
14400
|
+
"lastUpdated": "2025-09-02"
|
|
14401
|
+
},
|
|
14402
|
+
"darktideChest": {
|
|
14403
|
+
"id": "darktideChest",
|
|
14404
|
+
"rarity": "epic",
|
|
14405
|
+
"season": "oathsOfWar",
|
|
14406
|
+
"type": "chest",
|
|
14407
|
+
"event": "darktideLullaby",
|
|
14408
|
+
"worldEvent": "theWeepingMother",
|
|
14409
|
+
"value": 1,
|
|
14410
|
+
"weight": 100,
|
|
14411
|
+
"dateAdded": "2025-09-02",
|
|
14412
|
+
"lastUpdated": "2025-09-02"
|
|
14413
|
+
},
|
|
14414
|
+
"ascendedHellgateSerpentChest": {
|
|
14415
|
+
"id": "ascendedHellgateSerpentChest",
|
|
14416
|
+
"rarity": "epic",
|
|
14417
|
+
"season": "oathsOfWar",
|
|
14418
|
+
"type": "chest",
|
|
14419
|
+
"event": "darktideLullaby",
|
|
14420
|
+
"value": 1,
|
|
14421
|
+
"weight": 100,
|
|
14422
|
+
"obtainable": "darktideAltarTelokPenjarah",
|
|
14423
|
+
"required": {
|
|
14424
|
+
"heartfeltWish": 1800
|
|
14425
|
+
},
|
|
14426
|
+
"dateAdded": "2025-09-02",
|
|
14427
|
+
"lastUpdated": "2025-09-02"
|
|
14428
|
+
},
|
|
14429
|
+
"ascendedDarktideLullabyEventCache": {
|
|
14430
|
+
"id": "ascendedDarktideLullabyEventCache",
|
|
14431
|
+
"rarity": "epic",
|
|
14432
|
+
"season": "oathsOfWar",
|
|
14433
|
+
"type": "chest",
|
|
14434
|
+
"event": "darktideLullaby",
|
|
14435
|
+
"obtainable": "darktideAltarTelokPenjarah",
|
|
14436
|
+
"value": 1,
|
|
14437
|
+
"weight": 100,
|
|
14438
|
+
"required": {
|
|
14439
|
+
"heartfeltWish": 1350
|
|
14440
|
+
},
|
|
14441
|
+
"dateAdded": "2025-09-02",
|
|
14442
|
+
"lastUpdated": "2025-09-02"
|
|
14443
|
+
},
|
|
14444
|
+
"contractCache": {
|
|
14445
|
+
"id": "contractCache",
|
|
14446
|
+
"rarity": "common",
|
|
14447
|
+
"season": "oathsOfWar",
|
|
14448
|
+
"type": "chest",
|
|
14449
|
+
"value": 1,
|
|
14450
|
+
"weight": 25,
|
|
14451
|
+
"dateAdded": "2025-09-02",
|
|
14452
|
+
"lastUpdated": "2025-09-02"
|
|
14453
|
+
},
|
|
14454
|
+
"advancedContractCache": {
|
|
14455
|
+
"id": "advancedContractCache",
|
|
14456
|
+
"rarity": "common",
|
|
14457
|
+
"season": "oathsOfWar",
|
|
14458
|
+
"type": "chest",
|
|
14459
|
+
"value": 1,
|
|
14460
|
+
"weight": 50,
|
|
14461
|
+
"dateAdded": "2025-09-02",
|
|
14462
|
+
"lastUpdated": "2025-09-02"
|
|
14300
14463
|
}
|
|
14301
14464
|
}
|
package/data/materials.json
CHANGED
package/data/modifications.json
CHANGED
|
@@ -956,7 +956,7 @@
|
|
|
956
956
|
"id": "deadlyStrike",
|
|
957
957
|
"variants": [
|
|
958
958
|
{
|
|
959
|
-
"itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","mortar","torpedo","ballista"],
|
|
959
|
+
"itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","mortar","torpedo","ballista","springloader"],
|
|
960
960
|
"range": [0.3, 0.5]
|
|
961
961
|
}
|
|
962
962
|
],
|
package/data/sets.json
CHANGED
|
@@ -1318,5 +1318,25 @@
|
|
|
1318
1318
|
"cardsOfFate": {
|
|
1319
1319
|
"id": "cardsOfFate",
|
|
1320
1320
|
"type": "ship"
|
|
1321
|
+
},
|
|
1322
|
+
"darktideMother": {
|
|
1323
|
+
"id": "darktideMother",
|
|
1324
|
+
"type": "ship"
|
|
1325
|
+
},
|
|
1326
|
+
"cagedFury": {
|
|
1327
|
+
"id": "cagedFury",
|
|
1328
|
+
"type": "ship"
|
|
1329
|
+
},
|
|
1330
|
+
"creatureOfNight": {
|
|
1331
|
+
"id": "creatureOfNight",
|
|
1332
|
+
"type": "player"
|
|
1333
|
+
},
|
|
1334
|
+
"paleMother": {
|
|
1335
|
+
"id": "paleMother",
|
|
1336
|
+
"type": "ship"
|
|
1337
|
+
},
|
|
1338
|
+
"xianYuan": {
|
|
1339
|
+
"id": "xianYuan",
|
|
1340
|
+
"type": "ship"
|
|
1321
1341
|
}
|
|
1322
1342
|
}
|
package/data/worldEvents.json
CHANGED
|
@@ -283,6 +283,10 @@
|
|
|
283
283
|
"grainFlare": {
|
|
284
284
|
"name": "Grain Flare",
|
|
285
285
|
"description": "Sorghum packed with explosive materials, tightly woven into a singular piece. Setting this off brings about the wrath of the Moonshiners."
|
|
286
|
+
},
|
|
287
|
+
"jasmineIncenseFlare": {
|
|
288
|
+
"name": "Jasmine Incense Flare",
|
|
289
|
+
"description": "When lit, it gives off a sickly yet pleasant aroma."
|
|
286
290
|
}
|
|
287
291
|
}
|
|
288
292
|
}
|
|
@@ -17969,6 +17969,234 @@
|
|
|
17969
17969
|
"description": {
|
|
17970
17970
|
"general": "Swim across the waves, keeping the banished beneath"
|
|
17971
17971
|
}
|
|
17972
|
+
},
|
|
17973
|
+
"rattleTheBars": {
|
|
17974
|
+
"name": "Rattle the Bars",
|
|
17975
|
+
"description": {
|
|
17976
|
+
"general": "Chaos reigns in your soul"
|
|
17977
|
+
}
|
|
17978
|
+
},
|
|
17979
|
+
"ironTang": {
|
|
17980
|
+
"name": "Iron Tang",
|
|
17981
|
+
"description": {
|
|
17982
|
+
"general": "Your bloodlust is known to all"
|
|
17983
|
+
}
|
|
17984
|
+
},
|
|
17985
|
+
"stingingSun": {
|
|
17986
|
+
"name": "Stinging Sun",
|
|
17987
|
+
"description": {
|
|
17988
|
+
"general": "\"String 'em up, and let 'em burn and rot!\""
|
|
17989
|
+
}
|
|
17990
|
+
},
|
|
17991
|
+
"freeRein": {
|
|
17992
|
+
"name": "Free Rein",
|
|
17993
|
+
"description": {
|
|
17994
|
+
"general": "\"Make no mistake, the seas are my domain.\""
|
|
17995
|
+
}
|
|
17996
|
+
},
|
|
17997
|
+
"soulSpurned": {
|
|
17998
|
+
"name": "Soul Spurned",
|
|
17999
|
+
"description": {
|
|
18000
|
+
"general": "The spirits would drag you to hell if they could"
|
|
18001
|
+
}
|
|
18002
|
+
},
|
|
18003
|
+
"tali": {
|
|
18004
|
+
"name": "Tali",
|
|
18005
|
+
"description": {
|
|
18006
|
+
"general": "Eyes like lanterns adrift, a little from near offerings for lost souls"
|
|
18007
|
+
}
|
|
18008
|
+
},
|
|
18009
|
+
"corpseDriven": {
|
|
18010
|
+
"name": "Corpse Driven",
|
|
18011
|
+
"description": {
|
|
18012
|
+
"general": "Even in death, they labor for your cause"
|
|
18013
|
+
}
|
|
18014
|
+
},
|
|
18015
|
+
"iHunt": {
|
|
18016
|
+
"name": "I Hunt",
|
|
18017
|
+
"description": {
|
|
18018
|
+
"general": "\"Those who wronged us shall never know peace.\""
|
|
18019
|
+
}
|
|
18020
|
+
},
|
|
18021
|
+
"iYearn": {
|
|
18022
|
+
"name": "I Yearn",
|
|
18023
|
+
"description": {
|
|
18024
|
+
"general": "\"When will I see my flesh and blood once more?\""
|
|
18025
|
+
}
|
|
18026
|
+
},
|
|
18027
|
+
"iVow": {
|
|
18028
|
+
"name": "I Vow",
|
|
18029
|
+
"description": {
|
|
18030
|
+
"general": "\"Let my song consume the wicked.\""
|
|
18031
|
+
}
|
|
18032
|
+
},
|
|
18033
|
+
"iSing": {
|
|
18034
|
+
"name": "I Sing",
|
|
18035
|
+
"description": {
|
|
18036
|
+
"general": "\"It is all I know. All I remember.\""
|
|
18037
|
+
}
|
|
18038
|
+
},
|
|
18039
|
+
"elusiveRest": {
|
|
18040
|
+
"name": "Elusive Rest",
|
|
18041
|
+
"description": {
|
|
18042
|
+
"general": "Some threads cannot be broken"
|
|
18043
|
+
}
|
|
18044
|
+
},
|
|
18045
|
+
"scribblesOfHope": {
|
|
18046
|
+
"name": "Scribbles of Hope",
|
|
18047
|
+
"description": {
|
|
18048
|
+
"general": "Offer respect and seek peace"
|
|
18049
|
+
}
|
|
18050
|
+
},
|
|
18051
|
+
"toPieces": {
|
|
18052
|
+
"name": "To Pieces",
|
|
18053
|
+
"description": {
|
|
18054
|
+
"general": "Like the blood of one who leapt to their death among the rocks and waves"
|
|
18055
|
+
}
|
|
18056
|
+
},
|
|
18057
|
+
"sheWhoWeeps": {
|
|
18058
|
+
"name": "She Who Weeps",
|
|
18059
|
+
"description": {
|
|
18060
|
+
"general": "Honoring a tragic figure, and a tale of love and loss"
|
|
18061
|
+
}
|
|
18062
|
+
},
|
|
18063
|
+
"mothersComforts": {
|
|
18064
|
+
"name": "Mother's Comforts",
|
|
18065
|
+
"description": {
|
|
18066
|
+
"general": "Wards to protect against cursed seas"
|
|
18067
|
+
}
|
|
18068
|
+
},
|
|
18069
|
+
"driftingSong": {
|
|
18070
|
+
"name": "Drifting Song",
|
|
18071
|
+
"description": {
|
|
18072
|
+
"general": "Nothing remains but grief and hatred"
|
|
18073
|
+
}
|
|
18074
|
+
},
|
|
18075
|
+
"mortalOne": {
|
|
18076
|
+
"name": "Mortal One",
|
|
18077
|
+
"description": {
|
|
18078
|
+
"general": "Avenge or annihilate. The choice is yours."
|
|
18079
|
+
}
|
|
18080
|
+
},
|
|
18081
|
+
"disturbUsNot": {
|
|
18082
|
+
"name": "Disturb Us Not",
|
|
18083
|
+
"description": {
|
|
18084
|
+
"general": "Appease the restless spirits or regret it"
|
|
18085
|
+
}
|
|
18086
|
+
},
|
|
18087
|
+
"soothingSmoke": {
|
|
18088
|
+
"name": "Soothing Smoke",
|
|
18089
|
+
"description": {
|
|
18090
|
+
"general": "Peaceful traits to you, Captain"
|
|
18091
|
+
}
|
|
18092
|
+
},
|
|
18093
|
+
"fuluCap": {
|
|
18094
|
+
"name": "Fulu Cap",
|
|
18095
|
+
"description": {
|
|
18096
|
+
"general": "One little paper scroll won't stop you..."
|
|
18097
|
+
}
|
|
18098
|
+
},
|
|
18099
|
+
"lastOfQi": {
|
|
18100
|
+
"name": "Last of Qi",
|
|
18101
|
+
"description": {
|
|
18102
|
+
"general": "All life shall be yours to consume"
|
|
18103
|
+
}
|
|
18104
|
+
},
|
|
18105
|
+
"mirroredGaze": {
|
|
18106
|
+
"name": "Mirrored Gaze",
|
|
18107
|
+
"description": {
|
|
18108
|
+
"general": "Your victims shall look upon hell itself"
|
|
18109
|
+
}
|
|
18110
|
+
},
|
|
18111
|
+
"stiffenedTunic": {
|
|
18112
|
+
"name": "Stiffened Tunic",
|
|
18113
|
+
"description": {
|
|
18114
|
+
"general": "\" I swear I'm not hopping on purpose.\""
|
|
18115
|
+
}
|
|
18116
|
+
},
|
|
18117
|
+
"soulsOfThePo": {
|
|
18118
|
+
"name": "Souls of the Po",
|
|
18119
|
+
"description": {
|
|
18120
|
+
"general": "Earthly spirits grant you a last breath of vengeance"
|
|
18121
|
+
}
|
|
18122
|
+
},
|
|
18123
|
+
"laidToRestTooFarFromALovedOne": {
|
|
18124
|
+
"name": "Laid to rest too far from a loved one",
|
|
18125
|
+
"description": {
|
|
18126
|
+
"general": "corpse Drivers"
|
|
18127
|
+
}
|
|
18128
|
+
},
|
|
18129
|
+
"holdOnesBreath": {
|
|
18130
|
+
"name": "Hold One's Breath",
|
|
18131
|
+
"description": {
|
|
18132
|
+
"general": "Your victims will try to withhold their essence"
|
|
18133
|
+
}
|
|
18134
|
+
},
|
|
18135
|
+
"earthlyWraps": {
|
|
18136
|
+
"name": "Earthly Wraps",
|
|
18137
|
+
"description": {
|
|
18138
|
+
"general": "May the Heavenly Official pardon your foes"
|
|
18139
|
+
}
|
|
18140
|
+
},
|
|
18141
|
+
"improperBurial": {
|
|
18142
|
+
"name": "Improper Burial",
|
|
18143
|
+
"description": {
|
|
18144
|
+
"general": "\"The fools tried to bury me under a cherry tree.\""
|
|
18145
|
+
}
|
|
18146
|
+
},
|
|
18147
|
+
"trampledOfferings": {
|
|
18148
|
+
"name": "Trampled Offerings",
|
|
18149
|
+
"description": {
|
|
18150
|
+
"general": "\"Whoever stepped on my mandarins deserves death.\""
|
|
18151
|
+
}
|
|
18152
|
+
},
|
|
18153
|
+
"rigorMortis": {
|
|
18154
|
+
"name": "Rigor Mortis",
|
|
18155
|
+
"description": {
|
|
18156
|
+
"general": "The body melts away; the hunger comes"
|
|
18157
|
+
}
|
|
18158
|
+
},
|
|
18159
|
+
"mournTheLost": {
|
|
18160
|
+
"name": "Mourn The Lost",
|
|
18161
|
+
"description": {
|
|
18162
|
+
"general": "\"The sea does not forget, and neither shall we.\""
|
|
18163
|
+
}
|
|
18164
|
+
},
|
|
18165
|
+
"corruptedTribute": {
|
|
18166
|
+
"name": "Corrupted Tribute",
|
|
18167
|
+
"description": {
|
|
18168
|
+
"general": "You are a favorite of the deities feared by all others"
|
|
18169
|
+
}
|
|
18170
|
+
},
|
|
18171
|
+
"brinedInBlood": {
|
|
18172
|
+
"name": "Brined In Blood",
|
|
18173
|
+
"description": {
|
|
18174
|
+
"general": "Your ship sees more blood than seawater"
|
|
18175
|
+
}
|
|
18176
|
+
},
|
|
18177
|
+
"hellsGold": {
|
|
18178
|
+
"name": "Hell's Gold",
|
|
18179
|
+
"description": {
|
|
18180
|
+
"general": "May your ill-gotten gains follow you to the afterlife"
|
|
18181
|
+
}
|
|
18182
|
+
},
|
|
18183
|
+
"ritualCompass": {
|
|
18184
|
+
"name": "Ritual Compass",
|
|
18185
|
+
"description": {
|
|
18186
|
+
"general": "More an unholy shrine than a guiding mechanism"
|
|
18187
|
+
}
|
|
18188
|
+
},
|
|
18189
|
+
"deathCouplets": {
|
|
18190
|
+
"name": "Death Couplets",
|
|
18191
|
+
"description": {
|
|
18192
|
+
"general": "Send your foes to the many courts of hell"
|
|
18193
|
+
}
|
|
18194
|
+
},
|
|
18195
|
+
"voraciousDead": {
|
|
18196
|
+
"name": "Voracious Dead",
|
|
18197
|
+
"description": {
|
|
18198
|
+
"general": "A figure from Eastern legend seeking victims to devour"
|
|
18199
|
+
}
|
|
17972
18200
|
}
|
|
17973
18201
|
}
|
|
17974
18202
|
}
|