@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
|
"进水型武器对200米外的目标造成伤害,进水伤害提升13%,持续10秒",
|
|
2902
|
-
"
|
|
2902
|
+
"For every 1% increase in Projectile Speed of Weapons through bonuses, increase Flooding Damage of those weapons by 1%",
|
|
2903
2903
|
"对带有进水效果的敌方船只造成的伤害增加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
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skullandbonestools/snbdata",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.13",
|
|
4
4
|
"description": "Inofficial data package for the Skull and Bones game by Ubisoft.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ubisoft",
|
|
@@ -17,7 +17,9 @@
|
|
|
17
17
|
"url": "git+https://github.com/SkullAndBonesTools/SkullAndBonesData.git"
|
|
18
18
|
},
|
|
19
19
|
"publishConfig": {
|
|
20
|
-
"
|
|
20
|
+
"registry": "https://registry.npmjs.org",
|
|
21
|
+
"access": "public",
|
|
22
|
+
"provenance": true
|
|
21
23
|
},
|
|
22
24
|
"license": "AGPL-3.0",
|
|
23
25
|
"author": "Skull and Bones Tools",
|
|
@@ -37,6 +39,6 @@
|
|
|
37
39
|
"LICENSE"
|
|
38
40
|
],
|
|
39
41
|
"devDependencies": {
|
|
40
|
-
"typescript": "
|
|
42
|
+
"typescript": "6.0.2"
|
|
41
43
|
}
|
|
42
44
|
}
|