@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": "عذاب من الهاوية",
4
- "tidesOfTerror": "المَد وجزر الرعب",
5
- "theMizerja": "ميزيريا",
6
- "theOpwelling": "الاوبولنغ",
7
- "thePlagueKing": "ملك الطاعون",
8
- "caperingTheCape": "التسلل إلى الرأس",
9
- "anAllianceOfConvenience": "تحالف مصلحي",
10
- "theRempahResupply": "إمدادات الريمباه",
11
- "guidedByGuile": "مُرشَد بالمكر",
12
- "symphonieMortelle": "السيمفونية الموت",
13
- "verseOfVengeance": "نشيد الانتقام",
14
- "verseOfRemorse": "آية الندم",
15
- "riskTheRisingTide": "خاطر بالمد المتصاعد",
16
- "iceAndEasy": "مثلجة وسهلة",
17
- "chorusOfHavoc": "لحن الفوضى",
18
- "divineRetribution": "الانتقام السماوي",
19
- "opulentOpportunity": "فرصة ثمينة",
20
- "easternExchange": "الصفقة الشرقية",
21
- "flamesOfTheDragon": "لهيب التنين",
22
- "theGloriousPhoenix": "العنقاء المجيدة",
23
- "theSerpentsWrath": "غضب الثعبان",
24
- "flamesOfThePhoenix": "نيران العنقاء",
25
- "baitAndSwitch": "الطعم والتبديل",
26
- "stolenTreasures": "الكنوز المسروقة",
27
- "curseOfTheSchaduw": "لعنة شادو",
28
- "theLoomingShadow": "الظل الذي يلوح في الأفق",
29
- "reaversVengeance": "انتقام الحاصد",
30
- "theWolfHunter": "صائد الذئاب",
31
- "theAzureRoyale": "ذا أزور رويال",
32
- "theGreatShadow": "الظل الشاخص",
33
- "undyingMaw": "الفك المفترس",
34
- "payingDues": "دفع المستحقات",
35
- "scurlocksPrecious": "سكورلوك الثمين",
36
- "thickAsThieves": "سميك كاللصوص",
37
- "gloryAdorned": "التزين بالمجد",
38
- "theHonorlessMizerja": "عديم الشرف ميزيرجا",
39
- "theHonorlessDianSinaga": "عديم الشرف ديان سيناغا",
40
- "theHonorlessAhPak": "عديم الشرف آه باك",
41
- "shadesOfTheRonin": "ظلال الرونين",
42
- "fangsOfTheFara": "أنياب فارا",
43
- "hunterHunted": "صياد مطارد",
44
- "watchTheThrone": "شاهد العرش",
45
- "aTreacherousTurn": "المنعطف الغادر",
46
- "aShowOfStrength": "استعراض القوة",
47
- "fromTheDeep": "من الأعماق",
48
- "profitablePoison": "السموم المربحة",
49
- "farReachesForTheFara": "الروافد البعيدة للفارة",
50
- "drownedSorrows": "الأحزان الغارقة",
51
- "aHushedHold": "قبضة صامتة",
52
- "theVanishing": "الاختفاء",
53
- "silentDeath": "الموت الصامت",
54
- "convoyOfHighSpirits": "قافلة الأرواح المرِحة",
55
- "shapesInTheWater": "ظلال في الماء",
56
- "spoilsOfWar": "غنائم الحرب",
57
- "aPerilousPathToProfits": "طريق محفوف بالمخاطر نحو الأرباح",
58
- "maladiousMeasures": "تدابير مرضية",
59
- "colonialShipment": "الشحنة الاستعمارية",
60
- "apparativeApparitions": "الظهور الظاهري",
61
- "violentTendencies": "الميول العنيفة",
62
- "aLongMarch": "مسيرة طويلة",
63
- "theManicMoonshinerFleet": "أسطول مانيك مونشاينر",
64
- "deadMansMoonshine": "مشروب مونشاين الخاص بالرجل الميت",
65
- "moonshineMadness": "جنون مونشاين",
66
- "bloodDrunk": "سكران بالدم",
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": "عذاب من الهاوية",
4
+ "tidesOfTerror": "المَد وجزر الرعب",
5
+ "theMizerja": "ميزيريا",
6
+ "theOpwelling": "الاوبولنغ",
7
+ "thePlagueKing": "ملك الطاعون",
8
+ "caperingTheCape": "التسلل إلى الرأس",
9
+ "anAllianceOfConvenience": "تحالف مصلحي",
10
+ "theRempahResupply": "إمدادات الريمباه",
11
+ "guidedByGuile": "مُرشَد بالمكر",
12
+ "symphonieMortelle": "السيمفونية الموت",
13
+ "verseOfVengeance": "نشيد الانتقام",
14
+ "verseOfRemorse": "آية الندم",
15
+ "riskTheRisingTide": "خاطر بالمد المتصاعد",
16
+ "iceAndEasy": "مثلجة وسهلة",
17
+ "chorusOfHavoc": "لحن الفوضى",
18
+ "divineRetribution": "الانتقام السماوي",
19
+ "opulentOpportunity": "فرصة ثمينة",
20
+ "easternExchange": "الصفقة الشرقية",
21
+ "flamesOfTheDragon": "لهيب التنين",
22
+ "theGloriousPhoenix": "العنقاء المجيدة",
23
+ "theSerpentsWrath": "غضب الثعبان",
24
+ "flamesOfThePhoenix": "نيران العنقاء",
25
+ "baitAndSwitch": "الطعم والتبديل",
26
+ "stolenTreasures": "الكنوز المسروقة",
27
+ "curseOfTheSchaduw": "لعنة شادو",
28
+ "theLoomingShadow": "الظل الذي يلوح في الأفق",
29
+ "reaversVengeance": "انتقام الحاصد",
30
+ "theWolfHunter": "صائد الذئاب",
31
+ "theAzureRoyale": "ذا أزور رويال",
32
+ "theGreatShadow": "الظل الشاخص",
33
+ "undyingMaw": "الفك المفترس",
34
+ "payingDues": "دفع المستحقات",
35
+ "scurlocksPrecious": "سكورلوك الثمين",
36
+ "thickAsThieves": "سميك كاللصوص",
37
+ "gloryAdorned": "التزين بالمجد",
38
+ "theHonorlessMizerja": "عديم الشرف ميزيرجا",
39
+ "theHonorlessDianSinaga": "عديم الشرف ديان سيناغا",
40
+ "theHonorlessAhPak": "عديم الشرف آه باك",
41
+ "shadesOfTheRonin": "ظلال الرونين",
42
+ "fangsOfTheFara": "أنياب فارا",
43
+ "hunterHunted": "صياد مطارد",
44
+ "watchTheThrone": "شاهد العرش",
45
+ "aTreacherousTurn": "المنعطف الغادر",
46
+ "aShowOfStrength": "استعراض القوة",
47
+ "fromTheDeep": "من الأعماق",
48
+ "profitablePoison": "السموم المربحة",
49
+ "farReachesForTheFara": "الروافد البعيدة للفارة",
50
+ "drownedSorrows": "الأحزان الغارقة",
51
+ "aHushedHold": "قبضة صامتة",
52
+ "theVanishing": "الاختفاء",
53
+ "silentDeath": "الموت الصامت",
54
+ "convoyOfHighSpirits": "قافلة الأرواح المرِحة",
55
+ "shapesInTheWater": "ظلال في الماء",
56
+ "spoilsOfWar": "غنائم الحرب",
57
+ "aPerilousPathToProfits": "طريق محفوف بالمخاطر نحو الأرباح",
58
+ "maladiousMeasures": "تدابير مرضية",
59
+ "colonialShipment": "الشحنة الاستعمارية",
60
+ "apparativeApparitions": "الظهور الظاهري",
61
+ "violentTendencies": "الميول العنيفة",
62
+ "aLongMarch": "مسيرة طويلة",
63
+ "theManicMoonshinerFleet": "أسطول مانيك مونشاينر",
64
+ "deadMansMoonshine": "مشروب مونشاين الخاص بالرجل الميت",
65
+ "moonshineMadness": "جنون مونشاين",
66
+ "bloodDrunk": "سكران بالدم",
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
  }