@skullandbonestools/snbdata 8.0.11 → 8.0.12

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 (158) hide show
  1. package/LICENSE +661 -661
  2. package/README.md +105 -105
  3. package/data/achievements.json +738 -738
  4. package/data/commodities.json +367 -367
  5. package/data/contracts.json +287 -287
  6. package/data/cosmetics.json +31606 -31250
  7. package/data/events.json +49 -49
  8. package/data/factions.json +135 -135
  9. package/data/items.json +16089 -16076
  10. package/data/materials.json +937 -937
  11. package/data/modifications.json +1579 -1579
  12. package/data/regions.json +25 -25
  13. package/data/seasons.json +64 -64
  14. package/data/sets.json +1681 -1661
  15. package/data/ships.json +946 -946
  16. package/data/territories.json +407 -407
  17. package/data/ultimates.json +108 -108
  18. package/data/worldEvents.json +395 -383
  19. package/dist/data_providers/seasons.d.ts +16 -0
  20. package/dist/data_providers/seasons.d.ts.map +1 -0
  21. package/dist/data_providers/seasons.js +19 -0
  22. package/dist/data_providers/seasons.js.map +1 -0
  23. package/dist/data_providers/ships.d.ts +64 -0
  24. package/dist/data_providers/ships.d.ts.map +1 -0
  25. package/dist/data_providers/ships.js +45 -0
  26. package/dist/data_providers/ships.js.map +1 -0
  27. package/dist/types/ShipSize.d.ts +2 -0
  28. package/dist/types/ShipSize.d.ts.map +1 -0
  29. package/dist/types/ShipSize.js +2 -0
  30. package/dist/types/ShipSize.js.map +1 -0
  31. package/dist/types/SlotWithGunports.d.ts +8 -0
  32. package/dist/types/SlotWithGunports.d.ts.map +1 -0
  33. package/dist/types/SlotWithGunports.js +2 -0
  34. package/dist/types/SlotWithGunports.js.map +1 -0
  35. package/languages/ar/ar_achievements.json +271 -271
  36. package/languages/ar/ar_commodities.json +299 -299
  37. package/languages/ar/ar_contracts.json +98 -98
  38. package/languages/ar/ar_cosmetics.json +21771 -21543
  39. package/languages/ar/ar_events.json +15 -15
  40. package/languages/ar/ar_factions.json +69 -69
  41. package/languages/ar/ar_items.json +3113 -3107
  42. package/languages/ar/ar_locations.json +268 -261
  43. package/languages/ar/ar_materials.json +631 -631
  44. package/languages/ar/ar_modifications.json +446 -446
  45. package/languages/ar/ar_perks.json +3144 -3144
  46. package/languages/ar/ar_regions.json +15 -15
  47. package/languages/ar/ar_seasons.json +12 -12
  48. package/languages/ar/ar_sets.json +423 -418
  49. package/languages/ar/ar_ships.json +111 -111
  50. package/languages/ar/ar_territories.json +177 -177
  51. package/languages/ar/ar_ultimates.json +47 -47
  52. package/languages/ar/ar_worldEvents.json +82 -80
  53. package/languages/de/de_achievements.json +271 -271
  54. package/languages/de/de_commodities.json +299 -299
  55. package/languages/de/de_contracts.json +98 -98
  56. package/languages/de/de_cosmetics.json +21771 -21543
  57. package/languages/de/de_events.json +15 -15
  58. package/languages/de/de_factions.json +69 -69
  59. package/languages/de/de_items.json +3113 -3107
  60. package/languages/de/de_locations.json +268 -261
  61. package/languages/de/de_materials.json +631 -631
  62. package/languages/de/de_modifications.json +446 -446
  63. package/languages/de/de_perks.json +3144 -3144
  64. package/languages/de/de_seasons.json +12 -12
  65. package/languages/de/de_sets.json +423 -418
  66. package/languages/de/de_ships.json +111 -111
  67. package/languages/de/de_worldEvents.json +82 -80
  68. package/languages/en/en_achievements.json +271 -271
  69. package/languages/en/en_commodities.json +299 -299
  70. package/languages/en/en_contracts.json +98 -98
  71. package/languages/en/en_cosmetics.json +21771 -21543
  72. package/languages/en/en_events.json +15 -15
  73. package/languages/en/en_factions.json +69 -69
  74. package/languages/en/en_items.json +3113 -3107
  75. package/languages/en/en_locations.json +268 -261
  76. package/languages/en/en_materials.json +631 -631
  77. package/languages/en/en_modifications.json +446 -446
  78. package/languages/en/en_perks.json +3144 -3144
  79. package/languages/en/en_regions.json +15 -15
  80. package/languages/en/en_seasons.json +12 -12
  81. package/languages/en/en_sets.json +423 -418
  82. package/languages/en/en_ships.json +111 -111
  83. package/languages/en/en_territories.json +177 -177
  84. package/languages/en/en_ultimates.json +47 -47
  85. package/languages/en/en_worldEvents.json +82 -80
  86. package/languages/es/es_achievements.json +271 -271
  87. package/languages/es/es_commodities.json +299 -299
  88. package/languages/es/es_contracts.json +98 -98
  89. package/languages/es/es_cosmetics.json +21771 -21543
  90. package/languages/es/es_events.json +15 -15
  91. package/languages/es/es_factions.json +69 -69
  92. package/languages/es/es_items.json +3113 -3107
  93. package/languages/es/es_locations.json +268 -261
  94. package/languages/es/es_materials.json +631 -631
  95. package/languages/es/es_modifications.json +446 -446
  96. package/languages/es/es_perks.json +3144 -3144
  97. package/languages/es/es_regions.json +15 -15
  98. package/languages/es/es_seasons.json +12 -12
  99. package/languages/es/es_sets.json +423 -418
  100. package/languages/es/es_ships.json +111 -111
  101. package/languages/es/es_territories.json +177 -177
  102. package/languages/es/es_ultimates.json +47 -47
  103. package/languages/es/es_worldEvents.json +82 -80
  104. package/languages/fr/fr_achievements.json +271 -271
  105. package/languages/fr/fr_commodities.json +299 -299
  106. package/languages/fr/fr_contracts.json +98 -98
  107. package/languages/fr/fr_cosmetics.json +21771 -21543
  108. package/languages/fr/fr_events.json +15 -15
  109. package/languages/fr/fr_factions.json +69 -69
  110. package/languages/fr/fr_items.json +3113 -3107
  111. package/languages/fr/fr_locations.json +268 -261
  112. package/languages/fr/fr_materials.json +631 -631
  113. package/languages/fr/fr_modifications.json +446 -446
  114. package/languages/fr/fr_perks.json +3144 -3144
  115. package/languages/fr/fr_regions.json +15 -15
  116. package/languages/fr/fr_seasons.json +12 -12
  117. package/languages/fr/fr_sets.json +423 -418
  118. package/languages/fr/fr_ships.json +111 -111
  119. package/languages/fr/fr_territories.json +177 -177
  120. package/languages/fr/fr_ultimates.json +47 -47
  121. package/languages/fr/fr_worldEvents.json +82 -80
  122. package/languages/source/achievements.json +271 -271
  123. package/languages/source/commodities.json +299 -299
  124. package/languages/source/contracts.json +98 -98
  125. package/languages/source/cosmetics.json +21771 -21543
  126. package/languages/source/events.json +15 -15
  127. package/languages/source/factions.json +69 -69
  128. package/languages/source/items.json +3113 -3107
  129. package/languages/source/locations.json +268 -261
  130. package/languages/source/materials.json +631 -631
  131. package/languages/source/modifications.json +446 -446
  132. package/languages/source/perks.json +3144 -3144
  133. package/languages/source/regions.json +15 -15
  134. package/languages/source/seasons.json +12 -12
  135. package/languages/source/sets.json +423 -418
  136. package/languages/source/ships.json +111 -111
  137. package/languages/source/territories.json +177 -177
  138. package/languages/source/ultimates.json +47 -47
  139. package/languages/source/worldEvents.json +82 -80
  140. package/languages/zh/zh_achievements.json +271 -271
  141. package/languages/zh/zh_commodities.json +299 -299
  142. package/languages/zh/zh_contracts.json +98 -98
  143. package/languages/zh/zh_cosmetics.json +21771 -21543
  144. package/languages/zh/zh_events.json +15 -15
  145. package/languages/zh/zh_factions.json +69 -69
  146. package/languages/zh/zh_items.json +3113 -3107
  147. package/languages/zh/zh_locations.json +268 -261
  148. package/languages/zh/zh_materials.json +631 -631
  149. package/languages/zh/zh_modifications.json +446 -446
  150. package/languages/zh/zh_perks.json +3144 -3144
  151. package/languages/zh/zh_regions.json +15 -15
  152. package/languages/zh/zh_seasons.json +12 -12
  153. package/languages/zh/zh_sets.json +423 -418
  154. package/languages/zh/zh_ships.json +111 -111
  155. package/languages/zh/zh_territories.json +177 -177
  156. package/languages/zh/zh_ultimates.json +47 -47
  157. package/languages/zh/zh_worldEvents.json +82 -80
  158. package/package.json +42 -42
@@ -1,48 +1,48 @@
1
- {
2
- "ultimates": {
3
- "hunter": {
4
- "name": "Hunter",
5
- "description": "When activated, massively increases the damage dealth by weapons for 20 seconds."
6
- },
7
- "laPesteSignalLauncher": {
8
- "name": "La Peste Signal Launcher",
9
- "description": "Equips an auxiliary weapon that, when fired on the water, summons the Plague King, Philippe La Peste, to defend a location. His health will gradually decay over time."
10
- },
11
- "laPlusGrandeFleur": {
12
- "name": "La Plus Grande Fleur",
13
- "description": "Equips an auxiliary weapon that fires a devastating swarm of mortar shells, leaving pools of poison behind for a duration."
14
- },
15
- "trueEndlessRequiem": {
16
- "name": "True Endless Requiem",
17
- "description": "Equips broadsides with Torpedo launchers. When fired, unleashes delayed waves of torpedoes that require accurate prediction to deal lethal damage."
18
- },
19
- "bastion": {
20
- "name": "Bastion",
21
- "description": "When activated, massively reduces the damage taken from all sources for 15 seconds."
22
- },
23
- "ghostShipSignalLauncher": {
24
- "name": "Ghost Ship Signal Launcher",
25
- "description": "Equips an auxiliary weapon that, when fired on the water, summons a Ghost Ship to hunt your enemies. Its health will gradually decay over time."
26
- },
27
- "hailstormLongGuns": {
28
- "name": "Hailstorm Long Guns",
29
- "description": "Equips a frontal weapon which allows for rapid-fire of precise shots, capable of tearing the sails of ships to immobilize them."
30
- },
31
- "massRevitalization": {
32
- "name": "Mass Revitalization",
33
- "description": "When activated, recovers 75% of Hull Health and 100% of Crew Stamina of nearby allies."
34
- },
35
- "impederBallista": {
36
- "name": "Impeder Ballista",
37
- "description": "Equips a frontal weapon which fires charged shots that inflict damage to weakpoints and tear the sails of ships to immobilize them."
38
- },
39
- "combatFury": {
40
- "name": "Combat Fury",
41
- "description": "When activated, increases Sailing Speed and damage, reduces Stamina Consumption while trimming and bracing, and periodically recovers Hull Health."
42
- },
43
- "zamaharibuBaitLauncher": {
44
- "name": "Zamaharibu Bait Launcher",
45
- "description": "Equips an auxiliary weapon that, when fired on the water, summons the Sea Monster, Zamaharibu, to hunt down your enemies."
46
- }
47
- }
1
+ {
2
+ "ultimates": {
3
+ "hunter": {
4
+ "name": "Hunter",
5
+ "description": "When activated, massively increases the damage dealth by weapons for 20 seconds."
6
+ },
7
+ "laPesteSignalLauncher": {
8
+ "name": "La Peste Signal Launcher",
9
+ "description": "Equips an auxiliary weapon that, when fired on the water, summons the Plague King, Philippe La Peste, to defend a location. His health will gradually decay over time."
10
+ },
11
+ "laPlusGrandeFleur": {
12
+ "name": "La Plus Grande Fleur",
13
+ "description": "Equips an auxiliary weapon that fires a devastating swarm of mortar shells, leaving pools of poison behind for a duration."
14
+ },
15
+ "trueEndlessRequiem": {
16
+ "name": "True Endless Requiem",
17
+ "description": "Equips broadsides with Torpedo launchers. When fired, unleashes delayed waves of torpedoes that require accurate prediction to deal lethal damage."
18
+ },
19
+ "bastion": {
20
+ "name": "Bastion",
21
+ "description": "When activated, massively reduces the damage taken from all sources for 15 seconds."
22
+ },
23
+ "ghostShipSignalLauncher": {
24
+ "name": "Ghost Ship Signal Launcher",
25
+ "description": "Equips an auxiliary weapon that, when fired on the water, summons a Ghost Ship to hunt your enemies. Its health will gradually decay over time."
26
+ },
27
+ "hailstormLongGuns": {
28
+ "name": "Hailstorm Long Guns",
29
+ "description": "Equips a frontal weapon which allows for rapid-fire of precise shots, capable of tearing the sails of ships to immobilize them."
30
+ },
31
+ "massRevitalization": {
32
+ "name": "Mass Revitalization",
33
+ "description": "When activated, recovers 75% of Hull Health and 100% of Crew Stamina of nearby allies."
34
+ },
35
+ "impederBallista": {
36
+ "name": "Impeder Ballista",
37
+ "description": "Equips a frontal weapon which fires charged shots that inflict damage to weakpoints and tear the sails of ships to immobilize them."
38
+ },
39
+ "combatFury": {
40
+ "name": "Combat Fury",
41
+ "description": "When activated, increases Sailing Speed and damage, reduces Stamina Consumption while trimming and bracing, and periodically recovers Hull Health."
42
+ },
43
+ "zamaharibuBaitLauncher": {
44
+ "name": "Zamaharibu Bait Launcher",
45
+ "description": "Equips an auxiliary weapon that, when fired on the water, summons the Sea Monster, Zamaharibu, to hunt down your enemies."
46
+ }
47
+ }
48
48
  }
@@ -1,81 +1,83 @@
1
- {
2
- "worldEvents": {
3
- "anguishFromTheAbyss": "Anguish from the Abyss",
4
- "tidesOfTerror": "Tides of Terror",
5
- "theMizerja": "The Mizerja",
6
- "theOpwelling": "The Opwelling",
7
- "thePlagueKing": "The Plague King",
8
- "caperingTheCape": "Capering the Cape",
9
- "anAllianceOfConvenience": "An Alliance of Convenience",
10
- "theRempahResupply": "The Rempah Resupply",
11
- "guidedByGuile": "Guided by Guile",
12
- "symphonieMortelle": "Symphonie Mortelle",
13
- "verseOfVengeance": "Verse of Vengeance",
14
- "verseOfRemorse": "Verse of Remorse",
15
- "riskTheRisingTide": "Risk the Rising Tide",
16
- "iceAndEasy": "Ice & Easy",
17
- "chorusOfHavoc": "Chorus of Havoc",
18
- "divineRetribution": "Divine Retribution",
19
- "opulentOpportunity": "Opulent Opportunity",
20
- "easternExchange": "Eastern Exchange",
21
- "flamesOfTheDragon": "Flames of the Dragon",
22
- "theGloriousPhoenix": "The Glorious Phoenix",
23
- "theSerpentsWrath": "The Serpent's Wrath",
24
- "flamesOfThePhoenix": "Flames of the Phoenix",
25
- "baitAndSwitch": "Bait and Switch",
26
- "stolenTreasures": "Stolen Treasures",
27
- "curseOfTheSchaduw": "Curse of the Schaduw",
28
- "theLoomingShadow": "The Looming Shadow",
29
- "reaversVengeance": "Reaver's Vengeance",
30
- "theWolfHunter": "The Wolf Hunter",
31
- "theAzureRoyale": "The Azure Royale",
32
- "theGreatShadow": "The Great Shadow",
33
- "undyingMaw": "Undying Maw",
34
- "payingDues": "Paying Dues",
35
- "scurlocksPrecious": "Scurlock's Precious",
36
- "thickAsThieves": "Thick as Thieves",
37
- "gloryAdorned": "Glory Adorned",
38
- "theHonorlessMizerja": "The Honorless: Mizerja",
39
- "theHonorlessDianSinaga": "The Honorless: Dian Sinaga",
40
- "theHonorlessAhPak": "The Honorless: Ah Pak",
41
- "shadesOfTheRonin": "Shades of the Ronin",
42
- "fangsOfTheFara": "Fangs of the Fara",
43
- "hunterHunted": "Hunter, Hunted",
44
- "watchTheThrone": "Watch the Throne",
45
- "aTreacherousTurn": "A Treacherous Turn",
46
- "aShowOfStrength": "A Show of Strength",
47
- "fromTheDeep": "From the Deep",
48
- "profitablePoison": "Profitable Poison",
49
- "farReachesForTheFara": "Far Reaches for the Fara",
50
- "drownedSorrows": "Drowned Sorrows",
51
- "aHushedHold": "A Hushed Hold",
52
- "theVanishing": "The Vanishing",
53
- "silentDeath": "Silent Death",
54
- "convoyOfHighSpirits": "Convoy of High Spirits",
55
- "shapesInTheWater": "Shapes in the Water",
56
- "spoilsOfWar": "Spoils of War",
57
- "aPerilousPathToProfits": "A Perilous Path to Profits",
58
- "maladiousMeasures": "Maladious Measures",
59
- "colonialShipment": "Colonial Shipment",
60
- "apparativeApparitions": "Apparative Apparitions",
61
- "violentTendencies": "Violent Tendencies",
62
- "aLongMarch": "A Long March",
63
- "theManicMoonshinerFleet": "The Manic Moonshiner Fleet",
64
- "deadMansMoonshine": "Dead Man's Moonshine",
65
- "moonshineMadness": "Moonshine Madness",
66
- "bloodDrunk": "Blood Drunk",
67
- "theWeepingMother": "The Weeping Mother",
68
- "soleilRoyal": "Soleil Royal",
69
- "reapItAndWeep": "Reap It & Weep",
70
- "reaperOfTheLost": "Reaper of the Lost",
71
- "azureHarbinger": "Azure Harbinger",
72
- "warCargo": "War Cargo",
73
- "warConvoy": "War Convoy",
74
- "opstuwing": "Mighty Opwelling",
75
- "soleilImperial": "Mighty Soleil Royal",
76
- "kraken": "Kraken",
77
- "theDrowningPlague": "The Drowning Plague",
78
- "jawsOfRetribution": "Jaws of Retribution",
79
- "megafortWolvenhol": "Megafort Wolvenhol"
80
- }
1
+ {
2
+ "worldEvents": {
3
+ "anguishFromTheAbyss": "Anguish from the Abyss",
4
+ "tidesOfTerror": "Tides of Terror",
5
+ "theMizerja": "The Mizerja",
6
+ "theOpwelling": "The Opwelling",
7
+ "thePlagueKing": "The Plague King",
8
+ "caperingTheCape": "Capering the Cape",
9
+ "anAllianceOfConvenience": "An Alliance of Convenience",
10
+ "theRempahResupply": "The Rempah Resupply",
11
+ "guidedByGuile": "Guided by Guile",
12
+ "symphonieMortelle": "Symphonie Mortelle",
13
+ "verseOfVengeance": "Verse of Vengeance",
14
+ "verseOfRemorse": "Verse of Remorse",
15
+ "riskTheRisingTide": "Risk the Rising Tide",
16
+ "iceAndEasy": "Ice & Easy",
17
+ "chorusOfHavoc": "Chorus of Havoc",
18
+ "divineRetribution": "Divine Retribution",
19
+ "opulentOpportunity": "Opulent Opportunity",
20
+ "easternExchange": "Eastern Exchange",
21
+ "flamesOfTheDragon": "Flames of the Dragon",
22
+ "theGloriousPhoenix": "The Glorious Phoenix",
23
+ "theSerpentsWrath": "The Serpent's Wrath",
24
+ "flamesOfThePhoenix": "Flames of the Phoenix",
25
+ "baitAndSwitch": "Bait and Switch",
26
+ "stolenTreasures": "Stolen Treasures",
27
+ "curseOfTheSchaduw": "Curse of the Schaduw",
28
+ "theLoomingShadow": "The Looming Shadow",
29
+ "reaversVengeance": "Reaver's Vengeance",
30
+ "theWolfHunter": "The Wolf Hunter",
31
+ "theAzureRoyale": "The Azure Royale",
32
+ "theGreatShadow": "The Great Shadow",
33
+ "undyingMaw": "Undying Maw",
34
+ "payingDues": "Paying Dues",
35
+ "scurlocksPrecious": "Scurlock's Precious",
36
+ "thickAsThieves": "Thick as Thieves",
37
+ "gloryAdorned": "Glory Adorned",
38
+ "theHonorlessMizerja": "The Honorless: Mizerja",
39
+ "theHonorlessDianSinaga": "The Honorless: Dian Sinaga",
40
+ "theHonorlessAhPak": "The Honorless: Ah Pak",
41
+ "shadesOfTheRonin": "Shades of the Ronin",
42
+ "fangsOfTheFara": "Fangs of the Fara",
43
+ "hunterHunted": "Hunter, Hunted",
44
+ "watchTheThrone": "Watch the Throne",
45
+ "aTreacherousTurn": "A Treacherous Turn",
46
+ "aShowOfStrength": "A Show of Strength",
47
+ "fromTheDeep": "From the Deep",
48
+ "profitablePoison": "Profitable Poison",
49
+ "farReachesForTheFara": "Far Reaches for the Fara",
50
+ "drownedSorrows": "Drowned Sorrows",
51
+ "aHushedHold": "A Hushed Hold",
52
+ "theVanishing": "The Vanishing",
53
+ "silentDeath": "Silent Death",
54
+ "convoyOfHighSpirits": "Convoy of High Spirits",
55
+ "shapesInTheWater": "Shapes in the Water",
56
+ "spoilsOfWar": "Spoils of War",
57
+ "aPerilousPathToProfits": "A Perilous Path to Profits",
58
+ "maladiousMeasures": "Maladious Measures",
59
+ "colonialShipment": "Colonial Shipment",
60
+ "apparativeApparitions": "Apparative Apparitions",
61
+ "violentTendencies": "Violent Tendencies",
62
+ "aLongMarch": "A Long March",
63
+ "theManicMoonshinerFleet": "The Manic Moonshiner Fleet",
64
+ "deadMansMoonshine": "Dead Man's Moonshine",
65
+ "moonshineMadness": "Moonshine Madness",
66
+ "bloodDrunk": "Blood Drunk",
67
+ "theWeepingMother": "The Weeping Mother",
68
+ "soleilRoyal": "Soleil Royal",
69
+ "reapItAndWeep": "Reap It & Weep",
70
+ "reaperOfTheLost": "Reaper of the Lost",
71
+ "azureHarbinger": "Azure Harbinger",
72
+ "warCargo": "War Cargo",
73
+ "warConvoy": "War Convoy",
74
+ "opstuwing": "Mighty Opwelling",
75
+ "soleilImperial": "Mighty Soleil Royal",
76
+ "kraken": "Kraken",
77
+ "theDrowningPlague": "The Drowning Plague",
78
+ "jawsOfRetribution": "Jaws of Retribution",
79
+ "megafortWolvenhol": "Megafort Wolvenhol",
80
+ "legendOfTheNian": "Legend of the Nian",
81
+ "crazedNian": "Crazed Nian"
82
+ }
81
83
  }