@skullandbonestools/snbdata 9.0.1 → 9.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/cosmetics.json +43 -38
- package/data/events.json +3 -3
- package/data/items.json +128 -10
- package/data/worldEvents.json +2 -1
- package/dist/daos/achievements.d.ts +2 -1
- package/dist/daos/achievements.d.ts.map +1 -1
- package/dist/daos/achievements.js +3 -2
- package/dist/daos/achievements.js.map +1 -1
- package/dist/daos/commodities.d.ts +2 -1
- package/dist/daos/commodities.d.ts.map +1 -1
- package/dist/daos/commodities.js +3 -2
- package/dist/daos/commodities.js.map +1 -1
- package/dist/daos/contracts.d.ts +2 -1
- package/dist/daos/contracts.d.ts.map +1 -1
- package/dist/daos/contracts.js +3 -2
- package/dist/daos/contracts.js.map +1 -1
- package/dist/daos/cosmetics.d.ts +2 -1
- package/dist/daos/cosmetics.d.ts.map +1 -1
- package/dist/daos/cosmetics.js +3 -2
- package/dist/daos/cosmetics.js.map +1 -1
- package/dist/daos/events.d.ts +2 -1
- package/dist/daos/events.d.ts.map +1 -1
- package/dist/daos/events.js +3 -2
- package/dist/daos/events.js.map +1 -1
- package/dist/daos/factions.d.ts +2 -1
- package/dist/daos/factions.d.ts.map +1 -1
- package/dist/daos/factions.js +3 -2
- package/dist/daos/factions.js.map +1 -1
- package/dist/daos/items.d.ts +2 -1
- package/dist/daos/items.d.ts.map +1 -1
- package/dist/daos/items.js +3 -2
- package/dist/daos/items.js.map +1 -1
- package/dist/daos/materials.d.ts +1 -0
- package/dist/daos/materials.d.ts.map +1 -1
- package/dist/daos/materials.js +1 -0
- package/dist/daos/materials.js.map +1 -1
- package/dist/daos/modifications.d.ts +2 -1
- package/dist/daos/modifications.d.ts.map +1 -1
- package/dist/daos/modifications.js +3 -2
- package/dist/daos/modifications.js.map +1 -1
- package/dist/daos/regions.d.ts +2 -1
- package/dist/daos/regions.d.ts.map +1 -1
- package/dist/daos/regions.js +3 -2
- package/dist/daos/regions.js.map +1 -1
- package/dist/daos/seasons.d.ts +2 -1
- package/dist/daos/seasons.d.ts.map +1 -1
- package/dist/daos/seasons.js +3 -2
- package/dist/daos/seasons.js.map +1 -1
- package/dist/daos/sets.d.ts +2 -1
- package/dist/daos/sets.d.ts.map +1 -1
- package/dist/daos/sets.js +3 -2
- package/dist/daos/sets.js.map +1 -1
- package/dist/daos/ships.d.ts +2 -1
- package/dist/daos/ships.d.ts.map +1 -1
- package/dist/daos/ships.js +3 -2
- package/dist/daos/ships.js.map +1 -1
- package/dist/daos/territories.d.ts +2 -1
- package/dist/daos/territories.d.ts.map +1 -1
- package/dist/daos/territories.js +3 -2
- package/dist/daos/territories.js.map +1 -1
- package/dist/daos/ultimates.d.ts +2 -1
- package/dist/daos/ultimates.d.ts.map +1 -1
- package/dist/daos/ultimates.js +3 -2
- package/dist/daos/ultimates.js.map +1 -1
- package/dist/daos/worldEvents.d.ts +2 -1
- package/dist/daos/worldEvents.d.ts.map +1 -1
- package/dist/daos/worldEvents.js +3 -2
- package/dist/daos/worldEvents.js.map +1 -1
- package/languages/ar/ar_cosmetics.json +3 -3
- package/languages/ar/ar_items.json +30 -0
- package/languages/ar/ar_locations.json +4 -1
- package/languages/ar/ar_perks.json +30 -0
- package/languages/ar/ar_worldEvents.json +6 -6
- package/languages/de/de_achievements.json +1 -1
- package/languages/de/de_cosmetics.json +3 -3
- package/languages/de/de_items.json +62 -32
- package/languages/de/de_locations.json +4 -1
- package/languages/de/de_perks.json +84 -54
- package/languages/de/de_worldEvents.json +6 -6
- package/languages/en/en_cosmetics.json +3 -3
- package/languages/en/en_items.json +30 -0
- package/languages/en/en_locations.json +4 -1
- package/languages/en/en_perks.json +30 -0
- package/languages/en/en_worldEvents.json +6 -6
- package/languages/es/es_cosmetics.json +3 -3
- package/languages/es/es_items.json +30 -0
- package/languages/es/es_locations.json +4 -1
- package/languages/es/es_perks.json +30 -0
- package/languages/es/es_worldEvents.json +6 -6
- package/languages/fr/fr_cosmetics.json +3 -3
- package/languages/fr/fr_items.json +30 -0
- package/languages/fr/fr_locations.json +4 -1
- package/languages/fr/fr_perks.json +30 -0
- package/languages/fr/fr_worldEvents.json +6 -6
- package/languages/source/cosmetics.json +3 -3
- package/languages/source/items.json +30 -0
- package/languages/source/locations.json +4 -1
- package/languages/source/perks.json +30 -0
- package/languages/source/worldEvents.json +6 -6
- package/languages/zh/zh_cosmetics.json +3 -3
- package/languages/zh/zh_items.json +30 -0
- package/languages/zh/zh_locations.json +4 -1
- package/languages/zh/zh_perks.json +30 -0
- package/languages/zh/zh_worldEvents.json +6 -6
- package/package.json +1 -1
|
@@ -823,7 +823,7 @@
|
|
|
823
823
|
"toxic": {
|
|
824
824
|
"name": "Toxisch",
|
|
825
825
|
"description": {
|
|
826
|
-
"2": "
|
|
826
|
+
"2": "Fügt 20 % des Schadens als Giftschaden zu",
|
|
827
827
|
"3": "Fügt 30 % des Schadens als Giftschaden hinzu"
|
|
828
828
|
}
|
|
829
829
|
},
|
|
@@ -3143,135 +3143,135 @@
|
|
|
3143
3143
|
}
|
|
3144
3144
|
},
|
|
3145
3145
|
"ironThunder": {
|
|
3146
|
-
"name": "
|
|
3146
|
+
"name": "Eiserner Donner",
|
|
3147
3147
|
"description": {
|
|
3148
3148
|
"general": [
|
|
3149
|
-
"
|
|
3150
|
-
"
|
|
3151
|
-
"
|
|
3152
|
-
"
|
|
3149
|
+
"Dieses Schiff erhält eine zweite Reihe an Unterdeck-Bewaffnung",
|
|
3150
|
+
"Ausgerüstete Waffen verursachen innerhalb von 350 m, 10% mehr Waffenschaden",
|
|
3151
|
+
"Dieses Schiff lädt allmählich im Laufe von 1.5 Sek. den Status \"Eiserner Donner\" auf, wenn keine Nicht-Hilfswaffen nachgeladen werden, wodurch sich der verursachte Schaden um 65% erhöht. \"Eiserner Donner\" wird nach 3 Sek. entfernt, sobald Zielen Schaden zugefügt wurde",
|
|
3152
|
+
"Während \"Eiserner Donner\" aktiv ist, erhalten verbündete extra--kleine, kleine und mittlere Schiffe innerhalb von 500, 30 Sek. lang 10% erhöhten Schaden"
|
|
3153
3153
|
]
|
|
3154
3154
|
}
|
|
3155
3155
|
},
|
|
3156
3156
|
"redWake": {
|
|
3157
|
-
"name": "
|
|
3157
|
+
"name": "Rotes Kielwasser",
|
|
3158
3158
|
"description": {
|
|
3159
3159
|
"general": [
|
|
3160
|
-
"
|
|
3161
|
-
"
|
|
3160
|
+
"Erhöht den Schaden an Zielen innerhalb von 250 m um 35%, wenn \"Eiserner Donner\" aktiv ist",
|
|
3161
|
+
"Wenn \"Eiserner Donner\" voll aufgeladen ist oder ein Ziel zerstört wird, wird deinem Schiff \"Rotes Kielwasser\" gewährt, wodurch die Höchstgeschwindigkeit 15 Sek. lang um 50% erhöht wird"
|
|
3162
3162
|
]
|
|
3163
3163
|
}
|
|
3164
3164
|
},
|
|
3165
3165
|
"galleonUpgrade": {
|
|
3166
3166
|
"description": {
|
|
3167
3167
|
"1": [
|
|
3168
|
-
"
|
|
3169
|
-
"
|
|
3168
|
+
"Rumpfzustand wird auf 93600 erhöht",
|
|
3169
|
+
"Deckungsstärke wird auf 18720 erhöht"
|
|
3170
3170
|
],
|
|
3171
3171
|
"2": [
|
|
3172
|
-
"
|
|
3172
|
+
"Fracht wird auf 190000 erhöht"
|
|
3173
3173
|
],
|
|
3174
3174
|
"3": [
|
|
3175
|
-
"
|
|
3176
|
-
"
|
|
3177
|
-
"
|
|
3178
|
-
"
|
|
3175
|
+
"Grundschiffsrang wird auf 6 erhöht",
|
|
3176
|
+
"Höchstgeschwindigkeit wird auf 13kn erhöht",
|
|
3177
|
+
"Trimmgeschwindigkeit wird auf 17kn erhöht",
|
|
3178
|
+
"Fügt den Vorteil \"Blaue Tiefe\" hinzu"
|
|
3179
3179
|
],
|
|
3180
3180
|
"4": [
|
|
3181
|
-
"
|
|
3182
|
-
"
|
|
3181
|
+
"Rumpfzustand wird auf 105930 erhöht",
|
|
3182
|
+
"Deckungsstärke wird auf 21186 erhöht"
|
|
3183
3183
|
],
|
|
3184
3184
|
"5": [
|
|
3185
|
-
"
|
|
3186
|
-
"
|
|
3185
|
+
"Grundschiffsrang wird auf 7 erhöht",
|
|
3186
|
+
"Ausstattungsplätze wird auf 6 erhöht"
|
|
3187
3187
|
],
|
|
3188
3188
|
"6": [
|
|
3189
|
-
"
|
|
3190
|
-
"
|
|
3191
|
-
"
|
|
3189
|
+
"Grundschiffsrang wird auf 8 erhöht",
|
|
3190
|
+
"Deckungsstärken-Wiederherstellung wird um 12.5% erhöht",
|
|
3191
|
+
"Fügt den Vorteil \"Rote Welle\" hinzu"
|
|
3192
3192
|
],
|
|
3193
3193
|
"7": [
|
|
3194
|
-
"
|
|
3195
|
-
"
|
|
3196
|
-
"
|
|
3197
|
-
"
|
|
3194
|
+
"Grundschiffsrang wird auf 9 erhöht",
|
|
3195
|
+
"Rumpfzustand wird auf 116523 erhöht",
|
|
3196
|
+
"Deckungsstärke wird auf 23304 erhöht",
|
|
3197
|
+
"Deckungsstärken-Wiederherstellung wird um 25% erhöht"
|
|
3198
3198
|
]
|
|
3199
3199
|
}
|
|
3200
3200
|
},
|
|
3201
3201
|
"pulverize": {
|
|
3202
|
-
"name": "
|
|
3202
|
+
"name": "Pulverisieren",
|
|
3203
3203
|
"description": {
|
|
3204
3204
|
"general": [
|
|
3205
|
-
"
|
|
3206
|
-
"
|
|
3205
|
+
"Nachdem 6 aufeinanderfolgende Treffer gelandet wurden, erhöht sich der Waffenschaden um 12% für 25 Sek. Ist das Ziel von Durchstochen betroffen, erhöhen Treffer den Waffenschaden stattdessen um 18%",
|
|
3206
|
+
"Fehlschüsse entfernen den Effekt"
|
|
3207
3207
|
]
|
|
3208
3208
|
}
|
|
3209
3209
|
},
|
|
3210
3210
|
"mysticMend": {
|
|
3211
|
-
"name": "
|
|
3211
|
+
"name": "Mystische Instandsetzung",
|
|
3212
3212
|
"description": {
|
|
3213
3213
|
"general": [
|
|
3214
|
-
"
|
|
3215
|
-
"
|
|
3214
|
+
"Heilt in Höhe von 10% des verursachten Schadens",
|
|
3215
|
+
"Wenn 16 Projektile einer Salve treffen, erhöht sich die Heilmenge dieser Waffe 16 Sek. lang um 35%"
|
|
3216
3216
|
]
|
|
3217
3217
|
}
|
|
3218
3218
|
},
|
|
3219
3219
|
"sickly": {
|
|
3220
|
-
"name": "
|
|
3220
|
+
"name": "Kränklich",
|
|
3221
3221
|
"description": {
|
|
3222
3222
|
"general": [
|
|
3223
|
-
"
|
|
3224
|
-
"
|
|
3223
|
+
"Pro fehlende 1% Deckungsstärke des Zieles verursacht diese Waffe 0.5% Waffenschaden zusätzlich (max 15%)",
|
|
3224
|
+
"Ist das Ziel von Vergiftet betroffen, erhählst zu zusätzlich 30%"
|
|
3225
3225
|
]
|
|
3226
3226
|
}
|
|
3227
3227
|
},
|
|
3228
3228
|
"hauntingMend": {
|
|
3229
|
-
"name": "
|
|
3229
|
+
"name": "Verstörende Heilung",
|
|
3230
3230
|
"description": {
|
|
3231
3231
|
"general": [
|
|
3232
|
-
"20%
|
|
3232
|
+
"20% des verursachten Schadens stellen Rumpfzustand wieder her, wobei sich dieser Wert für jedes weitere Ziel im Explosionsradius um 20% erhöht (bis max. 60%)"
|
|
3233
3233
|
]
|
|
3234
3234
|
}
|
|
3235
3235
|
},
|
|
3236
3236
|
"oceansSnare": {
|
|
3237
|
-
"name": "
|
|
3237
|
+
"name": "Schlinge der See",
|
|
3238
3238
|
"description": {
|
|
3239
3239
|
"general": [
|
|
3240
|
-
"
|
|
3241
|
-
"
|
|
3240
|
+
"Treffer dieser Waffe verringern die Segelgeschwindigkeit von Gegnern zusätzlich um 12%, wenn diese von Überflutet betroffen sind",
|
|
3241
|
+
"Treffer bei stationären Zielen oder Zielen, die von Überflutet oder Zerrissene Segel betroffen sind, verursachen zusätzlich 60% mehr Schaden"
|
|
3242
3242
|
]
|
|
3243
3243
|
}
|
|
3244
3244
|
},
|
|
3245
3245
|
"tideOfRestoration": {
|
|
3246
|
-
"name": "
|
|
3246
|
+
"name": "Reparierende Gezeiten",
|
|
3247
3247
|
"description": {
|
|
3248
3248
|
"general": [
|
|
3249
|
-
"20%
|
|
3249
|
+
"20% des zugefügten Waffenschaden an dir (Deckungsstärke) von Überflutet Zielen innerhalb von 150 m wird als Rumpfzustand deines Schiffes wiederhergestellt"
|
|
3250
3250
|
]
|
|
3251
3251
|
}
|
|
3252
3252
|
},
|
|
3253
3253
|
"brackishBite": {
|
|
3254
|
-
"name": "
|
|
3254
|
+
"name": "Brackwasserbiss",
|
|
3255
3255
|
"description": {
|
|
3256
3256
|
"general": [
|
|
3257
|
-
"
|
|
3257
|
+
"Wenn du in Deckung durch Ziele mit Durchstochen getroffen wirst, erhöht sich dein Panzerungswert um 5% (bis zu 15% stapelbar) und der Durchschlagwaffenschaden um 3% (bis 9% stapelbar). Hält 30 Sek. lang an"
|
|
3258
3258
|
]
|
|
3259
3259
|
}
|
|
3260
3260
|
},
|
|
3261
3261
|
"drownedOrgan": {
|
|
3262
3262
|
"description": {
|
|
3263
3263
|
"general": [
|
|
3264
|
-
"
|
|
3265
|
-
"
|
|
3266
|
-
"
|
|
3264
|
+
"Heilende Waffen verursacht 20% mehr Waffenschaden, wenn dein Schiff unter 60% Rumpfzustand ist",
|
|
3265
|
+
"Heilende Waffen erhält 1% Sekundärschaden pro fehlende 1% Rumpfzustand, bis zu 30%",
|
|
3266
|
+
"Erhöht Maximaler Rumpfzustand um 1% pro ausgerüstete Heilungs-Waffe"
|
|
3267
3267
|
]
|
|
3268
3268
|
}
|
|
3269
3269
|
},
|
|
3270
3270
|
"royalRammingWorks": {
|
|
3271
3271
|
"description": {
|
|
3272
3272
|
"general": [
|
|
3273
|
-
"
|
|
3274
|
-
"
|
|
3273
|
+
"Rammen baut beim Ziel sofort 50% des Statuseffekts Durchstochen auf. Zudem wird das Ziel 20 Sek. lang um 20% verlangsamt",
|
|
3274
|
+
"Wenn das Ziel von Durchstochen betroffen ist, erleidet es 15% mehr Schaden durch Durchschlagswaffen",
|
|
3275
3275
|
"Targets within 250m receive 7% more Punctured status charge"
|
|
3276
3276
|
]
|
|
3277
3277
|
}
|
|
@@ -3281,15 +3281,15 @@
|
|
|
3281
3281
|
"general": [
|
|
3282
3282
|
"Each consecutive hit increases Flooding charges applied by 2% and damage dealt by 2%, stacking up to a maximum of 20% for each effect. Missing a shot will reset the stacks",
|
|
3283
3283
|
"Take 10% less weapon damage from enemies afflicted with Flooded",
|
|
3284
|
-
"
|
|
3284
|
+
"Die Dauer des Statuseffekts \"Überflutet\" auf einem Ziel wird um 10% erhöht"
|
|
3285
3285
|
]
|
|
3286
3286
|
}
|
|
3287
3287
|
},
|
|
3288
3288
|
"hullMarkersTable": {
|
|
3289
3289
|
"description": {
|
|
3290
3290
|
"general": [
|
|
3291
|
-
"
|
|
3292
|
-
"
|
|
3291
|
+
"Breitseitentreffer fügen mit einer Chance von 5% \"Einschlagsmarkierung\" zu. Betroffene Zeile erleiden 20 Sek. lang 20% mehr Schaden durch Kanonenkugelwaffen",
|
|
3292
|
+
"Für jede ausgerüstete Kanonenkugelwaffe wird der Sekundärschaden ausgerüsteter Waffen um 5% erhöht"
|
|
3293
3293
|
]
|
|
3294
3294
|
}
|
|
3295
3295
|
},
|
|
@@ -3297,7 +3297,37 @@
|
|
|
3297
3297
|
"description": {
|
|
3298
3298
|
"general": [
|
|
3299
3299
|
"Increases Secondary Damage dealt by Mending Weapons by 7% per consecutive hit up to 35% for 5s",
|
|
3300
|
-
"
|
|
3300
|
+
"Projektilgeschwindigkeit von Heilenden Waffen wird um 12% erhöht"
|
|
3301
|
+
]
|
|
3302
|
+
}
|
|
3303
|
+
},
|
|
3304
|
+
"splinter": {
|
|
3305
|
+
"name": "Splinter",
|
|
3306
|
+
"description": {
|
|
3307
|
+
"general": [
|
|
3308
|
+
"Targets within the weapon's area of operation have a 30% chance to be instantly Punctured",
|
|
3309
|
+
"Punctured targets within the area of operation lose 2% Armor Rating per second up to 14%"
|
|
3310
|
+
]
|
|
3311
|
+
}
|
|
3312
|
+
},
|
|
3313
|
+
"mortarPowderbench": {
|
|
3314
|
+
"description": {
|
|
3315
|
+
"general": [
|
|
3316
|
+
"Reduces Time-to-Target of Mortar by 15%"
|
|
3317
|
+
]
|
|
3318
|
+
}
|
|
3319
|
+
},
|
|
3320
|
+
"rocketPowderbench": {
|
|
3321
|
+
"description": {
|
|
3322
|
+
"general": [
|
|
3323
|
+
"Reduces Time-to-Target of Rockets by 15%"
|
|
3324
|
+
]
|
|
3325
|
+
}
|
|
3326
|
+
},
|
|
3327
|
+
"springloaderPowderbench": {
|
|
3328
|
+
"description": {
|
|
3329
|
+
"general": [
|
|
3330
|
+
"Reduces Time-to-Target of Springloader by 15%"
|
|
3301
3331
|
]
|
|
3302
3332
|
}
|
|
3303
3333
|
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"tidesOfTerror": "Schreckensflut",
|
|
5
5
|
"theMizerja": "Die Mizerja",
|
|
6
6
|
"theOpwelling": "Die Opwelling",
|
|
7
|
-
"thePlagueKing": "Der Seuchenkönig",
|
|
7
|
+
"thePlagueKing": "Der Seuchenkönig (La Peste Domäne)",
|
|
8
8
|
"caperingTheCape": "Auf zum Kap, Käpt'n!",
|
|
9
9
|
"anAllianceOfConvenience": "Eine Zweckallianz",
|
|
10
10
|
"theRempahResupply": "Neue Lieferung an die Rempah",
|
|
@@ -14,22 +14,22 @@
|
|
|
14
14
|
"verseOfRemorse": "Vers der Reue",
|
|
15
15
|
"riskTheRisingTide": "Mit der steigenden Flut",
|
|
16
16
|
"iceAndEasy": "Eiskaltes Entgeld",
|
|
17
|
-
"chorusOfHavoc": "Triumphales Unheil",
|
|
17
|
+
"chorusOfHavoc": "Triumphales Unheil (Hubac-Zwillinge Domäne)",
|
|
18
18
|
"divineRetribution": "Göttliche Strafe",
|
|
19
19
|
"opulentOpportunity": "Günstige Gelegenheit",
|
|
20
20
|
"easternExchange": "Östlicher Austausch",
|
|
21
21
|
"flamesOfTheDragon": "Glorreiche Tugend",
|
|
22
|
-
"theGloriousPhoenix": "Der ruhmreiche Phönix",
|
|
22
|
+
"theGloriousPhoenix": "Der ruhmreiche Phönix (Li Tian Ning Domäne)",
|
|
23
23
|
"theSerpentsWrath": "Der Zorn der Schlange",
|
|
24
24
|
"flamesOfThePhoenix": "Flammen des Phönix",
|
|
25
25
|
"baitAndSwitch": "Lockvogeltaktik",
|
|
26
26
|
"stolenTreasures": "Gestohlene Schätze",
|
|
27
27
|
"curseOfTheSchaduw": "Der Fluch der Schaduw",
|
|
28
|
-
"theLoomingShadow": "Drohender Schatten",
|
|
28
|
+
"theLoomingShadow": "Drohender Schatten (Vikram Rajan Domäne)",
|
|
29
29
|
"reaversVengeance": "Vergeltung des Plünderers",
|
|
30
30
|
"theWolfHunter": "Der Wolfsjäger",
|
|
31
31
|
"theAzureRoyale": "Die Azur Royal",
|
|
32
|
-
"theGreatShadow": "Der Große Schatten",
|
|
32
|
+
"theGreatShadow": "Der Große Schatten (Mythischer Vikram Rajan)",
|
|
33
33
|
"undyingMaw": "Unsterblicher Schlund",
|
|
34
34
|
"payingDues": "Beitragszahlungen",
|
|
35
35
|
"scurlocksPrecious": "Scurlocks Schatz",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"opstuwing": "Mächtige Opwelling",
|
|
75
75
|
"soleilImperial": "Mächtige Soleil Royal",
|
|
76
76
|
"kraken": "Kraken",
|
|
77
|
-
"theDrowningPlague": "Ertrinkende Plage",
|
|
77
|
+
"theDrowningPlague": "Ertrinkende Plage (Mythischer La Peste)",
|
|
78
78
|
"jawsOfRetribution": "Schlund der Vergeltung",
|
|
79
79
|
"megafortWolvenhol": "Großfestung Wolvenhol",
|
|
80
80
|
"legendOfTheNian": "Legende des Nian",
|
|
@@ -9648,10 +9648,10 @@
|
|
|
9648
9648
|
"general": "The exception to an otherwise rugged outfit"
|
|
9649
9649
|
}
|
|
9650
9650
|
},
|
|
9651
|
-
"
|
|
9652
|
-
"name": "
|
|
9651
|
+
"goldenStride": {
|
|
9652
|
+
"name": "Golden Stride",
|
|
9653
9653
|
"description": {
|
|
9654
|
-
"general": "
|
|
9654
|
+
"general": "Even gold comes from the deep earth"
|
|
9655
9655
|
}
|
|
9656
9656
|
},
|
|
9657
9657
|
"realmsGate": {
|
|
@@ -3206,6 +3206,36 @@
|
|
|
3206
3206
|
"description": {
|
|
3207
3207
|
"general": "Enhances the effectiveness of Mending weapons after prolonged use. Others have ventured further, studying the effects of shot sizes, angles, and bodily entry points."
|
|
3208
3208
|
}
|
|
3209
|
+
},
|
|
3210
|
+
"lAiguille": {
|
|
3211
|
+
"name": "L'Aiguille",
|
|
3212
|
+
"description": {
|
|
3213
|
+
"general": "A precise weapon of French design that shatters the hulls of their foes."
|
|
3214
|
+
}
|
|
3215
|
+
},
|
|
3216
|
+
"mortarPowderbench": {
|
|
3217
|
+
"name": "Mortar Powderbench",
|
|
3218
|
+
"description": {
|
|
3219
|
+
"general": "Enhances Mortar Weapons and reduces time for the projectile to reach targets. A bench used to optimize wind shear on Mortar shells mid-flight."
|
|
3220
|
+
}
|
|
3221
|
+
},
|
|
3222
|
+
"rocketPowderbench": {
|
|
3223
|
+
"name": "Rocket Powderbench",
|
|
3224
|
+
"description": {
|
|
3225
|
+
"general": "Enhances Rocket Weapons and reduces time for the projectile to reach targets. A bench used to optimize wind shear on Rockets mid-flight."
|
|
3226
|
+
}
|
|
3227
|
+
},
|
|
3228
|
+
"springloaderPowderbench": {
|
|
3229
|
+
"name": "Springloader Powderbench",
|
|
3230
|
+
"description": {
|
|
3231
|
+
"general": "Enhances Springloader Weapons and reduces time for the projectile to reach targets. A bench used to optimize wind shear on Buoys mid-flight."
|
|
3232
|
+
}
|
|
3233
|
+
},
|
|
3234
|
+
"verdantHuntsChest": {
|
|
3235
|
+
"name": "Verdant Hunt's Chest",
|
|
3236
|
+
"description": {
|
|
3237
|
+
"general": "An opulent chest which may contain cosmetics from The Bohemian Set and Jade Prowler Set."
|
|
3238
|
+
}
|
|
3209
3239
|
}
|
|
3210
3240
|
}
|
|
3211
3241
|
}
|
|
@@ -44,6 +44,8 @@
|
|
|
44
44
|
"theHelmSeasonAscentIntoChaos": "Is/was purchasable in the Helm (Yanita, Houma) during {{ascentIntoChaos}}",
|
|
45
45
|
"theHelmSeasonOathsOfWar": "Is/was purchasable in the Helm (Yanita, Houma) during {{oathsOfWar}}",
|
|
46
46
|
"theHelmSeasonGutsAndGlory": "Is/was purchasable in the Helm (Yanita, Houma) during {{gutsAndGlory}}",
|
|
47
|
+
"theHelmSeasonEyeOfTheBeast": "Is/was purchasable in the Helm (Yanita, Houma) during {{eyeOfTheBeast}}",
|
|
48
|
+
"theHelmSeasonShatteredSeas": "Is/was purchasable in the Helm (Yanita, Houma) during {{shatteredSeas}}",
|
|
47
49
|
"theHelmEvent": "Is/was purchasable in the Helm (Yanita, Houma) during that event",
|
|
48
50
|
"outpostLostCityOfPrei": "Outpost Lost City of Prei",
|
|
49
51
|
"outpostReturnFleetBight": "Outpost Return Fleet Bight",
|
|
@@ -280,6 +282,7 @@
|
|
|
280
282
|
"twitchDropYear3Season1": "Twitch Drops at the start of {{shatteredSeas}}",
|
|
281
283
|
"ubisoftStoreSeasonalStarterPack": "Reward when buying the Seasonal Starter Pack from the Ubisoft Ingame Store",
|
|
282
284
|
"ubisoftStoreSeasonalBox": "Reward when buying the Seasonal Box from the Ubisoft Ingame Store",
|
|
283
|
-
"ubisoftStoreSeasonalBoatload": "Reward when buying the Seasonal Boatload from the Ubisoft Ingame Store"
|
|
285
|
+
"ubisoftStoreSeasonalBoatload": "Reward when buying the Seasonal Boatload from the Ubisoft Ingame Store",
|
|
286
|
+
"theVerdantHunt": "Rare drop as part of the Verdant Hunt when defeating any of the listed world events during the first 6 weeks of {{shatteredSeas}}"
|
|
284
287
|
}
|
|
285
288
|
}
|
|
@@ -3300,6 +3300,36 @@
|
|
|
3300
3300
|
"Increases Projectile Speed of Mending Weapons by 12%"
|
|
3301
3301
|
]
|
|
3302
3302
|
}
|
|
3303
|
+
},
|
|
3304
|
+
"splinter": {
|
|
3305
|
+
"name": "Splinter",
|
|
3306
|
+
"description": {
|
|
3307
|
+
"general": [
|
|
3308
|
+
"Targets within the weapon's area of operation have a 30% chance to be instantly Punctured",
|
|
3309
|
+
"Punctured targets within the area of operation lose 2% Armor Rating per second up to 14%"
|
|
3310
|
+
]
|
|
3311
|
+
}
|
|
3312
|
+
},
|
|
3313
|
+
"mortarPowderbench": {
|
|
3314
|
+
"description": {
|
|
3315
|
+
"general": [
|
|
3316
|
+
"Reduces Time-to-Target of Mortar by 15%"
|
|
3317
|
+
]
|
|
3318
|
+
}
|
|
3319
|
+
},
|
|
3320
|
+
"rocketPowderbench": {
|
|
3321
|
+
"description": {
|
|
3322
|
+
"general": [
|
|
3323
|
+
"Reduces Time-to-Target of Rockets by 15%"
|
|
3324
|
+
]
|
|
3325
|
+
}
|
|
3326
|
+
},
|
|
3327
|
+
"springloaderPowderbench": {
|
|
3328
|
+
"description": {
|
|
3329
|
+
"general": [
|
|
3330
|
+
"Reduces Time-to-Target of Springloader by 15%"
|
|
3331
|
+
]
|
|
3332
|
+
}
|
|
3303
3333
|
}
|
|
3304
3334
|
}
|
|
3305
3335
|
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"tidesOfTerror": "Tides of Terror",
|
|
5
5
|
"theMizerja": "The Mizerja",
|
|
6
6
|
"theOpwelling": "The Opwelling",
|
|
7
|
-
"thePlagueKing": "The Plague King",
|
|
7
|
+
"thePlagueKing": "The Plague King (La Peste Domain)",
|
|
8
8
|
"caperingTheCape": "Capering the Cape",
|
|
9
9
|
"anAllianceOfConvenience": "An Alliance of Convenience",
|
|
10
10
|
"theRempahResupply": "The Rempah Resupply",
|
|
@@ -14,22 +14,22 @@
|
|
|
14
14
|
"verseOfRemorse": "Verse of Remorse",
|
|
15
15
|
"riskTheRisingTide": "Risk the Rising Tide",
|
|
16
16
|
"iceAndEasy": "Ice & Easy",
|
|
17
|
-
"chorusOfHavoc": "Chorus of Havoc",
|
|
17
|
+
"chorusOfHavoc": "Chorus of Havoc (Hubac Twins Domain)",
|
|
18
18
|
"divineRetribution": "Divine Retribution",
|
|
19
19
|
"opulentOpportunity": "Opulent Opportunity",
|
|
20
20
|
"easternExchange": "Eastern Exchange",
|
|
21
21
|
"flamesOfTheDragon": "Flames of the Dragon",
|
|
22
|
-
"theGloriousPhoenix": "The Glorious Phoenix",
|
|
22
|
+
"theGloriousPhoenix": "The Glorious Phoenix (Li Tian Ning Domain)",
|
|
23
23
|
"theSerpentsWrath": "The Serpent's Wrath",
|
|
24
24
|
"flamesOfThePhoenix": "Flames of the Phoenix",
|
|
25
25
|
"baitAndSwitch": "Bait and Switch",
|
|
26
26
|
"stolenTreasures": "Stolen Treasures",
|
|
27
27
|
"curseOfTheSchaduw": "Curse of the Schaduw",
|
|
28
|
-
"theLoomingShadow": "The Looming Shadow",
|
|
28
|
+
"theLoomingShadow": "The Looming Shadow (Vikram Rajan Domain)",
|
|
29
29
|
"reaversVengeance": "Reaver's Vengeance",
|
|
30
30
|
"theWolfHunter": "The Wolf Hunter",
|
|
31
31
|
"theAzureRoyale": "The Azure Royale",
|
|
32
|
-
"theGreatShadow": "The Great Shadow",
|
|
32
|
+
"theGreatShadow": "The Great Shadow (Mythic Vikram Rajan)",
|
|
33
33
|
"undyingMaw": "Undying Maw",
|
|
34
34
|
"payingDues": "Paying Dues",
|
|
35
35
|
"scurlocksPrecious": "Scurlock's Precious",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"opstuwing": "Mighty Opwelling",
|
|
75
75
|
"soleilImperial": "Mighty Soleil Royal",
|
|
76
76
|
"kraken": "Kraken",
|
|
77
|
-
"theDrowningPlague": "The Drowning Plague",
|
|
77
|
+
"theDrowningPlague": "The Drowning Plague (Mythic La Peste)",
|
|
78
78
|
"jawsOfRetribution": "Jaws of Retribution",
|
|
79
79
|
"megafortWolvenhol": "Megafort Wolvenhol",
|
|
80
80
|
"legendOfTheNian": "Legend of the Nian",
|
|
@@ -9648,10 +9648,10 @@
|
|
|
9648
9648
|
"general": "La excepción dentro de un atuendo más bien irregular."
|
|
9649
9649
|
}
|
|
9650
9650
|
},
|
|
9651
|
-
"
|
|
9652
|
-
"name": "
|
|
9651
|
+
"goldenStride": {
|
|
9652
|
+
"name": "Golden Stride",
|
|
9653
9653
|
"description": {
|
|
9654
|
-
"general": "
|
|
9654
|
+
"general": "Even gold comes from the deep earth"
|
|
9655
9655
|
}
|
|
9656
9656
|
},
|
|
9657
9657
|
"realmsGate": {
|
|
@@ -3206,6 +3206,36 @@
|
|
|
3206
3206
|
"description": {
|
|
3207
3207
|
"general": "Enhances the effectiveness of Mending weapons after prolonged use. Others have ventured further, studying the effects of shot sizes, angles, and bodily entry points."
|
|
3208
3208
|
}
|
|
3209
|
+
},
|
|
3210
|
+
"lAiguille": {
|
|
3211
|
+
"name": "L'Aiguille",
|
|
3212
|
+
"description": {
|
|
3213
|
+
"general": "A precise weapon of French design that shatters the hulls of their foes."
|
|
3214
|
+
}
|
|
3215
|
+
},
|
|
3216
|
+
"mortarPowderbench": {
|
|
3217
|
+
"name": "Mortar Powderbench",
|
|
3218
|
+
"description": {
|
|
3219
|
+
"general": "Enhances Mortar Weapons and reduces time for the projectile to reach targets. A bench used to optimize wind shear on Mortar shells mid-flight."
|
|
3220
|
+
}
|
|
3221
|
+
},
|
|
3222
|
+
"rocketPowderbench": {
|
|
3223
|
+
"name": "Rocket Powderbench",
|
|
3224
|
+
"description": {
|
|
3225
|
+
"general": "Enhances Rocket Weapons and reduces time for the projectile to reach targets. A bench used to optimize wind shear on Rockets mid-flight."
|
|
3226
|
+
}
|
|
3227
|
+
},
|
|
3228
|
+
"springloaderPowderbench": {
|
|
3229
|
+
"name": "Springloader Powderbench",
|
|
3230
|
+
"description": {
|
|
3231
|
+
"general": "Enhances Springloader Weapons and reduces time for the projectile to reach targets. A bench used to optimize wind shear on Buoys mid-flight."
|
|
3232
|
+
}
|
|
3233
|
+
},
|
|
3234
|
+
"verdantHuntsChest": {
|
|
3235
|
+
"name": "Verdant Hunt's Chest",
|
|
3236
|
+
"description": {
|
|
3237
|
+
"general": "An opulent chest which may contain cosmetics from The Bohemian Set and Jade Prowler Set."
|
|
3238
|
+
}
|
|
3209
3239
|
}
|
|
3210
3240
|
}
|
|
3211
3241
|
}
|
|
@@ -44,6 +44,8 @@
|
|
|
44
44
|
"theHelmSeasonAscentIntoChaos": "Is/was purchasable in the Helm (Yanita, Houma) during {{ascentIntoChaos}}",
|
|
45
45
|
"theHelmSeasonOathsOfWar": "Is/was purchasable in the Helm (Yanita, Houma) during {{oathsOfWar}}",
|
|
46
46
|
"theHelmSeasonGutsAndGlory": "Is/was purchasable in the Helm (Yanita, Houma) during {{gutsAndGlory}}",
|
|
47
|
+
"theHelmSeasonEyeOfTheBeast": "Is/was purchasable in the Helm (Yanita, Houma) during {{eyeOfTheBeast}}",
|
|
48
|
+
"theHelmSeasonShatteredSeas": "Is/was purchasable in the Helm (Yanita, Houma) during {{shatteredSeas}}",
|
|
47
49
|
"theHelmEvent": "Es/eraAdquiriblee en el Mando (Yanita, Houma) en esa temporada",
|
|
48
50
|
"outpostLostCityOfPrei": "Puesto Ciudad Perdida de Prei",
|
|
49
51
|
"outpostReturnFleetBight": "Puesto Ensenada de la Flota de Retorno",
|
|
@@ -280,6 +282,7 @@
|
|
|
280
282
|
"twitchDropYear3Season1": "Twitch Drops at the start of {{shatteredSeas}}",
|
|
281
283
|
"ubisoftStoreSeasonalStarterPack": "Reward when buying the Seasonal Starter Pack from the Ubisoft Ingame Store",
|
|
282
284
|
"ubisoftStoreSeasonalBox": "Reward when buying the Seasonal Box from the Ubisoft Ingame Store",
|
|
283
|
-
"ubisoftStoreSeasonalBoatload": "Reward when buying the Seasonal Boatload from the Ubisoft Ingame Store"
|
|
285
|
+
"ubisoftStoreSeasonalBoatload": "Reward when buying the Seasonal Boatload from the Ubisoft Ingame Store",
|
|
286
|
+
"theVerdantHunt": "Rare drop as part of the Verdant Hunt when defeating any of the listed world events during the first 6 weeks of {{shatteredSeas}}"
|
|
284
287
|
}
|
|
285
288
|
}
|
|
@@ -3300,6 +3300,36 @@
|
|
|
3300
3300
|
"Increases Projectile Speed of Mending Weapons by 12%"
|
|
3301
3301
|
]
|
|
3302
3302
|
}
|
|
3303
|
+
},
|
|
3304
|
+
"splinter": {
|
|
3305
|
+
"name": "Splinter",
|
|
3306
|
+
"description": {
|
|
3307
|
+
"general": [
|
|
3308
|
+
"Targets within the weapon's area of operation have a 30% chance to be instantly Punctured",
|
|
3309
|
+
"Punctured targets within the area of operation lose 2% Armor Rating per second up to 14%"
|
|
3310
|
+
]
|
|
3311
|
+
}
|
|
3312
|
+
},
|
|
3313
|
+
"mortarPowderbench": {
|
|
3314
|
+
"description": {
|
|
3315
|
+
"general": [
|
|
3316
|
+
"Reduces Time-to-Target of Mortar by 15%"
|
|
3317
|
+
]
|
|
3318
|
+
}
|
|
3319
|
+
},
|
|
3320
|
+
"rocketPowderbench": {
|
|
3321
|
+
"description": {
|
|
3322
|
+
"general": [
|
|
3323
|
+
"Reduces Time-to-Target of Rockets by 15%"
|
|
3324
|
+
]
|
|
3325
|
+
}
|
|
3326
|
+
},
|
|
3327
|
+
"springloaderPowderbench": {
|
|
3328
|
+
"description": {
|
|
3329
|
+
"general": [
|
|
3330
|
+
"Reduces Time-to-Target of Springloader by 15%"
|
|
3331
|
+
]
|
|
3332
|
+
}
|
|
3303
3333
|
}
|
|
3304
3334
|
}
|
|
3305
3335
|
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"tidesOfTerror": "Mareas de terror",
|
|
5
5
|
"theMizerja": "El Mizerja",
|
|
6
6
|
"theOpwelling": "El Opwelling",
|
|
7
|
-
"thePlagueKing": "
|
|
7
|
+
"thePlagueKing": "The Plague King (La Peste Domain)",
|
|
8
8
|
"caperingTheCape": "Capering the Cape",
|
|
9
9
|
"anAllianceOfConvenience": "Una alianza conveniente",
|
|
10
10
|
"theRempahResupply": "El reabastecimiento de Rempah",
|
|
@@ -14,22 +14,22 @@
|
|
|
14
14
|
"verseOfRemorse": "Verso del remordimiento",
|
|
15
15
|
"riskTheRisingTide": "Mareas Peligrosas",
|
|
16
16
|
"iceAndEasy": "Hielo fácil",
|
|
17
|
-
"chorusOfHavoc": "
|
|
17
|
+
"chorusOfHavoc": "Chorus of Havoc (Hubac Twins Domain)",
|
|
18
18
|
"divineRetribution": "La venganza divina",
|
|
19
19
|
"opulentOpportunity": "Oportunidad opulenta",
|
|
20
20
|
"easternExchange": "Empresa al este",
|
|
21
21
|
"flamesOfTheDragon": "Virtud gloriosa",
|
|
22
|
-
"theGloriousPhoenix": "
|
|
22
|
+
"theGloriousPhoenix": "The Glorious Phoenix (Li Tian Ning Domain)",
|
|
23
23
|
"theSerpentsWrath": "Ira de la serpiente",
|
|
24
24
|
"flamesOfThePhoenix": "Llamas del Fénix",
|
|
25
25
|
"baitAndSwitch": "Bait and Switch",
|
|
26
26
|
"stolenTreasures": "Stolen Treasures",
|
|
27
27
|
"curseOfTheSchaduw": "La maldición del Schaduw",
|
|
28
|
-
"theLoomingShadow": "The Looming Shadow",
|
|
28
|
+
"theLoomingShadow": "The Looming Shadow (Vikram Rajan Domain)",
|
|
29
29
|
"reaversVengeance": "Reaver's Vengeance",
|
|
30
30
|
"theWolfHunter": "Cazabobos",
|
|
31
31
|
"theAzureRoyale": "The Azure Royale",
|
|
32
|
-
"theGreatShadow": "
|
|
32
|
+
"theGreatShadow": "The Great Shadow (Mythic Vikram Rajan)",
|
|
33
33
|
"undyingMaw": "Undying Maw",
|
|
34
34
|
"payingDues": "Paying Dues",
|
|
35
35
|
"scurlocksPrecious": "Tesoro de Scurlock",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"opstuwing": "Gran Opwelling",
|
|
75
75
|
"soleilImperial": "Gran Soleil Royal",
|
|
76
76
|
"kraken": "Kraken",
|
|
77
|
-
"theDrowningPlague": "The Drowning Plague",
|
|
77
|
+
"theDrowningPlague": "The Drowning Plague (Mythic La Peste)",
|
|
78
78
|
"jawsOfRetribution": "Jaws of Retribution",
|
|
79
79
|
"megafortWolvenhol": "Gran fuerte de Wolvenhol",
|
|
80
80
|
"legendOfTheNian": "Legend of the Nian",
|