@skullandbonestools/snbdata 8.0.11 → 8.0.13
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 +373 -17
- package/data/items.json +99 -35
- package/data/sets.json +20 -0
- package/data/worldEvents.json +12 -0
- package/languages/ar/ar_commodities.json +4 -0
- package/languages/ar/ar_cosmetics.json +229 -1
- package/languages/ar/ar_items.json +18 -0
- package/languages/ar/ar_locations.json +7 -0
- package/languages/ar/ar_perks.json +1 -1
- package/languages/ar/ar_sets.json +6 -1
- package/languages/ar/ar_worldEvents.json +3 -1
- package/languages/de/de_commodities.json +4 -0
- package/languages/de/de_cosmetics.json +230 -2
- package/languages/de/de_items.json +20 -2
- package/languages/de/de_locations.json +8 -1
- package/languages/de/de_perks.json +1 -1
- package/languages/de/de_sets.json +6 -1
- package/languages/de/de_worldEvents.json +3 -1
- package/languages/en/en_commodities.json +4 -0
- package/languages/en/en_cosmetics.json +229 -1
- package/languages/en/en_items.json +18 -0
- package/languages/en/en_locations.json +7 -0
- package/languages/en/en_perks.json +1 -1
- package/languages/en/en_sets.json +6 -1
- package/languages/en/en_worldEvents.json +3 -1
- package/languages/es/es_commodities.json +4 -0
- package/languages/es/es_cosmetics.json +229 -1
- package/languages/es/es_items.json +18 -0
- package/languages/es/es_locations.json +7 -0
- package/languages/es/es_perks.json +1 -1
- package/languages/es/es_sets.json +6 -1
- package/languages/es/es_worldEvents.json +3 -1
- package/languages/fr/fr_commodities.json +4 -0
- package/languages/fr/fr_cosmetics.json +229 -1
- package/languages/fr/fr_items.json +18 -0
- package/languages/fr/fr_locations.json +7 -0
- package/languages/fr/fr_perks.json +1 -1
- package/languages/fr/fr_sets.json +6 -1
- package/languages/fr/fr_worldEvents.json +3 -1
- package/languages/source/commodities.json +4 -0
- package/languages/source/cosmetics.json +229 -1
- package/languages/source/items.json +18 -0
- package/languages/source/locations.json +7 -0
- package/languages/source/perks.json +1 -1
- package/languages/source/sets.json +6 -1
- package/languages/source/worldEvents.json +3 -1
- package/languages/zh/zh_commodities.json +4 -0
- package/languages/zh/zh_cosmetics.json +229 -1
- package/languages/zh/zh_items.json +18 -0
- package/languages/zh/zh_locations.json +7 -0
- package/languages/zh/zh_perks.json +1 -1
- package/languages/zh/zh_sets.json +6 -1
- package/languages/zh/zh_worldEvents.json +3 -1
- package/package.json +5 -3
|
@@ -3103,6 +3103,24 @@
|
|
|
3103
3103
|
"description": {
|
|
3104
3104
|
"general": "Taken from the head of an elusive master predator, unmatched in ferocity"
|
|
3105
3105
|
}
|
|
3106
|
+
},
|
|
3107
|
+
"crazedNianStrongbox": {
|
|
3108
|
+
"name": "Crazed Nian Strongbox",
|
|
3109
|
+
"description": {
|
|
3110
|
+
"general": "A chest from the ship that used the fabled local legend of the Crazed Nian to sow fear and rob unfortunate targets. To the victor go the spoils."
|
|
3111
|
+
}
|
|
3112
|
+
},
|
|
3113
|
+
"ascendedBlightmawChest": {
|
|
3114
|
+
"name": "Ascended Blightmaw Chest",
|
|
3115
|
+
"description": {
|
|
3116
|
+
"general": "An ornate chest containing unknown treasures. Some claim to have heard weeping from within."
|
|
3117
|
+
}
|
|
3118
|
+
},
|
|
3119
|
+
"ascendedLegendOfTheNianEventCache": {
|
|
3120
|
+
"name": "Ascended Event Cache (Legend of the Nian)",
|
|
3121
|
+
"description": {
|
|
3122
|
+
"general": "Contains an Ascended Event weapon."
|
|
3123
|
+
}
|
|
3106
3124
|
}
|
|
3107
3125
|
}
|
|
3108
3126
|
}
|
|
@@ -243,6 +243,13 @@
|
|
|
243
243
|
"factionWarRewardWonTerritory7": "Reward for winning seven territories in the Faction War with the aligned faction",
|
|
244
244
|
"factionWarRewardWonTerritory8": "Reward for winning eight territories in the Faction War with the aligned faction",
|
|
245
245
|
"factionWarRewardWonTerritory11": "Reward for winning eleven territories in the Faction War with the aligned faction",
|
|
246
|
+
"retributionWarEffortReward": "Reward for contributing War Assets to the Retribution War",
|
|
247
|
+
"retributionWarRewardWonTerritory1": "Reward for winning one territory in the Retribution War with the aligned faction",
|
|
248
|
+
"retributionWarRewardWonTerritory4": "Reward for winning four territories in the Retribution War with the aligned faction",
|
|
249
|
+
"retributionWarRewardWonTerritory5": "Reward for winning five territories in the Retribution War with the aligned faction",
|
|
250
|
+
"retributionWarRewardWonTerritory7": "Reward for winning seven territories in the Retribution War with the aligned faction",
|
|
251
|
+
"retributionWarRewardWonTerritory8": "Reward for winning eight territories in the Retribution War with the aligned faction",
|
|
252
|
+
"retributionWarRewardWonTerritory11": "Reward for winning eleven territories in the Retribution War with the aligned faction",
|
|
246
253
|
"twitchDropSpammals": "Time-limited twitch drop during a livestream from Spammals",
|
|
247
254
|
"unboundReaperReward": "Obtained when defeating the Unbound Reaper",
|
|
248
255
|
"dropDuringMythicLaPesteEncounter": "Possible drop from La Peste's reinforcements during the Mythic La Peste encounter",
|
|
@@ -2899,7 +2899,7 @@
|
|
|
2899
2899
|
"description": {
|
|
2900
2900
|
"general": [
|
|
2901
2901
|
"Dealing damage with a Flooding Weapon from over 200m away, increases Flooding Damage by 13% for 10s",
|
|
2902
|
-
"For every 1% increase in Projectile Speed of Weapons through
|
|
2902
|
+
"For every 1% increase in Projectile Speed of Weapons through bonuses, increase Flooding Damage of those weapons by 1%",
|
|
2903
2903
|
"Increases damage to enemy ships with the Flooded effect by 10%"
|
|
2904
2904
|
]
|
|
2905
2905
|
}
|
|
@@ -414,6 +414,11 @@
|
|
|
414
414
|
"argentWarden": "Argent Warden Set",
|
|
415
415
|
"crimsonStreak": "Crimson Streak Set",
|
|
416
416
|
"apexTitan": "Apex Titan Set",
|
|
417
|
-
"badAndBaroque": "Bad and Baroque Set"
|
|
417
|
+
"badAndBaroque": "Bad and Baroque Set",
|
|
418
|
+
"greaterNian": "Greater Nian Set",
|
|
419
|
+
"crocodilosWrath": "Crocodilo's Wrath Set",
|
|
420
|
+
"chimpCrazy": "Chimp Crazy Set",
|
|
421
|
+
"deathsGlow": "Death's Glow Set",
|
|
422
|
+
"deathlyWishes": "Deathly Wishes Set"
|
|
418
423
|
}
|
|
419
424
|
}
|
|
@@ -76,6 +76,8 @@
|
|
|
76
76
|
"kraken": "Kraken",
|
|
77
77
|
"theDrowningPlague": "The Drowning Plague",
|
|
78
78
|
"jawsOfRetribution": "Jaws of Retribution",
|
|
79
|
-
"megafortWolvenhol": "Megafort Wolvenhol"
|
|
79
|
+
"megafortWolvenhol": "Megafort Wolvenhol",
|
|
80
|
+
"legendOfTheNian": "Legend of the Nian",
|
|
81
|
+
"crazedNian": "Crazed Nian"
|
|
80
82
|
}
|
|
81
83
|
}
|
|
@@ -295,6 +295,10 @@
|
|
|
295
295
|
"hallowedFlare": {
|
|
296
296
|
"name": "Hallowed Flare",
|
|
297
297
|
"description": "This flare has an air that is disturbing yet whimsical. It almost seems to be cackling at you."
|
|
298
|
+
},
|
|
299
|
+
"nianFlare": {
|
|
300
|
+
"name": "Nian Flare",
|
|
301
|
+
"description": "Anchored coins coiled onto the beast, fate destined to be sealed by its greed."
|
|
298
302
|
}
|
|
299
303
|
}
|
|
300
304
|
}
|
|
@@ -20667,7 +20667,7 @@
|
|
|
20667
20667
|
"whatDwellsBeneath": {
|
|
20668
20668
|
"name": "What Dwells Beneath",
|
|
20669
20669
|
"description": {
|
|
20670
|
-
"general": "
|
|
20670
|
+
"general": "Beige and grey to keep the beasties away"
|
|
20671
20671
|
}
|
|
20672
20672
|
},
|
|
20673
20673
|
"anAncientsCall": {
|
|
@@ -21539,6 +21539,234 @@
|
|
|
21539
21539
|
"description": {
|
|
21540
21540
|
"general": "A song as sharp as swords; sweet as stolen rum"
|
|
21541
21541
|
}
|
|
21542
|
+
},
|
|
21543
|
+
"broodfang": {
|
|
21544
|
+
"name": "Broodfang",
|
|
21545
|
+
"description": {
|
|
21546
|
+
"general": "Born in flame, sharpened by betrayal"
|
|
21547
|
+
}
|
|
21548
|
+
},
|
|
21549
|
+
"scalemark": {
|
|
21550
|
+
"name": "Scalemark",
|
|
21551
|
+
"description": {
|
|
21552
|
+
"general": "Etched in blood, woven like warning"
|
|
21553
|
+
}
|
|
21554
|
+
},
|
|
21555
|
+
"bladelitBrood": {
|
|
21556
|
+
"name": "Bladelit Brood",
|
|
21557
|
+
"description": {
|
|
21558
|
+
"general": "Bronze-blooded, hammered in dragonfire"
|
|
21559
|
+
}
|
|
21560
|
+
},
|
|
21561
|
+
"spitefulDrake": {
|
|
21562
|
+
"name": "Spiteful Drake",
|
|
21563
|
+
"description": {
|
|
21564
|
+
"general": "Snarls at the wind, thirsts for conquest"
|
|
21565
|
+
}
|
|
21566
|
+
},
|
|
21567
|
+
"wyrmReckoner": {
|
|
21568
|
+
"name": "Wyrm Reckoner",
|
|
21569
|
+
"description": {
|
|
21570
|
+
"general": "Twin heads, bound to no master"
|
|
21571
|
+
}
|
|
21572
|
+
},
|
|
21573
|
+
"broodSovereign": {
|
|
21574
|
+
"name": "Brood Sovereign",
|
|
21575
|
+
"description": {
|
|
21576
|
+
"general": "Three-headed flight, flame, fury"
|
|
21577
|
+
}
|
|
21578
|
+
},
|
|
21579
|
+
"ashvenom": {
|
|
21580
|
+
"name": "Ashvenom",
|
|
21581
|
+
"description": {
|
|
21582
|
+
"general": "Charred steel, slick with spite"
|
|
21583
|
+
}
|
|
21584
|
+
},
|
|
21585
|
+
"dragonwind": {
|
|
21586
|
+
"name": "Dragonwind",
|
|
21587
|
+
"description": {
|
|
21588
|
+
"general": "Screams defiance, carved in warsteel"
|
|
21589
|
+
}
|
|
21590
|
+
},
|
|
21591
|
+
"firemist": {
|
|
21592
|
+
"name": "Firemist",
|
|
21593
|
+
"description": {
|
|
21594
|
+
"general": "Dragon mist and lightning"
|
|
21595
|
+
}
|
|
21596
|
+
},
|
|
21597
|
+
"hulongHavoc": {
|
|
21598
|
+
"name": "Hulong Havoc",
|
|
21599
|
+
"description": {
|
|
21600
|
+
"general": "\"Let dragonfire burn the lot of them!\""
|
|
21601
|
+
}
|
|
21602
|
+
},
|
|
21603
|
+
"dracoNian": {
|
|
21604
|
+
"name": "Draco Nian",
|
|
21605
|
+
"description": {
|
|
21606
|
+
"general": "A declaration of fiery fury"
|
|
21607
|
+
}
|
|
21608
|
+
},
|
|
21609
|
+
"shen": {
|
|
21610
|
+
"name": "Shen",
|
|
21611
|
+
"description": {
|
|
21612
|
+
"general": "Stuns ship rats to death with her cuteness"
|
|
21613
|
+
}
|
|
21614
|
+
},
|
|
21615
|
+
"shackleSnap": {
|
|
21616
|
+
"name": "Shackle Snap",
|
|
21617
|
+
"description": {
|
|
21618
|
+
"general": "One bite is enough to take them all out"
|
|
21619
|
+
}
|
|
21620
|
+
},
|
|
21621
|
+
"guzzletooth": {
|
|
21622
|
+
"name": "Guzzletooth",
|
|
21623
|
+
"description": {
|
|
21624
|
+
"general": "Spew the seas with fire and ash"
|
|
21625
|
+
}
|
|
21626
|
+
},
|
|
21627
|
+
"gatorsHide": {
|
|
21628
|
+
"name": "Gator's Hide",
|
|
21629
|
+
"description": {
|
|
21630
|
+
"general": "Scars of a beast that survives the hunt"
|
|
21631
|
+
}
|
|
21632
|
+
},
|
|
21633
|
+
"deathRoll": {
|
|
21634
|
+
"name": "Death Roll",
|
|
21635
|
+
"description": {
|
|
21636
|
+
"general": "Once caught, your prey shall never surface"
|
|
21637
|
+
}
|
|
21638
|
+
},
|
|
21639
|
+
"crimsonSplash": {
|
|
21640
|
+
"name": "Crimson Splash",
|
|
21641
|
+
"description": {
|
|
21642
|
+
"general": "Rage unfurls, warning foes of your bite"
|
|
21643
|
+
}
|
|
21644
|
+
},
|
|
21645
|
+
"mawUnleashed": {
|
|
21646
|
+
"name": "Maw Unleashed",
|
|
21647
|
+
"description": {
|
|
21648
|
+
"general": "Strike first, rend deep, never let go"
|
|
21649
|
+
}
|
|
21650
|
+
},
|
|
21651
|
+
"snarlweave": {
|
|
21652
|
+
"name": "Snarlweave",
|
|
21653
|
+
"description": {
|
|
21654
|
+
"general": "Tangled designs for sails that scream"
|
|
21655
|
+
}
|
|
21656
|
+
},
|
|
21657
|
+
"frenziedFrown": {
|
|
21658
|
+
"name": "Frenzied Frown",
|
|
21659
|
+
"description": {
|
|
21660
|
+
"general": "The color of madness itself"
|
|
21661
|
+
}
|
|
21662
|
+
},
|
|
21663
|
+
"gunmetalGrin": {
|
|
21664
|
+
"name": "Gunmetal Grin",
|
|
21665
|
+
"description": {
|
|
21666
|
+
"general": "A sheen that dares foes to shoot first"
|
|
21667
|
+
}
|
|
21668
|
+
},
|
|
21669
|
+
"screechOfMayhem": {
|
|
21670
|
+
"name": "Screech of Mayhem",
|
|
21671
|
+
"description": {
|
|
21672
|
+
"general": "Teeth bared, barrels lit"
|
|
21673
|
+
}
|
|
21674
|
+
},
|
|
21675
|
+
"theReapersCall": {
|
|
21676
|
+
"name": "The Reaper's Call",
|
|
21677
|
+
"description": {
|
|
21678
|
+
"general": "Let death's pall spread far and wide"
|
|
21679
|
+
}
|
|
21680
|
+
},
|
|
21681
|
+
"scythesHonour": {
|
|
21682
|
+
"name": "Scythe's Honour",
|
|
21683
|
+
"description": {
|
|
21684
|
+
"general": "Sharp twists and sharper blades"
|
|
21685
|
+
}
|
|
21686
|
+
},
|
|
21687
|
+
"darkestWeave": {
|
|
21688
|
+
"name": "Darkest Weave",
|
|
21689
|
+
"description": {
|
|
21690
|
+
"general": "A grim set of colors, indeed"
|
|
21691
|
+
}
|
|
21692
|
+
},
|
|
21693
|
+
"helenaFromHell": {
|
|
21694
|
+
"name": "Helena from Hell",
|
|
21695
|
+
"description": {
|
|
21696
|
+
"general": "Death never looked so lovely"
|
|
21697
|
+
}
|
|
21698
|
+
},
|
|
21699
|
+
"graveyardGloss": {
|
|
21700
|
+
"name": "Graveyard Gloss",
|
|
21701
|
+
"description": {
|
|
21702
|
+
"general": "Finished with gloom and despair"
|
|
21703
|
+
}
|
|
21704
|
+
},
|
|
21705
|
+
"doomcaller": {
|
|
21706
|
+
"name": "Doomcaller",
|
|
21707
|
+
"description": {
|
|
21708
|
+
"general": "\"Flee from my wrath, peasant\""
|
|
21709
|
+
}
|
|
21710
|
+
},
|
|
21711
|
+
"boundFate": {
|
|
21712
|
+
"name": "Bound Fate",
|
|
21713
|
+
"description": {
|
|
21714
|
+
"general": "A real mood lightener for your deck"
|
|
21715
|
+
}
|
|
21716
|
+
},
|
|
21717
|
+
"blackenedOaths": {
|
|
21718
|
+
"name": "Blackened Oaths",
|
|
21719
|
+
"description": {
|
|
21720
|
+
"general": "Feathers of a magic raven. The brim weeps salt."
|
|
21721
|
+
}
|
|
21722
|
+
},
|
|
21723
|
+
"grimReflection": {
|
|
21724
|
+
"name": "Grim Reflection",
|
|
21725
|
+
"description": {
|
|
21726
|
+
"general": "The eyes behind burned away long ago"
|
|
21727
|
+
}
|
|
21728
|
+
},
|
|
21729
|
+
"soulsight": {
|
|
21730
|
+
"name": "Soulsight",
|
|
21731
|
+
"description": {
|
|
21732
|
+
"general": "Vivid visions of this world and the next"
|
|
21733
|
+
}
|
|
21734
|
+
},
|
|
21735
|
+
"gallowsGrace": {
|
|
21736
|
+
"name": "Gallow's Grace",
|
|
21737
|
+
"description": {
|
|
21738
|
+
"general": "Too fine for the grave, too cursed for the living"
|
|
21739
|
+
}
|
|
21740
|
+
},
|
|
21741
|
+
"lacedLament": {
|
|
21742
|
+
"name": "Laced Lament",
|
|
21743
|
+
"description": {
|
|
21744
|
+
"general": "Flutters when a soul passes near"
|
|
21745
|
+
}
|
|
21746
|
+
},
|
|
21747
|
+
"gravediggersGrip": {
|
|
21748
|
+
"name": "Gravedigger's Grip",
|
|
21749
|
+
"description": {
|
|
21750
|
+
"general": "Iron and ash, jointed like sorrow"
|
|
21751
|
+
}
|
|
21752
|
+
},
|
|
21753
|
+
"littleMercies": {
|
|
21754
|
+
"name": "Little Mercies",
|
|
21755
|
+
"description": {
|
|
21756
|
+
"general": "Buckled thrice, for each promise broken"
|
|
21757
|
+
}
|
|
21758
|
+
},
|
|
21759
|
+
"deadkinsPride": {
|
|
21760
|
+
"name": "Deadkin's Pride",
|
|
21761
|
+
"description": {
|
|
21762
|
+
"general": "Dark cloth, sewn with mourning thread"
|
|
21763
|
+
}
|
|
21764
|
+
},
|
|
21765
|
+
"echoNoir": {
|
|
21766
|
+
"name": "Echo Noir",
|
|
21767
|
+
"description": {
|
|
21768
|
+
"general": "Silent steps on forgotten shores"
|
|
21769
|
+
}
|
|
21542
21770
|
}
|
|
21543
21771
|
}
|
|
21544
21772
|
}
|
|
@@ -3103,6 +3103,24 @@
|
|
|
3103
3103
|
"description": {
|
|
3104
3104
|
"general": "Taken from the head of an elusive master predator, unmatched in ferocity"
|
|
3105
3105
|
}
|
|
3106
|
+
},
|
|
3107
|
+
"crazedNianStrongbox": {
|
|
3108
|
+
"name": "Crazed Nian Strongbox",
|
|
3109
|
+
"description": {
|
|
3110
|
+
"general": "A chest from the ship that used the fabled local legend of the Crazed Nian to sow fear and rob unfortunate targets. To the victor go the spoils."
|
|
3111
|
+
}
|
|
3112
|
+
},
|
|
3113
|
+
"ascendedBlightmawChest": {
|
|
3114
|
+
"name": "Ascended Blightmaw Chest",
|
|
3115
|
+
"description": {
|
|
3116
|
+
"general": "An ornate chest containing unknown treasures. Some claim to have heard weeping from within."
|
|
3117
|
+
}
|
|
3118
|
+
},
|
|
3119
|
+
"ascendedLegendOfTheNianEventCache": {
|
|
3120
|
+
"name": "Ascended Event Cache (Legend of the Nian)",
|
|
3121
|
+
"description": {
|
|
3122
|
+
"general": "Contains an Ascended Event weapon."
|
|
3123
|
+
}
|
|
3106
3124
|
}
|
|
3107
3125
|
}
|
|
3108
3126
|
}
|
|
@@ -243,6 +243,13 @@
|
|
|
243
243
|
"factionWarRewardWonTerritory7": "Reward for winning seven territories in the Faction War with the aligned faction",
|
|
244
244
|
"factionWarRewardWonTerritory8": "Reward for winning eight territories in the Faction War with the aligned faction",
|
|
245
245
|
"factionWarRewardWonTerritory11": "Reward for winning eleven territories in the Faction War with the aligned faction",
|
|
246
|
+
"retributionWarEffortReward": "Reward for contributing War Assets to the Retribution War",
|
|
247
|
+
"retributionWarRewardWonTerritory1": "Reward for winning one territory in the Retribution War with the aligned faction",
|
|
248
|
+
"retributionWarRewardWonTerritory4": "Reward for winning four territories in the Retribution War with the aligned faction",
|
|
249
|
+
"retributionWarRewardWonTerritory5": "Reward for winning five territories in the Retribution War with the aligned faction",
|
|
250
|
+
"retributionWarRewardWonTerritory7": "Reward for winning seven territories in the Retribution War with the aligned faction",
|
|
251
|
+
"retributionWarRewardWonTerritory8": "Reward for winning eight territories in the Retribution War with the aligned faction",
|
|
252
|
+
"retributionWarRewardWonTerritory11": "Reward for winning eleven territories in the Retribution War with the aligned faction",
|
|
246
253
|
"twitchDropSpammals": "Time-limited twitch drop during a livestream from Spammals",
|
|
247
254
|
"unboundReaperReward": "Obtained when defeating the Unbound Reaper",
|
|
248
255
|
"dropDuringMythicLaPesteEncounter": "Possible drop from La Peste's reinforcements during the Mythic La Peste encounter",
|
|
@@ -2899,7 +2899,7 @@
|
|
|
2899
2899
|
"description": {
|
|
2900
2900
|
"general": [
|
|
2901
2901
|
"Dealing damage with a Flooding Weapon from over 200m away, increases Flooding Damage by 13% for 10s",
|
|
2902
|
-
"For every 1% increase in Projectile Speed of Weapons through
|
|
2902
|
+
"For every 1% increase in Projectile Speed of Weapons through bonuses, increase Flooding Damage of those weapons by 1%",
|
|
2903
2903
|
"Increases damage to enemy ships with the Flooded effect by 10%"
|
|
2904
2904
|
]
|
|
2905
2905
|
}
|
|
@@ -414,6 +414,11 @@
|
|
|
414
414
|
"argentWarden": "Argent Warden Set",
|
|
415
415
|
"crimsonStreak": "Crimson Streak Set",
|
|
416
416
|
"apexTitan": "Apex Titan Set",
|
|
417
|
-
"badAndBaroque": "Bad and Baroque Set"
|
|
417
|
+
"badAndBaroque": "Bad and Baroque Set",
|
|
418
|
+
"greaterNian": "Greater Nian Set",
|
|
419
|
+
"crocodilosWrath": "Crocodilo's Wrath Set",
|
|
420
|
+
"chimpCrazy": "Chimp Crazy Set",
|
|
421
|
+
"deathsGlow": "Death's Glow Set",
|
|
422
|
+
"deathlyWishes": "Deathly Wishes Set"
|
|
418
423
|
}
|
|
419
424
|
}
|
|
@@ -76,6 +76,8 @@
|
|
|
76
76
|
"kraken": "Kraken",
|
|
77
77
|
"theDrowningPlague": "The Drowning Plague",
|
|
78
78
|
"jawsOfRetribution": "Jaws of Retribution",
|
|
79
|
-
"megafortWolvenhol": "Megafort Wolvenhol"
|
|
79
|
+
"megafortWolvenhol": "Megafort Wolvenhol",
|
|
80
|
+
"legendOfTheNian": "Legend of the Nian",
|
|
81
|
+
"crazedNian": "Crazed Nian"
|
|
80
82
|
}
|
|
81
83
|
}
|
|
@@ -295,6 +295,10 @@
|
|
|
295
295
|
"hallowedFlare": {
|
|
296
296
|
"name": "Hallowed Flare",
|
|
297
297
|
"description": "This flare has an air that is disturbing yet whimsical. It almost seems to be cackling at you."
|
|
298
|
+
},
|
|
299
|
+
"nianFlare": {
|
|
300
|
+
"name": "Nian Flare",
|
|
301
|
+
"description": "Anchored coins coiled onto the beast, fate destined to be sealed by its greed."
|
|
298
302
|
}
|
|
299
303
|
}
|
|
300
304
|
}
|
|
@@ -20667,7 +20667,7 @@
|
|
|
20667
20667
|
"whatDwellsBeneath": {
|
|
20668
20668
|
"name": "What Dwells Beneath",
|
|
20669
20669
|
"description": {
|
|
20670
|
-
"general": "
|
|
20670
|
+
"general": "Beige and grey to keep the beasties away"
|
|
20671
20671
|
}
|
|
20672
20672
|
},
|
|
20673
20673
|
"anAncientsCall": {
|
|
@@ -21539,6 +21539,234 @@
|
|
|
21539
21539
|
"description": {
|
|
21540
21540
|
"general": "A song as sharp as swords; sweet as stolen rum"
|
|
21541
21541
|
}
|
|
21542
|
+
},
|
|
21543
|
+
"broodfang": {
|
|
21544
|
+
"name": "Broodfang",
|
|
21545
|
+
"description": {
|
|
21546
|
+
"general": "Born in flame, sharpened by betrayal"
|
|
21547
|
+
}
|
|
21548
|
+
},
|
|
21549
|
+
"scalemark": {
|
|
21550
|
+
"name": "Scalemark",
|
|
21551
|
+
"description": {
|
|
21552
|
+
"general": "Etched in blood, woven like warning"
|
|
21553
|
+
}
|
|
21554
|
+
},
|
|
21555
|
+
"bladelitBrood": {
|
|
21556
|
+
"name": "Bladelit Brood",
|
|
21557
|
+
"description": {
|
|
21558
|
+
"general": "Bronze-blooded, hammered in dragonfire"
|
|
21559
|
+
}
|
|
21560
|
+
},
|
|
21561
|
+
"spitefulDrake": {
|
|
21562
|
+
"name": "Spiteful Drake",
|
|
21563
|
+
"description": {
|
|
21564
|
+
"general": "Snarls at the wind, thirsts for conquest"
|
|
21565
|
+
}
|
|
21566
|
+
},
|
|
21567
|
+
"wyrmReckoner": {
|
|
21568
|
+
"name": "Wyrm Reckoner",
|
|
21569
|
+
"description": {
|
|
21570
|
+
"general": "Twin heads, bound to no master"
|
|
21571
|
+
}
|
|
21572
|
+
},
|
|
21573
|
+
"broodSovereign": {
|
|
21574
|
+
"name": "Brood Sovereign",
|
|
21575
|
+
"description": {
|
|
21576
|
+
"general": "Three-headed flight, flame, fury"
|
|
21577
|
+
}
|
|
21578
|
+
},
|
|
21579
|
+
"ashvenom": {
|
|
21580
|
+
"name": "Ashvenom",
|
|
21581
|
+
"description": {
|
|
21582
|
+
"general": "Charred steel, slick with spite"
|
|
21583
|
+
}
|
|
21584
|
+
},
|
|
21585
|
+
"dragonwind": {
|
|
21586
|
+
"name": "Dragonwind",
|
|
21587
|
+
"description": {
|
|
21588
|
+
"general": "Screams defiance, carved in warsteel"
|
|
21589
|
+
}
|
|
21590
|
+
},
|
|
21591
|
+
"firemist": {
|
|
21592
|
+
"name": "Firemist",
|
|
21593
|
+
"description": {
|
|
21594
|
+
"general": "Dragon mist and lightning"
|
|
21595
|
+
}
|
|
21596
|
+
},
|
|
21597
|
+
"hulongHavoc": {
|
|
21598
|
+
"name": "Hulong Havoc",
|
|
21599
|
+
"description": {
|
|
21600
|
+
"general": "\"Let dragonfire burn the lot of them!\""
|
|
21601
|
+
}
|
|
21602
|
+
},
|
|
21603
|
+
"dracoNian": {
|
|
21604
|
+
"name": "Draco Nian",
|
|
21605
|
+
"description": {
|
|
21606
|
+
"general": "A declaration of fiery fury"
|
|
21607
|
+
}
|
|
21608
|
+
},
|
|
21609
|
+
"shen": {
|
|
21610
|
+
"name": "Shen",
|
|
21611
|
+
"description": {
|
|
21612
|
+
"general": "Stuns ship rats to death with her cuteness"
|
|
21613
|
+
}
|
|
21614
|
+
},
|
|
21615
|
+
"shackleSnap": {
|
|
21616
|
+
"name": "Shackle Snap",
|
|
21617
|
+
"description": {
|
|
21618
|
+
"general": "One bite is enough to take them all out"
|
|
21619
|
+
}
|
|
21620
|
+
},
|
|
21621
|
+
"guzzletooth": {
|
|
21622
|
+
"name": "Guzzletooth",
|
|
21623
|
+
"description": {
|
|
21624
|
+
"general": "Spew the seas with fire and ash"
|
|
21625
|
+
}
|
|
21626
|
+
},
|
|
21627
|
+
"gatorsHide": {
|
|
21628
|
+
"name": "Gator's Hide",
|
|
21629
|
+
"description": {
|
|
21630
|
+
"general": "Scars of a beast that survives the hunt"
|
|
21631
|
+
}
|
|
21632
|
+
},
|
|
21633
|
+
"deathRoll": {
|
|
21634
|
+
"name": "Death Roll",
|
|
21635
|
+
"description": {
|
|
21636
|
+
"general": "Once caught, your prey shall never surface"
|
|
21637
|
+
}
|
|
21638
|
+
},
|
|
21639
|
+
"crimsonSplash": {
|
|
21640
|
+
"name": "Crimson Splash",
|
|
21641
|
+
"description": {
|
|
21642
|
+
"general": "Rage unfurls, warning foes of your bite"
|
|
21643
|
+
}
|
|
21644
|
+
},
|
|
21645
|
+
"mawUnleashed": {
|
|
21646
|
+
"name": "Maw Unleashed",
|
|
21647
|
+
"description": {
|
|
21648
|
+
"general": "Strike first, rend deep, never let go"
|
|
21649
|
+
}
|
|
21650
|
+
},
|
|
21651
|
+
"snarlweave": {
|
|
21652
|
+
"name": "Snarlweave",
|
|
21653
|
+
"description": {
|
|
21654
|
+
"general": "Tangled designs for sails that scream"
|
|
21655
|
+
}
|
|
21656
|
+
},
|
|
21657
|
+
"frenziedFrown": {
|
|
21658
|
+
"name": "Frenzied Frown",
|
|
21659
|
+
"description": {
|
|
21660
|
+
"general": "The color of madness itself"
|
|
21661
|
+
}
|
|
21662
|
+
},
|
|
21663
|
+
"gunmetalGrin": {
|
|
21664
|
+
"name": "Gunmetal Grin",
|
|
21665
|
+
"description": {
|
|
21666
|
+
"general": "A sheen that dares foes to shoot first"
|
|
21667
|
+
}
|
|
21668
|
+
},
|
|
21669
|
+
"screechOfMayhem": {
|
|
21670
|
+
"name": "Screech of Mayhem",
|
|
21671
|
+
"description": {
|
|
21672
|
+
"general": "Teeth bared, barrels lit"
|
|
21673
|
+
}
|
|
21674
|
+
},
|
|
21675
|
+
"theReapersCall": {
|
|
21676
|
+
"name": "The Reaper's Call",
|
|
21677
|
+
"description": {
|
|
21678
|
+
"general": "Let death's pall spread far and wide"
|
|
21679
|
+
}
|
|
21680
|
+
},
|
|
21681
|
+
"scythesHonour": {
|
|
21682
|
+
"name": "Scythe's Honour",
|
|
21683
|
+
"description": {
|
|
21684
|
+
"general": "Sharp twists and sharper blades"
|
|
21685
|
+
}
|
|
21686
|
+
},
|
|
21687
|
+
"darkestWeave": {
|
|
21688
|
+
"name": "Darkest Weave",
|
|
21689
|
+
"description": {
|
|
21690
|
+
"general": "A grim set of colors, indeed"
|
|
21691
|
+
}
|
|
21692
|
+
},
|
|
21693
|
+
"helenaFromHell": {
|
|
21694
|
+
"name": "Helena from Hell",
|
|
21695
|
+
"description": {
|
|
21696
|
+
"general": "Death never looked so lovely"
|
|
21697
|
+
}
|
|
21698
|
+
},
|
|
21699
|
+
"graveyardGloss": {
|
|
21700
|
+
"name": "Graveyard Gloss",
|
|
21701
|
+
"description": {
|
|
21702
|
+
"general": "Finished with gloom and despair"
|
|
21703
|
+
}
|
|
21704
|
+
},
|
|
21705
|
+
"doomcaller": {
|
|
21706
|
+
"name": "Doomcaller",
|
|
21707
|
+
"description": {
|
|
21708
|
+
"general": "\"Flee from my wrath, peasant\""
|
|
21709
|
+
}
|
|
21710
|
+
},
|
|
21711
|
+
"boundFate": {
|
|
21712
|
+
"name": "Bound Fate",
|
|
21713
|
+
"description": {
|
|
21714
|
+
"general": "A real mood lightener for your deck"
|
|
21715
|
+
}
|
|
21716
|
+
},
|
|
21717
|
+
"blackenedOaths": {
|
|
21718
|
+
"name": "Blackened Oaths",
|
|
21719
|
+
"description": {
|
|
21720
|
+
"general": "Feathers of a magic raven. The brim weeps salt."
|
|
21721
|
+
}
|
|
21722
|
+
},
|
|
21723
|
+
"grimReflection": {
|
|
21724
|
+
"name": "Grim Reflection",
|
|
21725
|
+
"description": {
|
|
21726
|
+
"general": "The eyes behind burned away long ago"
|
|
21727
|
+
}
|
|
21728
|
+
},
|
|
21729
|
+
"soulsight": {
|
|
21730
|
+
"name": "Soulsight",
|
|
21731
|
+
"description": {
|
|
21732
|
+
"general": "Vivid visions of this world and the next"
|
|
21733
|
+
}
|
|
21734
|
+
},
|
|
21735
|
+
"gallowsGrace": {
|
|
21736
|
+
"name": "Gallow's Grace",
|
|
21737
|
+
"description": {
|
|
21738
|
+
"general": "Too fine for the grave, too cursed for the living"
|
|
21739
|
+
}
|
|
21740
|
+
},
|
|
21741
|
+
"lacedLament": {
|
|
21742
|
+
"name": "Laced Lament",
|
|
21743
|
+
"description": {
|
|
21744
|
+
"general": "Flutters when a soul passes near"
|
|
21745
|
+
}
|
|
21746
|
+
},
|
|
21747
|
+
"gravediggersGrip": {
|
|
21748
|
+
"name": "Gravedigger's Grip",
|
|
21749
|
+
"description": {
|
|
21750
|
+
"general": "Iron and ash, jointed like sorrow"
|
|
21751
|
+
}
|
|
21752
|
+
},
|
|
21753
|
+
"littleMercies": {
|
|
21754
|
+
"name": "Little Mercies",
|
|
21755
|
+
"description": {
|
|
21756
|
+
"general": "Buckled thrice, for each promise broken"
|
|
21757
|
+
}
|
|
21758
|
+
},
|
|
21759
|
+
"deadkinsPride": {
|
|
21760
|
+
"name": "Deadkin's Pride",
|
|
21761
|
+
"description": {
|
|
21762
|
+
"general": "Dark cloth, sewn with mourning thread"
|
|
21763
|
+
}
|
|
21764
|
+
},
|
|
21765
|
+
"echoNoir": {
|
|
21766
|
+
"name": "Echo Noir",
|
|
21767
|
+
"description": {
|
|
21768
|
+
"general": "Silent steps on forgotten shores"
|
|
21769
|
+
}
|
|
21542
21770
|
}
|
|
21543
21771
|
}
|
|
21544
21772
|
}
|