@skullandbonestools/snbdata 7.1.2 → 7.1.4
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/cosmetics.json +43 -42
- package/data/events.json +1 -1
- package/data/items.json +22 -5
- package/data/sets.json +8 -4
- package/data/worldEvents.json +18 -0
- package/dist/daos/items.d.ts +2 -1
- package/dist/daos/items.d.ts.map +1 -1
- package/dist/daos/items.js +3 -2
- package/dist/daos/items.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/types/WorldEventProperties.d.ts +1 -1
- package/dist/types/WorldEventProperties.d.ts.map +1 -1
- package/languages/ar/ar_items.json +6 -0
- package/languages/ar/ar_sets.json +4 -3
- package/languages/ar/ar_ships.json +14 -14
- package/languages/ar/ar_worldEvents.json +5 -1
- package/languages/de/de_cosmetics.json +32 -32
- package/languages/de/de_items.json +6 -0
- package/languages/de/de_sets.json +8 -7
- package/languages/de/de_ships.json +14 -14
- package/languages/de/de_worldEvents.json +5 -1
- package/languages/en/en_items.json +6 -0
- package/languages/en/en_sets.json +4 -3
- package/languages/en/en_ships.json +14 -14
- package/languages/en/en_worldEvents.json +5 -1
- package/languages/es/es_items.json +6 -0
- package/languages/es/es_sets.json +4 -3
- package/languages/es/es_ships.json +14 -14
- package/languages/es/es_worldEvents.json +5 -1
- package/languages/fr/fr_items.json +6 -0
- package/languages/fr/fr_sets.json +4 -3
- package/languages/fr/fr_ships.json +14 -14
- package/languages/fr/fr_worldEvents.json +5 -1
- package/languages/source/items.json +6 -0
- package/languages/source/sets.json +4 -3
- package/languages/source/ships.json +14 -14
- package/languages/source/worldEvents.json +5 -1
- package/languages/zh/zh_items.json +6 -0
- package/languages/zh/zh_sets.json +4 -3
- package/languages/zh/zh_ships.json +14 -14
- package/languages/zh/zh_worldEvents.json +5 -1
- package/package.json +1 -1
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
"mythicDragonheart": "Mythic Dragonheart Set",
|
|
238
238
|
"fragnantDead": "Fragnant Dead Set",
|
|
239
239
|
"goddessOfRuin": "Goddess of Ruin Set",
|
|
240
|
-
"
|
|
240
|
+
"watersOfGowa": "Waters of Gowa Set",
|
|
241
241
|
"sultanOfGowa": "Sultan of Gowa Set",
|
|
242
242
|
"nautilian": "Nautilian Set",
|
|
243
243
|
"theShadowArk": "The Shadow Ark Set",
|
|
@@ -346,7 +346,7 @@
|
|
|
346
346
|
"kingOfChains": "King of Chains Set",
|
|
347
347
|
"2024HellfestShip": "2024 Hellfest Ship Set",
|
|
348
348
|
"theAnchorborn": "The Anchorborn Set",
|
|
349
|
-
"
|
|
349
|
+
"gustsOfWar": "Gusts of War Set",
|
|
350
350
|
"daggersOath": "Dagger's Oath Set",
|
|
351
351
|
"goldenGlory": "Golden Glory Set",
|
|
352
352
|
"bonehooked": "Bonehooked Set",
|
|
@@ -380,6 +380,7 @@
|
|
|
380
380
|
"eyeOfMadness": "Eye of Madness Set",
|
|
381
381
|
"burningWhispers": "Burning Whispers Set",
|
|
382
382
|
"legsOfDoom": "Legs of Doom Set",
|
|
383
|
-
"marchingMenace": "Marching Menace Set"
|
|
383
|
+
"marchingMenace": "Marching Menace Set",
|
|
384
|
+
"aCloseStep": "A Close Step Set"
|
|
384
385
|
}
|
|
385
386
|
}
|
|
@@ -3,85 +3,85 @@
|
|
|
3
3
|
"dhow": {
|
|
4
4
|
"name": "Dhow",
|
|
5
5
|
"description": {
|
|
6
|
-
"general": "
|
|
6
|
+
"general": "A nimble hunter of wildlife. The Sea People use it to harvest hides and meat effectively."
|
|
7
7
|
}
|
|
8
8
|
},
|
|
9
9
|
"bedar": {
|
|
10
10
|
"name": "Bedar",
|
|
11
11
|
"description": {
|
|
12
|
-
"general": "
|
|
12
|
+
"general": "A fast-hitting rammer favored by the Rempah, built to Flood enemy hulls before vanishing into the waves."
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"hulk": {
|
|
16
16
|
"name": "Carraca",
|
|
17
17
|
"description": {
|
|
18
|
-
"general": "
|
|
18
|
+
"general": "A fortress on the water, with formidable defenses and recovery, as befitting the technological might of the megacorporations."
|
|
19
19
|
}
|
|
20
20
|
},
|
|
21
21
|
"cutter": {
|
|
22
22
|
"name": "Cúter",
|
|
23
23
|
"description": {
|
|
24
|
-
"general": "
|
|
24
|
+
"general": "A ship capable of sustained repairs at sea. Prized by smugglers to swiftly repair themselves whilst evading enemy fire."
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
"barge": {
|
|
28
28
|
"name": "Gabarra",
|
|
29
29
|
"description": {
|
|
30
|
-
"general": "
|
|
30
|
+
"general": "A firestorm at sea. Repurposed in the Ungwana dockyards, it excels at setting enemy fleets Ablaze and crippling burning foes."
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"sloop": {
|
|
34
34
|
"name": "Balandra",
|
|
35
35
|
"description": {
|
|
36
|
-
"general": "
|
|
36
|
+
"general": "A fast menace specializing in explosive weaponry. Prized by pirates for making short work of enemy convoys and structures."
|
|
37
37
|
}
|
|
38
38
|
},
|
|
39
39
|
"padewakang": {
|
|
40
40
|
"name": "Padewakang",
|
|
41
41
|
"description": {
|
|
42
|
-
"general": "
|
|
42
|
+
"general": "A floating siege engine, obliterating structures and striking harder when Anchored. Once used by warlords to shatter the walls of an ancient kingdom."
|
|
43
43
|
}
|
|
44
44
|
},
|
|
45
45
|
"snow": {
|
|
46
46
|
"name": "Esnón",
|
|
47
47
|
"description": {
|
|
48
|
-
"general": "
|
|
48
|
+
"general": "Initially a Dutch warship built to escort valuable trade convoys. Its fast recovery of Brace Strength allows it to hold the line against overwhelming firepower."
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
"brigantine": {
|
|
52
52
|
"name": "Bergantín",
|
|
53
53
|
"description": {
|
|
54
|
-
"general": "
|
|
54
|
+
"general": "A ramming predator that excels at dealing Flooding Damage before the final blow. Feared by the megacorporations and merchants alike."
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
57
|
"sambuk": {
|
|
58
58
|
"name": "Sambuk",
|
|
59
59
|
"description": {
|
|
60
|
-
"general": "
|
|
60
|
+
"general": "A pyromaniac of a ship rumored to hail from the Arabian subcontinent. Sets nearby enemies Ablaze, before spreading flames to all who dare come close."
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
63
|
"barque": {
|
|
64
64
|
"name": "Bricbarca",
|
|
65
65
|
"description": {
|
|
66
|
-
"general": "
|
|
66
|
+
"general": "The backbone of any fleet, repairing hulls and reinforcing allies in the heat of battle. The pride of a Compagnie convoy."
|
|
67
67
|
}
|
|
68
68
|
},
|
|
69
69
|
"brig": {
|
|
70
70
|
"name": "Bergantín Redondo",
|
|
71
71
|
"description": {
|
|
72
|
-
"general": "
|
|
72
|
+
"general": "A master of auxiliary warfare, amplifying support weapons for both offense and defense, as befitting the British Trade Alliance."
|
|
73
73
|
}
|
|
74
74
|
},
|
|
75
75
|
"battleJunk": {
|
|
76
76
|
"name": "Junco de batalla",
|
|
77
77
|
"description": {
|
|
78
|
-
"general": "
|
|
78
|
+
"general": "A walking provocation and exotic vessel from the Far East -- taunting enemies and soaking up fire, before turning the tide for friends."
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
81
|
"garuda": {
|
|
82
82
|
"name": "Garuda",
|
|
83
83
|
"description": {
|
|
84
|
-
"general": "
|
|
84
|
+
"general": "Devastates enemies from afar while equipped with the ability to escape whenever a fight gets too close. Modeled after an ancient god of the skies."
|
|
85
85
|
}
|
|
86
86
|
},
|
|
87
87
|
"schooner": {
|
|
@@ -68,6 +68,10 @@
|
|
|
68
68
|
"soleilRoyal": "Soleil Royal",
|
|
69
69
|
"reapItAndWeep": "Reap It & Weep",
|
|
70
70
|
"reaperOfTheLost": "Reaper of the Lost",
|
|
71
|
-
"azureHarbinger": "Azure Harbinger"
|
|
71
|
+
"azureHarbinger": "Azure Harbinger",
|
|
72
|
+
"warCargo": "War Cargo",
|
|
73
|
+
"warConvoy": "War Convoy",
|
|
74
|
+
"opstuwing": "Opstuwing",
|
|
75
|
+
"soleilImperial": "Soleil Imperial"
|
|
72
76
|
}
|
|
73
77
|
}
|
|
@@ -2946,6 +2946,12 @@
|
|
|
2946
2946
|
"description": {
|
|
2947
2947
|
"general": "Contains an Ascended Event weapon."
|
|
2948
2948
|
}
|
|
2949
|
+
},
|
|
2950
|
+
"watersOfGowaSetChest": {
|
|
2951
|
+
"name": "Waters of Gowa Set Chest",
|
|
2952
|
+
"description": {
|
|
2953
|
+
"general": "An opulent chest which may contain cosmetics that are part of the Waters of Gowa Set"
|
|
2954
|
+
}
|
|
2949
2955
|
}
|
|
2950
2956
|
}
|
|
2951
2957
|
}
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
"mythicDragonheart": "Lot Cœur de dragon mythique",
|
|
238
238
|
"fragnantDead": "Lot Mort Parfumée",
|
|
239
239
|
"goddessOfRuin": "Goddess of Ruin Set",
|
|
240
|
-
"
|
|
240
|
+
"watersOfGowa": "Waters of Gowa Set",
|
|
241
241
|
"sultanOfGowa": "Lot du Sultan de Gowa",
|
|
242
242
|
"nautilian": "Nautilian Set",
|
|
243
243
|
"theShadowArk": "The Shadow Ark Set",
|
|
@@ -346,7 +346,7 @@
|
|
|
346
346
|
"kingOfChains": "King of Chains Set",
|
|
347
347
|
"2024HellfestShip": "2024 Hellfest Ship Set",
|
|
348
348
|
"theAnchorborn": "The Anchorborn Set",
|
|
349
|
-
"
|
|
349
|
+
"gustsOfWar": "Gusts of War Set",
|
|
350
350
|
"daggersOath": "Dagger's Oath Set",
|
|
351
351
|
"goldenGlory": "Golden Glory Set",
|
|
352
352
|
"bonehooked": "Bonehooked Set",
|
|
@@ -380,6 +380,7 @@
|
|
|
380
380
|
"eyeOfMadness": "Eye of Madness Set",
|
|
381
381
|
"burningWhispers": "Burning Whispers Set",
|
|
382
382
|
"legsOfDoom": "Legs of Doom Set",
|
|
383
|
-
"marchingMenace": "Marching Menace Set"
|
|
383
|
+
"marchingMenace": "Marching Menace Set",
|
|
384
|
+
"aCloseStep": "A Close Step Set"
|
|
384
385
|
}
|
|
385
386
|
}
|
|
@@ -3,85 +3,85 @@
|
|
|
3
3
|
"dhow": {
|
|
4
4
|
"name": "Boutre",
|
|
5
5
|
"description": {
|
|
6
|
-
"general": "
|
|
6
|
+
"general": "A nimble hunter of wildlife. The Sea People use it to harvest hides and meat effectively."
|
|
7
7
|
}
|
|
8
8
|
},
|
|
9
9
|
"bedar": {
|
|
10
10
|
"name": "Bédar",
|
|
11
11
|
"description": {
|
|
12
|
-
"general": "
|
|
12
|
+
"general": "A fast-hitting rammer favored by the Rempah, built to Flood enemy hulls before vanishing into the waves."
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"hulk": {
|
|
16
16
|
"name": "Ponton",
|
|
17
17
|
"description": {
|
|
18
|
-
"general": "
|
|
18
|
+
"general": "A fortress on the water, with formidable defenses and recovery, as befitting the technological might of the megacorporations."
|
|
19
19
|
}
|
|
20
20
|
},
|
|
21
21
|
"cutter": {
|
|
22
22
|
"name": "Cotre",
|
|
23
23
|
"description": {
|
|
24
|
-
"general": "
|
|
24
|
+
"general": "A ship capable of sustained repairs at sea. Prized by smugglers to swiftly repair themselves whilst evading enemy fire."
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
"barge": {
|
|
28
28
|
"name": "Barge",
|
|
29
29
|
"description": {
|
|
30
|
-
"general": "
|
|
30
|
+
"general": "A firestorm at sea. Repurposed in the Ungwana dockyards, it excels at setting enemy fleets Ablaze and crippling burning foes."
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"sloop": {
|
|
34
34
|
"name": "Sloop",
|
|
35
35
|
"description": {
|
|
36
|
-
"general": "
|
|
36
|
+
"general": "A fast menace specializing in explosive weaponry. Prized by pirates for making short work of enemy convoys and structures."
|
|
37
37
|
}
|
|
38
38
|
},
|
|
39
39
|
"padewakang": {
|
|
40
40
|
"name": "Padewakang",
|
|
41
41
|
"description": {
|
|
42
|
-
"general": "
|
|
42
|
+
"general": "A floating siege engine, obliterating structures and striking harder when Anchored. Once used by warlords to shatter the walls of an ancient kingdom."
|
|
43
43
|
}
|
|
44
44
|
},
|
|
45
45
|
"snow": {
|
|
46
46
|
"name": "Senau",
|
|
47
47
|
"description": {
|
|
48
|
-
"general": "
|
|
48
|
+
"general": "Initially a Dutch warship built to escort valuable trade convoys. Its fast recovery of Brace Strength allows it to hold the line against overwhelming firepower."
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
"brigantine": {
|
|
52
52
|
"name": "Brigantin",
|
|
53
53
|
"description": {
|
|
54
|
-
"general": "
|
|
54
|
+
"general": "A ramming predator that excels at dealing Flooding Damage before the final blow. Feared by the megacorporations and merchants alike."
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
57
|
"sambuk": {
|
|
58
58
|
"name": "Sambouk",
|
|
59
59
|
"description": {
|
|
60
|
-
"general": "
|
|
60
|
+
"general": "A pyromaniac of a ship rumored to hail from the Arabian subcontinent. Sets nearby enemies Ablaze, before spreading flames to all who dare come close."
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
63
|
"barque": {
|
|
64
64
|
"name": "Barque",
|
|
65
65
|
"description": {
|
|
66
|
-
"general": "
|
|
66
|
+
"general": "The backbone of any fleet, repairing hulls and reinforcing allies in the heat of battle. The pride of a Compagnie convoy."
|
|
67
67
|
}
|
|
68
68
|
},
|
|
69
69
|
"brig": {
|
|
70
70
|
"name": "Brick",
|
|
71
71
|
"description": {
|
|
72
|
-
"general": "
|
|
72
|
+
"general": "A master of auxiliary warfare, amplifying support weapons for both offense and defense, as befitting the British Trade Alliance."
|
|
73
73
|
}
|
|
74
74
|
},
|
|
75
75
|
"battleJunk": {
|
|
76
76
|
"name": "Jonque de Bataille",
|
|
77
77
|
"description": {
|
|
78
|
-
"general": "
|
|
78
|
+
"general": "A walking provocation and exotic vessel from the Far East -- taunting enemies and soaking up fire, before turning the tide for friends."
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
81
|
"garuda": {
|
|
82
82
|
"name": "Garuda",
|
|
83
83
|
"description": {
|
|
84
|
-
"general": "
|
|
84
|
+
"general": "Devastates enemies from afar while equipped with the ability to escape whenever a fight gets too close. Modeled after an ancient god of the skies."
|
|
85
85
|
}
|
|
86
86
|
},
|
|
87
87
|
"schooner": {
|
|
@@ -68,6 +68,10 @@
|
|
|
68
68
|
"soleilRoyal": "Soleil Royal",
|
|
69
69
|
"reapItAndWeep": "Reap It & Weep",
|
|
70
70
|
"reaperOfTheLost": "Reaper of the Lost",
|
|
71
|
-
"azureHarbinger": "Azure Harbinger"
|
|
71
|
+
"azureHarbinger": "Azure Harbinger",
|
|
72
|
+
"warCargo": "War Cargo",
|
|
73
|
+
"warConvoy": "War Convoy",
|
|
74
|
+
"opstuwing": "Opstuwing",
|
|
75
|
+
"soleilImperial": "Soleil Imperial"
|
|
72
76
|
}
|
|
73
77
|
}
|
|
@@ -2946,6 +2946,12 @@
|
|
|
2946
2946
|
"description": {
|
|
2947
2947
|
"general": "Contains an Ascended Event weapon."
|
|
2948
2948
|
}
|
|
2949
|
+
},
|
|
2950
|
+
"watersOfGowaSetChest": {
|
|
2951
|
+
"name": "Waters of Gowa Set Chest",
|
|
2952
|
+
"description": {
|
|
2953
|
+
"general": "An opulent chest which may contain cosmetics that are part of the Waters of Gowa Set"
|
|
2954
|
+
}
|
|
2949
2955
|
}
|
|
2950
2956
|
}
|
|
2951
2957
|
}
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
"mythicDragonheart": "Mythic Dragonheart Set",
|
|
238
238
|
"fragnantDead": "Fragnant Dead Set",
|
|
239
239
|
"goddessOfRuin": "Goddess of Ruin Set",
|
|
240
|
-
"
|
|
240
|
+
"watersOfGowa": "Waters of Gowa Set",
|
|
241
241
|
"sultanOfGowa": "Sultan of Gowa Set",
|
|
242
242
|
"nautilian": "Nautilian Set",
|
|
243
243
|
"theShadowArk": "The Shadow Ark Set",
|
|
@@ -346,7 +346,7 @@
|
|
|
346
346
|
"kingOfChains": "King of Chains Set",
|
|
347
347
|
"2024HellfestShip": "2024 Hellfest Ship Set",
|
|
348
348
|
"theAnchorborn": "The Anchorborn Set",
|
|
349
|
-
"
|
|
349
|
+
"gustsOfWar": "Gusts of War Set",
|
|
350
350
|
"daggersOath": "Dagger's Oath Set",
|
|
351
351
|
"goldenGlory": "Golden Glory Set",
|
|
352
352
|
"bonehooked": "Bonehooked Set",
|
|
@@ -380,6 +380,7 @@
|
|
|
380
380
|
"eyeOfMadness": "Eye of Madness Set",
|
|
381
381
|
"burningWhispers": "Burning Whispers Set",
|
|
382
382
|
"legsOfDoom": "Legs of Doom Set",
|
|
383
|
-
"marchingMenace": "Marching Menace Set"
|
|
383
|
+
"marchingMenace": "Marching Menace Set",
|
|
384
|
+
"aCloseStep": "A Close Step Set"
|
|
384
385
|
}
|
|
385
386
|
}
|
|
@@ -3,85 +3,85 @@
|
|
|
3
3
|
"dhow": {
|
|
4
4
|
"name": "Dhow",
|
|
5
5
|
"description": {
|
|
6
|
-
"general": "A
|
|
6
|
+
"general": "A nimble hunter of wildlife. The Sea People use it to harvest hides and meat effectively."
|
|
7
7
|
}
|
|
8
8
|
},
|
|
9
9
|
"bedar": {
|
|
10
10
|
"name": "Bedar",
|
|
11
11
|
"description": {
|
|
12
|
-
"general": "A
|
|
12
|
+
"general": "A fast-hitting rammer favored by the Rempah, built to Flood enemy hulls before vanishing into the waves."
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"hulk": {
|
|
16
16
|
"name": "Hulk",
|
|
17
17
|
"description": {
|
|
18
|
-
"general": "
|
|
18
|
+
"general": "A fortress on the water, with formidable defenses and recovery, as befitting the technological might of the megacorporations."
|
|
19
19
|
}
|
|
20
20
|
},
|
|
21
21
|
"cutter": {
|
|
22
22
|
"name": "Cutter",
|
|
23
23
|
"description": {
|
|
24
|
-
"general": "A ship capable of
|
|
24
|
+
"general": "A ship capable of sustained repairs at sea. Prized by smugglers to swiftly repair themselves whilst evading enemy fire."
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
"barge": {
|
|
28
28
|
"name": "Barge",
|
|
29
29
|
"description": {
|
|
30
|
-
"general": "A
|
|
30
|
+
"general": "A firestorm at sea. Repurposed in the Ungwana dockyards, it excels at setting enemy fleets Ablaze and crippling burning foes."
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"sloop": {
|
|
34
34
|
"name": "Sloop",
|
|
35
35
|
"description": {
|
|
36
|
-
"general": "
|
|
36
|
+
"general": "A fast menace specializing in explosive weaponry. Prized by pirates for making short work of enemy convoys and structures."
|
|
37
37
|
}
|
|
38
38
|
},
|
|
39
39
|
"padewakang": {
|
|
40
40
|
"name": "Padewakang",
|
|
41
41
|
"description": {
|
|
42
|
-
"general": "A
|
|
42
|
+
"general": "A floating siege engine, obliterating structures and striking harder when Anchored. Once used by warlords to shatter the walls of an ancient kingdom."
|
|
43
43
|
}
|
|
44
44
|
},
|
|
45
45
|
"snow": {
|
|
46
46
|
"name": "Snow",
|
|
47
47
|
"description": {
|
|
48
|
-
"general": "
|
|
48
|
+
"general": "Initially a Dutch warship built to escort valuable trade convoys. Its fast recovery of Brace Strength allows it to hold the line against overwhelming firepower."
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
"brigantine": {
|
|
52
52
|
"name": "Brigantine",
|
|
53
53
|
"description": {
|
|
54
|
-
"general": "A
|
|
54
|
+
"general": "A ramming predator that excels at dealing Flooding Damage before the final blow. Feared by the megacorporations and merchants alike."
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
57
|
"sambuk": {
|
|
58
58
|
"name": "Sambuk",
|
|
59
59
|
"description": {
|
|
60
|
-
"general": "A
|
|
60
|
+
"general": "A pyromaniac of a ship rumored to hail from the Arabian subcontinent. Sets nearby enemies Ablaze, before spreading flames to all who dare come close."
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
63
|
"barque": {
|
|
64
64
|
"name": "Barque",
|
|
65
65
|
"description": {
|
|
66
|
-
"general": "
|
|
66
|
+
"general": "The backbone of any fleet, repairing hulls and reinforcing allies in the heat of battle. The pride of a Compagnie convoy."
|
|
67
67
|
}
|
|
68
68
|
},
|
|
69
69
|
"brig": {
|
|
70
70
|
"name": "Brig",
|
|
71
71
|
"description": {
|
|
72
|
-
"general": "A support
|
|
72
|
+
"general": "A master of auxiliary warfare, amplifying support weapons for both offense and defense, as befitting the British Trade Alliance."
|
|
73
73
|
}
|
|
74
74
|
},
|
|
75
75
|
"battleJunk": {
|
|
76
76
|
"name": "Battle Junk",
|
|
77
77
|
"description": {
|
|
78
|
-
"general": "A
|
|
78
|
+
"general": "A walking provocation and exotic vessel from the Far East -- taunting enemies and soaking up fire, before turning the tide for friends."
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
81
|
"garuda": {
|
|
82
82
|
"name": "Garuda",
|
|
83
83
|
"description": {
|
|
84
|
-
"general": "
|
|
84
|
+
"general": "Devastates enemies from afar while equipped with the ability to escape whenever a fight gets too close. Modeled after an ancient god of the skies."
|
|
85
85
|
}
|
|
86
86
|
},
|
|
87
87
|
"schooner": {
|
|
@@ -68,6 +68,10 @@
|
|
|
68
68
|
"soleilRoyal": "Soleil Royal",
|
|
69
69
|
"reapItAndWeep": "Reap It & Weep",
|
|
70
70
|
"reaperOfTheLost": "Reaper of the Lost",
|
|
71
|
-
"azureHarbinger": "Azure Harbinger"
|
|
71
|
+
"azureHarbinger": "Azure Harbinger",
|
|
72
|
+
"warCargo": "War Cargo",
|
|
73
|
+
"warConvoy": "War Convoy",
|
|
74
|
+
"opstuwing": "Opstuwing",
|
|
75
|
+
"soleilImperial": "Soleil Imperial"
|
|
72
76
|
}
|
|
73
77
|
}
|
|
@@ -2946,6 +2946,12 @@
|
|
|
2946
2946
|
"description": {
|
|
2947
2947
|
"general": "Contains an Ascended Event weapon."
|
|
2948
2948
|
}
|
|
2949
|
+
},
|
|
2950
|
+
"watersOfGowaSetChest": {
|
|
2951
|
+
"name": "Waters of Gowa Set Chest",
|
|
2952
|
+
"description": {
|
|
2953
|
+
"general": "An opulent chest which may contain cosmetics that are part of the Waters of Gowa Set"
|
|
2954
|
+
}
|
|
2949
2955
|
}
|
|
2950
2956
|
}
|
|
2951
2957
|
}
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
"mythicDragonheart": "Mythic Dragonheart Set",
|
|
238
238
|
"fragnantDead": "Fragnant Dead Set",
|
|
239
239
|
"goddessOfRuin": "Goddess of Ruin Set",
|
|
240
|
-
"
|
|
240
|
+
"watersOfGowa": "Waters of Gowa Set",
|
|
241
241
|
"sultanOfGowa": "Sultan of Gowa Set",
|
|
242
242
|
"nautilian": "Nautilian Set",
|
|
243
243
|
"theShadowArk": "The Shadow Ark Set",
|
|
@@ -346,7 +346,7 @@
|
|
|
346
346
|
"kingOfChains": "King of Chains Set",
|
|
347
347
|
"2024HellfestShip": "2024 Hellfest Ship Set",
|
|
348
348
|
"theAnchorborn": "The Anchorborn Set",
|
|
349
|
-
"
|
|
349
|
+
"gustsOfWar": "Gusts of War Set",
|
|
350
350
|
"daggersOath": "Dagger's Oath Set",
|
|
351
351
|
"goldenGlory": "Golden Glory Set",
|
|
352
352
|
"bonehooked": "Bonehooked Set",
|
|
@@ -380,6 +380,7 @@
|
|
|
380
380
|
"eyeOfMadness": "Eye of Madness Set",
|
|
381
381
|
"burningWhispers": "Burning Whispers Set",
|
|
382
382
|
"legsOfDoom": "Legs of Doom Set",
|
|
383
|
-
"marchingMenace": "Marching Menace Set"
|
|
383
|
+
"marchingMenace": "Marching Menace Set",
|
|
384
|
+
"aCloseStep": "A Close Step Set"
|
|
384
385
|
}
|
|
385
386
|
}
|
|
@@ -3,85 +3,85 @@
|
|
|
3
3
|
"dhow": {
|
|
4
4
|
"name": "至上欢愉(单桅帆船)",
|
|
5
5
|
"description": {
|
|
6
|
-
"general": "
|
|
6
|
+
"general": "A nimble hunter of wildlife. The Sea People use it to harvest hides and meat effectively."
|
|
7
7
|
}
|
|
8
8
|
},
|
|
9
9
|
"bedar": {
|
|
10
10
|
"name": "冲撞船(扁嘴帆艇)",
|
|
11
11
|
"description": {
|
|
12
|
-
"general": "
|
|
12
|
+
"general": "A fast-hitting rammer favored by the Rempah, built to Flood enemy hulls before vanishing into the waves."
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"hulk": {
|
|
16
16
|
"name": "护卫舰(囤货艇)",
|
|
17
17
|
"description": {
|
|
18
|
-
"general": "
|
|
18
|
+
"general": "A fortress on the water, with formidable defenses and recovery, as befitting the technological might of the megacorporations."
|
|
19
19
|
}
|
|
20
20
|
},
|
|
21
21
|
"cutter": {
|
|
22
22
|
"name": "护送舰(短桅帆船)",
|
|
23
23
|
"description": {
|
|
24
|
-
"general": "
|
|
24
|
+
"general": "A ship capable of sustained repairs at sea. Prized by smugglers to swiftly repair themselves whilst evading enemy fire."
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
"barge": {
|
|
28
28
|
"name": "火烙船(平底货艇)",
|
|
29
29
|
"description": {
|
|
30
|
-
"general": "
|
|
30
|
+
"general": "A firestorm at sea. Repurposed in the Ungwana dockyards, it excels at setting enemy fleets Ablaze and crippling burning foes."
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"sloop": {
|
|
34
34
|
"name": "爆破船(单桅炮艇)",
|
|
35
35
|
"description": {
|
|
36
|
-
"general": "
|
|
36
|
+
"general": "A fast menace specializing in explosive weaponry. Prized by pirates for making short work of enemy convoys and structures."
|
|
37
37
|
}
|
|
38
38
|
},
|
|
39
39
|
"padewakang": {
|
|
40
40
|
"name": "射石炮船(巴得瓦康船)",
|
|
41
41
|
"description": {
|
|
42
|
-
"general": "
|
|
42
|
+
"general": "A floating siege engine, obliterating structures and striking harder when Anchored. Once used by warlords to shatter the walls of an ancient kingdom."
|
|
43
43
|
}
|
|
44
44
|
},
|
|
45
45
|
"snow": {
|
|
46
46
|
"name": "先锋舰(尖首货船)",
|
|
47
47
|
"description": {
|
|
48
|
-
"general": "
|
|
48
|
+
"general": "Initially a Dutch warship built to escort valuable trade convoys. Its fast recovery of Brace Strength allows it to hold the line against overwhelming firepower."
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
"brigantine": {
|
|
52
52
|
"name": "破舰船(双桅帆船)",
|
|
53
53
|
"description": {
|
|
54
|
-
"general": "
|
|
54
|
+
"general": "A ramming predator that excels at dealing Flooding Damage before the final blow. Feared by the megacorporations and merchants alike."
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
57
|
"sambuk": {
|
|
58
58
|
"name": "纵火狂(桑布克船)",
|
|
59
59
|
"description": {
|
|
60
|
-
"general": "
|
|
60
|
+
"general": "A pyromaniac of a ship rumored to hail from the Arabian subcontinent. Sets nearby enemies Ablaze, before spreading flames to all who dare come close."
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
63
|
"barque": {
|
|
64
64
|
"name": "守护舰(三桅帆船)",
|
|
65
65
|
"description": {
|
|
66
|
-
"general": "
|
|
66
|
+
"general": "The backbone of any fleet, repairing hulls and reinforcing allies in the heat of battle. The pride of a Compagnie convoy."
|
|
67
67
|
}
|
|
68
68
|
},
|
|
69
69
|
"brig": {
|
|
70
70
|
"name": "守护舰(三桅帆船)",
|
|
71
71
|
"description": {
|
|
72
|
-
"general": "
|
|
72
|
+
"general": "A master of auxiliary warfare, amplifying support weapons for both offense and defense, as befitting the British Trade Alliance."
|
|
73
73
|
}
|
|
74
74
|
},
|
|
75
75
|
"battleJunk": {
|
|
76
76
|
"name": "能工巧匠(双桅炮船)",
|
|
77
77
|
"description": {
|
|
78
|
-
"general": "
|
|
78
|
+
"general": "A walking provocation and exotic vessel from the Far East -- taunting enemies and soaking up fire, before turning the tide for friends."
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
81
|
"garuda": {
|
|
82
82
|
"name": "迅击船(迦楼罗)",
|
|
83
83
|
"description": {
|
|
84
|
-
"general": "
|
|
84
|
+
"general": "Devastates enemies from afar while equipped with the ability to escape whenever a fight gets too close. Modeled after an ancient god of the skies."
|
|
85
85
|
}
|
|
86
86
|
},
|
|
87
87
|
"schooner": {
|