@skullandbonestools/snbdata 5.0.12 → 5.0.14

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/README.md CHANGED
@@ -34,7 +34,8 @@ Based on the raw data is the `snbdata` npm package available, featuring access t
34
34
  npm i @skullandbonestools/snbdata
35
35
  ```
36
36
 
37
- **Access the Data**
37
+ **Access the Data**\
38
+ Below are just some examples on how to access certain datasets, a full overview including examples can be found on the wiki page [Datasets](https://github.com/SkullAndBonesTools/SkullAndBonesData/wiki/Datasets).
38
39
 
39
40
  **Ships**\
40
41
  Getting the season of the `Barque` (TS):
@@ -46,23 +47,6 @@ const season:Season = Ships.barque.season; // Retrieves the season object for th
46
47
  console.log(season.id); // Returns ragingTides
47
48
  ```
48
49
 
49
- **Materials**\
50
- Getting the required materials for `Orca Intricate Apparatus` (JS):
51
- ```javascript
52
- import { Materials } from "@skullandbonestools/snbdata";
53
-
54
- // Only check required materials not their amount
55
- Materials.orcaIntricateApparatus.required.keys().forEach(material => {
56
- console.log("Id: %s - Required: %s", material.id, material.required?.keys().map((m) => m.id).toArray().join(", "));
57
- });
58
-
59
- // Output
60
- Id: orcasMechanism - Required: undefined
61
- Id: torsionSpring - Required: planetaryGearset, woodPitch
62
- Id: planetaryGearset - Required: cogwheel
63
- Id: woodPitch - Required: woodTar
64
- ```
65
-
66
50
  **Cosmetics / Items**\
67
51
  Getting the `aBloodyPromise` sails emblem and printing all its properties.
68
52
  ```javascript
@@ -22041,9 +22041,9 @@
22041
22041
  "id": "theFinalWord",
22042
22042
  "type": "sailsEmblem",
22043
22043
  "set": "honorAndJudgment",
22044
- "obtainable": "",
22044
+ "obtainable": "ubisoftStoreFreeClaim",
22045
22045
  "dateAdded": "2025-04-15",
22046
- "lastUpdated": "2025-04-15"
22046
+ "lastUpdated": "2025-05-13"
22047
22047
  },
22048
22048
  "stolenLegacies": {
22049
22049
  "id": "stolenLegacies",
@@ -23258,5 +23258,143 @@
23258
23258
  "obtainable": "ubisoftStore",
23259
23259
  "dateAdded": "2025-05-06",
23260
23260
  "lastUpdated": "2025-05-06"
23261
+ },
23262
+ "wolfsShield": {
23263
+ "id": "wolfsShield",
23264
+ "type": "sailsEmblem",
23265
+ "set": "emberWolf",
23266
+ "obtainable": "ubisoftStore",
23267
+ "dateAdded": "2025-05-13",
23268
+ "lastUpdated": "2025-05-13"
23269
+ },
23270
+ "ruthlessReckoning": {
23271
+ "id": "ruthlessReckoning",
23272
+ "type": "sailsPattern",
23273
+ "set": "emberWolf",
23274
+ "obtainable": "ubisoftStore",
23275
+ "dateAdded": "2025-05-13",
23276
+ "lastUpdated": "2025-05-13"
23277
+ },
23278
+ "sacrilegiousPast": {
23279
+ "id": "sacrilegiousPast",
23280
+ "type": "sailsColor",
23281
+ "effect": "emissive",
23282
+ "set": "emberWolf",
23283
+ "obtainable": "ubisoftStore",
23284
+ "dateAdded": "2025-05-13",
23285
+ "lastUpdated": "2025-05-13"
23286
+ },
23287
+ "flamingGuardian": {
23288
+ "id": "flamingGuardian",
23289
+ "type": "figureHead",
23290
+ "effect": "emissive",
23291
+ "set": "emberWolf",
23292
+ "obtainable": "ubisoftStore",
23293
+ "dateAdded": "2025-05-13",
23294
+ "lastUpdated": "2025-05-13"
23295
+ },
23296
+ "bornFromAshes": {
23297
+ "id": "bornFromAshes",
23298
+ "type": "hull",
23299
+ "set": "emberWolf",
23300
+ "obtainable": "ubisoftStore",
23301
+ "dateAdded": "2025-05-13",
23302
+ "lastUpdated": "2025-05-13"
23303
+ },
23304
+ "seawolf": {
23305
+ "id": "seawolf",
23306
+ "type": "nameplate",
23307
+ "effect": "emissive",
23308
+ "set": "emberWolf",
23309
+ "obtainable": "ubisoftStore",
23310
+ "dateAdded": "2025-05-13",
23311
+ "lastUpdated": "2025-05-13"
23312
+ },
23313
+ "smiteTheDark": {
23314
+ "id": "smiteTheDark",
23315
+ "type": "wheel",
23316
+ "effect": "emissive",
23317
+ "set": "emberWolf",
23318
+ "obtainable": "ubisoftStore",
23319
+ "dateAdded": "2025-05-13",
23320
+ "lastUpdated": "2025-05-13"
23321
+ },
23322
+ "regalCommand": {
23323
+ "id": "regalCommand",
23324
+ "type": "torso",
23325
+ "set": "sinfulNature",
23326
+ "obtainable": "ubisoftStore",
23327
+ "dateAdded": "2025-05-13",
23328
+ "lastUpdated": "2025-05-13"
23329
+ },
23330
+ "chainsOfDominion": {
23331
+ "id": "chainsOfDominion",
23332
+ "type": "neck",
23333
+ "set": "sinfulNature",
23334
+ "obtainable": "ubisoftStore",
23335
+ "dateAdded": "2025-05-13",
23336
+ "lastUpdated": "2025-05-13"
23337
+ },
23338
+ "sovereignsLash": {
23339
+ "id": "sovereignsLash",
23340
+ "type": "forearm",
23341
+ "set": "sinfulNature",
23342
+ "obtainable": "ubisoftStore",
23343
+ "dateAdded": "2025-05-13",
23344
+ "lastUpdated": "2025-05-13"
23345
+ },
23346
+ "twinWolves": {
23347
+ "id": "twinWolves",
23348
+ "type": "waist",
23349
+ "set": "sinfulNature",
23350
+ "obtainable": "ubisoftStore",
23351
+ "dateAdded": "2025-05-13",
23352
+ "lastUpdated": "2025-05-13"
23353
+ },
23354
+ "eyesOfTheCommodore": {
23355
+ "id": "eyesOfTheCommodore",
23356
+ "type": "hand",
23357
+ "set": "sinfulNature",
23358
+ "obtainable": "ubisoftStore",
23359
+ "dateAdded": "2025-05-13",
23360
+ "lastUpdated": "2025-05-13"
23361
+ },
23362
+ "nightwindTrousers": {
23363
+ "id": "nightwindTrousers",
23364
+ "type": "bottom",
23365
+ "set": "sinfulNature",
23366
+ "obtainable": "ubisoftStore",
23367
+ "dateAdded": "2025-05-13",
23368
+ "lastUpdated": "2025-05-13"
23369
+ },
23370
+ "ironstepSabatons": {
23371
+ "id": "ironstepSabatons",
23372
+ "type": "footwear",
23373
+ "set": "sinfulNature",
23374
+ "obtainable": "ubisoftStore",
23375
+ "dateAdded": "2025-05-13",
23376
+ "lastUpdated": "2025-05-13"
23377
+ },
23378
+ "embermarked": {
23379
+ "id": "embermarked",
23380
+ "type": "bodyCosmetics",
23381
+ "set": "sinfulNature",
23382
+ "obtainable": "ubisoftStore",
23383
+ "dateAdded": "2025-05-13",
23384
+ "lastUpdated": "2025-05-13"
23385
+ },
23386
+ "comeGetSome": {
23387
+ "id": "comeGetSome",
23388
+ "type": "emote",
23389
+ "obtainable": "ubisoftStore",
23390
+ "dateAdded": "2025-05-13",
23391
+ "lastUpdated": "2025-05-13"
23392
+ },
23393
+ "hadEnough": {
23394
+ "id": "hadEnough",
23395
+ "type": "emote",
23396
+ "obtainable": "ubisoftStore",
23397
+ "dateAdded": "2025-05-13",
23398
+ "lastUpdated": "2025-05-13"
23261
23399
  }
23262
23400
  }
package/data/items.json CHANGED
@@ -10053,8 +10053,10 @@
10053
10053
  "optimalRange": 550,
10054
10054
  "projectileSpeed": 135,
10055
10055
  "blastRadius": 35,
10056
- "obtainable": "theHelmEvent",
10057
- "required": {},
10056
+ "obtainable": ["theHelmEvent","bloodiedStrongbox"],
10057
+ "required": {
10058
+ "bloodiedDoubloon": 1000
10059
+ },
10058
10060
  "perks": ["afterShock","explosive2","electric1"],
10059
10061
  "dateAdded": "2025-05-06",
10060
10062
  "lastUpdated": "2025-05-06"
@@ -10417,7 +10419,7 @@
10417
10419
  "id": "kleineKartouwe",
10418
10420
  "type": "demicannon",
10419
10421
  "rarity": "epic",
10420
- "obtainable": "theHelmEvent",
10422
+ "obtainable": ["theHelmEvent","bloodiedStrongbox"],
10421
10423
  "event": "theHonorless",
10422
10424
  "value": 1,
10423
10425
  "weight": 500,
@@ -10428,7 +10430,9 @@
10428
10430
  "reloadSpeed": 3500,
10429
10431
  "optimalRange": 250,
10430
10432
  "projectileSpeed": 400,
10431
- "required": {},
10433
+ "required": {
10434
+ "bloodiedDoubloon": 1000
10435
+ },
10432
10436
  "perks": ["imminentBang","combustion3"],
10433
10437
  "dateAdded": "2025-05-06",
10434
10438
  "lastUpdated": "2025-05-16"
@@ -10697,7 +10701,9 @@
10697
10701
  "weight": 80,
10698
10702
  "obtainable": ["theHelmEvent","bloodiedStrongbox"],
10699
10703
  "perks": ["fuseFusingStation"],
10700
- "required": {},
10704
+ "required": {
10705
+ "bloodiedDoubloon": 450
10706
+ },
10701
10707
  "dateAdded": "2025-05-06",
10702
10708
  "lastUpdated": "2025-05-06"
10703
10709
  },
@@ -818,5 +818,9 @@
818
818
  "masterworkKit": {
819
819
  "rarity": "legendary",
820
820
  "category": "exotic"
821
+ },
822
+ "phoenixPouch": {
823
+ "rarity": "epic",
824
+ "category": "specialized"
821
825
  }
822
826
  }
@@ -0,0 +1,569 @@
1
+ {
2
+ "direPiercing": {
3
+ "id": "direPiercing",
4
+ "itemType": ["longGun","culverin","rocket","seaFire","bombard","mortar","torpedo","springloader","ballista"],
5
+ "effectType": "ignoreResistance",
6
+ "damageType": "piercing",
7
+ "range": [0.093, 0.144],
8
+ "dropOnly": false,
9
+ "grade": "basic"
10
+ },
11
+ "direElectric": {
12
+ "id": "direElectric",
13
+ "itemType": ["longGun","culverin","rocket","seaFire","bombard","mortar","torpedo","springloader","ballista"],
14
+ "effectType": "ignoreResistance",
15
+ "damageType": "electric",
16
+ "range": [0.093, 0.144],
17
+ "dropOnly": false,
18
+ "grade": "basic"
19
+ },
20
+ "direExplosive": {
21
+ "id": "direExplosive",
22
+ "itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","mortar","torpedo","springloader","ballista"],
23
+ "effectType": "ignoreResistance",
24
+ "damageType": "explosive",
25
+ "range": [0.093, 0.144],
26
+ "dropOnly": false,
27
+ "grade": "basic"
28
+ },
29
+ "incendiary": {
30
+ "id": "incendiary",
31
+ "itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","mortar","torpedo","springloader","ballista"],
32
+ "effectType": "bonusElementalDamage",
33
+ "damageType": "fire",
34
+ "range": [0.077, 0.12],
35
+ "dropOnly": false,
36
+ "grade": "basic"
37
+ },
38
+ "direBurning": {
39
+ "id": "direBurning",
40
+ "itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","mortar","torpedo","springloader","ballista"],
41
+ "effectType": "ignoreResistance",
42
+ "damageType": "fire",
43
+ "range": [0.093, 0.144],
44
+ "dropOnly": false,
45
+ "grade": "basic"
46
+ },
47
+ "firepower": {
48
+ "id": "firepower",
49
+ "itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","mortar","torpedo","springloader","ballista"],
50
+ "effectType": "increaseDamage",
51
+ "damageType": "overall",
52
+ "range": [0.088, 0.12],
53
+ "dropOnly": false,
54
+ "grade": "basic"
55
+ },
56
+ "shock": {
57
+ "id": "shock",
58
+ "itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","mortar","torpedo","springloader","ballista"],
59
+ "effectType": "bonusElementalDamage",
60
+ "damageType": "electric",
61
+ "range": [0.077, 0.12],
62
+ "dropOnly": false,
63
+ "grade": "basic"
64
+ },
65
+ "rapidReload": {
66
+ "id": "rapidReload",
67
+ "itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","mortar","torpedo","springloader","ballista"],
68
+ "effectType": "increaseReloadSpeed",
69
+ "range": [0.07, 0.108],
70
+ "dropOnly": false,
71
+ "grade": "basic"
72
+ },
73
+ "combust": {
74
+ "id": "combust",
75
+ "itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","mortar","torpedo","springloader","ballista"],
76
+ "effectType": "extraElementalDamage",
77
+ "damageType": "explosive",
78
+ "range": [39, 60],
79
+ "dropOnly": false,
80
+ "grade": "basic"
81
+ },
82
+ "flood": {
83
+ "id": "flood",
84
+ "itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","mortar","torpedo","springloader","ballista"],
85
+ "effectType": "extraElementalDamage",
86
+ "damageType": "flooding",
87
+ "range": [39, 60],
88
+ "dropOnly": false,
89
+ "grade": "basic"
90
+ },
91
+ "sparks": {
92
+ "id": "sparks",
93
+ "itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","mortar","torpedo","springloader","ballista"],
94
+ "effectType": "extraElementalDamage",
95
+ "damageType": "electric",
96
+ "range": [39, 60],
97
+ "dropOnly": false,
98
+ "grade": "basic"
99
+ },
100
+ "damage": {
101
+ "id": "damage",
102
+ "itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","mortar","torpedo","springloader","ballista"],
103
+ "effectType": "extraDamage",
104
+ "damageType": "base",
105
+ "range": [46, 72],
106
+ "dropOnly": false,
107
+ "grade": "basic"
108
+ },
109
+ "burn": {
110
+ "id": "burn",
111
+ "itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","mortar","torpedo","springloader","ballista"],
112
+ "effectType": "extraElementalDamage",
113
+ "damageType": "fire",
114
+ "range": [39, 60],
115
+ "dropOnly": false,
116
+ "grade": "basic"
117
+ },
118
+ "swift": {
119
+ "id": "swift",
120
+ "itemType": ["longGun","culverin","demicannon","bombard","torpedo","ballista"],
121
+ "effectType": "increaseProjectileSpeed",
122
+ "range": [0.093, 0.144],
123
+ "dropOnly": false,
124
+ "grade": "basic"
125
+ },
126
+ "reach": {
127
+ "id": "reach",
128
+ "itemType": ["demicannon","rocket","seaFire","mortar","torpedo","springloader"],
129
+ "effectType": "increaseProjectileRange",
130
+ "range": [0.117, 0.144],
131
+ "dropOnly": false,
132
+ "grade": "basic"
133
+ },
134
+ "sharpened": {
135
+ "id": "sharpened",
136
+ "itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","mortar","torpedo","springloader","ballista"],
137
+ "effectType": "bonusElementalDamage",
138
+ "damageType": "piercing",
139
+ "range": [0.077, 0.12],
140
+ "dropOnly": false,
141
+ "grade": "basic"
142
+ },
143
+ "combustion": {
144
+ "id": "combustion",
145
+ "itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","mortar","torpedo","springloader","ballista"],
146
+ "effectType": "bonusElementalDamage",
147
+ "damageType": "explosive",
148
+ "range": [0.077, 0.12],
149
+ "dropOnly": false,
150
+ "grade": "basic"
151
+ },
152
+ "pierce": {
153
+ "id": "combust",
154
+ "itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","mortar","torpedo","springloader","ballista"],
155
+ "effectType": "extraElementalDamage",
156
+ "damageType": "piercing",
157
+ "range": [39, 60],
158
+ "dropOnly": false,
159
+ "grade": "basic"
160
+ },
161
+ "rupturing": {
162
+ "id": "rupturing",
163
+ "itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","mortar","torpedo","springloader","ballista"],
164
+ "effectType": "bonusElementalDamage",
165
+ "damageType": "flooding",
166
+ "range": [0.077, 0.12],
167
+ "dropOnly": false,
168
+ "grade": "basic"
169
+ },
170
+ "haste": {
171
+ "id": "haste",
172
+ "itemType": ["rocket","mortar","springloader"],
173
+ "effectType": "reduceTimeToTarget",
174
+ "range": [0.083, 0.12],
175
+ "dropOnly": false,
176
+ "grade": "basic"
177
+ },
178
+ "fix": {
179
+ "id": "fix",
180
+ "itemType": ["springloader","longGun","cannon","mortar","bombard"],
181
+ "effectType": "increaseRepairAmountPerShot",
182
+ "range": [117, 169],
183
+ "dropOnly": false,
184
+ "repairOnly": true,
185
+ "grade": "basic"
186
+ },
187
+ "antiBlast": {
188
+ "id": "antiBlast",
189
+ "itemType": ["springloader","longGun","cannon","mortar","bombard"],
190
+ "range": [0.077, 0.112],
191
+ "dropOnly": false,
192
+ "repairOnly": true,
193
+ "grade": "basic"
194
+ },
195
+ "insulator": {
196
+ "id": "insulator",
197
+ "itemType": ["springloader","longGun","cannon","mortar","bombard"],
198
+ "range": [0.077, 0.112],
199
+ "dropOnly": false,
200
+ "repairOnly": true,
201
+ "grade": "basic"
202
+ },
203
+ "service": {
204
+ "id": "service",
205
+ "itemType": ["springloader","longGun","cannon","mortar","bombard"],
206
+ "effectType": "increaseRepairAmount",
207
+ "range": [0.093, 0.135],
208
+ "dropOnly": false,
209
+ "repairOnly": true,
210
+ "grade": "basic"
211
+ },
212
+ "douser": {
213
+ "id": "douser",
214
+ "itemType": ["springloader","longGun","cannon","mortar","bombard"],
215
+ "range": [0.077, 0.112],
216
+ "dropOnly": false,
217
+ "repairOnly": true,
218
+ "grade": "basic"
219
+ },
220
+ "sealant": {
221
+ "id": "sealant",
222
+ "itemType": ["springloader","longGun","cannon","mortar","bombard"],
223
+ "range": [0.077, 0.112],
224
+ "dropOnly": false,
225
+ "repairOnly": true,
226
+ "grade": "basic"
227
+ },
228
+ "reinforcer": {
229
+ "id": "reinforcer",
230
+ "itemType": ["springloader","longGun","cannon","mortar","bombard"],
231
+ "range": [0.077, 0.112],
232
+ "dropOnly": false,
233
+ "repairOnly": true,
234
+ "grade": "basic"
235
+ },
236
+ "brute": {
237
+ "id": "brute",
238
+ "itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","mortar","torpedo","springloader","ballista"],
239
+ "range": [285, 385],
240
+ "dropOnly": false,
241
+ "grade": "advanced"
242
+ },
243
+ "severity": {
244
+ "id": "severity",
245
+ "itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","mortar","torpedo","springloader","ballista"],
246
+ "range": [0.77, 1.12],
247
+ "dropOnly": false,
248
+ "grade": "advanced"
249
+ },
250
+ "victorsRally": {
251
+ "id": "victorsRally",
252
+ "itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","mortar","torpedo","springloader","ballista"],
253
+ "range": [1430, 1920],
254
+ "dropOnly": false,
255
+ "grade": "advanced"
256
+ },
257
+ "graceOfTheWinds": {
258
+ "id": "graceOfTheWinds",
259
+ "itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","mortar","torpedo","springloader","ballista"],
260
+ "range": [0.062, 0.09],
261
+ "dropOnly": false,
262
+ "grade": "advanced"
263
+ },
264
+ "lethal": {
265
+ "id": "lethal",
266
+ "itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","mortar","torpedo","springloader","ballista"],
267
+ "effectType": "increaseCritDamage",
268
+ "damageType": "overall",
269
+ "range": [0.26, 0.37],
270
+ "dropOnly": false,
271
+ "grade": "advanced"
272
+ },
273
+ "energize": {
274
+ "id": "energize",
275
+ "itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","mortar","torpedo","springloader","ballista"],
276
+ "range": [0.046, 0.067],
277
+ "dropOnly": false,
278
+ "grade": "advanced"
279
+ },
280
+ "bloodthirst": {
281
+ "id": "bloodthirst",
282
+ "itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","mortar","torpedo","springloader","ballista"],
283
+ "range": [0.232, 0.337],
284
+ "dropOnly": false,
285
+ "grade": "advanced"
286
+ },
287
+ "raider": {
288
+ "id": "raider",
289
+ "itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","mortar","torpedo","springloader","ballista"],
290
+ "range": [0.26, 0.37],
291
+ "dropOnly": false,
292
+ "grade": "advanced"
293
+ },
294
+ "deathblow": {
295
+ "id": "deathblow",
296
+ "itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","mortar","torpedo","springloader","ballista"],
297
+ "range": [0.093, 0.135],
298
+ "dropOnly": false,
299
+ "grade": "advanced"
300
+ },
301
+ "repairReadiness": {
302
+ "id": "repairReadiness",
303
+ "itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","mortar","torpedo","springloader","ballista"],
304
+ "range": [0.093, 0.135],
305
+ "dropOnly": false,
306
+ "grade": "advanced"
307
+ },
308
+ "precisePatchwork": {
309
+ "id": "precisePatchwork",
310
+ "itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","mortar","torpedo","springloader","ballista"],
311
+ "range": [155, 225],
312
+ "dropOnly": false,
313
+ "grade": "advanced"
314
+ },
315
+ "amplifiedBurning": {
316
+ "id": "amplifiedBurning",
317
+ "itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","mortar","torpedo","springloader","ballista"],
318
+ "effectType": "bonusElementalDamage",
319
+ "damageType": "fire",
320
+ "range": [0.232, 0.337],
321
+ "dropOnly": false,
322
+ "grade": "advanced"
323
+ },
324
+ "siege": {
325
+ "id": "siege",
326
+ "itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","mortar","torpedo","springloader","ballista"],
327
+ "effectType": "increaseSiegeDamage",
328
+ "damageType": "overall",
329
+ "range": [0.26, 0.37],
330
+ "dropOnly": false,
331
+ "grade": "advanced"
332
+ },
333
+ "restoreReadiness": {
334
+ "id": "restoreReadiness",
335
+ "itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","mortar","torpedo","springloader","ballista"],
336
+ "range": [0.093, 0.135],
337
+ "dropOnly": false,
338
+ "grade": "advanced"
339
+ },
340
+ "amplifiedPiercing": {
341
+ "id": "amplifiedPiercing",
342
+ "itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","mortar","torpedo","springloader","ballista"],
343
+ "effectType": "bonusElementalDamage",
344
+ "damageType": "piercing",
345
+ "range": [0.232, 0.337],
346
+ "dropOnly": false,
347
+ "grade": "advanced"
348
+ },
349
+ "amplifiedElectric": {
350
+ "id": "amplifiedElectric",
351
+ "itemType": ["longGun","culverin","rocket","seaFire","bombard","mortar","torpedo","springloader","ballista"],
352
+ "effectType": "bonusElementalDamage",
353
+ "damageType": "electric",
354
+ "range": [0.232, 0.337],
355
+ "dropOnly": false,
356
+ "grade": "advanced"
357
+ },
358
+ "amplifiedExplosive": {
359
+ "id": "amplifiedExplosive",
360
+ "itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","mortar","torpedo","springloader","ballista"],
361
+ "effectType": "bonusElementalDamage",
362
+ "damageType": "explosive",
363
+ "range": [0.232, 0.337],
364
+ "dropOnly": false,
365
+ "grade": "advanced"
366
+ },
367
+ "amplifiedFlooding": {
368
+ "id": "amplifiedFlooding",
369
+ "itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","mortar","torpedo","springloader","ballista"],
370
+ "effectType": "bonusElementalDamage",
371
+ "damageType": "flooding",
372
+ "range": [0.232, 0.337],
373
+ "dropOnly": false,
374
+ "grade": "advanced"
375
+ },
376
+ "tearing": {
377
+ "id": "tearing",
378
+ "itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","mortar","torpedo","springloader","ballista"],
379
+ "effectType": "increaseSailDamage",
380
+ "damageType": "overall",
381
+ "range": [0.26, 0.37],
382
+ "dropOnly": false,
383
+ "grade": "advanced"
384
+ },
385
+ "roar": {
386
+ "id": "roar",
387
+ "itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","mortar","torpedo","springloader","ballista"],
388
+ "range": [0.055, 0.079],
389
+ "dropOnly": false,
390
+ "grade": "advanced"
391
+ },
392
+ "soulMending": {
393
+ "id": "soulMending",
394
+ "itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","mortar","torpedo","springloader","ballista"],
395
+ "range": [0.046, 0.067],
396
+ "dropOnly": false,
397
+ "grade": "advanced"
398
+ },
399
+ "blastRange": {
400
+ "id": "blastRange",
401
+ "itemType": ["rocket","bombard","mortar"],
402
+ "effectType": "increaseBlastRadius",
403
+ "damageType": "overall",
404
+ "range": [0.117, 0.169],
405
+ "dropOnly": false,
406
+ "grade": "advanced"
407
+ },
408
+ "durableBuoys": {
409
+ "id": "durableBuoys",
410
+ "itemType": ["springloader"],
411
+ "effectType": "increaseBuoyOperationTime",
412
+ "range": [0.194, 0.282],
413
+ "dropOnly": false,
414
+ "grade": "advanced"
415
+ },
416
+ "hardyBuoys": {
417
+ "id": "hardyBuoys",
418
+ "itemType": ["springloader"],
419
+ "effectType": "increaseBuoyHealth",
420
+ "range": [0.39, 0.57],
421
+ "dropOnly": false,
422
+ "grade": "advanced"
423
+ },
424
+ "restorative": {
425
+ "id": "restorative",
426
+ "itemType": ["springloader","longGun","cannon","mortar","bombard"],
427
+ "range": [0.155, 0.225],
428
+ "dropOnly": false,
429
+ "repairOnly": true,
430
+ "grade": "advanced"
431
+ },
432
+ "invigorate": {
433
+ "id": "invigorate",
434
+ "itemType": ["springloader","longGun","cannon","mortar","bombard"],
435
+ "range": [0.0039, 0.0057],
436
+ "dropOnly": false,
437
+ "repairOnly": true,
438
+ "grade": "advanced"
439
+ },
440
+ "tranquility": {
441
+ "id": "tranquility",
442
+ "itemType": ["springloader","longGun","cannon","mortar","bombard"],
443
+ "range": [0.117, 0.169],
444
+ "dropOnly": false,
445
+ "repairOnly": true,
446
+ "grade": "advanced"
447
+ },
448
+ "sailorsRespite": {
449
+ "id": "sailorsRespite",
450
+ "itemType": ["springloader","longGun","cannon","mortar","bombard"],
451
+ "range": [2.32, 3.37],
452
+ "dropOnly": false,
453
+ "repairOnly": true,
454
+ "grade": "advanced"
455
+ },
456
+ "strengthen": {
457
+ "id": "strengthen",
458
+ "itemType": ["springloader","longGun","cannon","mortar","bombard"],
459
+ "range": [0.155, 0.225],
460
+ "dropOnly": false,
461
+ "repairOnly": true,
462
+ "grade": "advanced"
463
+ },
464
+ "sailMender": {
465
+ "id": "sailMender",
466
+ "itemType": ["springloader","longGun","cannon","mortar","bombard"],
467
+ "range": [0.117, 0.169],
468
+ "dropOnly": false,
469
+ "repairOnly": true,
470
+ "grade": "advanced"
471
+ },
472
+ "secondStorm": {
473
+ "id": "secondStorm",
474
+ "itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","mortar","torpedo","springloader","ballista"],
475
+ "range": [0.062, 0.09],
476
+ "dropOnly": false,
477
+ "grade": "special"
478
+ },
479
+ "overflow": {
480
+ "id": "overflow",
481
+ "itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","mortar","torpedo","springloader","ballista"],
482
+ "range": [0.062, 0.09],
483
+ "dropOnly": false,
484
+ "grade": "special"
485
+ },
486
+ "sailRipper": {
487
+ "id": "sailRipper",
488
+ "itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","torpedo","ballista"],
489
+ "range": [4.1, 5.5],
490
+ "dropOnly": false,
491
+ "grade": "special"
492
+ },
493
+ "winningStreak": {
494
+ "id": "winningStreak",
495
+ "itemType": ["longGun","culverin","rocket","seaFire","bombard","torpedo","ballista"],
496
+ "range": [0.21, 0.36],
497
+ "dropOnly": false,
498
+ "grade": "special"
499
+ },
500
+ "deadlyStrike": {
501
+ "id": "deadlyStrike",
502
+ "itemType": ["longGun","culverin","demicannon","rocket","seaFire","bombard","mortar","torpedo","ballista"],
503
+ "range": [0.31, 0.45],
504
+ "dropOnly": false,
505
+ "grade": "special"
506
+ },
507
+ "highPressure": {
508
+ "id": "highPressure",
509
+ "itemType": ["seaFire"],
510
+ "range": [0.093, 0.135],
511
+ "dropOnly": false,
512
+ "grade": "special"
513
+ },
514
+ "longArm": {
515
+ "id": "longArm",
516
+ "itemType": ["bombard","rocket","culverin","demicannon","longGun","torpedo","mortar","ballista"],
517
+ "range": [0.41, 0.55],
518
+ "dropOnly": false,
519
+ "grade": "special"
520
+ },
521
+ "providence": {
522
+ "id": "providence",
523
+ "itemType": ["springloader","longGun","cannon","mortar","bombard"],
524
+ "range": [0.232, 0.337],
525
+ "dropOnly": false,
526
+ "repairOnly": true,
527
+ "grade": "special"
528
+ },
529
+ "jointSupply": {
530
+ "id": "jointSupply",
531
+ "itemType": ["longGun","cannon","mortar","bombard"],
532
+ "range": [0.29, 0.38],
533
+ "dropOnly": false,
534
+ "repairOnly": true,
535
+ "grade": "special"
536
+ },
537
+ "preemptiveDefence": {
538
+ "id": "preemptiveDefence",
539
+ "itemType": ["springloader","longGun","cannon","mortar","bombard"],
540
+ "range": [0.049, 0.066],
541
+ "dropOnly": false,
542
+ "repairOnly": true,
543
+ "grade": "special"
544
+ },
545
+ "empower": {
546
+ "id": "empower",
547
+ "itemType": ["springloader","longGun","cannon","mortar","bombard"],
548
+ "range": [0.033, 0.044],
549
+ "dropOnly": false,
550
+ "repairOnly": true,
551
+ "grade": "special"
552
+ },
553
+ "longArmRepair": {
554
+ "id": "longArmRepair",
555
+ "itemType": ["longGun","cannon","mortar","bombard"],
556
+ "range": [0.41, 0.55],
557
+ "dropOnly": false,
558
+ "repairOnly": true,
559
+ "grade": "special"
560
+ },
561
+ "winningStreakRepair": {
562
+ "id": "winningStreakRepair",
563
+ "itemType": ["longGun","cannon"],
564
+ "range": [0.21, 0.36],
565
+ "dropOnly": false,
566
+ "repairOnly": true,
567
+ "grade": "special"
568
+ }
569
+ }
package/data/sets.json CHANGED
@@ -1162,5 +1162,13 @@
1162
1162
  "inquisitiveDawn": {
1163
1163
  "id": "inquisitiveDawn",
1164
1164
  "type": "player"
1165
+ },
1166
+ "emberWolf": {
1167
+ "id": "emberWolf",
1168
+ "type": "ship"
1169
+ },
1170
+ "sinfulNature": {
1171
+ "id": "sinfulNature",
1172
+ "type": "player"
1165
1173
  }
1166
1174
  }
@@ -0,0 +1,20 @@
1
+ import modificationsData from '../../data/modifications.json';
2
+ import { EffectType, Grade } from '../types/ModificationProperties';
3
+ export declare class Modification {
4
+ readonly id: string;
5
+ readonly itemType: string[];
6
+ readonly effectType: EffectType | undefined;
7
+ readonly range: number[];
8
+ readonly dropOnly: boolean;
9
+ readonly repairOnly: boolean;
10
+ readonly grade: Grade;
11
+ constructor(id: string, itemType: string[], effectType: EffectType | undefined, range: number[], dropOnly: boolean, repairOnly: boolean, grade: Grade);
12
+ static fromRawData(rawData: any): Modification;
13
+ static loadModifications(): Record<string, Modification>;
14
+ }
15
+ type Modifications = {
16
+ [K in keyof typeof modificationsData]: Modification;
17
+ };
18
+ export declare const Modifications: Modifications;
19
+ export {};
20
+ //# sourceMappingURL=modifications.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"modifications.d.ts","sourceRoot":"","sources":["../../src/daos/modifications.ts"],"names":[],"mappings":"AAAA,OAAO,iBAAiB,MAAM,+BAA+B,CAAC;AAC9D,OAAO,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,iCAAiC,CAAC;AAEpE,qBAAa,YAAY;aAED,EAAE,EAAE,MAAM;aACV,QAAQ,EAAE,MAAM,EAAE;aAClB,UAAU,EAAE,UAAU,GAAG,SAAS;aAClC,KAAK,EAAE,MAAM,EAAE;aACf,QAAQ,EAAE,OAAO;aACjB,UAAU,EAAE,OAAO;aACnB,KAAK,EAAE,KAAK;gBANZ,EAAE,EAAE,MAAM,EACV,QAAQ,EAAE,MAAM,EAAE,EAClB,UAAU,EAAE,UAAU,GAAG,SAAS,EAClC,KAAK,EAAE,MAAM,EAAE,EACf,QAAQ,EAAE,OAAO,EACjB,UAAU,EAAE,OAAO,EACnB,KAAK,EAAE,KAAK;WAGlB,WAAW,CAAC,OAAO,EAAE,GAAG,GAAG,YAAY;WAYvC,iBAAiB,IAAI,MAAM,CAAC,MAAM,EAAE,YAAY,CAAC;CAOlE;AAED,KAAK,aAAa,GAAG;KAChB,CAAC,IAAI,MAAM,OAAO,iBAAiB,GAAG,YAAY;CACtD,CAAC;AAEF,eAAO,MAAM,aAAa,EAAuC,aAAa,CAAC"}
@@ -0,0 +1,24 @@
1
+ import modificationsData from '../../data/modifications.json';
2
+ export class Modification {
3
+ constructor(id, itemType, effectType, range, dropOnly, repairOnly, grade) {
4
+ this.id = id;
5
+ this.itemType = itemType;
6
+ this.effectType = effectType;
7
+ this.range = range;
8
+ this.dropOnly = dropOnly;
9
+ this.repairOnly = repairOnly;
10
+ this.grade = grade;
11
+ }
12
+ static fromRawData(rawData) {
13
+ return new Modification(rawData.id, rawData.itemType, rawData.effectType ?? undefined, rawData.range, rawData.dropOnly, rawData.repairOnly ?? false, rawData.grade);
14
+ }
15
+ static loadModifications() {
16
+ const modifications = {};
17
+ for (const [key, value] of Object.entries(modificationsData)) {
18
+ modifications[key] = Modification.fromRawData(value);
19
+ }
20
+ return modifications;
21
+ }
22
+ }
23
+ export const Modifications = Modification.loadModifications();
24
+ //# sourceMappingURL=modifications.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"modifications.js","sourceRoot":"","sources":["../../src/daos/modifications.ts"],"names":[],"mappings":"AAAA,OAAO,iBAAiB,MAAM,+BAA+B,CAAC;AAG9D,MAAM,OAAO,YAAY;IACrB,YACoB,EAAU,EACV,QAAkB,EAClB,UAAkC,EAClC,KAAe,EACf,QAAiB,EACjB,UAAmB,EACnB,KAAY;QANZ,OAAE,GAAF,EAAE,CAAQ;QACV,aAAQ,GAAR,QAAQ,CAAU;QAClB,eAAU,GAAV,UAAU,CAAwB;QAClC,UAAK,GAAL,KAAK,CAAU;QACf,aAAQ,GAAR,QAAQ,CAAS;QACjB,eAAU,GAAV,UAAU,CAAS;QACnB,UAAK,GAAL,KAAK,CAAO;IAC7B,CAAC;IAEG,MAAM,CAAC,WAAW,CAAC,OAAY;QAClC,OAAO,IAAI,YAAY,CACnB,OAAO,CAAC,EAAE,EACV,OAAO,CAAC,QAAQ,EAChB,OAAO,CAAC,UAAU,IAAI,SAAS,EAC/B,OAAO,CAAC,KAAK,EACb,OAAO,CAAC,QAAQ,EAChB,OAAO,CAAC,UAAU,IAAI,KAAK,EAC3B,OAAO,CAAC,KAAc,CACzB,CAAC;IACN,CAAC;IAEM,MAAM,CAAC,iBAAiB;QAC3B,MAAM,aAAa,GAAiC,EAAE,CAAC;QACvD,KAAK,MAAM,CAAC,GAAG,EAAE,KAAK,CAAC,IAAI,MAAM,CAAC,OAAO,CAAC,iBAAiB,CAAC,EAAE,CAAC;YAC3D,aAAa,CAAC,GAAG,CAAC,GAAG,YAAY,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;QACzD,CAAC;QACD,OAAO,aAAa,CAAC;IACzB,CAAC;CACJ;AAMD,MAAM,CAAC,MAAM,aAAa,GAAG,YAAY,CAAC,iBAAiB,EAAmB,CAAC"}
package/dist/index.d.ts CHANGED
@@ -1,10 +1,14 @@
1
- export { Seasons } from "./daos/seasons";
2
- export { Ships } from "./daos/ships";
3
- export { Materials } from "./daos/materials";
4
1
  export { Commodities } from "./daos/commodities";
2
+ export { Contracts } from "./daos/contracts";
5
3
  export { Cosmetics } from "./daos/cosmetics";
4
+ export { Events } from "./daos/events";
6
5
  export { Items } from "./daos/items";
6
+ export { Materials } from "./daos/materials";
7
+ export { Modifications } from "./daos/modifications";
8
+ export { Seasons } from "./daos/seasons";
7
9
  export { Sets } from "./daos/sets";
10
+ export { Ships } from "./daos/ships";
11
+ export { WorldEvents } from "./daos/worldEvents";
8
12
  export { Rarity } from "./types/Rarity";
9
13
  export { ShipSize } from "./types/ShipProperties";
10
14
  export { Effect } from "./types/CosmeticProperties";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AACzC,OAAO,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AACrC,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAC7C,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AACjD,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAC7C,OAAO,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AACrC,OAAO,EAAE,IAAI,EAAE,MAAM,aAAa,CAAC;AAGnC,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAClD,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AACjD,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAC7C,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAC7C,OAAO,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AACrC,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAC7C,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AACzC,OAAO,EAAE,IAAI,EAAE,MAAM,aAAa,CAAC;AACnC,OAAO,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AACrC,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAGjD,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAClD,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC"}
package/dist/index.js CHANGED
@@ -1,9 +1,13 @@
1
1
  // DAOs
2
- export { Seasons } from "./daos/seasons";
3
- export { Ships } from "./daos/ships";
4
- export { Materials } from "./daos/materials";
5
2
  export { Commodities } from "./daos/commodities";
3
+ export { Contracts } from "./daos/contracts";
6
4
  export { Cosmetics } from "./daos/cosmetics";
5
+ export { Events } from "./daos/events";
7
6
  export { Items } from "./daos/items";
7
+ export { Materials } from "./daos/materials";
8
+ export { Modifications } from "./daos/modifications";
9
+ export { Seasons } from "./daos/seasons";
8
10
  export { Sets } from "./daos/sets";
11
+ export { Ships } from "./daos/ships";
12
+ export { WorldEvents } from "./daos/worldEvents";
9
13
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO;AACP,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AACzC,OAAO,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AACrC,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAC7C,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AACjD,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAC7C,OAAO,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AACrC,OAAO,EAAE,IAAI,EAAE,MAAM,aAAa,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO;AACP,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AACjD,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAC7C,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAC7C,OAAO,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AACrC,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAC7C,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AACzC,OAAO,EAAE,IAAI,EAAE,MAAM,aAAa,CAAC;AACnC,OAAO,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AACrC,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Grade overview based on weapon rarity:
3
+ * - Common: Basic, Basic, Advanced, Special
4
+ * - Uncommon: Basic, Advanced, Special
5
+ * - Rare: Basic, Advanced, Special
6
+ * - Epic: Basic, Advanced, Advanced
7
+ */
8
+ export type Grade = "basic" | "advanced" | "special";
9
+ export type EffectType = "ignoreResistance" | "bonusElementalDamage" | "increaseDamage" | "increaseReloadSpeed" | "extraElementalDamage" | "extraDamage" | "increaseProjectileSpeed" | "increaseProjectileRange" | "reduceTimeToTarget" | "increaseCritDamage" | "increaseSiegeDamage" | "increaseSailDamage" | "increaseBlastRadius" | "increaseBuoyOperationTime" | "increaseBuoyHealth";
10
+ //# sourceMappingURL=ModificationProperties.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ModificationProperties.d.ts","sourceRoot":"","sources":["../../src/types/ModificationProperties.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,MAAM,MAAM,KAAK,GAAG,OAAO,GAAG,UAAU,GAAG,SAAS,CAAC;AACrD,MAAM,MAAM,UAAU,GAAG,kBAAkB,GAAG,sBAAsB,GAAG,gBAAgB,GAAG,qBAAqB,GAAG,sBAAsB,GACpI,aAAa,GAAG,yBAAyB,GAAG,yBAAyB,GAAG,oBAAoB,GAAG,oBAAoB,GAAG,qBAAqB,GAC3I,oBAAoB,GAAG,qBAAqB,GAAG,2BAA2B,GAAG,oBAAoB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ModificationProperties.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ModificationProperties.js","sourceRoot":"","sources":["../../src/types/ModificationProperties.ts"],"names":[],"mappings":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skullandbonestools/snbdata",
3
- "version": "5.0.12",
3
+ "version": "5.0.14",
4
4
  "description": "Inofficial data package for the Skull and Bones game by Ubisoft.",
5
5
  "keywords": [
6
6
  "ubisoft",