@skullandbonestools/snbdata 8.0.0 → 8.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/data/cosmetics.json +152 -23
  2. package/data/sets.json +8 -0
  3. package/data/ships.json +1 -2
  4. package/languages/ar/ar_cosmetics.json +84 -0
  5. package/languages/ar/ar_locations.json +2 -1
  6. package/languages/ar/ar_perks.json +9 -6
  7. package/languages/ar/ar_sets.json +3 -1
  8. package/languages/ar/ar_worldEvents.json +2 -2
  9. package/languages/de/de_achievements.json +8 -8
  10. package/languages/de/de_contracts.json +3 -3
  11. package/languages/de/de_cosmetics.json +145 -61
  12. package/languages/de/de_events.json +1 -1
  13. package/languages/de/de_items.json +43 -43
  14. package/languages/de/de_locations.json +2 -1
  15. package/languages/de/de_perks.json +68 -65
  16. package/languages/de/de_seasons.json +1 -1
  17. package/languages/de/de_sets.json +9 -7
  18. package/languages/de/de_ships.json +2 -2
  19. package/languages/de/de_worldEvents.json +3 -3
  20. package/languages/en/en_cosmetics.json +84 -0
  21. package/languages/en/en_locations.json +2 -1
  22. package/languages/en/en_perks.json +9 -6
  23. package/languages/en/en_sets.json +3 -1
  24. package/languages/en/en_worldEvents.json +2 -2
  25. package/languages/es/es_cosmetics.json +84 -0
  26. package/languages/es/es_locations.json +2 -1
  27. package/languages/es/es_perks.json +9 -6
  28. package/languages/es/es_sets.json +3 -1
  29. package/languages/es/es_worldEvents.json +2 -2
  30. package/languages/fr/fr_cosmetics.json +84 -0
  31. package/languages/fr/fr_locations.json +2 -1
  32. package/languages/fr/fr_perks.json +9 -6
  33. package/languages/fr/fr_sets.json +3 -1
  34. package/languages/fr/fr_worldEvents.json +2 -2
  35. package/languages/source/cosmetics.json +84 -0
  36. package/languages/source/locations.json +2 -1
  37. package/languages/source/perks.json +9 -6
  38. package/languages/source/sets.json +3 -1
  39. package/languages/source/worldEvents.json +2 -2
  40. package/languages/zh/zh_cosmetics.json +84 -0
  41. package/languages/zh/zh_locations.json +2 -1
  42. package/languages/zh/zh_perks.json +9 -6
  43. package/languages/zh/zh_sets.json +3 -1
  44. package/languages/zh/zh_worldEvents.json +2 -2
  45. package/package.json +1 -1
@@ -23509,8 +23509,10 @@
23509
23509
  "id": "allWeCovet",
23510
23510
  "type": "figureHead",
23511
23511
  "set": "fortuneFounders",
23512
+ "season": "eyeOfTheBeast",
23513
+ "obtainable": "ubisoftStoreSeasonalPack",
23512
23514
  "dateAdded": "2025-07-15",
23513
- "lastUpdated": "2025-07-15"
23515
+ "lastUpdated": "2026-02-10"
23514
23516
  },
23515
23517
  "forgeAndFrolic": {
23516
23518
  "id": "forgeAndFrolic",
@@ -26378,44 +26380,44 @@
26378
26380
  "deathlyMiasma": {
26379
26381
  "id": "deathlyMiasma",
26380
26382
  "type": "sailsColor",
26381
- "effects": "emissive",
26383
+ "effect": "emissive",
26382
26384
  "set": "plagueReaper",
26383
26385
  "obtainable": "ubisoftStore",
26384
26386
  "dateAdded": "2025-09-09",
26385
- "lastUpdated": "2025-09-09"
26387
+ "lastUpdated": "2026-02-10"
26386
26388
  },
26387
26389
  "blightborn": {
26388
26390
  "id": "blightborn",
26389
26391
  "type": "figureHead",
26390
26392
  "set": "plagueReaper",
26391
- "effects": "emissive",
26393
+ "effect": "emissive",
26392
26394
  "upgrades": ["crimsonHerald","pestilentShadow"],
26393
26395
  "obtainable": "ubisoftStore",
26394
26396
  "dateAdded": "2025-09-09",
26395
- "lastUpdated": "2025-09-09"
26397
+ "lastUpdated": "2026-02-10"
26396
26398
  },
26397
26399
  "crimsonHerald": {
26398
26400
  "id": "crimsonHerald",
26399
26401
  "tier": 1,
26400
26402
  "type": "figureHead",
26401
26403
  "set": "plagueReaper",
26402
- "effects": "emissive",
26404
+ "effect": "emissive",
26403
26405
  "basic": "blightborn",
26404
26406
  "upgrades": ["pestilentShadow"],
26405
26407
  "obtainable": "ubisoftStore",
26406
26408
  "dateAdded": "2025-09-09",
26407
- "lastUpdated": "2025-09-09"
26409
+ "lastUpdated": "2026-02-10"
26408
26410
  },
26409
26411
  "pestilentShadow": {
26410
26412
  "id": "pestilentShadow",
26411
26413
  "tier": 2,
26412
26414
  "type": "figureHead",
26413
26415
  "set": "plagueReaper",
26414
- "effects": ["emissive","combatReactive"],
26416
+ "effect": ["emissive","combatReactive"],
26415
26417
  "basic": "blightborn",
26416
26418
  "obtainable": "ubisoftStore",
26417
26419
  "dateAdded": "2025-09-09",
26418
- "lastUpdated": "2025-09-09"
26420
+ "lastUpdated": "2026-02-10"
26419
26421
  },
26420
26422
  "seaScourge": {
26421
26423
  "id": "seaScourge",
@@ -26436,11 +26438,11 @@
26436
26438
  "hollowMask": {
26437
26439
  "id": "hollowMask",
26438
26440
  "type": "trophy",
26439
- "effects": "emissive",
26441
+ "effect": "emissive",
26440
26442
  "set": "plagueReaper",
26441
26443
  "obtainable": "ubisoftStore",
26442
26444
  "dateAdded": "2025-09-09",
26443
- "lastUpdated": "2025-09-09"
26445
+ "lastUpdated": "2026-02-10"
26444
26446
  },
26445
26447
  "vileCure": {
26446
26448
  "id": "vileCure",
@@ -26460,11 +26462,11 @@
26460
26462
  "beakedVisage": {
26461
26463
  "id": "beakedVisage",
26462
26464
  "type": "faceAccessory",
26463
- "effects": "emissive",
26465
+ "effect": "emissive",
26464
26466
  "set": "harbingerOfDeath",
26465
26467
  "obtainable": "ubisoftStore",
26466
26468
  "dateAdded": "2025-09-09",
26467
- "lastUpdated": "2025-09-09"
26469
+ "lastUpdated": "2026-02-10"
26468
26470
  },
26469
26471
  "sterileGown": {
26470
26472
  "id": "sterileGown",
@@ -26493,11 +26495,11 @@
26493
26495
  "toolsOfTorture": {
26494
26496
  "id": "toolsOfTorture",
26495
26497
  "type": "waist",
26496
- "effects": "emissive",
26498
+ "effect": "emissive",
26497
26499
  "set": "harbingerOfDeath",
26498
26500
  "obtainable": "ubisoftStore",
26499
26501
  "dateAdded": "2025-09-09",
26500
- "lastUpdated": "2025-09-09"
26502
+ "lastUpdated": "2026-02-10"
26501
26503
  },
26502
26504
  "burialBreeches": {
26503
26505
  "id": "burialBreeches",
@@ -26534,20 +26536,20 @@
26534
26536
  "deliciouslyMacabre": {
26535
26537
  "id": "deliciouslyMacabre",
26536
26538
  "type": "sailsColor",
26537
- "effects": "emissive",
26539
+ "effect": "emissive",
26538
26540
  "set": "deathStrides",
26539
26541
  "obtainable": "ubisoftStore",
26540
26542
  "dateAdded": "2025-09-09",
26541
- "lastUpdated": "2025-09-09"
26543
+ "lastUpdated": "2026-02-10"
26542
26544
  },
26543
26545
  "theEndbringer": {
26544
26546
  "id": "theEndbringer",
26545
26547
  "type": "figureHead",
26546
- "effects": ["emissive","combatReactive"],
26548
+ "effect": ["emissive","combatReactive"],
26547
26549
  "set": "deathStrides",
26548
26550
  "obtainable": "ubisoftStore",
26549
26551
  "dateAdded": "2025-09-09",
26550
- "lastUpdated": "2025-09-09"
26552
+ "lastUpdated": "2026-02-10"
26551
26553
  },
26552
26554
  "endTimes": {
26553
26555
  "id": "endTimes",
@@ -26568,11 +26570,11 @@
26568
26570
  "deathDivine": {
26569
26571
  "id": "deathDivine",
26570
26572
  "type": "wheel",
26571
- "effects": "emissive",
26573
+ "effect": "emissive",
26572
26574
  "set": "deathStrides",
26573
26575
  "obtainable": "ubisoftStore",
26574
26576
  "dateAdded": "2025-09-09",
26575
- "lastUpdated": "2025-09-09"
26577
+ "lastUpdated": "2026-02-10"
26576
26578
  },
26577
26579
  "bonepicker": {
26578
26580
  "id": "bonepicker",
@@ -26593,11 +26595,11 @@
26593
26595
  "blotTheSun": {
26594
26596
  "id": "blotTheSun",
26595
26597
  "type": "sailsColor",
26596
- "effects": "emissive",
26598
+ "effect": "emissive",
26597
26599
  "set": "seaScavengers",
26598
26600
  "obtainable": "ubisoftStore",
26599
26601
  "dateAdded": "2025-09-09",
26600
- "lastUpdated": "2025-09-09"
26602
+ "lastUpdated": "2026-02-10"
26601
26603
  },
26602
26604
  "theFinalFeast": {
26603
26605
  "id": "theFinalFeast",
@@ -30581,5 +30583,132 @@
30581
30583
  "faction": "dutchMerchantCompany",
30582
30584
  "dateAdded": "2026-02-10",
30583
30585
  "lastUpdated": "2026-02-10"
30586
+ },
30587
+ "brassbound": {
30588
+ "id": "brassbound",
30589
+ "type": "hull",
30590
+ "set": "friendlyFoes",
30591
+ "season": "eyeOfTheBeast",
30592
+ "obtainable": "twitchDropStartYear2Season4",
30593
+ "dateAdded": "2026-02-10",
30594
+ "lastUpdated": "2026-02-10"
30595
+ },
30596
+ "twoFacedGrin": {
30597
+ "id": "twoFacedGrin",
30598
+ "type": "sailsEmblem",
30599
+ "set": "friendlyFoes",
30600
+ "season": "eyeOfTheBeast",
30601
+ "obtainable": "twitchDropStartYear2Season4",
30602
+ "dateAdded": "2026-02-10",
30603
+ "lastUpdated": "2026-02-10"
30604
+ },
30605
+ "crimsonCreed": {
30606
+ "id": "crimsonCreed",
30607
+ "type": "sailsColor",
30608
+ "effect": "emissive",
30609
+ "set": "friendlyFoes",
30610
+ "season": "eyeOfTheBeast",
30611
+ "obtainable": "twitchDropStartYear2Season4",
30612
+ "dateAdded": "2026-02-10",
30613
+ "lastUpdated": "2026-02-10"
30614
+ },
30615
+ "intricateSchemes": {
30616
+ "id": "intricateSchemes",
30617
+ "type": "sailsPattern",
30618
+ "set": "friendlyFoes",
30619
+ "season": "eyeOfTheBeast",
30620
+ "obtainable": "twitchDropStartYear2Season4",
30621
+ "dateAdded": "2026-02-10",
30622
+ "lastUpdated": "2026-02-10"
30623
+ },
30624
+ "sunShimmer": {
30625
+ "id": "sunShimmer",
30626
+ "type": "aura",
30627
+ "effect": "bossKillReactive",
30628
+ "season": "eyeOfTheBeast",
30629
+ "obtainable": "ubisoftStoreSeasonalPack",
30630
+ "dateAdded": "2026-02-10",
30631
+ "lastUpdated": "2026-02-10"
30632
+ },
30633
+ "streetCinch": {
30634
+ "id": "streetCinch",
30635
+ "type": "waist",
30636
+ "set": "cutthroatsCreed",
30637
+ "season": "eyeOfTheBeast",
30638
+ "obtainable": "krakenChest",
30639
+ "dateAdded": "2026-02-10",
30640
+ "lastUpdated": "2026-02-10"
30641
+ },
30642
+ "docksideDeals": {
30643
+ "id": "docksideDeals",
30644
+ "type": "forearm",
30645
+ "set": "cutthroatsCreed",
30646
+ "season": "eyeOfTheBeast",
30647
+ "obtainable": "krakenChest",
30648
+ "dateAdded": "2026-02-10",
30649
+ "lastUpdated": "2026-02-10"
30650
+ },
30651
+ "dingleDangles": {
30652
+ "id": "dingleDangles",
30653
+ "type": "faceAccessory",
30654
+ "set": "cutthroatsCreed",
30655
+ "season": "eyeOfTheBeast",
30656
+ "obtainable": "krakenChest",
30657
+ "dateAdded": "2026-02-10",
30658
+ "lastUpdated": "2026-02-10"
30659
+ },
30660
+ "cutpursesLuck": {
30661
+ "id": "cutpursesLuck",
30662
+ "type": "hand",
30663
+ "set": "cutthroatsCreed",
30664
+ "season": "eyeOfTheBeast",
30665
+ "obtainable": "krakenChest",
30666
+ "dateAdded": "2026-02-10",
30667
+ "lastUpdated": "2026-02-10"
30668
+ },
30669
+ "theOldGuard": {
30670
+ "id": "theOldGuard",
30671
+ "type": "headwear",
30672
+ "set": "cutthroatsCreed",
30673
+ "season": "eyeOfTheBeast",
30674
+ "obtainable": "krakenChest",
30675
+ "dateAdded": "2026-02-10",
30676
+ "lastUpdated": "2026-02-10"
30677
+ },
30678
+ "strungPromises": {
30679
+ "id": "strungPromises",
30680
+ "type": "neck",
30681
+ "set": "cutthroatsCreed",
30682
+ "season": "eyeOfTheBeast",
30683
+ "obtainable": "krakenChest",
30684
+ "dateAdded": "2026-02-10",
30685
+ "lastUpdated": "2026-02-10"
30686
+ },
30687
+ "bilgeRatsCut": {
30688
+ "id": "bilgeRatsCut",
30689
+ "type": "bottom",
30690
+ "set": "cutthroatsCreed",
30691
+ "season": "eyeOfTheBeast",
30692
+ "obtainable": "krakenChest",
30693
+ "dateAdded": "2026-02-10",
30694
+ "lastUpdated": "2026-02-10"
30695
+ },
30696
+ "dockrunners": {
30697
+ "id": "dockrunners",
30698
+ "type": "footwear",
30699
+ "set": "cutthroatsCreed",
30700
+ "season": "eyeOfTheBeast",
30701
+ "obtainable": "krakenChest",
30702
+ "dateAdded": "2026-02-10",
30703
+ "lastUpdated": "2026-02-10"
30704
+ },
30705
+ "scrappySuede": {
30706
+ "id": "scrappySuede",
30707
+ "type": "torso",
30708
+ "set": "cutthroatsCreed",
30709
+ "season": "eyeOfTheBeast",
30710
+ "obtainable": "krakenChest",
30711
+ "dateAdded": "2026-02-10",
30712
+ "lastUpdated": "2026-02-10"
30584
30713
  }
30585
30714
  }
package/data/sets.json CHANGED
@@ -1614,5 +1614,13 @@
1614
1614
  "oceansBrood": {
1615
1615
  "id": "oceansBrood",
1616
1616
  "type": "ship"
1617
+ },
1618
+ "friendlyFoes": {
1619
+ "id": "friendlyFoes",
1620
+ "type": "ship"
1621
+ },
1622
+ "cutthroatsCreed": {
1623
+ "id": "cutthroatsCreed",
1624
+ "type": "player"
1617
1625
  }
1618
1626
  }
package/data/ships.json CHANGED
@@ -578,8 +578,7 @@
578
578
  "slots": {
579
579
  "attachement": [1,1],
580
580
  "frontWeapon": [1,{
581
- "top": 2,
582
- "lower": 1
581
+ "top": 2
583
582
  }],
584
583
  "leftSideWeapon": [1,{
585
584
  "top": 4,
@@ -21119,6 +21119,90 @@
21119
21119
  "description": {
21120
21120
  "general": "A daring display of Dutch power"
21121
21121
  }
21122
+ },
21123
+ "brassbound": {
21124
+ "name": "Brassbound",
21125
+ "description": {
21126
+ "general": "A burnished hull for those who never bend"
21127
+ }
21128
+ },
21129
+ "twoFacedGrin": {
21130
+ "name": "Two-Faced Grin",
21131
+ "description": {
21132
+ "general": "Flags raised, bonus bared, loyalty sold dear"
21133
+ }
21134
+ },
21135
+ "crimsonCreed": {
21136
+ "name": "Crimson Creed",
21137
+ "description": {
21138
+ "general": "For pirates who pledge only to themselves"
21139
+ }
21140
+ },
21141
+ "intricateSchemes": {
21142
+ "name": "Intricate Schemes",
21143
+ "description": {
21144
+ "general": "Flourishes for those who play both sides"
21145
+ }
21146
+ },
21147
+ "sunShimmer": {
21148
+ "name": "Sun Shimmer",
21149
+ "description": {
21150
+ "general": "Pure gold dust and pride"
21151
+ }
21152
+ },
21153
+ "streetCinch": {
21154
+ "name": "Street Cinch",
21155
+ "description": {
21156
+ "general": "\"You hold your gun here, your coin here, and your nerve here.\""
21157
+ }
21158
+ },
21159
+ "docksideDeals": {
21160
+ "name": "Dockside Deals",
21161
+ "description": {
21162
+ "general": "\"He thought I'd shake on it. I did -- after I took his finger.\""
21163
+ }
21164
+ },
21165
+ "dingleDangles": {
21166
+ "name": "Dingle Dangles",
21167
+ "description": {
21168
+ "general": "Repurposed brass rolled in gold dust"
21169
+ }
21170
+ },
21171
+ "cutpursesLuck": {
21172
+ "name": "Cutpurse's Luck",
21173
+ "description": {
21174
+ "general": "\"Pure gold, warm from another's pocket.\""
21175
+ }
21176
+ },
21177
+ "theOldGuard": {
21178
+ "name": "The Old Guard",
21179
+ "description": {
21180
+ "general": "\"Every scar under this brim's got a story.\""
21181
+ }
21182
+ },
21183
+ "strungPromises": {
21184
+ "name": "Strung Promises",
21185
+ "description": {
21186
+ "general": "\"He swore he'd find me agin. I swore I wouldn't wait that long.\""
21187
+ }
21188
+ },
21189
+ "bilgeRatsCut": {
21190
+ "name": "Bilge Rat's Cut",
21191
+ "description": {
21192
+ "general": "\"They laughed at the patchwork. Then, I took their throats.\""
21193
+ }
21194
+ },
21195
+ "dockrunners": {
21196
+ "name": "Dockrunners",
21197
+ "description": {
21198
+ "general": "\"Swift enough to chase a purse. Silent enough to make a kill.\""
21199
+ }
21200
+ },
21201
+ "scrappySuede": {
21202
+ "name": "Scrappy Suede",
21203
+ "description": {
21204
+ "general": "Messy but magnificent"
21205
+ }
21122
21206
  }
21123
21207
  }
21124
21208
  }
@@ -253,6 +253,7 @@
253
253
  "factionWarWinReward": "Reward for that faction to win the Faction War",
254
254
  "purchasableWithSilverLionsAtTheFoundingChest": "Is/was purchasable with Silver Lions at the Founding Chest in Saint Anne during the Event",
255
255
  "rewardForCompleting8EventChallenges": "Reward for completing 8 Challenges of the Event",
256
- "williamBlackwoodStore": "Is/was purchasable in William Blackwood's store"
256
+ "williamBlackwoodStore": "Is/was purchasable in William Blackwood's store",
257
+ "twitchDropStartYear2Season4": "Twitch Drops at the start of {{eyeOfTheBeast}}"
257
258
  }
258
259
  }
@@ -192,8 +192,8 @@
192
192
  "name": "Ironclad",
193
193
  "description": {
194
194
  "general": [
195
- "Increases Armor by 350 for 30 seconds after bracing damage",
196
- "Increases Brace Strength by 275% and Brace Strength Recovery by 25%"
195
+ "Set sail with 5 stacks of Plating and lose a stack of Plating when Hull Health decreases on receiving hits. Each stack of Plating increases Armor Rating by 100",
196
+ "Gains a stack of Plating every 10s up to 5 stacks and increases weapon damage by 1% per 50 total Armor Rating (capped at 50%)"
197
197
  ]
198
198
  }
199
199
  },
@@ -781,7 +781,7 @@
781
781
  "name": "Artificer",
782
782
  "description": {
783
783
  "general": [
784
- "Consecutive weapon hits to targets increases effectiveness of subsequent Buoys by 3%, capping at 45%. Resets if more than 12 seconds pass between hits",
784
+ "Consecutive weapon hits to targets increases Weapon Damage and Repair Amount by 2%, capping out at 30%. Resets if more than 11s pass between hits",
785
785
  "Reduces reload time of Auxiliary Weapons by 10%, as well as for nearby friendly ships",
786
786
  "Increases Hull Health restored by Repair Weapons by 5% per Repair Weapon equipped"
787
787
  ]
@@ -1484,7 +1484,10 @@
1484
1484
  "evolved": {
1485
1485
  "name": "Evolved",
1486
1486
  "description": {
1487
- "general": "Increase weapon damage and Repair Amount of Auxiliary Weapons by 15%"
1487
+ "general": [
1488
+ "With non-offensive Auxiliary Weapons equipped, restores own Severe Damage by 0.4% and Brace Strength by 2% per second",
1489
+ "With offensive Auxiliary Weapons equipped, increases Weapon Damage by 20%, as well as for nearby friendly ships"
1490
+ ]
1488
1491
  }
1489
1492
  },
1490
1493
  "brigUpgrade": {
@@ -3017,8 +3020,8 @@
3017
3020
  ]
3018
3021
  }
3019
3022
  },
3020
- "livingBastion": {
3021
- "name": "Living Bastion",
3023
+ "livingMetal": {
3024
+ "name": "Living Metal",
3022
3025
  "description": {
3023
3026
  "general": "Gains a stack of Living Metal per second if no damage was taken in the last 5s. Stacks of Living Metal increases Armor Rating by 10% per stack, up to 150% at 15 stacks. Loses a stack on every hit taken. Bracing will not reduce stacks"
3024
3027
  }
@@ -403,6 +403,8 @@
403
403
  "sunkenWatchersPlayer": "Sunken Watchers Set",
404
404
  "mythicHowl": "Mythic Howl Set",
405
405
  "midnightMarquis": "Midnight Marquis Set",
406
- "oceansBrood": "Ocean's Brood Set"
406
+ "oceansBrood": "Ocean's Brood Set",
407
+ "friendlyFoes": "Friendly Foes Set",
408
+ "cutthroatsCreed": "Cutthroat's Creed Set"
407
409
  }
408
410
  }
@@ -71,8 +71,8 @@
71
71
  "azureHarbinger": "Azure Harbinger",
72
72
  "warCargo": "War Cargo",
73
73
  "warConvoy": "War Convoy",
74
- "opstuwing": "Opstuwing",
75
- "soleilImperial": "Soleil Imperial",
74
+ "opstuwing": "Mighty Opwelling",
75
+ "soleilImperial": "Mighty Soleil Royal",
76
76
  "kraken": "Kraken"
77
77
  }
78
78
  }
@@ -253,20 +253,20 @@
253
253
  "description": "Füge %s Schaden gegen Schwachpunkte in Azurblaues Event (Azure Royal) zu."
254
254
  },
255
255
  "krakenKiller": {
256
- "name": "Kraken Killer",
257
- "description": "Defeat the Mythical Kraken %s times."
256
+ "name": "Kraken-Killer",
257
+ "description": "Besiege den mythischen Kraken %s Mal."
258
258
  },
259
259
  "claimToFameY2S4": {
260
- "name": "Claim to Fame (Y2S4)",
261
- "description": "Gain %s Infamy in Year 2 Season 4"
260
+ "name": "Berühmtheit (J2S4)",
261
+ "description": "Erhalte %s Ruhm in Jahr 2 Saison 4."
262
262
  },
263
263
  "banisher": {
264
- "name": "Banisher",
265
- "description": "Complete The Nian %s times."
264
+ "name": "Verbanner",
265
+ "description": "Schließe Das Nian %s Mal ab."
266
266
  },
267
267
  "tarnisher": {
268
- "name": "Tarnisher",
269
- "description": "Deal %s damage to weakpoints in The Nian"
268
+ "name": "Beflecker",
269
+ "description": "Füge %s Schaden gegen Schwachpunkte in Das Nian zu."
270
270
  }
271
271
  }
272
272
  }
@@ -77,7 +77,7 @@
77
77
  "aTrailOfAshes": "Eine Spur aus Asche",
78
78
  "scorchedHorizon": "Versengter Horizont",
79
79
  "theMooncakeRegatta3": "Die Mondkuchen-Regatta III",
80
- "ourInheritedLand": "Our Inherited Land",
80
+ "ourInheritedLand": "Das Land unserer Väter",
81
81
  "ragingInferno": "Tobendes Inferno",
82
82
  "lostAndHaunted": "Verloren und heimgesucht",
83
83
  "callOfTheAzure": "Ruf des Azurs",
@@ -93,7 +93,7 @@
93
93
  "theHonorless": "Die Ehrenlosen",
94
94
  "reachTheFirmament": "Reach the Firmament",
95
95
  "wolvesAtWar": "Wolves at War",
96
- "plunderAndPeril": "Plunder and Peril",
97
- "riskOfRuin": "Risk of Ruin"
96
+ "plunderAndPeril": "Plündern und brandschatzen",
97
+ "riskOfRuin": "Risiken des Ruins"
98
98
  }
99
99
  }