@skullandbonestools/snbdata 6.0.17 → 6.0.19
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/languages/ar/ar_achievements.json +176 -0
- package/languages/ar/ar_commodities.json +288 -0
- package/languages/ar/ar_contracts.json +99 -0
- package/languages/ar/ar_cosmetics.json +17962 -0
- package/languages/ar/ar_events.json +15 -0
- package/languages/ar/ar_factions.json +67 -0
- package/languages/ar/ar_items.json +2620 -0
- package/languages/ar/ar_locations.json +233 -0
- package/languages/ar/ar_materials.json +624 -0
- package/languages/ar/ar_modifications.json +312 -0
- package/languages/ar/ar_perks.json +2789 -0
- package/languages/ar/ar_seasons.json +11 -0
- package/languages/ar/ar_sets.json +334 -0
- package/languages/ar/ar_ships.json +100 -0
- package/languages/ar/ar_ultimates.json +48 -0
- package/languages/ar/ar_worldEvents.json +68 -0
- package/languages/de/de_achievements.json +176 -0
- package/languages/de/de_commodities.json +288 -0
- package/languages/de/de_contracts.json +99 -0
- package/languages/de/de_cosmetics.json +17962 -0
- package/languages/de/de_events.json +15 -0
- package/languages/de/de_factions.json +67 -0
- package/languages/de/de_items.json +2620 -0
- package/languages/de/de_locations.json +233 -0
- package/languages/de/de_materials.json +624 -0
- package/languages/de/de_modifications.json +312 -0
- package/languages/de/de_perks.json +2789 -0
- package/languages/de/de_seasons.json +11 -0
- package/languages/de/de_sets.json +334 -0
- package/languages/de/de_ships.json +100 -0
- package/languages/de/de_ultimates.json +48 -0
- package/languages/de/de_worldEvents.json +68 -0
- package/languages/en/en_achievements.json +176 -0
- package/languages/en/en_commodities.json +288 -0
- package/languages/en/en_contracts.json +99 -0
- package/languages/en/en_cosmetics.json +17962 -0
- package/languages/en/en_events.json +15 -0
- package/languages/en/en_factions.json +67 -0
- package/languages/en/en_items.json +2620 -0
- package/languages/en/en_locations.json +233 -0
- package/languages/en/en_materials.json +624 -0
- package/languages/en/en_modifications.json +312 -0
- package/languages/en/en_perks.json +2789 -0
- package/languages/en/en_seasons.json +11 -0
- package/languages/en/en_sets.json +334 -0
- package/languages/en/en_ships.json +100 -0
- package/languages/en/en_ultimates.json +48 -0
- package/languages/en/en_worldEvents.json +68 -0
- package/languages/es/es_achievements.json +176 -0
- package/languages/es/es_commodities.json +288 -0
- package/languages/es/es_contracts.json +99 -0
- package/languages/es/es_cosmetics.json +17962 -0
- package/languages/es/es_events.json +15 -0
- package/languages/es/es_factions.json +67 -0
- package/languages/es/es_items.json +2620 -0
- package/languages/es/es_locations.json +233 -0
- package/languages/es/es_materials.json +624 -0
- package/languages/es/es_modifications.json +312 -0
- package/languages/es/es_perks.json +2789 -0
- package/languages/es/es_seasons.json +11 -0
- package/languages/es/es_sets.json +334 -0
- package/languages/es/es_ships.json +100 -0
- package/languages/es/es_ultimates.json +48 -0
- package/languages/es/es_worldEvents.json +68 -0
- package/languages/fr/fr_achievements.json +176 -0
- package/languages/fr/fr_commodities.json +288 -0
- package/languages/fr/fr_contracts.json +99 -0
- package/languages/fr/fr_cosmetics.json +17962 -0
- package/languages/fr/fr_events.json +15 -0
- package/languages/fr/fr_factions.json +67 -0
- package/languages/fr/fr_items.json +2620 -0
- package/languages/fr/fr_locations.json +233 -0
- package/languages/fr/fr_materials.json +624 -0
- package/languages/fr/fr_modifications.json +312 -0
- package/languages/fr/fr_perks.json +2789 -0
- package/languages/fr/fr_seasons.json +11 -0
- package/languages/fr/fr_sets.json +334 -0
- package/languages/fr/fr_ships.json +100 -0
- package/languages/fr/fr_ultimates.json +48 -0
- package/languages/fr/fr_worldEvents.json +68 -0
- package/languages/source/achievements.json +176 -0
- package/languages/source/commodities.json +288 -0
- package/languages/source/contracts.json +99 -0
- package/languages/source/cosmetics.json +17962 -0
- package/languages/source/events.json +15 -0
- package/languages/source/factions.json +67 -0
- package/languages/source/items.json +2620 -0
- package/languages/source/locations.json +233 -0
- package/languages/source/materials.json +624 -0
- package/languages/source/modifications.json +312 -0
- package/languages/source/perks.json +2789 -0
- package/languages/source/seasons.json +11 -0
- package/languages/source/sets.json +334 -0
- package/languages/source/ships.json +100 -0
- package/languages/source/ultimates.json +48 -0
- package/languages/source/worldEvents.json +68 -0
- package/package.json +2 -1
|
@@ -0,0 +1,2789 @@
|
|
|
1
|
+
{
|
|
2
|
+
"perks": {
|
|
3
|
+
"tearing": {
|
|
4
|
+
"name": "Tearing",
|
|
5
|
+
"description": {
|
|
6
|
+
"1": "Increases damage by 25% when hitting sails",
|
|
7
|
+
"2": "Increases damage by 50% when hitting sails",
|
|
8
|
+
"3": "Increases damage by 75% when hitting sails"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
"piercing": {
|
|
12
|
+
"name": "Piercing",
|
|
13
|
+
"description": {
|
|
14
|
+
"1": [
|
|
15
|
+
"Adds 10% of damage as Piercing Damage",
|
|
16
|
+
"Increases damage to weakpoints by 50%"
|
|
17
|
+
],
|
|
18
|
+
"2": [
|
|
19
|
+
"Adds 20% of damage as Piercing Damage",
|
|
20
|
+
"Increases damage to weakpoints by 75%"
|
|
21
|
+
],
|
|
22
|
+
"3": [
|
|
23
|
+
"Adds 30% of damage as Piercing Damage",
|
|
24
|
+
"Increases damage to weakpoints by 100%"
|
|
25
|
+
]
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"raider": {
|
|
29
|
+
"name": "Raider",
|
|
30
|
+
"description": {
|
|
31
|
+
"general": "Increases Charge Rate of the Vulnerable effect by 50%"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"flooding": {
|
|
35
|
+
"name": "Flooding",
|
|
36
|
+
"description": {
|
|
37
|
+
"1": "Adds 10% of damage as Flooding Damage",
|
|
38
|
+
"2": "Adds 20% of damage as Flooding Damage",
|
|
39
|
+
"3": "Adds 30% of damage as Flooding Damage"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
"burning": {
|
|
43
|
+
"name": "Burning",
|
|
44
|
+
"description": {
|
|
45
|
+
"1": "Adds 10% of damage as Burning Damage",
|
|
46
|
+
"2": "Adds 20% of damage as Burning Damage",
|
|
47
|
+
"3": "Adds 30% of damage as Burning Damage"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"repair": {
|
|
51
|
+
"name": "Repair",
|
|
52
|
+
"description": {
|
|
53
|
+
"general": "Restores Hull Health of a friendly ship",
|
|
54
|
+
"2": "Greater restoration of Hull Health of a friendly ship"
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
"mastBreaker": {
|
|
58
|
+
"name": "Mast Breaker",
|
|
59
|
+
"description": {
|
|
60
|
+
"general": "Deals 7000 damage after the Torn Sails effect is applied"
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
"explosive": {
|
|
64
|
+
"name": "Explosive",
|
|
65
|
+
"description": {
|
|
66
|
+
"1": "Adds 10% of damage as Explosive Damage in a 30m Blast Radius",
|
|
67
|
+
"2": "Adds 20% of damage as Explosive Damage in a 35m Blast Radius",
|
|
68
|
+
"3": "Adds 30% of damage as Explosive Damage in a 40m Blast Radius"
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
"repairBomb": {
|
|
72
|
+
"name": "Repair Bomb",
|
|
73
|
+
"description": {
|
|
74
|
+
"general": "Restores Hull Health of a friendly ship in a 35m Blast Radius"
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
"siege": {
|
|
78
|
+
"name": "Siege",
|
|
79
|
+
"description": {
|
|
80
|
+
"general": "Increases damage to structures by 50%"
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
"unison": {
|
|
84
|
+
"name": "Unison",
|
|
85
|
+
"description": {
|
|
86
|
+
"general": "Allows all weapons in the same quadrant to fire simultaneously"
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
"arming": {
|
|
90
|
+
"name": "Arming",
|
|
91
|
+
"description": {
|
|
92
|
+
"general": "Increases damage from torpedoes by 150% when target is beyond 85m"
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
"cataclysmic": {
|
|
96
|
+
"name": "Cataclysmic",
|
|
97
|
+
"description": {
|
|
98
|
+
"general": "Deals an increasing amount of damage for every simultaneous hit"
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
"draw": {
|
|
102
|
+
"name": "Draw",
|
|
103
|
+
"description": {
|
|
104
|
+
"general": [
|
|
105
|
+
"This weapon can be charged for increased damage and range",
|
|
106
|
+
"At maximum charge, damage increases to 300% and range to 900m"
|
|
107
|
+
]
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
"doubleDraw": {
|
|
111
|
+
"name": "Double Draw",
|
|
112
|
+
"description": {
|
|
113
|
+
"general": [
|
|
114
|
+
"This weapon can be charged twice as long for increased damage and range",
|
|
115
|
+
"At maximum charge, damage increases to 600% and range to 1350m"
|
|
116
|
+
]
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
"superheated": {
|
|
120
|
+
"name": "Superheated",
|
|
121
|
+
"description": {
|
|
122
|
+
"general": "Deals an increasing amount of damage when focusing attacks on the same target"
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
"blast": {
|
|
126
|
+
"name": "Blast",
|
|
127
|
+
"description": {
|
|
128
|
+
"general": "Adds 15% of damage as Explosive Damage in a 50m Blast Radius"
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
"repairBlast": {
|
|
132
|
+
"name": "Repair Blast",
|
|
133
|
+
"description": {
|
|
134
|
+
"general": "Restores Hull Health of a friendly ship in a 50m Blast Radius"
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
"rampart": {
|
|
138
|
+
"name": "Rampart",
|
|
139
|
+
"description": {
|
|
140
|
+
"general": "Reduces incoming damage from ramming by 75%"
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
"sealing": {
|
|
144
|
+
"name": "Sealing",
|
|
145
|
+
"description": {
|
|
146
|
+
"general": "Reduces damage taken from the Flooded effect by 28%"
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
"resolute": {
|
|
150
|
+
"name": "Resolute",
|
|
151
|
+
"description": {
|
|
152
|
+
"general": "Reduces damage taken by 40% when Hull Health is less than 33%"
|
|
153
|
+
}
|
|
154
|
+
},
|
|
155
|
+
"amalgamate": {
|
|
156
|
+
"name": "Amalgamate",
|
|
157
|
+
"description": {
|
|
158
|
+
"general": [
|
|
159
|
+
"Restores 15% of Hull Health while bracing",
|
|
160
|
+
"The effect only occurs after bracing ends"
|
|
161
|
+
]
|
|
162
|
+
}
|
|
163
|
+
},
|
|
164
|
+
"restoration": {
|
|
165
|
+
"name": "Restoration",
|
|
166
|
+
"description": {
|
|
167
|
+
"general": "Restores 100 Severe Damage every second"
|
|
168
|
+
}
|
|
169
|
+
},
|
|
170
|
+
"hunter": {
|
|
171
|
+
"name": "Hunter",
|
|
172
|
+
"description": {
|
|
173
|
+
"general": "Preserves wildlife materials from hunting"
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
"outOfSight": {
|
|
177
|
+
"name": "Out of Sight",
|
|
178
|
+
"description": {
|
|
179
|
+
"general": "Reduces detection by ships bigger than yours by 40%"
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
"lancer": {
|
|
183
|
+
"name": "Lancer",
|
|
184
|
+
"description": {
|
|
185
|
+
"general": [
|
|
186
|
+
"Increases damage from ramming by 25% and gain additional speed while pursuing an enemy ship within 300m",
|
|
187
|
+
"Applies the Flooded status to an enemy ship upon ramming and slows its Reload Time by 30% for 30 seconds"
|
|
188
|
+
]
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
"ironclad": {
|
|
192
|
+
"name": "Ironclad",
|
|
193
|
+
"description": {
|
|
194
|
+
"general": [
|
|
195
|
+
"Increases Armor by 350 for 30 seconds after bracing damage",
|
|
196
|
+
"Increases Brace Strength by 275% and Brace Strength Recovery by 25%"
|
|
197
|
+
]
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
"unburden": {
|
|
201
|
+
"name": "Unburden",
|
|
202
|
+
"description": {
|
|
203
|
+
"general": [
|
|
204
|
+
"Restores Severe Damage by 0.4% and Hull Health by 0.4% per second",
|
|
205
|
+
"Restores Hull Health of all friendly ships in a 100m radius of a repaired target by 2%",
|
|
206
|
+
"Restores 60% more of Hull Health on a friendly ship while using a Repair Weapon",
|
|
207
|
+
"Increases Hull Health restored by Repair Weapons by 5% per Repair Weapon equipped"
|
|
208
|
+
]
|
|
209
|
+
}
|
|
210
|
+
},
|
|
211
|
+
"wildfire": {
|
|
212
|
+
"name": "Wildfire",
|
|
213
|
+
"description": {
|
|
214
|
+
"general": [
|
|
215
|
+
"Applying the Ablaze effect to a ship will apply the same effect to all enemies in a radius of 125m",
|
|
216
|
+
"Increases weapon damage by 35%",
|
|
217
|
+
"Burning Damage increases Ablaze charge speed by 175%"
|
|
218
|
+
]
|
|
219
|
+
}
|
|
220
|
+
},
|
|
221
|
+
"outburst": {
|
|
222
|
+
"name": "Outburst",
|
|
223
|
+
"description": {
|
|
224
|
+
"general": [
|
|
225
|
+
"Explosive hits have a 50% chance of triggering an explosion, which deals 1500 damage within a Blast Radius of 150m",
|
|
226
|
+
"Increases damage to structures by 40% and Explosive Damage by 15%"
|
|
227
|
+
]
|
|
228
|
+
}
|
|
229
|
+
},
|
|
230
|
+
"detonate": {
|
|
231
|
+
"name": "Detonate",
|
|
232
|
+
"description": {
|
|
233
|
+
"general": [
|
|
234
|
+
"Explosive hits have a 70% chance of triggering an explosion, which deals 1000 damage within a 125m Blast Radius. Increases to 100% if target ship is Ablaze",
|
|
235
|
+
"Increases damage to structures by 50% and Weapon Damage Radius by 12%"
|
|
236
|
+
]
|
|
237
|
+
}
|
|
238
|
+
},
|
|
239
|
+
"tenacity": {
|
|
240
|
+
"name": "Tenacity",
|
|
241
|
+
"description": {
|
|
242
|
+
"general": [
|
|
243
|
+
"Recovers Brace Strength by 5% per second, while bracing",
|
|
244
|
+
"Increases Brace Strength by 50% and Brace Strength Recovery by 150%"
|
|
245
|
+
]
|
|
246
|
+
}
|
|
247
|
+
},
|
|
248
|
+
"bullhorn": {
|
|
249
|
+
"name": "Bullhorn",
|
|
250
|
+
"description": {
|
|
251
|
+
"general": [
|
|
252
|
+
"Increases damage from ramming by 45% and gain additional speed while pursuing an enemy ship within 300m",
|
|
253
|
+
"Increase Flooding Weapon Damage by 20% and deal 20% more weapon damage to Flooded targets"
|
|
254
|
+
]
|
|
255
|
+
}
|
|
256
|
+
},
|
|
257
|
+
"scorched": {
|
|
258
|
+
"name": "Scorched",
|
|
259
|
+
"description": {
|
|
260
|
+
"general": [
|
|
261
|
+
"Deals 5000 Burning Damage when you apply the Ablaze effect to an enemy ship. Ablaze will be applied to enemies in a radius of 150m",
|
|
262
|
+
"Increases damage to ships with Ablaze effect by 30%"
|
|
263
|
+
]
|
|
264
|
+
}
|
|
265
|
+
},
|
|
266
|
+
"revitalized": {
|
|
267
|
+
"name": "Revitalized",
|
|
268
|
+
"description": {
|
|
269
|
+
"general": [
|
|
270
|
+
"Restores 0.4% of Severe Damage and 0.4% of Hull Health per second, as well as nearby friendly ships",
|
|
271
|
+
"Restores 15% of Stamina, 10% of Severe Damage and 60% more of Hull Health on a friendly ship while using a repair weapon",
|
|
272
|
+
"Increases Hull Health restored by Repair Weapons by 5% per Repair Weapon equipped"
|
|
273
|
+
]
|
|
274
|
+
}
|
|
275
|
+
},
|
|
276
|
+
"refortify": {
|
|
277
|
+
"name": "Refortify",
|
|
278
|
+
"description": {
|
|
279
|
+
"general": "Applies the Fortified effect for 12 seconds after using a repair kit, which increases Armor by 35%"
|
|
280
|
+
}
|
|
281
|
+
},
|
|
282
|
+
"lootFromHarvesting": {
|
|
283
|
+
"description": {
|
|
284
|
+
"1": "Increases loot from harvesting by 1 when hitting the bonus zones"
|
|
285
|
+
}
|
|
286
|
+
},
|
|
287
|
+
"cargoCapacity": {
|
|
288
|
+
"description": {
|
|
289
|
+
"1": "Increases Cargo Capacity by 10%"
|
|
290
|
+
}
|
|
291
|
+
},
|
|
292
|
+
"repairSevereDmgOfHullOutOfCombat": {
|
|
293
|
+
"description": {
|
|
294
|
+
"1": "Restores 1% Severe Damage per second while out of combat"
|
|
295
|
+
}
|
|
296
|
+
},
|
|
297
|
+
"maximumHull": {
|
|
298
|
+
"description": {
|
|
299
|
+
"05": "Increases Max Hull Health by 5%"
|
|
300
|
+
}
|
|
301
|
+
},
|
|
302
|
+
"floodingDuration": {
|
|
303
|
+
"description": {
|
|
304
|
+
"1": "Increases duration of the Flooded effect on enemy ships by 10%"
|
|
305
|
+
}
|
|
306
|
+
},
|
|
307
|
+
"repairAmountFromRepairWeapons": {
|
|
308
|
+
"description": {
|
|
309
|
+
"1": "Increases Repair Amount from Repair Weapons by 10%"
|
|
310
|
+
}
|
|
311
|
+
},
|
|
312
|
+
"crewAttackChargeSpeed": {
|
|
313
|
+
"description": {
|
|
314
|
+
"1": "Increases Charge Rate of Crew Attack by 10%"
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
"crewAttackDamage": {
|
|
318
|
+
"description": {
|
|
319
|
+
"1": "Increases Crew Attack damage by 10%"
|
|
320
|
+
}
|
|
321
|
+
},
|
|
322
|
+
"ablazeDamage": {
|
|
323
|
+
"description": {
|
|
324
|
+
"1": "Increases damage to enemy ships with the Ablaze effect by 10%"
|
|
325
|
+
}
|
|
326
|
+
},
|
|
327
|
+
"ablazeChargingSpeed": {
|
|
328
|
+
"description": {
|
|
329
|
+
"1": "Increases Charge Rate of the Ablaze effect on enemy ships by 10%"
|
|
330
|
+
}
|
|
331
|
+
},
|
|
332
|
+
"ablazeDuration": {
|
|
333
|
+
"description": {
|
|
334
|
+
"1": "Increases duration of the Ablaze effect on enemy ships by 10%"
|
|
335
|
+
}
|
|
336
|
+
},
|
|
337
|
+
"tornSailsDuration": {
|
|
338
|
+
"description": {
|
|
339
|
+
"1": "Increases duration of the Torn Sails effect on enemy ships by 10%"
|
|
340
|
+
}
|
|
341
|
+
},
|
|
342
|
+
"threatGeneration": {
|
|
343
|
+
"description": {
|
|
344
|
+
"05": "Increases Thread Generation by 5%"
|
|
345
|
+
}
|
|
346
|
+
},
|
|
347
|
+
"structureDamage": {
|
|
348
|
+
"description": {
|
|
349
|
+
"15": "Increases damage to structures by 15%"
|
|
350
|
+
}
|
|
351
|
+
},
|
|
352
|
+
"frontWeaponDamage": {
|
|
353
|
+
"description": {
|
|
354
|
+
"1": "Increases Front Weapon damage by 10%"
|
|
355
|
+
}
|
|
356
|
+
},
|
|
357
|
+
"rammingDamage": {
|
|
358
|
+
"description": {
|
|
359
|
+
"25": "Increases damage from ramming by 25%"
|
|
360
|
+
}
|
|
361
|
+
},
|
|
362
|
+
"portWeaponDamage": {
|
|
363
|
+
"description": {
|
|
364
|
+
"1": "Increases Port Weapon damage by 10%"
|
|
365
|
+
}
|
|
366
|
+
},
|
|
367
|
+
"starboardWeaponDamage": {
|
|
368
|
+
"description": {
|
|
369
|
+
"1": "Increases Starboard Weapon damage by 10%"
|
|
370
|
+
}
|
|
371
|
+
},
|
|
372
|
+
"auxiliaryDamage": {
|
|
373
|
+
"description": {
|
|
374
|
+
"1": "Increases damage from auxiliary weapons by 10%"
|
|
375
|
+
}
|
|
376
|
+
},
|
|
377
|
+
"ballistaElementalDamage": {
|
|
378
|
+
"description": {
|
|
379
|
+
"19": "Increases Elemental Damage Multiplier of Ballista by 19%"
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
"bombardElementalDamage": {
|
|
383
|
+
"description": {
|
|
384
|
+
"19": "Increases Elemental Damage Multiplier of Bombard by 19%"
|
|
385
|
+
}
|
|
386
|
+
},
|
|
387
|
+
"culverinElementalDamage": {
|
|
388
|
+
"description": {
|
|
389
|
+
"19": "Increases Elemental Damage Multiplier of Culverin by 19%"
|
|
390
|
+
}
|
|
391
|
+
},
|
|
392
|
+
"flamethrowerElementalDamage": {
|
|
393
|
+
"description": {
|
|
394
|
+
"19": "Increases Elemental Damage Multiplier of Sea Fire by 19%"
|
|
395
|
+
}
|
|
396
|
+
},
|
|
397
|
+
"mortarElementalDamage": {
|
|
398
|
+
"description": {
|
|
399
|
+
"19": "Increases Elemental Damage Multiplier of Mortar by 19%"
|
|
400
|
+
}
|
|
401
|
+
},
|
|
402
|
+
"rocketElementalDamage": {
|
|
403
|
+
"description": {
|
|
404
|
+
"19": "Increases Elemental Damage Multiplier of Rocket by 19%"
|
|
405
|
+
}
|
|
406
|
+
},
|
|
407
|
+
"torpedoElementalDamage": {
|
|
408
|
+
"description": {
|
|
409
|
+
"19": "Increases Elemental Damage Multiplier of Torpedo by 19%"
|
|
410
|
+
}
|
|
411
|
+
},
|
|
412
|
+
"demicannonElementalDamage": {
|
|
413
|
+
"description": {
|
|
414
|
+
"19": "Increases Elemental Damage Multiplier of Demicannon by 19%"
|
|
415
|
+
}
|
|
416
|
+
},
|
|
417
|
+
"longGunElementalDamage": {
|
|
418
|
+
"description": {
|
|
419
|
+
"19": "Increases Elemental Damage Multiplier of Long Gun by 19%"
|
|
420
|
+
}
|
|
421
|
+
},
|
|
422
|
+
"bombardAreaOfEffectRadius": {
|
|
423
|
+
"description": {
|
|
424
|
+
"1": "Increases Area-of-effect Radius of Bombard by 10%"
|
|
425
|
+
}
|
|
426
|
+
},
|
|
427
|
+
"mortarAreaOfEffectRadius": {
|
|
428
|
+
"description": {
|
|
429
|
+
"1": "Increases Area-of-effect Radius of Mortar by 10%"
|
|
430
|
+
}
|
|
431
|
+
},
|
|
432
|
+
"springloaderAreaOfEffectRadius": {
|
|
433
|
+
"description": {
|
|
434
|
+
"1": "Increases Area-of-effect Radius of Buoys by 10%"
|
|
435
|
+
}
|
|
436
|
+
},
|
|
437
|
+
"demicannonMaximumRange": {
|
|
438
|
+
"description": {
|
|
439
|
+
"1": "Increases Maximum Range of Demicannon by 10%"
|
|
440
|
+
}
|
|
441
|
+
},
|
|
442
|
+
"flamethrowerMaximumRange": {
|
|
443
|
+
"description": {
|
|
444
|
+
"1": "Increases Maximum Range of Sea Fire by 10%"
|
|
445
|
+
}
|
|
446
|
+
},
|
|
447
|
+
"mortarMaximumRange": {
|
|
448
|
+
"description": {
|
|
449
|
+
"1": "Increases Maximum Range of Mortar by 10%"
|
|
450
|
+
}
|
|
451
|
+
},
|
|
452
|
+
"rocketMaximumRange": {
|
|
453
|
+
"description": {
|
|
454
|
+
"1": "Increases Maximum Range of Rocket by 10%"
|
|
455
|
+
}
|
|
456
|
+
},
|
|
457
|
+
"torpedoMaximumRange": {
|
|
458
|
+
"description": {
|
|
459
|
+
"1": "Increases Maximum Range of Torpedo by 10%"
|
|
460
|
+
}
|
|
461
|
+
},
|
|
462
|
+
"springloaderMaximumRange": {
|
|
463
|
+
"description": {
|
|
464
|
+
"1": "Increases Maximum Range of Springloader weapons by 10%"
|
|
465
|
+
}
|
|
466
|
+
},
|
|
467
|
+
"overallMaximumRange": {
|
|
468
|
+
"description": {
|
|
469
|
+
"05": "Increases Maximum Range of all weapons by 5%"
|
|
470
|
+
}
|
|
471
|
+
},
|
|
472
|
+
"torpedoProjectileSpeed": {
|
|
473
|
+
"description": {
|
|
474
|
+
"15": "Increases Projectile Speed of Torpedo by 15%"
|
|
475
|
+
}
|
|
476
|
+
},
|
|
477
|
+
"bombardProjectileSpeed": {
|
|
478
|
+
"description": {
|
|
479
|
+
"15": "Increases Projectile Speed of Bombard by 15%"
|
|
480
|
+
}
|
|
481
|
+
},
|
|
482
|
+
"culverinProjectileSpeed": {
|
|
483
|
+
"description": {
|
|
484
|
+
"15": "Increases Projectile Speed of Culverin by 15%"
|
|
485
|
+
}
|
|
486
|
+
},
|
|
487
|
+
"ballistaProjectileSpeed": {
|
|
488
|
+
"description": {
|
|
489
|
+
"15": "Increases Projectile Speed of Ballista by 15%"
|
|
490
|
+
}
|
|
491
|
+
},
|
|
492
|
+
"longGunProjectileSpeed": {
|
|
493
|
+
"description": {
|
|
494
|
+
"15": "Increases Projectile Speed of Long Gun by 15%"
|
|
495
|
+
}
|
|
496
|
+
},
|
|
497
|
+
"overallProjectileSpeed": {
|
|
498
|
+
"description": {
|
|
499
|
+
"05": "Increases Projectile Speed of all weapons by 5%, except for Sea Fire and auxiliary weapons"
|
|
500
|
+
}
|
|
501
|
+
},
|
|
502
|
+
"signalGong": {
|
|
503
|
+
"description": {
|
|
504
|
+
"general": "Increases damage by 20% after a Crew Attack for 30 seconds"
|
|
505
|
+
}
|
|
506
|
+
},
|
|
507
|
+
"ironCapstan": {
|
|
508
|
+
"description": {
|
|
509
|
+
"general": "Reduces damage taken by 15% and increases Thread Generation by 100% while Anchored"
|
|
510
|
+
}
|
|
511
|
+
},
|
|
512
|
+
"megaphone": {
|
|
513
|
+
"description": {
|
|
514
|
+
"general": "Consecutive hits decrease Reload Time by 0.5%, up to a maximum of 15%. This effect resets after 10 seconds"
|
|
515
|
+
}
|
|
516
|
+
},
|
|
517
|
+
"ropeLocker": {
|
|
518
|
+
"description": {
|
|
519
|
+
"general": "Increases Acceleration to 450% when trim is activated at full Stamina. 7% of Stamina is instantly consumed to trigger this effect"
|
|
520
|
+
}
|
|
521
|
+
},
|
|
522
|
+
"riggingStation": {
|
|
523
|
+
"description": {
|
|
524
|
+
"general": "Recovers 1% Hull Health per second when Hull Health is less than 20%"
|
|
525
|
+
}
|
|
526
|
+
},
|
|
527
|
+
"warDrums": {
|
|
528
|
+
"description": {
|
|
529
|
+
"general": "While trimming, reduces Brace Stamina Consumption by 50% and increases Armor Rating by 200"
|
|
530
|
+
}
|
|
531
|
+
},
|
|
532
|
+
"scopingStation": {
|
|
533
|
+
"description": {
|
|
534
|
+
"general": "Hitting a target more than 320m away applies the Marked status. Targets with the Marked status take 100% more damage to weakpoints"
|
|
535
|
+
}
|
|
536
|
+
},
|
|
537
|
+
"firstAidStation": {
|
|
538
|
+
"description": {
|
|
539
|
+
"general": "Increases Repair Amount of Repair Weapons by 30% for ships with less than 33% of Hull Health"
|
|
540
|
+
}
|
|
541
|
+
},
|
|
542
|
+
"scrapperStation": {
|
|
543
|
+
"description": {
|
|
544
|
+
"general": "Restores 8000 Hull Health after a Crew Attack"
|
|
545
|
+
}
|
|
546
|
+
},
|
|
547
|
+
"munitionsMixer": {
|
|
548
|
+
"description": {
|
|
549
|
+
"general": "Increases duration of Flooded and Ablaze effects applied to enemy ships by 100%. But reduces damage dealt from these effects by 20%"
|
|
550
|
+
}
|
|
551
|
+
},
|
|
552
|
+
"gunnersQuadrant": {
|
|
553
|
+
"description": {
|
|
554
|
+
"general": "Decreases Reload Time by 15% for the same weapon used to hit a weakpoint from at least 160m range. This effect lasts for 10s"
|
|
555
|
+
}
|
|
556
|
+
},
|
|
557
|
+
"waterTank": {
|
|
558
|
+
"description": {
|
|
559
|
+
"general": [
|
|
560
|
+
"Reduces Crew Stamina Depletion by 50% while Bracing",
|
|
561
|
+
"Increases Stamina Recovery by 20%"
|
|
562
|
+
]
|
|
563
|
+
}
|
|
564
|
+
},
|
|
565
|
+
"putrefying": {
|
|
566
|
+
"name": "Putrefying",
|
|
567
|
+
"description": {
|
|
568
|
+
"general": [
|
|
569
|
+
"Releases toxic fumes for a short period upon impact, dealing damage and sapping Crew Stamina",
|
|
570
|
+
"Damage from toxic fumes cannot be blocked by bracing"
|
|
571
|
+
]
|
|
572
|
+
}
|
|
573
|
+
},
|
|
574
|
+
"venemousVengeance": {
|
|
575
|
+
"name": "Venemous Vengeance",
|
|
576
|
+
"description": {
|
|
577
|
+
"general": [
|
|
578
|
+
"When your ship gets hit while Bracing, a noxious cloud is released around your ship that deals 5000 Poison damage and depletes Crew Stamina",
|
|
579
|
+
"Has a cooldown of 10 seconds"
|
|
580
|
+
]
|
|
581
|
+
}
|
|
582
|
+
},
|
|
583
|
+
"riptide": {
|
|
584
|
+
"name": "Riptide",
|
|
585
|
+
"description": {
|
|
586
|
+
"general": "Adds 50% of damage as Severe Damage when target is Flooded"
|
|
587
|
+
}
|
|
588
|
+
},
|
|
589
|
+
"toxicResistant": {
|
|
590
|
+
"name": "Toxic Resistant",
|
|
591
|
+
"description": {
|
|
592
|
+
"general": "Reduces Damage and Crew Stamina Depletion from toxic attacks by 50%"
|
|
593
|
+
}
|
|
594
|
+
},
|
|
595
|
+
"agileGuard": {
|
|
596
|
+
"name": "Agile Guard",
|
|
597
|
+
"description": {
|
|
598
|
+
"general": "Reduces Crew Stamina Depletion at the start of bracing by 40%"
|
|
599
|
+
}
|
|
600
|
+
},
|
|
601
|
+
"laPotenceSchematics": {
|
|
602
|
+
"description": {
|
|
603
|
+
"general": [
|
|
604
|
+
"Increases damage to weakpoints to enemy ships",
|
|
605
|
+
"Reveals weakpoints on the Fleet of Pestilence"
|
|
606
|
+
],
|
|
607
|
+
"1": [
|
|
608
|
+
"Increases damage to weakpoints to enemy ships by 10%",
|
|
609
|
+
"Reveals weakpoints on the Fleet of Pestilence"
|
|
610
|
+
]
|
|
611
|
+
}
|
|
612
|
+
},
|
|
613
|
+
"grilledCoconut": {
|
|
614
|
+
"description": {
|
|
615
|
+
"general": "Restores Stamina by 40%"
|
|
616
|
+
}
|
|
617
|
+
},
|
|
618
|
+
"grilledFish": {
|
|
619
|
+
"description": {
|
|
620
|
+
"general": "Restores Stamina by 40%"
|
|
621
|
+
}
|
|
622
|
+
},
|
|
623
|
+
"grilledPrimeCrocodile": {
|
|
624
|
+
"description": {
|
|
625
|
+
"general": "Restores Stamina by 55%"
|
|
626
|
+
}
|
|
627
|
+
},
|
|
628
|
+
"tylosaurusSteak": {
|
|
629
|
+
"description": {
|
|
630
|
+
"general": "Restores Stamina by 60%"
|
|
631
|
+
}
|
|
632
|
+
},
|
|
633
|
+
"grilledCrocodile": {
|
|
634
|
+
"description": {
|
|
635
|
+
"general": "Restores Stamina by 50%"
|
|
636
|
+
}
|
|
637
|
+
},
|
|
638
|
+
"grilledHippo": {
|
|
639
|
+
"description": {
|
|
640
|
+
"general": "Restores Stamina by 50%"
|
|
641
|
+
}
|
|
642
|
+
},
|
|
643
|
+
"grilledShark": {
|
|
644
|
+
"description": {
|
|
645
|
+
"general": "Restores Stamina by 40%"
|
|
646
|
+
}
|
|
647
|
+
},
|
|
648
|
+
"grilledBanana": {
|
|
649
|
+
"description": {
|
|
650
|
+
"general": "Restores Stamina by 40%"
|
|
651
|
+
}
|
|
652
|
+
},
|
|
653
|
+
"grilledBeef": {
|
|
654
|
+
"description": {
|
|
655
|
+
"general": "Restores Stamina by 45%"
|
|
656
|
+
}
|
|
657
|
+
},
|
|
658
|
+
"grilledBread": {
|
|
659
|
+
"description": {
|
|
660
|
+
"general": "Restores Stamina by 45%"
|
|
661
|
+
}
|
|
662
|
+
},
|
|
663
|
+
"grilledChicken": {
|
|
664
|
+
"description": {
|
|
665
|
+
"general": "Restores Stamina by 45%"
|
|
666
|
+
}
|
|
667
|
+
},
|
|
668
|
+
"grilledDurian": {
|
|
669
|
+
"description": {
|
|
670
|
+
"general": "Restores Stamina by 40%"
|
|
671
|
+
}
|
|
672
|
+
},
|
|
673
|
+
"grilledMutton": {
|
|
674
|
+
"description": {
|
|
675
|
+
"general": "Restores Stamina by 45%"
|
|
676
|
+
}
|
|
677
|
+
},
|
|
678
|
+
"grilledPrimeHippo": {
|
|
679
|
+
"description": {
|
|
680
|
+
"general": "Restores Stamina by 55%"
|
|
681
|
+
}
|
|
682
|
+
},
|
|
683
|
+
"grilledScrewpine": {
|
|
684
|
+
"description": {
|
|
685
|
+
"general": "Restores Stamina by 40%"
|
|
686
|
+
}
|
|
687
|
+
},
|
|
688
|
+
"grilledVegetables": {
|
|
689
|
+
"description": {
|
|
690
|
+
"general": "Restores Stamina by 45%"
|
|
691
|
+
}
|
|
692
|
+
},
|
|
693
|
+
"godrogodro": {
|
|
694
|
+
"description": {
|
|
695
|
+
"general": [
|
|
696
|
+
"Reduces Trim Crew Stamina Consumption when trimming sails by 30%",
|
|
697
|
+
"Restores Repair Kit Effeciency by 10%",
|
|
698
|
+
"Restores Stamina Regen by 30%"
|
|
699
|
+
]
|
|
700
|
+
}
|
|
701
|
+
},
|
|
702
|
+
"trondroGasy": {
|
|
703
|
+
"description": {
|
|
704
|
+
"general": [
|
|
705
|
+
"Restores Repair Kit Effeciency by 15%",
|
|
706
|
+
"Reduces Brace Stamina Consumption at the start of bracing by 20%",
|
|
707
|
+
"Restores Stamina Regen by 30%"
|
|
708
|
+
]
|
|
709
|
+
}
|
|
710
|
+
},
|
|
711
|
+
"varyBeMenaka": {
|
|
712
|
+
"description": {
|
|
713
|
+
"general": [
|
|
714
|
+
"Reduces Brace Stamina Consumption at the start of bracing by 30%",
|
|
715
|
+
"Restores Repair Kit Effeciency by 10%",
|
|
716
|
+
"Restores Stamina Regen by 30%"
|
|
717
|
+
]
|
|
718
|
+
}
|
|
719
|
+
},
|
|
720
|
+
"ndiziNaNyama": {
|
|
721
|
+
"description": {
|
|
722
|
+
"general": [
|
|
723
|
+
"Reduces Brace Stamina Consumption at the start of bracing by 30%",
|
|
724
|
+
"Restores Brace Mitigation by 20%",
|
|
725
|
+
"Restores Stamina Regen by 30%"
|
|
726
|
+
]
|
|
727
|
+
}
|
|
728
|
+
},
|
|
729
|
+
"ragout": {
|
|
730
|
+
"description": {
|
|
731
|
+
"general": [
|
|
732
|
+
"Restores Brace Mitigation by 30%",
|
|
733
|
+
"Restores Crew-to-Crew Damage by 10%",
|
|
734
|
+
"Restores Stamina Regen by 50%"
|
|
735
|
+
]
|
|
736
|
+
}
|
|
737
|
+
},
|
|
738
|
+
"sateKambing": {
|
|
739
|
+
"description": {
|
|
740
|
+
"general": [
|
|
741
|
+
"Reduces Trim Crew Stamina Consumption when trimming sails by 30%",
|
|
742
|
+
"Reduces Brace Stamina Consumption at the start of bracing by 20%",
|
|
743
|
+
"Restores Stamina Regen by 50%"
|
|
744
|
+
]
|
|
745
|
+
}
|
|
746
|
+
},
|
|
747
|
+
"bitterballen": {
|
|
748
|
+
"description": {
|
|
749
|
+
"general": [
|
|
750
|
+
"Restores Crew-to-Crew Damage by 15%",
|
|
751
|
+
"Restores Brace Mitigation by 20%",
|
|
752
|
+
"Restores Stamina Regen by 50%"
|
|
753
|
+
]
|
|
754
|
+
}
|
|
755
|
+
},
|
|
756
|
+
"ronakoho": {
|
|
757
|
+
"description": {
|
|
758
|
+
"general": [
|
|
759
|
+
"Restores Crew-to-Crew Damage by 15%",
|
|
760
|
+
"Reduces Trim Crew Stamina Consumption when trimming sails by 20%",
|
|
761
|
+
"Restores Stamina Regen by 50%"
|
|
762
|
+
]
|
|
763
|
+
}
|
|
764
|
+
},
|
|
765
|
+
"mchuziWaKuharibu": {
|
|
766
|
+
"description": {
|
|
767
|
+
"general": [
|
|
768
|
+
"Restores Brace Mitigation by 30%",
|
|
769
|
+
"Reduces Brace Stamina Consumption at the start of bracing by 20%",
|
|
770
|
+
"Restores Stamina Regen by 50%"
|
|
771
|
+
]
|
|
772
|
+
}
|
|
773
|
+
},
|
|
774
|
+
"otakOtak": {
|
|
775
|
+
"description": {
|
|
776
|
+
"general": [
|
|
777
|
+
"Restores Crew-to-Crew Damage by 15%",
|
|
778
|
+
"Reduces Brace Stamina Consumption at the start of bracing by 20%",
|
|
779
|
+
"Restores Stamina Regen by 50%"
|
|
780
|
+
]
|
|
781
|
+
}
|
|
782
|
+
},
|
|
783
|
+
"artificer": {
|
|
784
|
+
"name": "Artificer",
|
|
785
|
+
"description": {
|
|
786
|
+
"general": [
|
|
787
|
+
"Consecutive weapon hits to targets increases effectiveness of subsequent Buoys by 3%, capping at 45%. Resets if more than 12 seconds pass between hits",
|
|
788
|
+
"Reduces reload time of Auxiliary Weapons by 10%, as well as for nearby friendly ships",
|
|
789
|
+
"Increases Hull Health restored by Repair Weapons by 5% per Repair Weapon equipped"
|
|
790
|
+
]
|
|
791
|
+
}
|
|
792
|
+
},
|
|
793
|
+
"unsinkable": {
|
|
794
|
+
"name": "Unsinkable",
|
|
795
|
+
"description": {
|
|
796
|
+
"general": "While bracing, the effects of being afflicting with Flooded is negated"
|
|
797
|
+
}
|
|
798
|
+
},
|
|
799
|
+
"ironPlastron": {
|
|
800
|
+
"name": "Iron Plastron",
|
|
801
|
+
"description": {
|
|
802
|
+
"general": "Reduces damage from torpedoes by 30% and by an additional 30% while bracing"
|
|
803
|
+
}
|
|
804
|
+
},
|
|
805
|
+
"crescendo": {
|
|
806
|
+
"name": "Crescendo",
|
|
807
|
+
"description": {
|
|
808
|
+
"general": [
|
|
809
|
+
"Holding brace charges up a sonic attack, dealing up to 7200 damage to surrounding hostiles",
|
|
810
|
+
"Range when fully charged: 150m"
|
|
811
|
+
]
|
|
812
|
+
}
|
|
813
|
+
},
|
|
814
|
+
"bloodAndGold": {
|
|
815
|
+
"name": "Blood and Gold",
|
|
816
|
+
"description": {
|
|
817
|
+
"general": "Destroying a target confers the 'Blood and Gold' status on your ship, which increases Weapon Damage and Armor by 25% for 30 seconds"
|
|
818
|
+
}
|
|
819
|
+
},
|
|
820
|
+
"ricochet": {
|
|
821
|
+
"name": "Ricochet",
|
|
822
|
+
"description": {
|
|
823
|
+
"general": "Hits that land on a ship's hull or structure ricochet towards a nearby target, dealing 75% of the original damage"
|
|
824
|
+
}
|
|
825
|
+
},
|
|
826
|
+
"toxic": {
|
|
827
|
+
"name": "Toxic",
|
|
828
|
+
"description": {
|
|
829
|
+
"3": [
|
|
830
|
+
"Hits from this weapon saps Crew Stamina",
|
|
831
|
+
"Adds 20% damage that cannot be blocked by Bracing"
|
|
832
|
+
]
|
|
833
|
+
}
|
|
834
|
+
},
|
|
835
|
+
"homing": {
|
|
836
|
+
"name": "Homing",
|
|
837
|
+
"description": {
|
|
838
|
+
"general": "Projectiles home in on a hostile target"
|
|
839
|
+
}
|
|
840
|
+
},
|
|
841
|
+
"quickArming": {
|
|
842
|
+
"name": "Quick-Arming",
|
|
843
|
+
"description": {
|
|
844
|
+
"general": "Increases damage from torpedoes by 150% when target is beyond 65m"
|
|
845
|
+
}
|
|
846
|
+
},
|
|
847
|
+
"rocketArtillery": {
|
|
848
|
+
"name": "Rocket Artillery",
|
|
849
|
+
"description": {
|
|
850
|
+
"general": "Fires a volley of 10 heavy rockets instead of many smaller rockets"
|
|
851
|
+
}
|
|
852
|
+
},
|
|
853
|
+
"dummySpringloader": {
|
|
854
|
+
"description": {
|
|
855
|
+
"1": [
|
|
856
|
+
"Reduces Reload Time of Springloader weapons by 20% when Crew Stamina is full",
|
|
857
|
+
"Reduces duration of incoming Torn Sails effect by 25%",
|
|
858
|
+
"Reduces incoming Flooding Charge by 20%"
|
|
859
|
+
]
|
|
860
|
+
}
|
|
861
|
+
},
|
|
862
|
+
"fatanaStation": {
|
|
863
|
+
"description": {
|
|
864
|
+
"1": [
|
|
865
|
+
"Increases Secondary Damage of Rocket by 12%",
|
|
866
|
+
"Increases damage to structures by 12%"
|
|
867
|
+
]
|
|
868
|
+
}
|
|
869
|
+
},
|
|
870
|
+
"tuningStation": {
|
|
871
|
+
"description": {
|
|
872
|
+
"1": [
|
|
873
|
+
"Increases Secondary Damage of Torpedo by 20%",
|
|
874
|
+
"Increases Projectile Speed of Torpedo by 13%",
|
|
875
|
+
"Restores 10% Crew Stamina per Second while out of combat"
|
|
876
|
+
]
|
|
877
|
+
}
|
|
878
|
+
},
|
|
879
|
+
"dampened": {
|
|
880
|
+
"name": "Dampened",
|
|
881
|
+
"description": {
|
|
882
|
+
"general": "Reduces duration of the Ablaze effect by 33%"
|
|
883
|
+
}
|
|
884
|
+
},
|
|
885
|
+
"hydrodynamic": {
|
|
886
|
+
"name": "Hydrodynamic",
|
|
887
|
+
"description": {
|
|
888
|
+
"general": "Every knot of Sailing Speed increases Armor by 1.4%"
|
|
889
|
+
}
|
|
890
|
+
},
|
|
891
|
+
"impenetrable": {
|
|
892
|
+
"name": "Impenetrable",
|
|
893
|
+
"description": {
|
|
894
|
+
"general": "Reduces Weakpoint Damage by 35%"
|
|
895
|
+
}
|
|
896
|
+
},
|
|
897
|
+
"raisedQuarterdeck": {
|
|
898
|
+
"description": {
|
|
899
|
+
"1": [
|
|
900
|
+
"Reduces Incoming Flooding Damage from enemy ships by 15%",
|
|
901
|
+
"Reduces Incoming Flooding Charge from enemy ships by 10%"
|
|
902
|
+
]
|
|
903
|
+
}
|
|
904
|
+
},
|
|
905
|
+
"machinistStationRepair": {
|
|
906
|
+
"description": {
|
|
907
|
+
"1": [
|
|
908
|
+
"Increases Area-of-Operation Radius of Repair Buoys by 25%",
|
|
909
|
+
"Increases Repair Amount of Repair Buoys by 25%"
|
|
910
|
+
]
|
|
911
|
+
}
|
|
912
|
+
},
|
|
913
|
+
"buoyLocker": {
|
|
914
|
+
"description": {
|
|
915
|
+
"1": [
|
|
916
|
+
"Increases the maximum number of active buoys by 1",
|
|
917
|
+
"Increases Max Health of Buoys by 25%",
|
|
918
|
+
"Reduces Reload Time of Auxiliary Weapons by 7%"
|
|
919
|
+
]
|
|
920
|
+
}
|
|
921
|
+
},
|
|
922
|
+
"brouwersPowderhouse": {
|
|
923
|
+
"description": {
|
|
924
|
+
"1": [
|
|
925
|
+
"Increases Area-of-effect Radius of Mortar by 10%",
|
|
926
|
+
"Reduces Reload Time of Mortar by 7%"
|
|
927
|
+
]
|
|
928
|
+
}
|
|
929
|
+
},
|
|
930
|
+
"maintainedArsenal": {
|
|
931
|
+
"description": {
|
|
932
|
+
"1": "Increases Damage from Auxiliary Weapons by 13%"
|
|
933
|
+
}
|
|
934
|
+
},
|
|
935
|
+
"compagnieScreens": {
|
|
936
|
+
"description": {
|
|
937
|
+
"general": [
|
|
938
|
+
"Reduces incoming Area-of-effect Damage from enemy ships by 20%",
|
|
939
|
+
"Reduces Incoming Burning Charge by 10%",
|
|
940
|
+
"Increases Max Hull Health by 5%"
|
|
941
|
+
]
|
|
942
|
+
}
|
|
943
|
+
},
|
|
944
|
+
"medicineCabinet": {
|
|
945
|
+
"description": {
|
|
946
|
+
"general": [
|
|
947
|
+
"Reduces Crew Stamina Depletion from attacks by 20%",
|
|
948
|
+
"Increases Stamina Recovery by 8% while in combat",
|
|
949
|
+
"Increases Maximum Stamina by 5%"
|
|
950
|
+
]
|
|
951
|
+
}
|
|
952
|
+
},
|
|
953
|
+
"compagnieSpiritsLocker": {
|
|
954
|
+
"description": {
|
|
955
|
+
"general": [
|
|
956
|
+
"Reduces Crew Stamina Depletion at start of bracing by 20% while slowed by Flooding, Torn Sails or other status effects",
|
|
957
|
+
"Increases Brace Strength by 15%",
|
|
958
|
+
"Increases Armor Rating of equipped armor by 7%"
|
|
959
|
+
]
|
|
960
|
+
}
|
|
961
|
+
},
|
|
962
|
+
"secretCache": {
|
|
963
|
+
"description": {
|
|
964
|
+
"1": [
|
|
965
|
+
"Reduces the effects of the Ship Encumbered state by 15%",
|
|
966
|
+
"Increases Turning Speed by 16%",
|
|
967
|
+
"Increases Acceleration by 16%"
|
|
968
|
+
]
|
|
969
|
+
}
|
|
970
|
+
},
|
|
971
|
+
"bombardMenuiserie": {
|
|
972
|
+
"description": {
|
|
973
|
+
"1": [
|
|
974
|
+
"Increases Bombard Damage by 10%",
|
|
975
|
+
"Increases damage to structures by 8%",
|
|
976
|
+
"Increases Repair Amount from Repair Weapons by 5%"
|
|
977
|
+
]
|
|
978
|
+
}
|
|
979
|
+
},
|
|
980
|
+
"cursedBanner": {
|
|
981
|
+
"description": {
|
|
982
|
+
"general": [
|
|
983
|
+
"Increases Thread Generation by 10%",
|
|
984
|
+
"Increases damage from auxiliary weapons by 7%",
|
|
985
|
+
"Increases Max Hull Health by 3%"
|
|
986
|
+
]
|
|
987
|
+
}
|
|
988
|
+
},
|
|
989
|
+
"lemariMakanan": {
|
|
990
|
+
"description": {
|
|
991
|
+
"1": [
|
|
992
|
+
"Increases Crew Stamina Recovery Speed by 13%",
|
|
993
|
+
"Increases Maximum Stamina by 5%",
|
|
994
|
+
"Increases Torn Sails Charge Speed by 3%"
|
|
995
|
+
]
|
|
996
|
+
}
|
|
997
|
+
},
|
|
998
|
+
"gunportsUpgrade": {
|
|
999
|
+
"name": "Gunports Upgrade",
|
|
1000
|
+
"description": {
|
|
1001
|
+
"general": "Able to equip Front Weapons and unlocks rear gunport. Increases damage and repair amount by 25% on broadside weapons"
|
|
1002
|
+
}
|
|
1003
|
+
},
|
|
1004
|
+
"heavyArsenal": {
|
|
1005
|
+
"name": "Heavy Arsenal",
|
|
1006
|
+
"description": {
|
|
1007
|
+
"general": "Able to equip Front Weapons, Auxiliary Weapons and unlocks rear gunport. Increases damage and repair amount by 50% on broadside weapons"
|
|
1008
|
+
}
|
|
1009
|
+
},
|
|
1010
|
+
"riverRat": {
|
|
1011
|
+
"name": "River Rat",
|
|
1012
|
+
"description": {
|
|
1013
|
+
"general": "Improves Speed, Turning Speed when traversing rivers"
|
|
1014
|
+
}
|
|
1015
|
+
},
|
|
1016
|
+
"jousting": {
|
|
1017
|
+
"name": "Jousting",
|
|
1018
|
+
"description": {
|
|
1019
|
+
"general": "Increases damage from ramming based on current speed (capped at 150%). Ramming a target reduces its Armor by 300 for 30 seconds"
|
|
1020
|
+
}
|
|
1021
|
+
},
|
|
1022
|
+
"bedarUpgrade": {
|
|
1023
|
+
"description": {
|
|
1024
|
+
"1": [
|
|
1025
|
+
"Increases Base Ship Rank to 2",
|
|
1026
|
+
"Increases Hull Health to 38000",
|
|
1027
|
+
"Increases Brace Strength to 7600",
|
|
1028
|
+
"Adds 'Gunports Upgrade' perk"
|
|
1029
|
+
],
|
|
1030
|
+
"2": [
|
|
1031
|
+
"Increases Base Ship Rank to 3",
|
|
1032
|
+
"Increases Top Speed to 10kn",
|
|
1033
|
+
"Increases Trimming Speed to 15kn",
|
|
1034
|
+
"Increases Furniture Slots to 5"
|
|
1035
|
+
],
|
|
1036
|
+
"3": [
|
|
1037
|
+
"Increases Base Ship Rank to 4",
|
|
1038
|
+
"Increases Hull Health to 45000",
|
|
1039
|
+
"Increases Brace Strength to 9000",
|
|
1040
|
+
"Replaces 'Gunports Upgrade' with 'Heavy Arsenal' perk"
|
|
1041
|
+
],
|
|
1042
|
+
"4": [
|
|
1043
|
+
"Increases Base Ship Rank to 5",
|
|
1044
|
+
"Increases Cargo to 58000",
|
|
1045
|
+
"Adds 'River Rat' perk"
|
|
1046
|
+
],
|
|
1047
|
+
"5": [
|
|
1048
|
+
"Increases Base Ship Rank to 7",
|
|
1049
|
+
"Increases Furniture Slots to 6"
|
|
1050
|
+
],
|
|
1051
|
+
"6": [
|
|
1052
|
+
"Increases Base Ship Rank to 8",
|
|
1053
|
+
"Increases Brace Strength Recovery by 12.5%",
|
|
1054
|
+
"Adds 'Jousting' perk"
|
|
1055
|
+
],
|
|
1056
|
+
"7": [
|
|
1057
|
+
"Increases Base Ship Rank to 9",
|
|
1058
|
+
"Increases Hull Health to 48200",
|
|
1059
|
+
"Increases Brace Strength to 9640",
|
|
1060
|
+
"Increases Brace Strength Recovery by 25%"
|
|
1061
|
+
]
|
|
1062
|
+
}
|
|
1063
|
+
},
|
|
1064
|
+
"stationsUpgrade": {
|
|
1065
|
+
"name": "Stations Upgrade",
|
|
1066
|
+
"description": {
|
|
1067
|
+
"general": "Able to equip Front Weapons. Increases damage and repair amount by 25% on broadside weapons"
|
|
1068
|
+
}
|
|
1069
|
+
},
|
|
1070
|
+
"bigGuns": {
|
|
1071
|
+
"name": "Big Guns",
|
|
1072
|
+
"description": {
|
|
1073
|
+
"general": "Able to equip Front Weapons and Auxiliary Weapons. Increases damage and repair amount by 50% on broadside weapons"
|
|
1074
|
+
}
|
|
1075
|
+
},
|
|
1076
|
+
"ironwill": {
|
|
1077
|
+
"name": "Ironwill",
|
|
1078
|
+
"description": {
|
|
1079
|
+
"general": "Increases Armor Rating by 300 for yourself and nearby allies"
|
|
1080
|
+
}
|
|
1081
|
+
},
|
|
1082
|
+
"hulkUpgrade": {
|
|
1083
|
+
"description": {
|
|
1084
|
+
"1": [
|
|
1085
|
+
"Increases Base Ship Rank to 4",
|
|
1086
|
+
"Increases Hull Health to 40000",
|
|
1087
|
+
"Increases Brace Strength to 28000",
|
|
1088
|
+
"Adds 'Stations Upgrade' perk"
|
|
1089
|
+
],
|
|
1090
|
+
"2": [
|
|
1091
|
+
"Increases Top Speed to 10kn",
|
|
1092
|
+
"Increases Trimming Speed to 13kn",
|
|
1093
|
+
"Increases Furniture Slots to 5"
|
|
1094
|
+
],
|
|
1095
|
+
"3": [
|
|
1096
|
+
"Increases Base Ship Rank to 5",
|
|
1097
|
+
"Increases Hull Health to 58000",
|
|
1098
|
+
"Increases Brace Strength to 40600",
|
|
1099
|
+
"Replaces 'Stations Upgrade' with 'Big Guns' perk"
|
|
1100
|
+
],
|
|
1101
|
+
"4": [
|
|
1102
|
+
"Increases Base Ship Rank to 6",
|
|
1103
|
+
"Increases Cargo to 70000",
|
|
1104
|
+
"Adds 'River Rat' perk"
|
|
1105
|
+
],
|
|
1106
|
+
"5": [
|
|
1107
|
+
"Increases Base Ship Rank to 7",
|
|
1108
|
+
"Increases Furniture Slots to 6"
|
|
1109
|
+
],
|
|
1110
|
+
"6": [
|
|
1111
|
+
"Increases Base Ship Rank to 8",
|
|
1112
|
+
"Increases Brace Strength Recovery by 12.5%",
|
|
1113
|
+
"Adds 'Ironwill' perk"
|
|
1114
|
+
],
|
|
1115
|
+
"7": [
|
|
1116
|
+
"Increases Base Ship Rank to 9",
|
|
1117
|
+
"Increases Hull Health to 62100",
|
|
1118
|
+
"Increases Brace Strength to 43470",
|
|
1119
|
+
"Increases Brace Strength Recovery by 25%"
|
|
1120
|
+
]
|
|
1121
|
+
}
|
|
1122
|
+
},
|
|
1123
|
+
"unsparing": {
|
|
1124
|
+
"name": "Unsparing",
|
|
1125
|
+
"description": {
|
|
1126
|
+
"general": "Increases Repair Effectiveness of allies by 30% after repairing"
|
|
1127
|
+
}
|
|
1128
|
+
},
|
|
1129
|
+
"cutterUpgrade": {
|
|
1130
|
+
"description": {
|
|
1131
|
+
"1": [
|
|
1132
|
+
"Increases Base Ship Rank to 3",
|
|
1133
|
+
"Increases Hull Health to 35000",
|
|
1134
|
+
"Increases Brace Strength to 7000",
|
|
1135
|
+
"Adds 'Gunports Upgrade' perk"
|
|
1136
|
+
],
|
|
1137
|
+
"2": [
|
|
1138
|
+
"Increases Base Ship Rank to 4",
|
|
1139
|
+
"Increases Top Speed to 11kn",
|
|
1140
|
+
"Increases Trimming Speed to 15kn",
|
|
1141
|
+
"Increases Furniture Slots to 5"
|
|
1142
|
+
],
|
|
1143
|
+
"3": [
|
|
1144
|
+
"Increases Base Ship Rank to 5",
|
|
1145
|
+
"Increases Hull Health to 46000",
|
|
1146
|
+
"Increases Brace Strength to 9200",
|
|
1147
|
+
"Replaces 'Gunports Upgrade' with 'Heavy Arsenal' perk"
|
|
1148
|
+
],
|
|
1149
|
+
"4": [
|
|
1150
|
+
"Increases Base Ship Rank to 6",
|
|
1151
|
+
"Increases Cargo to 68000",
|
|
1152
|
+
"Adds 'River Rat' perk"
|
|
1153
|
+
],
|
|
1154
|
+
"5": [
|
|
1155
|
+
"Increases Base Ship Rank to 7",
|
|
1156
|
+
"Increases Furniture Slots to 6"
|
|
1157
|
+
],
|
|
1158
|
+
"6": [
|
|
1159
|
+
"Increases Base Ship Rank to 8",
|
|
1160
|
+
"Increases Brace Strength Recovery by 12.5%",
|
|
1161
|
+
"Adds 'Unsparing' perk"
|
|
1162
|
+
],
|
|
1163
|
+
"7": [
|
|
1164
|
+
"Increases Base Ship Rank to 9",
|
|
1165
|
+
"Increases Hull Health to 49300",
|
|
1166
|
+
"Increases Brace Strength to 9860",
|
|
1167
|
+
"Increases Brace Strength Recovery by 25%"
|
|
1168
|
+
]
|
|
1169
|
+
}
|
|
1170
|
+
},
|
|
1171
|
+
"devouring": {
|
|
1172
|
+
"name": "Devouring",
|
|
1173
|
+
"description": {
|
|
1174
|
+
"general": "Builds up Torn Sails when hitting a target with Ablaze"
|
|
1175
|
+
}
|
|
1176
|
+
},
|
|
1177
|
+
"bargeUpgrade": {
|
|
1178
|
+
"description": {
|
|
1179
|
+
"1": [
|
|
1180
|
+
"Increases Base Ship Rank to 4",
|
|
1181
|
+
"Increases Hull Health to 36000",
|
|
1182
|
+
"Increases Brace Strength to 7200",
|
|
1183
|
+
"Adds 'Stations Upgrade' perk"
|
|
1184
|
+
],
|
|
1185
|
+
"2": [
|
|
1186
|
+
"Increases Top Speed to 11kn",
|
|
1187
|
+
"Increases Trimming Speed to 14kn",
|
|
1188
|
+
"Increases Furniture Slots to 5"
|
|
1189
|
+
],
|
|
1190
|
+
"3": [
|
|
1191
|
+
"Increases Base Ship Rank to 5",
|
|
1192
|
+
"Increases Hull Health to 46000",
|
|
1193
|
+
"Increases Brace Strength to 9200",
|
|
1194
|
+
"Replaces 'Stations Upgrade' with 'Big Guns' perk"
|
|
1195
|
+
],
|
|
1196
|
+
"4": [
|
|
1197
|
+
"Increases Base Ship Rank to 6",
|
|
1198
|
+
"Increases Cargo to 65000",
|
|
1199
|
+
"Adds 'River Rat' perk"
|
|
1200
|
+
],
|
|
1201
|
+
"5": [
|
|
1202
|
+
"Increases Base Ship Rank to 7",
|
|
1203
|
+
"Increases Furniture Slots to 6"
|
|
1204
|
+
],
|
|
1205
|
+
"6": [
|
|
1206
|
+
"Increases Base Ship Rank to 8",
|
|
1207
|
+
"Increases Brace Strength Recovery by 12.5%",
|
|
1208
|
+
"Adds 'Devouring' perk"
|
|
1209
|
+
],
|
|
1210
|
+
"7": [
|
|
1211
|
+
"Increases Base Ship Rank to 9",
|
|
1212
|
+
"Increases Hull Health to 49300",
|
|
1213
|
+
"Increases Brace Strength to 9860",
|
|
1214
|
+
"Increases Brace Strength Recovery by 25%"
|
|
1215
|
+
]
|
|
1216
|
+
}
|
|
1217
|
+
},
|
|
1218
|
+
"ruin": {
|
|
1219
|
+
"name": "Ruin",
|
|
1220
|
+
"description": {
|
|
1221
|
+
"general": "Explosive Damage hits decrease enemy's weapon damage by 20%"
|
|
1222
|
+
}
|
|
1223
|
+
},
|
|
1224
|
+
"sloopUpgrade": {
|
|
1225
|
+
"description": {
|
|
1226
|
+
"1": [
|
|
1227
|
+
"Increases Hull Health to 37000",
|
|
1228
|
+
"Increases Brace Strength to 7400",
|
|
1229
|
+
"Adds 'Gunports Upgrade' perk"
|
|
1230
|
+
],
|
|
1231
|
+
"2": [
|
|
1232
|
+
"Increases Top Speed to 11kn",
|
|
1233
|
+
"Increases Trimming Speed to 14kn",
|
|
1234
|
+
"Increases Furniture Slots to 5"
|
|
1235
|
+
],
|
|
1236
|
+
"3": [
|
|
1237
|
+
"Increases Base Ship Rank to 5",
|
|
1238
|
+
"Increases Hull Health to 45000",
|
|
1239
|
+
"Increases Brace Strength to 9000",
|
|
1240
|
+
"Replaces 'Gunports Upgrade' with 'Heavy Arsenal' perk"
|
|
1241
|
+
],
|
|
1242
|
+
"4": [
|
|
1243
|
+
"Increases Base Ship Rank to 6",
|
|
1244
|
+
"Increases Cargo to 65000",
|
|
1245
|
+
"Adds 'River Rat' perk"
|
|
1246
|
+
],
|
|
1247
|
+
"5": [
|
|
1248
|
+
"Increases Base Ship Rank to 7",
|
|
1249
|
+
"Increases Furniture Slots to 6"
|
|
1250
|
+
],
|
|
1251
|
+
"6": [
|
|
1252
|
+
"Increases Base Ship Rank to 8",
|
|
1253
|
+
"Increases Brace Strength Recovery by 12.5%",
|
|
1254
|
+
"Adds 'Ruin' perk"
|
|
1255
|
+
],
|
|
1256
|
+
"7": [
|
|
1257
|
+
"Increases Base Ship Rank to 9",
|
|
1258
|
+
"Increases Hull Health to 48200",
|
|
1259
|
+
"Increases Brace Strength to 9640",
|
|
1260
|
+
"Increases Brace Strength Recovery by 25%"
|
|
1261
|
+
]
|
|
1262
|
+
}
|
|
1263
|
+
},
|
|
1264
|
+
"deepBlue": {
|
|
1265
|
+
"name": "Deep Blue",
|
|
1266
|
+
"description": {
|
|
1267
|
+
"general": "Improves Turning Speed when traversing seas"
|
|
1268
|
+
}
|
|
1269
|
+
},
|
|
1270
|
+
"padewakangSiegeUpgrade": {
|
|
1271
|
+
"name": "Siege",
|
|
1272
|
+
"description": {
|
|
1273
|
+
"general": "At half-sails or anchored, increases Weapon Damage by 35% and decreases Reload Time by 15% for Explosive weapons"
|
|
1274
|
+
}
|
|
1275
|
+
},
|
|
1276
|
+
"padewakangUpgrade": {
|
|
1277
|
+
"description": {
|
|
1278
|
+
"1": [
|
|
1279
|
+
"Increases Hull Health to 43000",
|
|
1280
|
+
"Increases Brace Strength to 8600"
|
|
1281
|
+
],
|
|
1282
|
+
"2": [
|
|
1283
|
+
"Increases Base Ship Rank to 5",
|
|
1284
|
+
"Increases Cargo to 75000",
|
|
1285
|
+
"Increases Furniture Slots to 5"
|
|
1286
|
+
],
|
|
1287
|
+
"3": [
|
|
1288
|
+
"Increases Top Speed to 12kn",
|
|
1289
|
+
"Increases Trimming Speed to 16kn",
|
|
1290
|
+
"Adds 'Deep Blue' perk"
|
|
1291
|
+
],
|
|
1292
|
+
"4": [
|
|
1293
|
+
"Increases Base Ship Rank to 6",
|
|
1294
|
+
"Increases Hull Health to 48000",
|
|
1295
|
+
"Increases Brace Strength to 9600"
|
|
1296
|
+
],
|
|
1297
|
+
"5": [
|
|
1298
|
+
"Increases Base Ship Rank to 7",
|
|
1299
|
+
"Increases Furniture Slots to 6"
|
|
1300
|
+
],
|
|
1301
|
+
"6": [
|
|
1302
|
+
"Increases Base Ship Rank to 8",
|
|
1303
|
+
"Increases Brace Strength Recovery by 12.5%",
|
|
1304
|
+
"Adds 'Siege' perk"
|
|
1305
|
+
],
|
|
1306
|
+
"7": [
|
|
1307
|
+
"Increases Base Ship Rank to 9",
|
|
1308
|
+
"Increases Hull Health to 52800",
|
|
1309
|
+
"Increases Brace Strength to 10560",
|
|
1310
|
+
"Increases Brace Strength Recovery by 25%"
|
|
1311
|
+
]
|
|
1312
|
+
}
|
|
1313
|
+
},
|
|
1314
|
+
"vindictive": {
|
|
1315
|
+
"name": "Vindictive",
|
|
1316
|
+
"description": {
|
|
1317
|
+
"general": "After bracing damage, increases Weapon Damage by 20% for 20 seconds"
|
|
1318
|
+
}
|
|
1319
|
+
},
|
|
1320
|
+
"snowUpgrade": {
|
|
1321
|
+
"description": {
|
|
1322
|
+
"1": [
|
|
1323
|
+
"Increases Hull Health to 55000",
|
|
1324
|
+
"Increases Brace Strength to 27500"
|
|
1325
|
+
],
|
|
1326
|
+
"2": [
|
|
1327
|
+
"Increases Base Ship Rank to 5",
|
|
1328
|
+
"Increases Cargo to 85000",
|
|
1329
|
+
"Increases Furniture Slots to 5"
|
|
1330
|
+
],
|
|
1331
|
+
"3": [
|
|
1332
|
+
"Increases Top Speed to 11kn",
|
|
1333
|
+
"Increases Trimming Speed to 14kn",
|
|
1334
|
+
"Adds 'Deep Blue' perk"
|
|
1335
|
+
],
|
|
1336
|
+
"4": [
|
|
1337
|
+
"Increases Base Ship Rank to 6",
|
|
1338
|
+
"Increases Hull Health to 60000",
|
|
1339
|
+
"Increases Brace Strength to 30000"
|
|
1340
|
+
],
|
|
1341
|
+
"5": [
|
|
1342
|
+
"Increases Base Ship Rank to 7",
|
|
1343
|
+
"Increases Furniture Slots to 6"
|
|
1344
|
+
],
|
|
1345
|
+
"6": [
|
|
1346
|
+
"Increases Base Ship Rank to 8",
|
|
1347
|
+
"Increases Hull Health to 66000",
|
|
1348
|
+
"Increases Brace Strength to 33000",
|
|
1349
|
+
"Adds 'Vindictive' perk"
|
|
1350
|
+
],
|
|
1351
|
+
"7": [
|
|
1352
|
+
"Increases Base Ship Rank to 9",
|
|
1353
|
+
"Increases Hull Health to 79200",
|
|
1354
|
+
"Increases Brace Strength to 39600"
|
|
1355
|
+
]
|
|
1356
|
+
}
|
|
1357
|
+
},
|
|
1358
|
+
"headstrong": {
|
|
1359
|
+
"name": "Headstrong",
|
|
1360
|
+
"description": {
|
|
1361
|
+
"general": "Increases damage from ramming based on current speed (cappet at 80%). If target is Flooded, deal additional 7000 damage when ramming"
|
|
1362
|
+
}
|
|
1363
|
+
},
|
|
1364
|
+
"brigantineUpgrade": {
|
|
1365
|
+
"description": {
|
|
1366
|
+
"1": [
|
|
1367
|
+
"Increases Hull Health to 43000",
|
|
1368
|
+
"Increases Brace Strength to 8600"
|
|
1369
|
+
],
|
|
1370
|
+
"2": [
|
|
1371
|
+
"Increases Base Ship Rank to 5",
|
|
1372
|
+
"Increases Cargo to 60000"
|
|
1373
|
+
],
|
|
1374
|
+
"3": [
|
|
1375
|
+
"Increases Top Speed to 13kn",
|
|
1376
|
+
"Increases Trimming Speed to 20kn",
|
|
1377
|
+
"Adds 'Deep Blue' perk"
|
|
1378
|
+
],
|
|
1379
|
+
"4": [
|
|
1380
|
+
"Increases Base Ship Rank to 6",
|
|
1381
|
+
"Increases Hull Health to 45000",
|
|
1382
|
+
"Increases Brace Strength to 9000"
|
|
1383
|
+
],
|
|
1384
|
+
"5": [
|
|
1385
|
+
"Increases Base Ship Rank to 7",
|
|
1386
|
+
"Increases Furniture Slots to 6"
|
|
1387
|
+
],
|
|
1388
|
+
"6": [
|
|
1389
|
+
"Increases Base Ship Rank to 8",
|
|
1390
|
+
"Increases Brace Strength Recovery by 12.5%",
|
|
1391
|
+
"Adds 'Headstrong' perk"
|
|
1392
|
+
],
|
|
1393
|
+
"7": [
|
|
1394
|
+
"Increases Base Ship Rank to 9",
|
|
1395
|
+
"Increases Hull Health to 49500",
|
|
1396
|
+
"Increases Brace Strength to 9900",
|
|
1397
|
+
"Increases Brace Strength Recovery by 25%"
|
|
1398
|
+
]
|
|
1399
|
+
}
|
|
1400
|
+
},
|
|
1401
|
+
"firebug": {
|
|
1402
|
+
"name": "Firebug",
|
|
1403
|
+
"description": {
|
|
1404
|
+
"general": [
|
|
1405
|
+
"Ablaze deals 100% more damage but lasts 50% of the duration",
|
|
1406
|
+
"Decreases Fire Weapons Reload Time by 12%"
|
|
1407
|
+
]
|
|
1408
|
+
}
|
|
1409
|
+
},
|
|
1410
|
+
"sambukUpgrade": {
|
|
1411
|
+
"description": {
|
|
1412
|
+
"1": [
|
|
1413
|
+
"Increases Hull Health to 40000",
|
|
1414
|
+
"Increases Brace Strength to 8000"
|
|
1415
|
+
],
|
|
1416
|
+
"2": [
|
|
1417
|
+
"Increases Base Ship Rank to 5",
|
|
1418
|
+
"Increases Cargo to 75000"
|
|
1419
|
+
],
|
|
1420
|
+
"3": [
|
|
1421
|
+
"Increases Top Speed to 12kn",
|
|
1422
|
+
"Increases Trimming Speed to 16kn",
|
|
1423
|
+
"Adds 'Deep Blue' perk"
|
|
1424
|
+
],
|
|
1425
|
+
"4": [
|
|
1426
|
+
"Increases Base Ship Rank to 6",
|
|
1427
|
+
"Increases Hull Health to 45000",
|
|
1428
|
+
"Increases Brace Strength to 9000"
|
|
1429
|
+
],
|
|
1430
|
+
"5": [
|
|
1431
|
+
"Increases Base Ship Rank to 7",
|
|
1432
|
+
"Increases Furniture Slots to 6"
|
|
1433
|
+
],
|
|
1434
|
+
"6": [
|
|
1435
|
+
"Increases Base Ship Rank to 8",
|
|
1436
|
+
"Increases Brace Strength Recovery by 12.5%",
|
|
1437
|
+
"Adds 'Firebug' perk"
|
|
1438
|
+
],
|
|
1439
|
+
"7": [
|
|
1440
|
+
"Increases Base Ship Rank to 9",
|
|
1441
|
+
"Increases Hull Health to 49500",
|
|
1442
|
+
"Increases Brace Strength to 9900",
|
|
1443
|
+
"Increases Brace Strength Recovery by 25%"
|
|
1444
|
+
]
|
|
1445
|
+
}
|
|
1446
|
+
},
|
|
1447
|
+
"mend": {
|
|
1448
|
+
"name": "Mend",
|
|
1449
|
+
"description": {
|
|
1450
|
+
"general": "Increase Repair Amount of Repair Weapons by 40% for ships with less than 33% of Hull Health"
|
|
1451
|
+
}
|
|
1452
|
+
},
|
|
1453
|
+
"barqueUpgrade": {
|
|
1454
|
+
"description": {
|
|
1455
|
+
"1": [
|
|
1456
|
+
"Increases Hull Health to 41000",
|
|
1457
|
+
"Increases Brace Strength to 8200"
|
|
1458
|
+
],
|
|
1459
|
+
"2": [
|
|
1460
|
+
"Increases Base Ship Rank to 5",
|
|
1461
|
+
"Increases Cargo to 80000"
|
|
1462
|
+
],
|
|
1463
|
+
"3": [
|
|
1464
|
+
"Increases Top Speed to 12kn",
|
|
1465
|
+
"Increases Trimming Speed to 17kn",
|
|
1466
|
+
"Adds 'Deep Blue' perk"
|
|
1467
|
+
],
|
|
1468
|
+
"4": [
|
|
1469
|
+
"Increases Base Ship Rank to 6",
|
|
1470
|
+
"Increases Hull Health to 46000",
|
|
1471
|
+
"Increases Brace Strength to 9200"
|
|
1472
|
+
],
|
|
1473
|
+
"5": [
|
|
1474
|
+
"Increases Base Ship Rank to 7",
|
|
1475
|
+
"Increases Furniture Slots to 6"
|
|
1476
|
+
],
|
|
1477
|
+
"6": [
|
|
1478
|
+
"Increases Base Ship Rank to 8",
|
|
1479
|
+
"Increases Brace Strength Recovery by 12.5%",
|
|
1480
|
+
"Adds 'Mend' perk"
|
|
1481
|
+
],
|
|
1482
|
+
"7": [
|
|
1483
|
+
"Increases Base Ship Rank to 9",
|
|
1484
|
+
"Increases Hull Health to 50600",
|
|
1485
|
+
"Increases Brace Strength to 10120",
|
|
1486
|
+
"Increases Brace Strength Recovery by 25%"
|
|
1487
|
+
]
|
|
1488
|
+
}
|
|
1489
|
+
},
|
|
1490
|
+
"evolved": {
|
|
1491
|
+
"name": "Evolved",
|
|
1492
|
+
"description": {
|
|
1493
|
+
"general": "Increase weapon damage and Repair Amount of Auxiliary Weapons by 15%"
|
|
1494
|
+
}
|
|
1495
|
+
},
|
|
1496
|
+
"brigUpgrade": {
|
|
1497
|
+
"description": {
|
|
1498
|
+
"1": [
|
|
1499
|
+
"Increases Hull Health to 40000",
|
|
1500
|
+
"Increases Brace Strength to 8000"
|
|
1501
|
+
],
|
|
1502
|
+
"2": [
|
|
1503
|
+
"Increases Base Ship Rank to 5",
|
|
1504
|
+
"Increases Cargo to 75000"
|
|
1505
|
+
],
|
|
1506
|
+
"3": [
|
|
1507
|
+
"Increases Top Speed to 13kn",
|
|
1508
|
+
"Increases Trimming Speed to 18kn",
|
|
1509
|
+
"Adds 'Deep Blue' perk"
|
|
1510
|
+
],
|
|
1511
|
+
"4": [
|
|
1512
|
+
"Increases Base Ship Rank to 6",
|
|
1513
|
+
"Increases Hull Health to 45000",
|
|
1514
|
+
"Increases Brace Strength to 9000"
|
|
1515
|
+
],
|
|
1516
|
+
"5": [
|
|
1517
|
+
"Increases Base Ship Rank to 7",
|
|
1518
|
+
"Increases Furniture Slots to 6"
|
|
1519
|
+
],
|
|
1520
|
+
"6": [
|
|
1521
|
+
"Increases Base Ship Rank to 8",
|
|
1522
|
+
"Increases Brace Strength Recovery by 12.5%",
|
|
1523
|
+
"Adds 'Evolved' perk"
|
|
1524
|
+
],
|
|
1525
|
+
"7": [
|
|
1526
|
+
"Increases Base Ship Rank to 9",
|
|
1527
|
+
"Increases Hull Health to 49500",
|
|
1528
|
+
"Increases Brace Strength to 9900",
|
|
1529
|
+
"Increases Brace Strength Recovery by 25%"
|
|
1530
|
+
]
|
|
1531
|
+
}
|
|
1532
|
+
},
|
|
1533
|
+
"boatswainsToll": {
|
|
1534
|
+
"description": {
|
|
1535
|
+
"1": [
|
|
1536
|
+
"Increases Crew Attack damage by 7%",
|
|
1537
|
+
"Increases Charge Rate of Crew Attack by 6%",
|
|
1538
|
+
"Restores 5% Crew Stamina per second while out of combat"
|
|
1539
|
+
]
|
|
1540
|
+
}
|
|
1541
|
+
},
|
|
1542
|
+
"scupperStation": {
|
|
1543
|
+
"description": {
|
|
1544
|
+
"1": [
|
|
1545
|
+
"While under the effect of Flooded, reduces Crew Stamina Depletion while trimming sails by 15%",
|
|
1546
|
+
"While under the effect of Flooded, reduces Crew Stamina Depletion while bracing by 10%"
|
|
1547
|
+
]
|
|
1548
|
+
}
|
|
1549
|
+
},
|
|
1550
|
+
"waterFlask": {
|
|
1551
|
+
"description": {
|
|
1552
|
+
"general": "Restores Sailing Speed by 10%"
|
|
1553
|
+
}
|
|
1554
|
+
},
|
|
1555
|
+
"waterBarrel": {
|
|
1556
|
+
"description": {
|
|
1557
|
+
"general": "Restores Sailing Speed by 15%"
|
|
1558
|
+
}
|
|
1559
|
+
},
|
|
1560
|
+
"teulingsCoffee": {
|
|
1561
|
+
"description": {
|
|
1562
|
+
"general": "Restores Sailing Speed by 15%"
|
|
1563
|
+
}
|
|
1564
|
+
},
|
|
1565
|
+
"zongZi": {
|
|
1566
|
+
"description": {
|
|
1567
|
+
"general": [
|
|
1568
|
+
"Reduces Trim Crew Stamina Consumption when trimming sails by 20%",
|
|
1569
|
+
"Restores Stamina Regen by 50%",
|
|
1570
|
+
"+5 Reload Speed"
|
|
1571
|
+
]
|
|
1572
|
+
}
|
|
1573
|
+
},
|
|
1574
|
+
"rumFruitcake": {
|
|
1575
|
+
"description": {
|
|
1576
|
+
"general": [
|
|
1577
|
+
"Reduces Trim Crew Stamina Consumption when trimming sails by 20%",
|
|
1578
|
+
"Increases Stamina Regen by 50%",
|
|
1579
|
+
"+5 Reload Speed"
|
|
1580
|
+
]
|
|
1581
|
+
}
|
|
1582
|
+
},
|
|
1583
|
+
"teulingsSpecialSteakDinner": {
|
|
1584
|
+
"description": {
|
|
1585
|
+
"general": [
|
|
1586
|
+
"Reduces Brace Stamina Consumption at the start of bracing by 30%",
|
|
1587
|
+
"Reduces Trim Crew Stamina Consumption when trimming sails by 20%",
|
|
1588
|
+
"Restores Stamina Regen by 30%"
|
|
1589
|
+
]
|
|
1590
|
+
}
|
|
1591
|
+
},
|
|
1592
|
+
"mermaidsTears": {
|
|
1593
|
+
"description": {
|
|
1594
|
+
"general": [
|
|
1595
|
+
"Restores Brace Mitigation by 50%",
|
|
1596
|
+
"Restores Stamina Regen by 10%"
|
|
1597
|
+
]
|
|
1598
|
+
}
|
|
1599
|
+
},
|
|
1600
|
+
"darkNStormy": {
|
|
1601
|
+
"description": {
|
|
1602
|
+
"general": [
|
|
1603
|
+
"Restores Repair Kit efficiency by 50%",
|
|
1604
|
+
"Restores Stamina Regen by 10%"
|
|
1605
|
+
]
|
|
1606
|
+
}
|
|
1607
|
+
},
|
|
1608
|
+
"scallyGrog": {
|
|
1609
|
+
"description": {
|
|
1610
|
+
"general": [
|
|
1611
|
+
"Restores Brace Stamina Consumption at the start of bracing by 50%",
|
|
1612
|
+
"Restores Stamina Regen by 10%"
|
|
1613
|
+
]
|
|
1614
|
+
}
|
|
1615
|
+
},
|
|
1616
|
+
"bloodyAnnie": {
|
|
1617
|
+
"description": {
|
|
1618
|
+
"general": [
|
|
1619
|
+
"Restores Crew-to-Crew Damage by 50%",
|
|
1620
|
+
"Restores Stamina Regen by 10%"
|
|
1621
|
+
]
|
|
1622
|
+
}
|
|
1623
|
+
},
|
|
1624
|
+
"lestarisMeat": {
|
|
1625
|
+
"description": {
|
|
1626
|
+
"general": "Restores Stamina by 40%"
|
|
1627
|
+
}
|
|
1628
|
+
},
|
|
1629
|
+
"grilledLestariMeat": {
|
|
1630
|
+
"description": {
|
|
1631
|
+
"general": "Restores Stamina by 60%"
|
|
1632
|
+
}
|
|
1633
|
+
},
|
|
1634
|
+
"leatherFashioningStation": {
|
|
1635
|
+
"description": {
|
|
1636
|
+
"1": [
|
|
1637
|
+
"Reduces Ablaze Damage from enemy ships by 15%",
|
|
1638
|
+
"Reduces Incoming Burning Charge from enemy ships by 12%",
|
|
1639
|
+
"Reduces duration of incoming Ablaze effect by 10%"
|
|
1640
|
+
]
|
|
1641
|
+
}
|
|
1642
|
+
},
|
|
1643
|
+
"incinerate": {
|
|
1644
|
+
"name": "Incinerate",
|
|
1645
|
+
"description": {
|
|
1646
|
+
"general": "Deployed buoy erupts into a fiery explosion when destroyed, dealing 300% damage and instantly causing targets to be set Ablaze"
|
|
1647
|
+
}
|
|
1648
|
+
},
|
|
1649
|
+
"lestariTrophy": {
|
|
1650
|
+
"description": {
|
|
1651
|
+
"general": [
|
|
1652
|
+
"Increases Crew Attack damage by 7%",
|
|
1653
|
+
"Increases Cargo Capacity by 8%",
|
|
1654
|
+
"Increases Acceleration by 14%"
|
|
1655
|
+
]
|
|
1656
|
+
}
|
|
1657
|
+
},
|
|
1658
|
+
"hubacTuningRack": {
|
|
1659
|
+
"description": {
|
|
1660
|
+
"general": [
|
|
1661
|
+
"Increases Maximum Range of Torpedo by 14%",
|
|
1662
|
+
"Reduces Arming Distance for Torpedo weapons by 25%",
|
|
1663
|
+
"Increases Projectile Speed of Torpedo by 10%"
|
|
1664
|
+
]
|
|
1665
|
+
}
|
|
1666
|
+
},
|
|
1667
|
+
"machinistStationMines": {
|
|
1668
|
+
"description": {
|
|
1669
|
+
"1": [
|
|
1670
|
+
"Increases Minefield Buoy Damage by 20%",
|
|
1671
|
+
"Increases Area-of-Operation Radius of Minefield Buoys by 20%"
|
|
1672
|
+
]
|
|
1673
|
+
}
|
|
1674
|
+
},
|
|
1675
|
+
"sharedSupply": {
|
|
1676
|
+
"name": "Shared Supply",
|
|
1677
|
+
"description": {
|
|
1678
|
+
"general": "Hits on an allied ship will also repair the nearest allied ship for 75% of the original repaired amount"
|
|
1679
|
+
}
|
|
1680
|
+
},
|
|
1681
|
+
"deluge": {
|
|
1682
|
+
"name": "Deluge",
|
|
1683
|
+
"description": {
|
|
1684
|
+
"general": "15% chance to deal 2500 Severe Damage. This chance increases to 30% when the target ship has the Flooded status effect"
|
|
1685
|
+
}
|
|
1686
|
+
},
|
|
1687
|
+
"taunting": {
|
|
1688
|
+
"name": "Taunting",
|
|
1689
|
+
"description": {
|
|
1690
|
+
"general": "Hitting a target instantly confers the Taunted status effect"
|
|
1691
|
+
}
|
|
1692
|
+
},
|
|
1693
|
+
"spitefulSpikesStation": {
|
|
1694
|
+
"description": {
|
|
1695
|
+
"general": [
|
|
1696
|
+
"Hitting a weakpoint has a 40% chance of reducing all Repair effects on the target by 75% for 15s, regardless of source",
|
|
1697
|
+
"Increases damage to weakpoints by Auxiliary Weapons by 10%",
|
|
1698
|
+
"Reduces Reload Time of Auxiliary Weapons by 7%"
|
|
1699
|
+
]
|
|
1700
|
+
}
|
|
1701
|
+
},
|
|
1702
|
+
"emergencySails": {
|
|
1703
|
+
"description": {
|
|
1704
|
+
"general": [
|
|
1705
|
+
"Increases Trim Speed by 10% while pursuing an enemy ship within 400m",
|
|
1706
|
+
"Increases Charge Rate of the Torn Sails status effect by 10% while pursuing an enemy ship within 400m"
|
|
1707
|
+
]
|
|
1708
|
+
}
|
|
1709
|
+
},
|
|
1710
|
+
"lightningStream": {
|
|
1711
|
+
"name": "Lightning Stream",
|
|
1712
|
+
"description": {
|
|
1713
|
+
"general": [
|
|
1714
|
+
"Bracing charges a Lightning attack that will chain up to 4 targets and deal a maximum of 1850 Electric Damage per target",
|
|
1715
|
+
"The longer Bracing is held, the more powerful the attack the further the Lightning will reach"
|
|
1716
|
+
]
|
|
1717
|
+
}
|
|
1718
|
+
},
|
|
1719
|
+
"provoking": {
|
|
1720
|
+
"name": "Provoking",
|
|
1721
|
+
"description": {
|
|
1722
|
+
"general": "Hits on a target cause build up of the Taunted status effect"
|
|
1723
|
+
}
|
|
1724
|
+
},
|
|
1725
|
+
"heavensWrath": {
|
|
1726
|
+
"name": "Heaven's Wrath",
|
|
1727
|
+
"description": {
|
|
1728
|
+
"general": "If a target is afflicted with the Electrified status effect, hits have a 15% chance to summon a devastating Lightning strike that deals 1500 Electric Damage"
|
|
1729
|
+
}
|
|
1730
|
+
},
|
|
1731
|
+
"eighteenStrikes": {
|
|
1732
|
+
"name": "Eighteen Strikes",
|
|
1733
|
+
"description": {
|
|
1734
|
+
"general": [
|
|
1735
|
+
"Landing 18 hits in a single volley will instantly deal 1888 Burning Damage",
|
|
1736
|
+
"This effect deals 200% as much damage on a target with the Ablaze status effect"
|
|
1737
|
+
]
|
|
1738
|
+
}
|
|
1739
|
+
},
|
|
1740
|
+
"unrelentingDrill": {
|
|
1741
|
+
"name": "Unrelenting Drill",
|
|
1742
|
+
"description": {
|
|
1743
|
+
"general": "Fires a drill-bolt that travels in a straight path, piercing multiple targets. Drill-bolts deal additional 50% to subsequent targets after hitting a first target."
|
|
1744
|
+
}
|
|
1745
|
+
},
|
|
1746
|
+
"longDraw": {
|
|
1747
|
+
"name": "Long Draw",
|
|
1748
|
+
"description": {
|
|
1749
|
+
"general": "This weapon can be charged for up to 420% increased damage and 900m increased range."
|
|
1750
|
+
}
|
|
1751
|
+
},
|
|
1752
|
+
"revile": {
|
|
1753
|
+
"name": "Revile",
|
|
1754
|
+
"description": {
|
|
1755
|
+
"general": "Every hit received while Bracing will build up the Taunted status effect on an attacking enemy"
|
|
1756
|
+
}
|
|
1757
|
+
},
|
|
1758
|
+
"gloat": {
|
|
1759
|
+
"name": "Gloat",
|
|
1760
|
+
"description": {
|
|
1761
|
+
"general": "Increases Brace Strength Recovery by 100% for each enemy with the Taunted status effect that is actively targeting your ship, up to a maximum of 10 enemy ships"
|
|
1762
|
+
}
|
|
1763
|
+
},
|
|
1764
|
+
"electric": {
|
|
1765
|
+
"name": "Electric",
|
|
1766
|
+
"description": {
|
|
1767
|
+
"1": "Adds 10% of damage as Electric Damage",
|
|
1768
|
+
"2": "Adds 20% of damage as Electric Damage",
|
|
1769
|
+
"3": "Adds 30% of damage as Electric Damage"
|
|
1770
|
+
}
|
|
1771
|
+
},
|
|
1772
|
+
"organHarvestingStation": {
|
|
1773
|
+
"description": {
|
|
1774
|
+
"general": [
|
|
1775
|
+
"Increases Rocket damage by 5% for every 20% of Hull Health missing on player's ship",
|
|
1776
|
+
"Increases Secondary Damage of Rocket by 10%",
|
|
1777
|
+
"Reduces Reload Time of Rocket by 5%"
|
|
1778
|
+
]
|
|
1779
|
+
}
|
|
1780
|
+
},
|
|
1781
|
+
"bracedGunwales": {
|
|
1782
|
+
"description": {
|
|
1783
|
+
"general": [
|
|
1784
|
+
"Reduces incoming Secondary Damage by 20% while Anchored",
|
|
1785
|
+
"Increases Deceleration by 75% while dropping anchor"
|
|
1786
|
+
]
|
|
1787
|
+
}
|
|
1788
|
+
},
|
|
1789
|
+
"lestariStew": {
|
|
1790
|
+
"description": {
|
|
1791
|
+
"general": [
|
|
1792
|
+
"Increases Crew-to-Crew Damage by 10%",
|
|
1793
|
+
"Reduces Trim Crew Stamina Consumption when trimming sails by 30%",
|
|
1794
|
+
"Increases Stamina Regen by 50%"
|
|
1795
|
+
]
|
|
1796
|
+
}
|
|
1797
|
+
},
|
|
1798
|
+
"firstMatesLedger": {
|
|
1799
|
+
"description": {
|
|
1800
|
+
"general": [
|
|
1801
|
+
"Restores 15% Severe Damage after hitting a target with a Crew Attack",
|
|
1802
|
+
"Icnreases Crew Stamina Recovery by 10% for 10s after each use of a Crew Ability",
|
|
1803
|
+
"Increases Crew Ability Range by 5%"
|
|
1804
|
+
]
|
|
1805
|
+
}
|
|
1806
|
+
},
|
|
1807
|
+
"kinckelsLaboratory": {
|
|
1808
|
+
"description": {
|
|
1809
|
+
"1": [
|
|
1810
|
+
"Increases Area-of-effect Radius of Mortar by 5%",
|
|
1811
|
+
"Increases Armor Rating of equipped armor by 5%",
|
|
1812
|
+
"Increases damage to structures by 5%"
|
|
1813
|
+
]
|
|
1814
|
+
}
|
|
1815
|
+
},
|
|
1816
|
+
"shellPackingStation": {
|
|
1817
|
+
"description": {
|
|
1818
|
+
"general": [
|
|
1819
|
+
"Increases Area-of-effect Radius of Bombard weapons by 5%",
|
|
1820
|
+
"Reduces Reload Time of Bombard weapons by 5%"
|
|
1821
|
+
]
|
|
1822
|
+
}
|
|
1823
|
+
},
|
|
1824
|
+
"densityFurnace": {
|
|
1825
|
+
"description": {
|
|
1826
|
+
"general": [
|
|
1827
|
+
"Increases Charge Rate of the Flooded status effect on a target by 12%",
|
|
1828
|
+
"Increases duration of the Flooded status effect on a target by 12%"
|
|
1829
|
+
]
|
|
1830
|
+
}
|
|
1831
|
+
},
|
|
1832
|
+
"langrageBarrels": {
|
|
1833
|
+
"description": {
|
|
1834
|
+
"general": [
|
|
1835
|
+
"Increases Charge Rate of the Torn Sails status effect on a target by 8%",
|
|
1836
|
+
"Increases duration of the Torn Sails status effect on a target by 8%"
|
|
1837
|
+
]
|
|
1838
|
+
}
|
|
1839
|
+
},
|
|
1840
|
+
"gearsWorkshop": {
|
|
1841
|
+
"description": {
|
|
1842
|
+
"general": [
|
|
1843
|
+
"Reduces Reload Time of Ballista weapons by 12%",
|
|
1844
|
+
"Reduces Charge Time of Ballista weapons by 10%"
|
|
1845
|
+
]
|
|
1846
|
+
}
|
|
1847
|
+
},
|
|
1848
|
+
"smokedCanisters": {
|
|
1849
|
+
"description": {
|
|
1850
|
+
"general": [
|
|
1851
|
+
"Increases Ammo Capacity of Sea Fire weapons by 20%",
|
|
1852
|
+
"Reduces Reload Time of Sea Fire weapons by 10%",
|
|
1853
|
+
"Increases Maximum Range of Sea Fire weapons by 5%"
|
|
1854
|
+
]
|
|
1855
|
+
}
|
|
1856
|
+
},
|
|
1857
|
+
"beamSupports": {
|
|
1858
|
+
"description": {
|
|
1859
|
+
"general": [
|
|
1860
|
+
"Increases Max Hull Health by 7%",
|
|
1861
|
+
"Increases Armor Rating of equipped armor by 7%"
|
|
1862
|
+
]
|
|
1863
|
+
}
|
|
1864
|
+
},
|
|
1865
|
+
"heavensEye": {
|
|
1866
|
+
"name": "Heaven's Eye",
|
|
1867
|
+
"description": {
|
|
1868
|
+
"general": "Hits to a target's weakpoint have a 35% chance to summon a devastating Lightning strike that deals 3000 Electric Damage"
|
|
1869
|
+
}
|
|
1870
|
+
},
|
|
1871
|
+
"indomitable": {
|
|
1872
|
+
"name": "Indomitable",
|
|
1873
|
+
"description": {
|
|
1874
|
+
"general": "Prevents a killing blow from sinking this ship and this ship becomes invulnerable for the next 5 seconds. This effect has a 180 second cooldown"
|
|
1875
|
+
}
|
|
1876
|
+
},
|
|
1877
|
+
"insulation": {
|
|
1878
|
+
"name": "Insulation",
|
|
1879
|
+
"description": {
|
|
1880
|
+
"general": "Reduces damage from the Stormstruck status effect by 25%"
|
|
1881
|
+
}
|
|
1882
|
+
},
|
|
1883
|
+
"amberCoatingStation": {
|
|
1884
|
+
"description": {
|
|
1885
|
+
"general": [
|
|
1886
|
+
"Increases Charge Rate of the Stormstruck status effect on a target by 8%",
|
|
1887
|
+
"Increases duration of the Stormstruck status effect on a target by 8%"
|
|
1888
|
+
]
|
|
1889
|
+
}
|
|
1890
|
+
},
|
|
1891
|
+
"chargeStores": {
|
|
1892
|
+
"description": {
|
|
1893
|
+
"general": [
|
|
1894
|
+
"After triggering the Stormstruck status effect, increases damage from next attack by 50%",
|
|
1895
|
+
"Increases Charge Rate of the Ablaze status effect by 10% on targets already affected by the Stormstruck status effect",
|
|
1896
|
+
"Increases damage of Electric weapons by 5%"
|
|
1897
|
+
]
|
|
1898
|
+
}
|
|
1899
|
+
},
|
|
1900
|
+
"provoke": {
|
|
1901
|
+
"name": "Provoke",
|
|
1902
|
+
"description": {
|
|
1903
|
+
"general": [
|
|
1904
|
+
"Damage dealt within 200m range applies Taunted charges. Applying Taunted with this ship makes target vulnerable to 50% increased weakpoint damage from all sources",
|
|
1905
|
+
"Increases Brace Strength by 150% and Brace Strength Recovery by 25%"
|
|
1906
|
+
]
|
|
1907
|
+
}
|
|
1908
|
+
},
|
|
1909
|
+
"battleJunkUpgrade": {
|
|
1910
|
+
"description": {
|
|
1911
|
+
"1": [
|
|
1912
|
+
"Increases Hull Health to 53000",
|
|
1913
|
+
"Increases Brace Strength to 26500"
|
|
1914
|
+
],
|
|
1915
|
+
"2": [
|
|
1916
|
+
"Increases Base Ship Rank to 5",
|
|
1917
|
+
"Increases Cargo to 80000"
|
|
1918
|
+
],
|
|
1919
|
+
"3": [
|
|
1920
|
+
"Increases Top Speed to 12kn",
|
|
1921
|
+
"Increases Trimming Speed to 16kn",
|
|
1922
|
+
"Adds 'Deep Blue' perk"
|
|
1923
|
+
],
|
|
1924
|
+
"4": [
|
|
1925
|
+
"Increases Base Ship Rank to 6",
|
|
1926
|
+
"Increases Hull Health to 58000",
|
|
1927
|
+
"Increases Brace Strength to 29000"
|
|
1928
|
+
],
|
|
1929
|
+
"5": [
|
|
1930
|
+
"Increases Base Ship Rank to 7",
|
|
1931
|
+
"Increases Furniture Slots to 6"
|
|
1932
|
+
],
|
|
1933
|
+
"6": [
|
|
1934
|
+
"Increases Base Ship Rank to 8",
|
|
1935
|
+
"Increases Brace Strength Recovery by 12.5%",
|
|
1936
|
+
"Adds 'Endure' perk"
|
|
1937
|
+
],
|
|
1938
|
+
"7": [
|
|
1939
|
+
"Increases Base Ship Rank to 9",
|
|
1940
|
+
"Increases Hull Health to 63800",
|
|
1941
|
+
"Increases Brace Strength to 31900",
|
|
1942
|
+
"Increases Brace Strength Recovery by 25%"
|
|
1943
|
+
]
|
|
1944
|
+
}
|
|
1945
|
+
},
|
|
1946
|
+
"endure": {
|
|
1947
|
+
"name": "Endure",
|
|
1948
|
+
"description": {
|
|
1949
|
+
"general": [
|
|
1950
|
+
"Receives 2% less damage per attack each time incoming damage is braced. This effect can stack up to 20% and expires if no damage has been braced in the last 12 seconds",
|
|
1951
|
+
"Inflicts Taunted charges to hostile targets within 125m while bracing against hits"
|
|
1952
|
+
]
|
|
1953
|
+
}
|
|
1954
|
+
},
|
|
1955
|
+
"lotusMooncake": {
|
|
1956
|
+
"description": {
|
|
1957
|
+
"general": [
|
|
1958
|
+
"Reduces Trim Crew Stamina Consumption when trimming sails by 20%",
|
|
1959
|
+
"Increases Stamina Regen by 50%",
|
|
1960
|
+
"+5% Reload Speed"
|
|
1961
|
+
]
|
|
1962
|
+
}
|
|
1963
|
+
},
|
|
1964
|
+
"phantomMending": {
|
|
1965
|
+
"name": "Phantom Mending",
|
|
1966
|
+
"description": {
|
|
1967
|
+
"general": "10% of damage dealt from this weapon restores Hull Health"
|
|
1968
|
+
}
|
|
1969
|
+
},
|
|
1970
|
+
"freemansEmbrace": {
|
|
1971
|
+
"description": {
|
|
1972
|
+
"general": [
|
|
1973
|
+
"Damaging status effects on your ship will spread to any enemy ships you ram",
|
|
1974
|
+
"Increases the duration of damaging status effects on your ship by 30%",
|
|
1975
|
+
"Reduces damage from status effects on your ship by 30%"
|
|
1976
|
+
]
|
|
1977
|
+
}
|
|
1978
|
+
},
|
|
1979
|
+
"cannonballCarvingStation": {
|
|
1980
|
+
"description": {
|
|
1981
|
+
"general": [
|
|
1982
|
+
"Hitting a weakpoint applies Taunting Charge on the target",
|
|
1983
|
+
"Increases Taunt Duration by 15%",
|
|
1984
|
+
"Reduces Reload Time of Piercing weapons by 5%"
|
|
1985
|
+
]
|
|
1986
|
+
}
|
|
1987
|
+
},
|
|
1988
|
+
"bloodyRed": {
|
|
1989
|
+
"description": {
|
|
1990
|
+
"general": [
|
|
1991
|
+
"Reduces Threat Generation of nearby friendly ships by 60%",
|
|
1992
|
+
"Increases Taunt Bonus Threat by 40%",
|
|
1993
|
+
"Increases Threat Generation by 25%"
|
|
1994
|
+
]
|
|
1995
|
+
}
|
|
1996
|
+
},
|
|
1997
|
+
"plaguebringersWard": {
|
|
1998
|
+
"description": {
|
|
1999
|
+
"general": [
|
|
2000
|
+
"Reduces Reload Time of Toxic weapons by 7%",
|
|
2001
|
+
"Increases damage from Toxic weapons by 4%"
|
|
2002
|
+
]
|
|
2003
|
+
}
|
|
2004
|
+
},
|
|
2005
|
+
"quickIgnitingPowder": {
|
|
2006
|
+
"description": {
|
|
2007
|
+
"general": [
|
|
2008
|
+
"Increases Charge Rate of the Ablaze status effect on a target by 8%",
|
|
2009
|
+
"Increases duration of the Ablaze status effect on a target by 8%"
|
|
2010
|
+
]
|
|
2011
|
+
}
|
|
2012
|
+
},
|
|
2013
|
+
"ballistaMaximumRange": {
|
|
2014
|
+
"description": {
|
|
2015
|
+
"1": "Increases Maximum Range of Ballista by 10%"
|
|
2016
|
+
}
|
|
2017
|
+
},
|
|
2018
|
+
"deadeye": {
|
|
2019
|
+
"name": "Deadeye",
|
|
2020
|
+
"description": {
|
|
2021
|
+
"general": [
|
|
2022
|
+
"Weapon damage is increased based on how far you are from the target, capped at 60%",
|
|
2023
|
+
"When your Hull Health is 40% or lower, increases Armor by 500 and trimming no longer costs stamina for 10 seconds. This effect has a cooldown of 40 seconds"
|
|
2024
|
+
]
|
|
2025
|
+
}
|
|
2026
|
+
},
|
|
2027
|
+
"garudaUpgrade": {
|
|
2028
|
+
"description": {
|
|
2029
|
+
"1": [
|
|
2030
|
+
"Increases Hull Health to 38000",
|
|
2031
|
+
"Increases Brace Strength to 7600"
|
|
2032
|
+
],
|
|
2033
|
+
"2": [
|
|
2034
|
+
"Increases Base Ship Rank to 5",
|
|
2035
|
+
"Increases Cargo to 65000"
|
|
2036
|
+
],
|
|
2037
|
+
"3": [
|
|
2038
|
+
"Increases Top Speed to 12kn",
|
|
2039
|
+
"Increases Trimming Speed to 16kn",
|
|
2040
|
+
"Adds 'Deep Blue' perk"
|
|
2041
|
+
],
|
|
2042
|
+
"4": [
|
|
2043
|
+
"Increases Base Ship Rank to 6",
|
|
2044
|
+
"Increases Hull Health to 43000",
|
|
2045
|
+
"Increases Brace Strength to 8600"
|
|
2046
|
+
],
|
|
2047
|
+
"5": [
|
|
2048
|
+
"Increases Base Ship Rank to 7",
|
|
2049
|
+
"Increases Furniture Slots to 6"
|
|
2050
|
+
],
|
|
2051
|
+
"6": [
|
|
2052
|
+
"Increases Base Ship Rank to 8",
|
|
2053
|
+
"Increases Brace Strength Recovery by 12.5%",
|
|
2054
|
+
"Adds 'Revolver' perk"
|
|
2055
|
+
],
|
|
2056
|
+
"7": [
|
|
2057
|
+
"Increases Base Ship Rank to 9",
|
|
2058
|
+
"Increases Hull Health to 47300",
|
|
2059
|
+
"Increases Brace Strength to 9460",
|
|
2060
|
+
"Increases Brace Strength Recovery by 25%"
|
|
2061
|
+
]
|
|
2062
|
+
}
|
|
2063
|
+
},
|
|
2064
|
+
"revolver": {
|
|
2065
|
+
"name": "Revolver",
|
|
2066
|
+
"description": {
|
|
2067
|
+
"general": [
|
|
2068
|
+
"Increase Piercing weapon damage by 20%. Increases to 30% when hitting a target with Punctured",
|
|
2069
|
+
"The Long Gun is no longer a top-deck only weapon when equipped at the bow",
|
|
2070
|
+
"Long Guns equipped at the bow will deal 40% less damage and have 60% longer reload times"
|
|
2071
|
+
]
|
|
2072
|
+
}
|
|
2073
|
+
},
|
|
2074
|
+
"fury": {
|
|
2075
|
+
"name": "Fury",
|
|
2076
|
+
"description": {
|
|
2077
|
+
"general": [
|
|
2078
|
+
"Increases damage to structures by 50% and increases Weakpoint Damage taken by 30% for 10 seconds",
|
|
2079
|
+
"Weapon hits have a 20% chance to trigger Fury on self for 15 seconds, boosting Broadside Weapon Damage by 20%",
|
|
2080
|
+
"While active, broadside hits can trigger a 700 damaging explosion every 3s within a 100m Blast Radius"
|
|
2081
|
+
]
|
|
2082
|
+
}
|
|
2083
|
+
},
|
|
2084
|
+
"schoonerUpgrade": {
|
|
2085
|
+
"description": {
|
|
2086
|
+
"1": [
|
|
2087
|
+
"Increases Hull Health to 41000",
|
|
2088
|
+
"Increases Brace Strength to 8200"
|
|
2089
|
+
],
|
|
2090
|
+
"2": [
|
|
2091
|
+
"Increases Base Ship Rank to 5",
|
|
2092
|
+
"Increases Cargo to 75000"
|
|
2093
|
+
],
|
|
2094
|
+
"3": [
|
|
2095
|
+
"Increases Top Speed to 12kn",
|
|
2096
|
+
"Increases Trimming Speed to 17kn",
|
|
2097
|
+
"Adds 'Deep Blue' perk"
|
|
2098
|
+
],
|
|
2099
|
+
"4": [
|
|
2100
|
+
"Increases Base Ship Rank to 6",
|
|
2101
|
+
"Increases Hull Health to 46000",
|
|
2102
|
+
"Increases Brace Strength to 9200"
|
|
2103
|
+
],
|
|
2104
|
+
"5": [
|
|
2105
|
+
"Increases Base Ship Rank to 7",
|
|
2106
|
+
"Increases Furniture Slots to 6"
|
|
2107
|
+
],
|
|
2108
|
+
"6": [
|
|
2109
|
+
"Increases Base Ship Rank to 8",
|
|
2110
|
+
"Increases Brace Strength Recovery by 12.5%",
|
|
2111
|
+
"Adds 'Volatile' perk"
|
|
2112
|
+
],
|
|
2113
|
+
"7": [
|
|
2114
|
+
"Increases Base Ship Rank to 9",
|
|
2115
|
+
"Increases Hull Health to 50600",
|
|
2116
|
+
"Increases Brace Strength to 10120",
|
|
2117
|
+
"Increases Brace Strength Recovery by 25%"
|
|
2118
|
+
]
|
|
2119
|
+
}
|
|
2120
|
+
},
|
|
2121
|
+
"volatile": {
|
|
2122
|
+
"name": "Volatile",
|
|
2123
|
+
"description": {
|
|
2124
|
+
"general": "All weapons equipped on the broadsides on this ship will deal bonus 20% explosive damage and decreases explosive weapon Reload Time by 10%"
|
|
2125
|
+
}
|
|
2126
|
+
},
|
|
2127
|
+
"chainReaction": {
|
|
2128
|
+
"name": "Chain Reaction",
|
|
2129
|
+
"description": {
|
|
2130
|
+
"general": [
|
|
2131
|
+
"Increases damage dealt by this weapon by 5% after every hit",
|
|
2132
|
+
"Effect resets after 7 seconds from the initial hit"
|
|
2133
|
+
]
|
|
2134
|
+
}
|
|
2135
|
+
},
|
|
2136
|
+
"pneumaticEngine": {
|
|
2137
|
+
"name": "Pneumatic Engine",
|
|
2138
|
+
"description": {
|
|
2139
|
+
"general": [
|
|
2140
|
+
"Rapidly fires Sea Fire darts up to a range of 250m",
|
|
2141
|
+
"Weapon takes a moment to wind up before firing"
|
|
2142
|
+
]
|
|
2143
|
+
}
|
|
2144
|
+
},
|
|
2145
|
+
"tempest": {
|
|
2146
|
+
"name": "Tempest",
|
|
2147
|
+
"description": {
|
|
2148
|
+
"general": "Every target hit causes a lightning arc to strike the nearest enemy within 150m, dealing 2500 Electric Damage"
|
|
2149
|
+
}
|
|
2150
|
+
},
|
|
2151
|
+
"soulShield": {
|
|
2152
|
+
"name": "Soul Shield",
|
|
2153
|
+
"description": {
|
|
2154
|
+
"general": "Deployed buoy creates a protective dome that absorbs enemy projectiles but is weak against Piercing damage"
|
|
2155
|
+
}
|
|
2156
|
+
},
|
|
2157
|
+
"rally": {
|
|
2158
|
+
"name": "Rally",
|
|
2159
|
+
"description": {
|
|
2160
|
+
"general": "Using a Crew Attack increases Broadside weapon damage by 33% and Stamina Recovery by 100% for the next 15 seconds"
|
|
2161
|
+
}
|
|
2162
|
+
},
|
|
2163
|
+
"phantasmicThrust": {
|
|
2164
|
+
"name": "Phantasmic Thrust",
|
|
2165
|
+
"description": {
|
|
2166
|
+
"general": "Ramming a target repairs your ship's Hull Health by 138% of damage inflicted"
|
|
2167
|
+
}
|
|
2168
|
+
},
|
|
2169
|
+
"darkMeditation": {
|
|
2170
|
+
"name": "Dark Meditation",
|
|
2171
|
+
"description": {
|
|
2172
|
+
"general": "While bracing, reduces the duration of negative status effects by 10% of their maximum durations every second"
|
|
2173
|
+
}
|
|
2174
|
+
},
|
|
2175
|
+
"painPiper": {
|
|
2176
|
+
"description": {
|
|
2177
|
+
"general": [
|
|
2178
|
+
"Getting hit by a Crew Attack increases damage of your next Crew Attack by 80%",
|
|
2179
|
+
"Decreases incoming Crew Attack damage by 10%",
|
|
2180
|
+
"Increases Maximum Stamina by 5%"
|
|
2181
|
+
]
|
|
2182
|
+
}
|
|
2183
|
+
},
|
|
2184
|
+
"drownedOnesToll": {
|
|
2185
|
+
"description": {
|
|
2186
|
+
"general": [
|
|
2187
|
+
"When above 60% of Crew Stamina and below Max Hull Health, 6% of Crew Stamina is consumed to restore 0.28% of Hull Health per second",
|
|
2188
|
+
"Increases Max Hull Health by 8%",
|
|
2189
|
+
"Increases Crew Stamina Recovery Speed by 6% while out of combat"
|
|
2190
|
+
]
|
|
2191
|
+
}
|
|
2192
|
+
},
|
|
2193
|
+
"chainedLinks": {
|
|
2194
|
+
"description": {
|
|
2195
|
+
"general": [
|
|
2196
|
+
"While trimming sails, reduces incoming Weakpoint Damage by 60%, at the cost of 10% Crew Stamina per hit",
|
|
2197
|
+
"Reduces incoming damage to weakpoints by 20%",
|
|
2198
|
+
"Increases Armor Rating of equipped armor by 10%"
|
|
2199
|
+
]
|
|
2200
|
+
}
|
|
2201
|
+
},
|
|
2202
|
+
"teulingsGuidance": {
|
|
2203
|
+
"description": {
|
|
2204
|
+
"general": [
|
|
2205
|
+
"Hitting a weakpoint increases the damage dealt by the next weakpoint hit within 8 seconds by 30%",
|
|
2206
|
+
"Increases damage to weakpoints with Front Weapons by 12%",
|
|
2207
|
+
"Reduces Reload Time of Front Weapons by 5%"
|
|
2208
|
+
]
|
|
2209
|
+
}
|
|
2210
|
+
},
|
|
2211
|
+
"strangeElixir": {
|
|
2212
|
+
"description": {
|
|
2213
|
+
"general": [
|
|
2214
|
+
"Increases Crew Ability Range by 25% while Crew Stamina is above 50%",
|
|
2215
|
+
"Increases Crew Attack Charge Rate by 15%",
|
|
2216
|
+
"Reduces Crew Stamina Depletion from Bracing by 5%"
|
|
2217
|
+
]
|
|
2218
|
+
}
|
|
2219
|
+
},
|
|
2220
|
+
"decoyDeck": {
|
|
2221
|
+
"description": {
|
|
2222
|
+
"general": [
|
|
2223
|
+
"For every target that has received the Taunted status effect by your ship, increases incoming Repair Amount by 5%, up to a maximum of 20%",
|
|
2224
|
+
"Increases the Charge Rate of the Taunted status effect on enemy targets by 7%",
|
|
2225
|
+
"Increases Threat Generation by 7%"
|
|
2226
|
+
]
|
|
2227
|
+
}
|
|
2228
|
+
},
|
|
2229
|
+
"floatCollars": {
|
|
2230
|
+
"description": {
|
|
2231
|
+
"general": [
|
|
2232
|
+
"Increases Max Health of Buoys by 100%",
|
|
2233
|
+
"Increases Deployment Duration of Buoys by 50%"
|
|
2234
|
+
]
|
|
2235
|
+
}
|
|
2236
|
+
},
|
|
2237
|
+
"mineClearingLocker": {
|
|
2238
|
+
"description": {
|
|
2239
|
+
"general": [
|
|
2240
|
+
"While sailing at half-sails or less, your ship has a 80% chance to avoid triggering Mine Buoys",
|
|
2241
|
+
"Reduces all incoming damage from Mine Buoys by 15%",
|
|
2242
|
+
"Increases Brace Strength by 5%"
|
|
2243
|
+
]
|
|
2244
|
+
}
|
|
2245
|
+
},
|
|
2246
|
+
"devilsConcoction": {
|
|
2247
|
+
"description": {
|
|
2248
|
+
"general": [
|
|
2249
|
+
"Increases Secondary Damage of Burning weapons by 12%",
|
|
2250
|
+
"Increases Maximum Range of Burning weapons by 8%"
|
|
2251
|
+
]
|
|
2252
|
+
}
|
|
2253
|
+
},
|
|
2254
|
+
"debrisLocker": {
|
|
2255
|
+
"description": {
|
|
2256
|
+
"general": [
|
|
2257
|
+
"Increases the Charge Rate of the Flooded status effect on enemy targets already affected by the Torn Sails status effect by 50%",
|
|
2258
|
+
"Increases Charge Rate of the Torn Sails status effect on a target by 16%"
|
|
2259
|
+
]
|
|
2260
|
+
}
|
|
2261
|
+
},
|
|
2262
|
+
"expandingCorkscrewStation": {
|
|
2263
|
+
"description": {
|
|
2264
|
+
"general": [
|
|
2265
|
+
"Increases Secondary Damage of Flooding weapons by 12%",
|
|
2266
|
+
"Increases Maximum Range of Flooding weapons by 8%"
|
|
2267
|
+
]
|
|
2268
|
+
}
|
|
2269
|
+
},
|
|
2270
|
+
"cannonballChargingStation": {
|
|
2271
|
+
"description": {
|
|
2272
|
+
"general": [
|
|
2273
|
+
"Increases the Charge Rate of the Stormstruck status effect on enemy targets already affected by the Punctured status effect by 50%",
|
|
2274
|
+
"Increases Charge Rate of the Punctured status effect on a target by 16%"
|
|
2275
|
+
]
|
|
2276
|
+
}
|
|
2277
|
+
},
|
|
2278
|
+
"copperFasteningStation": {
|
|
2279
|
+
"description": {
|
|
2280
|
+
"general": [
|
|
2281
|
+
"Increases Secondary Damage of Electric weapons by 12%",
|
|
2282
|
+
"Increases maximum Range of Electric weapons by 8%"
|
|
2283
|
+
]
|
|
2284
|
+
}
|
|
2285
|
+
},
|
|
2286
|
+
"rifledBarrelWorkshop": {
|
|
2287
|
+
"description": {
|
|
2288
|
+
"general": [
|
|
2289
|
+
"Increases the Charge Rate of the Punctured status effect on enemy targets already affected by the Flooded status effect by 50%",
|
|
2290
|
+
"Increases Charge Rate of the Flooded status effect on a target by 16%"
|
|
2291
|
+
]
|
|
2292
|
+
}
|
|
2293
|
+
},
|
|
2294
|
+
"highVelocityKegs": {
|
|
2295
|
+
"description": {
|
|
2296
|
+
"general": [
|
|
2297
|
+
"Increases Secondary Damage of Piercing weapons by 12%",
|
|
2298
|
+
"Increases Maximum Range of Piercing weapons by 8%"
|
|
2299
|
+
]
|
|
2300
|
+
}
|
|
2301
|
+
},
|
|
2302
|
+
"ghostlyMending": {
|
|
2303
|
+
"name": "Ghostly Mending",
|
|
2304
|
+
"description": {
|
|
2305
|
+
"general": [
|
|
2306
|
+
"5% of damage dealt from this weapon restores Hull Health",
|
|
2307
|
+
"When a weakpoint is hit, the repair amount is multiplied by 700%"
|
|
2308
|
+
]
|
|
2309
|
+
}
|
|
2310
|
+
},
|
|
2311
|
+
"sunder": {
|
|
2312
|
+
"name": "Sunder",
|
|
2313
|
+
"description": {
|
|
2314
|
+
"general": [
|
|
2315
|
+
"Once armed, torpedoes increase speed by 100% and penetrate through target ships",
|
|
2316
|
+
"Torpedoes also reduce armor by 200 for 10s"
|
|
2317
|
+
]
|
|
2318
|
+
}
|
|
2319
|
+
},
|
|
2320
|
+
"reinforced": {
|
|
2321
|
+
"name": "Reinforced",
|
|
2322
|
+
"description": {
|
|
2323
|
+
"general": "Reduces damage taken from the Punctured status effect by 25%"
|
|
2324
|
+
}
|
|
2325
|
+
},
|
|
2326
|
+
"crocodileMeat": {
|
|
2327
|
+
"description": {
|
|
2328
|
+
"general": "Restores Stamina by 30%"
|
|
2329
|
+
}
|
|
2330
|
+
},
|
|
2331
|
+
"tylosaurusFlesh": {
|
|
2332
|
+
"description": {
|
|
2333
|
+
"general": "Restores Stamina by 40%"
|
|
2334
|
+
}
|
|
2335
|
+
},
|
|
2336
|
+
"fish": {
|
|
2337
|
+
"description": {
|
|
2338
|
+
"general": "Restores Stamina by 20%"
|
|
2339
|
+
}
|
|
2340
|
+
},
|
|
2341
|
+
"durian": {
|
|
2342
|
+
"description": {
|
|
2343
|
+
"general": "Restores Stamina by 20%"
|
|
2344
|
+
}
|
|
2345
|
+
},
|
|
2346
|
+
"coconut": {
|
|
2347
|
+
"description": {
|
|
2348
|
+
"general": "Restores Stamina by 20%"
|
|
2349
|
+
}
|
|
2350
|
+
},
|
|
2351
|
+
"ndizi": {
|
|
2352
|
+
"description": {
|
|
2353
|
+
"general": "Restores Stamina by 20%"
|
|
2354
|
+
}
|
|
2355
|
+
},
|
|
2356
|
+
"rawChicken": {
|
|
2357
|
+
"description": {
|
|
2358
|
+
"general": "Restores Stamina by 25%"
|
|
2359
|
+
}
|
|
2360
|
+
},
|
|
2361
|
+
"flour": {
|
|
2362
|
+
"description": {
|
|
2363
|
+
"general": "Restores Stamina by 25%"
|
|
2364
|
+
}
|
|
2365
|
+
},
|
|
2366
|
+
"rawMutton": {
|
|
2367
|
+
"description": {
|
|
2368
|
+
"general": "Restores Stamina by 25%"
|
|
2369
|
+
}
|
|
2370
|
+
},
|
|
2371
|
+
"rawVegetables": {
|
|
2372
|
+
"description": {
|
|
2373
|
+
"general": "Restores Stamina by 25%"
|
|
2374
|
+
}
|
|
2375
|
+
},
|
|
2376
|
+
"screwpine": {
|
|
2377
|
+
"description": {
|
|
2378
|
+
"general": "Restores Stamina by 20%"
|
|
2379
|
+
}
|
|
2380
|
+
},
|
|
2381
|
+
"hippoMeat": {
|
|
2382
|
+
"description": {
|
|
2383
|
+
"general": "Restores Stamina by 30%"
|
|
2384
|
+
}
|
|
2385
|
+
},
|
|
2386
|
+
"sharkMeat": {
|
|
2387
|
+
"description": {
|
|
2388
|
+
"general": "Restores Stamina by 20%"
|
|
2389
|
+
}
|
|
2390
|
+
},
|
|
2391
|
+
"rawBeef": {
|
|
2392
|
+
"description": {
|
|
2393
|
+
"general": "Restores Stamina by 25%"
|
|
2394
|
+
}
|
|
2395
|
+
},
|
|
2396
|
+
"primeHippoMeat": {
|
|
2397
|
+
"description": {
|
|
2398
|
+
"general": "Restores Stamina by 35%"
|
|
2399
|
+
}
|
|
2400
|
+
},
|
|
2401
|
+
"primeCrocodileMeat": {
|
|
2402
|
+
"description": {
|
|
2403
|
+
"general": "Restores Stamina by 35%"
|
|
2404
|
+
}
|
|
2405
|
+
},
|
|
2406
|
+
"libertyCap": {
|
|
2407
|
+
"description": {
|
|
2408
|
+
"general": [
|
|
2409
|
+
"Increases Crew-to-Crew Damage by 30%",
|
|
2410
|
+
"Decreases Stamina Regen by 50%"
|
|
2411
|
+
]
|
|
2412
|
+
}
|
|
2413
|
+
},
|
|
2414
|
+
"shelter": {
|
|
2415
|
+
"name": "Shelter",
|
|
2416
|
+
"description": {
|
|
2417
|
+
"general": "Reduces damage received from Shell-Shocked by 25% and its duration by 50%"
|
|
2418
|
+
}
|
|
2419
|
+
},
|
|
2420
|
+
"cindershield": {
|
|
2421
|
+
"name": "Cindershield",
|
|
2422
|
+
"description": {
|
|
2423
|
+
"general": "While bracing, the effects of being afflicted with Ablaze is negated"
|
|
2424
|
+
}
|
|
2425
|
+
},
|
|
2426
|
+
"emberWard": {
|
|
2427
|
+
"name": "Ember Ward",
|
|
2428
|
+
"description": {
|
|
2429
|
+
"general": "Reduces damage taken by Burning Weapons by 30% and by an additional 30% while bracing"
|
|
2430
|
+
}
|
|
2431
|
+
},
|
|
2432
|
+
"euphoria": {
|
|
2433
|
+
"name": "Euphoria",
|
|
2434
|
+
"description": {
|
|
2435
|
+
"general": "Increases weapon damage by 15% while Hull Health is above 75%"
|
|
2436
|
+
}
|
|
2437
|
+
},
|
|
2438
|
+
"vigilance": {
|
|
2439
|
+
"name": "Vigilance",
|
|
2440
|
+
"description": {
|
|
2441
|
+
"general": [
|
|
2442
|
+
"During the first 2s of Bracing, any damage taken is reduced by 3000",
|
|
2443
|
+
"After 2s, Bracing reduces damage taken by 200",
|
|
2444
|
+
"Activating bracing consumes twice as much Crew Stamina"
|
|
2445
|
+
]
|
|
2446
|
+
}
|
|
2447
|
+
},
|
|
2448
|
+
"afterShock": {
|
|
2449
|
+
"name": "After Shock",
|
|
2450
|
+
"description": {
|
|
2451
|
+
"general": "Summons a Lightning strike after 2s at the location a show lands, dealing 2000 Electric Damage"
|
|
2452
|
+
}
|
|
2453
|
+
},
|
|
2454
|
+
"impendingBoom": {
|
|
2455
|
+
"name": "Impending Boom",
|
|
2456
|
+
"description": {
|
|
2457
|
+
"general": [
|
|
2458
|
+
"Hits have a 15% chance to inflict a delayed epxlosion that deals 7500 damage in a 65m radius after 4s",
|
|
2459
|
+
"This chance increases to 100% when hitting a weakpoint",
|
|
2460
|
+
"May only inflict one delayed attack per target"
|
|
2461
|
+
]
|
|
2462
|
+
}
|
|
2463
|
+
},
|
|
2464
|
+
"tripleThreat": {
|
|
2465
|
+
"name": "Triple Threat",
|
|
2466
|
+
"description": {
|
|
2467
|
+
"general": "Fires 3 shots at once. Deals additional 400 fire damage if all 3 shots hit the same target"
|
|
2468
|
+
}
|
|
2469
|
+
},
|
|
2470
|
+
"combustion": {
|
|
2471
|
+
"name": "Combustion",
|
|
2472
|
+
"description": {
|
|
2473
|
+
"1": "Adds 10% of damage as Explosive Damage",
|
|
2474
|
+
"2": "Adds 20% of damage as Explosive Damage",
|
|
2475
|
+
"3": "Adds 30% of damage as Explosive Damage"
|
|
2476
|
+
}
|
|
2477
|
+
},
|
|
2478
|
+
"imminentBang": {
|
|
2479
|
+
"name": "Imminent Bang",
|
|
2480
|
+
"description": {
|
|
2481
|
+
"general": [
|
|
2482
|
+
"Hits have a 3% chance to inflict a delayed explosion that deals 7500 damage in a 65m radius after 4s",
|
|
2483
|
+
"May only inflict one delayed attack per target"
|
|
2484
|
+
]
|
|
2485
|
+
}
|
|
2486
|
+
},
|
|
2487
|
+
"bilgefireBarrels": {
|
|
2488
|
+
"description": {
|
|
2489
|
+
"general": [
|
|
2490
|
+
"Weapon hits against a target with a damaging status effect have a 5% chance to fully recharge those status effects. This effect has a 30s cooldown",
|
|
2491
|
+
"Increases Secondary Damage of Broadside Weapons by 10%",
|
|
2492
|
+
"Increases Broadside Weapons damage by 5%"
|
|
2493
|
+
]
|
|
2494
|
+
}
|
|
2495
|
+
},
|
|
2496
|
+
"emergencyLocker": {
|
|
2497
|
+
"description": {
|
|
2498
|
+
"general": [
|
|
2499
|
+
"Reduces duration of all damaging status effects applied to your ship by 50% but increases damage dealt by these by 15%",
|
|
2500
|
+
"Reduces incoming Secondary Damage by 10%",
|
|
2501
|
+
"Increases Max Hull Health by 6%"
|
|
2502
|
+
]
|
|
2503
|
+
}
|
|
2504
|
+
},
|
|
2505
|
+
"wyrmsBreathChurner": {
|
|
2506
|
+
"description": {
|
|
2507
|
+
"general": [
|
|
2508
|
+
"Triggering Shell-Shocked on the target increases the Reload Time of their weapons by 20% for 10s",
|
|
2509
|
+
"Increases Secondary Damage of Explosive Weapons by 20%",
|
|
2510
|
+
"Increases weapon damage of Explosive Weapons by 5%"
|
|
2511
|
+
]
|
|
2512
|
+
}
|
|
2513
|
+
},
|
|
2514
|
+
"markOfTheWolf": {
|
|
2515
|
+
"description": {
|
|
2516
|
+
"general": [
|
|
2517
|
+
"Triggering Ablaze on the target also increases Shell-Shocked charge rate by 50% for 7s",
|
|
2518
|
+
"Inceases Fire Rate of Explosive Weapons by 20%",
|
|
2519
|
+
"Increases damage to structures by 5%"
|
|
2520
|
+
]
|
|
2521
|
+
}
|
|
2522
|
+
},
|
|
2523
|
+
"fuseFusingStation": {
|
|
2524
|
+
"description": {
|
|
2525
|
+
"general": [
|
|
2526
|
+
"Decreases Reload Time of Front and Rear Weapons by 9%",
|
|
2527
|
+
"Increases Secondary Damage dealt by Front and Rear weapons by 9%"
|
|
2528
|
+
]
|
|
2529
|
+
}
|
|
2530
|
+
},
|
|
2531
|
+
"ramrodWorkshop": {
|
|
2532
|
+
"description": {
|
|
2533
|
+
"general": [
|
|
2534
|
+
"Decreases Reload Time of Broadside Weapons by 7%",
|
|
2535
|
+
"Increases Secondary Damage dealt by Broadside Weapons by 7%"
|
|
2536
|
+
]
|
|
2537
|
+
}
|
|
2538
|
+
},
|
|
2539
|
+
"breechlockFurnace": {
|
|
2540
|
+
"description": {
|
|
2541
|
+
"general": [
|
|
2542
|
+
"Increases Secondary Damage dealt by up to 20% the closer the target is, reduced by 2% per 50m to the target",
|
|
2543
|
+
"Increases Charge Rate of the Shell-Shocked effect on enemy ships by 5%",
|
|
2544
|
+
"Increases damage dealt by the Shell-Shocked status effect on a target by 3%"
|
|
2545
|
+
]
|
|
2546
|
+
}
|
|
2547
|
+
},
|
|
2548
|
+
"dynamicBallastControl": {
|
|
2549
|
+
"description": {
|
|
2550
|
+
"general": [
|
|
2551
|
+
"Reduces incoming Secondary Damage for every 100m to attack, capped at 30% at 600m",
|
|
2552
|
+
"Reduces incoming Piercing Charge from enemy ships by 8%",
|
|
2553
|
+
"Increases Armor Rating of equipped armor by 3%"
|
|
2554
|
+
]
|
|
2555
|
+
}
|
|
2556
|
+
},
|
|
2557
|
+
"mortarProjectileSpeed": {
|
|
2558
|
+
"description": {
|
|
2559
|
+
"15": "Increases Projectile Speed of Mortar by 15%"
|
|
2560
|
+
}
|
|
2561
|
+
},
|
|
2562
|
+
"rocketProjectileSpeed": {
|
|
2563
|
+
"description": {
|
|
2564
|
+
"15": "Increases Projectile Speed of Rocket by 15%"
|
|
2565
|
+
}
|
|
2566
|
+
},
|
|
2567
|
+
"joineryWorkshop": {
|
|
2568
|
+
"description": {
|
|
2569
|
+
"1": "Increases Repair Amount from Repair Weapons by 6%"
|
|
2570
|
+
}
|
|
2571
|
+
},
|
|
2572
|
+
"grit": {
|
|
2573
|
+
"name": "Grit",
|
|
2574
|
+
"description": {
|
|
2575
|
+
"general": [
|
|
2576
|
+
"Gain a stack of Grit when you take damage. Each stack of Grit increases Armor by 40, up to a maximum of 10 stacks. Each stack of Grit lasts 15 seconds",
|
|
2577
|
+
"Allied XSML, SML and MED ships within 200m take 10% reduced damage. When you have 10 stacks of Grit, reduce 20% damage instead"
|
|
2578
|
+
]
|
|
2579
|
+
}
|
|
2580
|
+
},
|
|
2581
|
+
"colossal": {
|
|
2582
|
+
"name": "Colossal",
|
|
2583
|
+
"description": {
|
|
2584
|
+
"general": "Reduces Sailing Speed in Rivers and Shallows by 30%"
|
|
2585
|
+
}
|
|
2586
|
+
},
|
|
2587
|
+
"abundantGunports": {
|
|
2588
|
+
"name": "Abundant Gunports",
|
|
2589
|
+
"description": {
|
|
2590
|
+
"general": "Increases received damage to Weakpoints by 30%"
|
|
2591
|
+
}
|
|
2592
|
+
},
|
|
2593
|
+
"frigateUpgrade": {
|
|
2594
|
+
"description": {
|
|
2595
|
+
"1": [
|
|
2596
|
+
"Increases Hull Health to 104000",
|
|
2597
|
+
"Increases Brace Strength to 31200"
|
|
2598
|
+
],
|
|
2599
|
+
"2": [
|
|
2600
|
+
"Increases Cargo to 95000"
|
|
2601
|
+
],
|
|
2602
|
+
"3": [
|
|
2603
|
+
"Increases Base Ship Rank to 6",
|
|
2604
|
+
"Increases Top Speed to 15kn",
|
|
2605
|
+
"Increases Trimming Speed to 20kn",
|
|
2606
|
+
"Adds 'Deep Blue' perk"
|
|
2607
|
+
],
|
|
2608
|
+
"4": [
|
|
2609
|
+
"Increases Hull Health to 107000",
|
|
2610
|
+
"Increases Brace Strength to 32100"
|
|
2611
|
+
],
|
|
2612
|
+
"5": [
|
|
2613
|
+
"Increases Base Ship Rank to 7",
|
|
2614
|
+
"Increases Furniture Slots to 6"
|
|
2615
|
+
],
|
|
2616
|
+
"6": [
|
|
2617
|
+
"Increases Base Ship Rank to 8",
|
|
2618
|
+
"Increases Brace Strength Recovery by 12.5%",
|
|
2619
|
+
"Adds 'Resolve' perk"
|
|
2620
|
+
],
|
|
2621
|
+
"7": [
|
|
2622
|
+
"Increases Base Ship Rank to 9",
|
|
2623
|
+
"Increases Hull Health to 128400",
|
|
2624
|
+
"Increases Brace Strength to 38520",
|
|
2625
|
+
"Increases Brace Strength Recovery by 25%"
|
|
2626
|
+
]
|
|
2627
|
+
}
|
|
2628
|
+
},
|
|
2629
|
+
"resolve": {
|
|
2630
|
+
"name": "Resolve",
|
|
2631
|
+
"description": {
|
|
2632
|
+
"general": [
|
|
2633
|
+
"At 10 stacks of Grit, taking damage grants you Resolve",
|
|
2634
|
+
"Resolve restores 10% Brace Strength on activation, decreases status effect damage by 20% and increases threat generation by 100% for 10 seconds"
|
|
2635
|
+
]
|
|
2636
|
+
}
|
|
2637
|
+
},
|
|
2638
|
+
"poseidonsBrew": {
|
|
2639
|
+
"description": {
|
|
2640
|
+
"general": [
|
|
2641
|
+
"Removes all negative status effects from the ship",
|
|
2642
|
+
"Immunity against status effects for 20 seconds"
|
|
2643
|
+
]
|
|
2644
|
+
}
|
|
2645
|
+
},
|
|
2646
|
+
"skyrend": {
|
|
2647
|
+
"name": "Skyrend",
|
|
2648
|
+
"description": {
|
|
2649
|
+
"general": [
|
|
2650
|
+
"Each volley of cannon fire on enemy sails has a chance of summoning a lightning strike that deals 5000 Electric Damage",
|
|
2651
|
+
"Every 5 hits adds a 15% chance, up to a maximum of 45%",
|
|
2652
|
+
"Lightning strike damage increases to 10000 if target has Torn Sails"
|
|
2653
|
+
]
|
|
2654
|
+
}
|
|
2655
|
+
},
|
|
2656
|
+
"marauder": {
|
|
2657
|
+
"name": "Marauder",
|
|
2658
|
+
"description": {
|
|
2659
|
+
"general": [
|
|
2660
|
+
"Every 1% of Burning Damage also increases the build-up rate of the Vulnerable status effect by 1%",
|
|
2661
|
+
"Additionally increases the build-up rate of Vulnerable by 40%"
|
|
2662
|
+
]
|
|
2663
|
+
}
|
|
2664
|
+
},
|
|
2665
|
+
"spiritMending": {
|
|
2666
|
+
"name": "Spirit Mending",
|
|
2667
|
+
"description": {
|
|
2668
|
+
"general": "20% of damage dealt restores Hull Health, increasing by 5% for every 50m the target is at distance, up to a maximum of 50%"
|
|
2669
|
+
}
|
|
2670
|
+
},
|
|
2671
|
+
"torrent": {
|
|
2672
|
+
"name": "Torrent",
|
|
2673
|
+
"description": {
|
|
2674
|
+
"general": [
|
|
2675
|
+
"Rains 60 rockets over an extended period of time",
|
|
2676
|
+
"50% of Flooding Damage is dealt as Severe Damage"
|
|
2677
|
+
]
|
|
2678
|
+
}
|
|
2679
|
+
},
|
|
2680
|
+
"illuminate": {
|
|
2681
|
+
"name": "Illuminate",
|
|
2682
|
+
"description": {
|
|
2683
|
+
"general": [
|
|
2684
|
+
"Reduces target's movement speed by 50% and Armor by 20% for 3s",
|
|
2685
|
+
"Makes Weeping Specters vulnerable to damage"
|
|
2686
|
+
]
|
|
2687
|
+
}
|
|
2688
|
+
},
|
|
2689
|
+
"impregnable": {
|
|
2690
|
+
"name": "Impregnable",
|
|
2691
|
+
"description": {
|
|
2692
|
+
"general": [
|
|
2693
|
+
"The punctured status effect is 50% less effective in reducing Armor",
|
|
2694
|
+
"Reduces duration of the Punctures status effect by 15%"
|
|
2695
|
+
]
|
|
2696
|
+
}
|
|
2697
|
+
},
|
|
2698
|
+
"entrenched": {
|
|
2699
|
+
"name": "Entrenched",
|
|
2700
|
+
"description": {
|
|
2701
|
+
"general": "Receives 5% less damage from structures, and an additional 1% for every 3000 Brace Strength"
|
|
2702
|
+
}
|
|
2703
|
+
},
|
|
2704
|
+
"bastion": {
|
|
2705
|
+
"name": "Bastion",
|
|
2706
|
+
"description": {
|
|
2707
|
+
"general": "When at half-sails or anchored, receive 20% less damage from hits"
|
|
2708
|
+
}
|
|
2709
|
+
},
|
|
2710
|
+
"volatileVestment": {
|
|
2711
|
+
"name": "Volatile Vestment",
|
|
2712
|
+
"description": {
|
|
2713
|
+
"general": [
|
|
2714
|
+
"When hit while Bracing, an explosion is triggered, which deals 3500 Explosive Damage in a 100m Blast Radius",
|
|
2715
|
+
"This effect has a 10s cooldown"
|
|
2716
|
+
]
|
|
2717
|
+
}
|
|
2718
|
+
},
|
|
2719
|
+
"trunnionFurnace": {
|
|
2720
|
+
"description": {
|
|
2721
|
+
"general": [
|
|
2722
|
+
"Hits from a Culverin have 25% chance to spread to a nearby target within 100m, dealing 25% of the original damage. Does not work for Repair Weapons",
|
|
2723
|
+
"Increases Projectile Speed of Culverin by 10%"
|
|
2724
|
+
]
|
|
2725
|
+
}
|
|
2726
|
+
},
|
|
2727
|
+
"acceleratedGunrailSmithy": {
|
|
2728
|
+
"description": {
|
|
2729
|
+
"general": [
|
|
2730
|
+
"Reduces Reload Time by 5% and increases Secondary Damage of Auxiliary Weapons by 7% for each weapon quadrant being reloaded",
|
|
2731
|
+
"While not trimming sails, increases weapon damage for Auxiliary Weapons by 9%",
|
|
2732
|
+
"Increases Turning Speed by 8%"
|
|
2733
|
+
]
|
|
2734
|
+
}
|
|
2735
|
+
},
|
|
2736
|
+
"ammoPrimingBench": {
|
|
2737
|
+
"description": {
|
|
2738
|
+
"general": [
|
|
2739
|
+
"Increases damage to structures by 20% for Siege Weapons and repair amount of Repair Weapons by 18%, when more than 160m away from the target",
|
|
2740
|
+
"Siege weapons deal 4% increases weapon damage. Repair Weapons repair 7% more Hull Health",
|
|
2741
|
+
"Increases Projectile Speed of Siege Weapons and Repair Weapons by 10%, except for Sea Fire and Auxiliary Weapons"
|
|
2742
|
+
]
|
|
2743
|
+
}
|
|
2744
|
+
},
|
|
2745
|
+
"dazzling": {
|
|
2746
|
+
"name": "Dazzling",
|
|
2747
|
+
"description": {
|
|
2748
|
+
"general": "Detonation also applies Shell-shocked to all targets"
|
|
2749
|
+
}
|
|
2750
|
+
},
|
|
2751
|
+
"demolition": {
|
|
2752
|
+
"name": "Demolition",
|
|
2753
|
+
"description": {
|
|
2754
|
+
"general": "Explosive Damage from this weapon deals 300% increased damage to structures"
|
|
2755
|
+
}
|
|
2756
|
+
},
|
|
2757
|
+
"precisionBlast": {
|
|
2758
|
+
"name": "Precision Blast",
|
|
2759
|
+
"description": {
|
|
2760
|
+
"general": "Adds 30% of damage as Explosive Damage in a 30m Blast Radius"
|
|
2761
|
+
}
|
|
2762
|
+
},
|
|
2763
|
+
"rumPantry": {
|
|
2764
|
+
"description": {
|
|
2765
|
+
"1": "Increases Stamina Recovery by 10%"
|
|
2766
|
+
}
|
|
2767
|
+
},
|
|
2768
|
+
"sterileGalley": {
|
|
2769
|
+
"description": {
|
|
2770
|
+
"1": "Increases Maximum Stamina by 7%"
|
|
2771
|
+
}
|
|
2772
|
+
},
|
|
2773
|
+
"balancedMast": {
|
|
2774
|
+
"description": {
|
|
2775
|
+
"1": "Increases Acceleration and Deceleration by 16%"
|
|
2776
|
+
}
|
|
2777
|
+
},
|
|
2778
|
+
"leatherRopeGrips": {
|
|
2779
|
+
"description": {
|
|
2780
|
+
"1": "Reduces Crew Stamina Depletion when trimming sails by 15%"
|
|
2781
|
+
}
|
|
2782
|
+
},
|
|
2783
|
+
"lightenedMast": {
|
|
2784
|
+
"description": {
|
|
2785
|
+
"1": "Increases Acceleration by 26%"
|
|
2786
|
+
}
|
|
2787
|
+
}
|
|
2788
|
+
}
|
|
2789
|
+
}
|