@skullandbonestools/snbdata 7.0.11 → 7.1.0
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/commodities.json +5 -0
- package/data/cosmetics.json +155 -6
- package/data/items.json +97 -24
- package/data/worldEvents.json +5 -0
- package/languages/ar/ar_commodities.json +4 -0
- package/languages/ar/ar_cosmetics.json +48 -0
- package/languages/ar/ar_items.json +18 -0
- package/languages/ar/ar_locations.json +2 -1
- package/languages/ar/ar_materials.json +1 -1
- package/languages/ar/ar_worldEvents.json +2 -1
- package/languages/de/de_commodities.json +6 -2
- package/languages/de/de_cosmetics.json +114 -66
- package/languages/de/de_items.json +27 -9
- package/languages/de/de_locations.json +12 -11
- package/languages/de/de_materials.json +1 -1
- package/languages/de/de_perks.json +54 -54
- package/languages/de/de_sets.json +4 -4
- package/languages/de/de_worldEvents.json +6 -5
- package/languages/en/en_commodities.json +4 -0
- package/languages/en/en_cosmetics.json +48 -0
- package/languages/en/en_items.json +18 -0
- package/languages/en/en_locations.json +2 -1
- package/languages/en/en_materials.json +1 -1
- package/languages/en/en_worldEvents.json +2 -1
- package/languages/es/es_commodities.json +4 -0
- package/languages/es/es_cosmetics.json +48 -0
- package/languages/es/es_items.json +18 -0
- package/languages/es/es_locations.json +2 -1
- package/languages/es/es_materials.json +1 -1
- package/languages/es/es_worldEvents.json +2 -1
- package/languages/fr/fr_commodities.json +4 -0
- package/languages/fr/fr_cosmetics.json +48 -0
- package/languages/fr/fr_items.json +18 -0
- package/languages/fr/fr_locations.json +2 -1
- package/languages/fr/fr_materials.json +1 -1
- package/languages/fr/fr_worldEvents.json +2 -1
- package/languages/source/commodities.json +4 -0
- package/languages/source/cosmetics.json +48 -0
- package/languages/source/items.json +18 -0
- package/languages/source/locations.json +2 -1
- package/languages/source/materials.json +1 -1
- package/languages/source/worldEvents.json +2 -1
- package/languages/zh/zh_achievements.json +248 -0
- package/languages/zh/zh_commodities.json +296 -0
- package/languages/zh/zh_contracts.json +99 -0
- package/languages/zh/zh_cosmetics.json +20026 -0
- package/languages/zh/zh_events.json +15 -0
- package/languages/zh/zh_factions.json +70 -0
- package/languages/zh/zh_items.json +2951 -0
- package/languages/zh/zh_locations.json +250 -0
- package/languages/zh/zh_materials.json +632 -0
- package/languages/zh/zh_modifications.json +447 -0
- package/languages/zh/zh_perks.json +2966 -0
- package/languages/zh/zh_regions.json +16 -0
- package/languages/zh/zh_seasons.json +12 -0
- package/languages/zh/zh_sets.json +382 -0
- package/languages/zh/zh_ships.json +106 -0
- package/languages/zh/zh_territories.json +178 -0
- package/languages/zh/zh_ultimates.json +48 -0
- package/languages/zh/zh_worldEvents.json +73 -0
- package/package.json +1 -1
|
@@ -19973,6 +19973,54 @@
|
|
|
19973
19973
|
"description": {
|
|
19974
19974
|
"general": "The chase makes triumph sweeter"
|
|
19975
19975
|
}
|
|
19976
|
+
},
|
|
19977
|
+
"glacialWonder": {
|
|
19978
|
+
"name": "Glacial Wonder",
|
|
19979
|
+
"description": {
|
|
19980
|
+
"general": "The gunners are afraid to get too close"
|
|
19981
|
+
}
|
|
19982
|
+
},
|
|
19983
|
+
"ghostlyTinges": {
|
|
19984
|
+
"name": "Ghostly Tinges",
|
|
19985
|
+
"description": {
|
|
19986
|
+
"general": "The recollections of the dead endure"
|
|
19987
|
+
}
|
|
19988
|
+
},
|
|
19989
|
+
"stormsBreath": {
|
|
19990
|
+
"name": "Storm's Breath",
|
|
19991
|
+
"description": {
|
|
19992
|
+
"general": "Your fury is a torrent, yet your heart is still"
|
|
19993
|
+
}
|
|
19994
|
+
},
|
|
19995
|
+
"edgesOfDespair": {
|
|
19996
|
+
"name": "Edges of Despair",
|
|
19997
|
+
"description": {
|
|
19998
|
+
"general": "The fight for control rages on"
|
|
19999
|
+
}
|
|
20000
|
+
},
|
|
20001
|
+
"frigidGloom": {
|
|
20002
|
+
"name": "Frigid Gloom",
|
|
20003
|
+
"description": {
|
|
20004
|
+
"general": "You taste dread but is it your enemies' or your own?"
|
|
20005
|
+
}
|
|
20006
|
+
},
|
|
20007
|
+
"shardsOfLonging": {
|
|
20008
|
+
"name": "Shards of Longing",
|
|
20009
|
+
"description": {
|
|
20010
|
+
"general": "That which was broken stands to be remade"
|
|
20011
|
+
}
|
|
20012
|
+
},
|
|
20013
|
+
"curseSpun": {
|
|
20014
|
+
"name": "Curse Spun",
|
|
20015
|
+
"description": {
|
|
20016
|
+
"general": "Touched by forces you do not quite understand"
|
|
20017
|
+
}
|
|
20018
|
+
},
|
|
20019
|
+
"theLifestealer": {
|
|
20020
|
+
"name": "The Lifestealer",
|
|
20021
|
+
"description": {
|
|
20022
|
+
"general": "It takes and takes until nothing is left"
|
|
20023
|
+
}
|
|
19976
20024
|
}
|
|
19977
20025
|
}
|
|
19978
20026
|
}
|
|
@@ -2928,6 +2928,24 @@
|
|
|
2928
2928
|
"description": {
|
|
2929
2929
|
"general": "An opulent chest which may contain cosmetics that are part of Sea of Kingdoms Set"
|
|
2930
2930
|
}
|
|
2931
|
+
},
|
|
2932
|
+
"harbingersStrongbox": {
|
|
2933
|
+
"name": "Harbinger's Strongbox",
|
|
2934
|
+
"description": {
|
|
2935
|
+
"general": "A strongbox from an elite ship of the Azure Fleet. It seems to sap the very warmth from the surrounding air."
|
|
2936
|
+
}
|
|
2937
|
+
},
|
|
2938
|
+
"ascendedFrostwailChest": {
|
|
2939
|
+
"name": "Ascended Frostwail Chest",
|
|
2940
|
+
"description": {
|
|
2941
|
+
"general": "An ornate chest containing unknown treasures. Some claim to have heard weeping from within."
|
|
2942
|
+
}
|
|
2943
|
+
},
|
|
2944
|
+
"ascendedAzureSolsticeEventCache": {
|
|
2945
|
+
"name": "Ascended Event Cache (Azure Solstice)",
|
|
2946
|
+
"description": {
|
|
2947
|
+
"general": "Contains an Ascended Event weapon."
|
|
2948
|
+
}
|
|
2931
2949
|
}
|
|
2932
2950
|
}
|
|
2933
2951
|
}
|
|
@@ -244,6 +244,7 @@
|
|
|
244
244
|
"factionWarRewardWonTerritory11": "Reward for winning eleven territories in the Faction War with the aligned faction",
|
|
245
245
|
"twitchDropSpammals": "Time-limited twitch drop during a livestream from Spammals",
|
|
246
246
|
"unboundReaperReward": "Obtained when defeating the Unbound Reaper",
|
|
247
|
-
"dropDuringMythicLaPesteEncounter": "Possible drop from La Peste's reinforcements during the Mythic La Peste encounter"
|
|
247
|
+
"dropDuringMythicLaPesteEncounter": "Possible drop from La Peste's reinforcements during the Mythic La Peste encounter",
|
|
248
|
+
"azureHarbingerReward": "Obtained when defeating the Azure Harbinger"
|
|
248
249
|
}
|
|
249
250
|
}
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"azuriteGem": {
|
|
32
32
|
"name": "Gemme d'azurite",
|
|
33
|
-
"description": ""
|
|
33
|
+
"description": "This gem gleams with an unsettling sheen and feels cold to the touch. So cold it seems to be sapping more than just heat."
|
|
34
34
|
},
|
|
35
35
|
"halfTaels": {
|
|
36
36
|
"name": "Half-Taels",
|
|
@@ -287,6 +287,10 @@
|
|
|
287
287
|
"jasmineIncenseFlare": {
|
|
288
288
|
"name": "Jasmine Incense Flare",
|
|
289
289
|
"description": "When lit, it gives off a sickly yet pleasant aroma."
|
|
290
|
+
},
|
|
291
|
+
"azureFlare": {
|
|
292
|
+
"name": "Azure Flare",
|
|
293
|
+
"description": "This flare has a terrifying shimmer to it. Perhaps it has some connection to a greater curse..."
|
|
290
294
|
}
|
|
291
295
|
}
|
|
292
296
|
}
|
|
@@ -19973,6 +19973,54 @@
|
|
|
19973
19973
|
"description": {
|
|
19974
19974
|
"general": "The chase makes triumph sweeter"
|
|
19975
19975
|
}
|
|
19976
|
+
},
|
|
19977
|
+
"glacialWonder": {
|
|
19978
|
+
"name": "Glacial Wonder",
|
|
19979
|
+
"description": {
|
|
19980
|
+
"general": "The gunners are afraid to get too close"
|
|
19981
|
+
}
|
|
19982
|
+
},
|
|
19983
|
+
"ghostlyTinges": {
|
|
19984
|
+
"name": "Ghostly Tinges",
|
|
19985
|
+
"description": {
|
|
19986
|
+
"general": "The recollections of the dead endure"
|
|
19987
|
+
}
|
|
19988
|
+
},
|
|
19989
|
+
"stormsBreath": {
|
|
19990
|
+
"name": "Storm's Breath",
|
|
19991
|
+
"description": {
|
|
19992
|
+
"general": "Your fury is a torrent, yet your heart is still"
|
|
19993
|
+
}
|
|
19994
|
+
},
|
|
19995
|
+
"edgesOfDespair": {
|
|
19996
|
+
"name": "Edges of Despair",
|
|
19997
|
+
"description": {
|
|
19998
|
+
"general": "The fight for control rages on"
|
|
19999
|
+
}
|
|
20000
|
+
},
|
|
20001
|
+
"frigidGloom": {
|
|
20002
|
+
"name": "Frigid Gloom",
|
|
20003
|
+
"description": {
|
|
20004
|
+
"general": "You taste dread but is it your enemies' or your own?"
|
|
20005
|
+
}
|
|
20006
|
+
},
|
|
20007
|
+
"shardsOfLonging": {
|
|
20008
|
+
"name": "Shards of Longing",
|
|
20009
|
+
"description": {
|
|
20010
|
+
"general": "That which was broken stands to be remade"
|
|
20011
|
+
}
|
|
20012
|
+
},
|
|
20013
|
+
"curseSpun": {
|
|
20014
|
+
"name": "Curse Spun",
|
|
20015
|
+
"description": {
|
|
20016
|
+
"general": "Touched by forces you do not quite understand"
|
|
20017
|
+
}
|
|
20018
|
+
},
|
|
20019
|
+
"theLifestealer": {
|
|
20020
|
+
"name": "The Lifestealer",
|
|
20021
|
+
"description": {
|
|
20022
|
+
"general": "It takes and takes until nothing is left"
|
|
20023
|
+
}
|
|
19976
20024
|
}
|
|
19977
20025
|
}
|
|
19978
20026
|
}
|
|
@@ -2928,6 +2928,24 @@
|
|
|
2928
2928
|
"description": {
|
|
2929
2929
|
"general": "An opulent chest which may contain cosmetics that are part of Sea of Kingdoms Set"
|
|
2930
2930
|
}
|
|
2931
|
+
},
|
|
2932
|
+
"harbingersStrongbox": {
|
|
2933
|
+
"name": "Harbinger's Strongbox",
|
|
2934
|
+
"description": {
|
|
2935
|
+
"general": "A strongbox from an elite ship of the Azure Fleet. It seems to sap the very warmth from the surrounding air."
|
|
2936
|
+
}
|
|
2937
|
+
},
|
|
2938
|
+
"ascendedFrostwailChest": {
|
|
2939
|
+
"name": "Ascended Frostwail Chest",
|
|
2940
|
+
"description": {
|
|
2941
|
+
"general": "An ornate chest containing unknown treasures. Some claim to have heard weeping from within."
|
|
2942
|
+
}
|
|
2943
|
+
},
|
|
2944
|
+
"ascendedAzureSolsticeEventCache": {
|
|
2945
|
+
"name": "Ascended Event Cache (Azure Solstice)",
|
|
2946
|
+
"description": {
|
|
2947
|
+
"general": "Contains an Ascended Event weapon."
|
|
2948
|
+
}
|
|
2931
2949
|
}
|
|
2932
2950
|
}
|
|
2933
2951
|
}
|
|
@@ -244,6 +244,7 @@
|
|
|
244
244
|
"factionWarRewardWonTerritory11": "Reward for winning eleven territories in the Faction War with the aligned faction",
|
|
245
245
|
"twitchDropSpammals": "Time-limited twitch drop during a livestream from Spammals",
|
|
246
246
|
"unboundReaperReward": "Obtained when defeating the Unbound Reaper",
|
|
247
|
-
"dropDuringMythicLaPesteEncounter": "Possible drop from La Peste's reinforcements during the Mythic La Peste encounter"
|
|
247
|
+
"dropDuringMythicLaPesteEncounter": "Possible drop from La Peste's reinforcements during the Mythic La Peste encounter",
|
|
248
|
+
"azureHarbingerReward": "Obtained when defeating the Azure Harbinger"
|
|
248
249
|
}
|
|
249
250
|
}
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"azuriteGem": {
|
|
32
32
|
"name": "Azurite Gem",
|
|
33
|
-
"description": ""
|
|
33
|
+
"description": "This gem gleams with an unsettling sheen and feels cold to the touch. So cold it seems to be sapping more than just heat."
|
|
34
34
|
},
|
|
35
35
|
"halfTaels": {
|
|
36
36
|
"name": "Half-Taels",
|
|
@@ -0,0 +1,248 @@
|
|
|
1
|
+
{
|
|
2
|
+
"achievements": {
|
|
3
|
+
"ballistaMastery": {
|
|
4
|
+
"name": "Ballista Mastery",
|
|
5
|
+
"description": "Deal %s damage using Ballista."
|
|
6
|
+
},
|
|
7
|
+
"mortarMastery": {
|
|
8
|
+
"name": "Mortar Mastery",
|
|
9
|
+
"description": "Deal %s damage using Mortar."
|
|
10
|
+
},
|
|
11
|
+
"seaFireMastery": {
|
|
12
|
+
"name": "Sea Fire Mastery",
|
|
13
|
+
"description": "Deal %s damage using Sea Fire."
|
|
14
|
+
},
|
|
15
|
+
"springloaderMastery": {
|
|
16
|
+
"name": "Springloader Mastery",
|
|
17
|
+
"description": "Deal %s damage using Springloader."
|
|
18
|
+
},
|
|
19
|
+
"torpedoMastery": {
|
|
20
|
+
"name": "Torpedo Mastery",
|
|
21
|
+
"description": "Deal %s damage using Torpedoes."
|
|
22
|
+
},
|
|
23
|
+
"bombardMastery": {
|
|
24
|
+
"name": "Bombard Mastery",
|
|
25
|
+
"description": "Deal %s damage using Bombard."
|
|
26
|
+
},
|
|
27
|
+
"culverinMastery": {
|
|
28
|
+
"name": "Culverin Mastery",
|
|
29
|
+
"description": "Deal %s damage using Culverin."
|
|
30
|
+
},
|
|
31
|
+
"demicannonMastery": {
|
|
32
|
+
"name": "Demi-Cannon Mastery",
|
|
33
|
+
"description": "Deal %s damage using Demi-Cannon."
|
|
34
|
+
},
|
|
35
|
+
"longGunMastery": {
|
|
36
|
+
"name": "Long Gun Mastery",
|
|
37
|
+
"description": "Deal %s damage using Long Gun."
|
|
38
|
+
},
|
|
39
|
+
"rocketMastery": {
|
|
40
|
+
"name": "Rocket Mastery",
|
|
41
|
+
"description": "Deal %s damage using Rocket."
|
|
42
|
+
},
|
|
43
|
+
"explosiveLongGunMastery": {
|
|
44
|
+
"name": "Explosive Long Gun Mastery",
|
|
45
|
+
"description": "Deal %s damage using Lange Kartouwe."
|
|
46
|
+
},
|
|
47
|
+
"unisonCulverinMastery": {
|
|
48
|
+
"name": "Unison Culverin Mastery",
|
|
49
|
+
"description": "Deal %s damage using Urban's Great Gun."
|
|
50
|
+
},
|
|
51
|
+
"explosiveDemicannonMastery": {
|
|
52
|
+
"name": "Explosive Demi-Cannon Mastery",
|
|
53
|
+
"description": "Deal %s damage using Kleine Kartouwe."
|
|
54
|
+
},
|
|
55
|
+
"weaponAscension": {
|
|
56
|
+
"name": "Weapon Ascension",
|
|
57
|
+
"description": "Ascend %s weapons."
|
|
58
|
+
},
|
|
59
|
+
"weaponModification": {
|
|
60
|
+
"name": "Weapon Modification",
|
|
61
|
+
"description": "Modify %s weapons."
|
|
62
|
+
},
|
|
63
|
+
"burningBallistaMastery": {
|
|
64
|
+
"name": "Burning Ballista Mastery",
|
|
65
|
+
"description": "Deal %s damage using Alecto."
|
|
66
|
+
},
|
|
67
|
+
"lightningBombardMastery": {
|
|
68
|
+
"name": "Lightning Bombard Mastery",
|
|
69
|
+
"description": "Deal %s damage using Divine Wind."
|
|
70
|
+
},
|
|
71
|
+
"lumberjack": {
|
|
72
|
+
"name": "Lumberjack",
|
|
73
|
+
"description": "Gather %s Wood."
|
|
74
|
+
},
|
|
75
|
+
"masterChef": {
|
|
76
|
+
"name": "Master Chef",
|
|
77
|
+
"description": "Gather %s Food."
|
|
78
|
+
},
|
|
79
|
+
"masterHarvester": {
|
|
80
|
+
"name": "Master Harvester",
|
|
81
|
+
"description": "Gather %s Fiber."
|
|
82
|
+
},
|
|
83
|
+
"masterSmith": {
|
|
84
|
+
"name": "Master Smith",
|
|
85
|
+
"description": "Craft %s Metal."
|
|
86
|
+
},
|
|
87
|
+
"silversmith": {
|
|
88
|
+
"name": "Silversmith",
|
|
89
|
+
"description": "Earn %s Silver."
|
|
90
|
+
},
|
|
91
|
+
"fortuneFinder": {
|
|
92
|
+
"name": "Fortune Finder",
|
|
93
|
+
"description": "Complete %s Treasure Maps."
|
|
94
|
+
},
|
|
95
|
+
"keeperOfEights": {
|
|
96
|
+
"name": "Keeper of Eights",
|
|
97
|
+
"description": "Earn %s Pieces of Eight."
|
|
98
|
+
},
|
|
99
|
+
"plagueEnder": {
|
|
100
|
+
"name": "Plague Ender",
|
|
101
|
+
"description": "Complete the \"The Plague King\" world event %s times."
|
|
102
|
+
},
|
|
103
|
+
"cursebreaker": {
|
|
104
|
+
"name": "Cursebreaker",
|
|
105
|
+
"description": "Complete the \"The Looming Schadow\" world event %s times."
|
|
106
|
+
},
|
|
107
|
+
"redeemer": {
|
|
108
|
+
"name": "Redeemer",
|
|
109
|
+
"description": "Complete the \"The Great Schadow\" world event %s times."
|
|
110
|
+
},
|
|
111
|
+
"showstopper": {
|
|
112
|
+
"name": "Showstopper",
|
|
113
|
+
"description": "Complete the \"Chorus of Havoc\" world event %s times."
|
|
114
|
+
},
|
|
115
|
+
"unsighted": {
|
|
116
|
+
"name": "Unsighted",
|
|
117
|
+
"description": "Complete the \"The Glorious Phoenix\" world event %s times."
|
|
118
|
+
},
|
|
119
|
+
"plunderer": {
|
|
120
|
+
"name": "Plunderer",
|
|
121
|
+
"description": "Complete %s plunders while in a group."
|
|
122
|
+
},
|
|
123
|
+
"wolfpack": {
|
|
124
|
+
"name": "Wolfpack",
|
|
125
|
+
"description": "Land the final hit on %s ships while sailing in a group."
|
|
126
|
+
},
|
|
127
|
+
"handOfJudgment": {
|
|
128
|
+
"name": "Hand of Judgment",
|
|
129
|
+
"description": "Use %s Bloodied Strongbox"
|
|
130
|
+
},
|
|
131
|
+
"azureTidings": {
|
|
132
|
+
"name": "Azure Tidings",
|
|
133
|
+
"description": "Use %s Azure Cache"
|
|
134
|
+
},
|
|
135
|
+
"claimToFame": {
|
|
136
|
+
"name": "Claim to Fame (Y2S1)",
|
|
137
|
+
"description": "Gain %s Infamy in Year 2 Season 1"
|
|
138
|
+
},
|
|
139
|
+
"enterTheNian": {
|
|
140
|
+
"name": "Enter the Nian",
|
|
141
|
+
"description": "Use %s Nian Strongbox"
|
|
142
|
+
},
|
|
143
|
+
"ghoulsBane": {
|
|
144
|
+
"name": "Ghoul's Bane",
|
|
145
|
+
"description": "Use %s Reaper's Cache"
|
|
146
|
+
},
|
|
147
|
+
"claimToFameY2S2": {
|
|
148
|
+
"name": "Claim to Fame (Y2S2)",
|
|
149
|
+
"description": "Gain %s Infamy in Year 2 Season 2"
|
|
150
|
+
},
|
|
151
|
+
"darktideSurvivor": {
|
|
152
|
+
"name": "Darktide Survivor",
|
|
153
|
+
"description": "Use %s Darktide Lullaby caches"
|
|
154
|
+
},
|
|
155
|
+
"moonshineRaider": {
|
|
156
|
+
"name": "Moonshine Raider",
|
|
157
|
+
"description": "Use %s Moonshine Larceny caches"
|
|
158
|
+
},
|
|
159
|
+
"fleetMaster": {
|
|
160
|
+
"name": "Fleet Master",
|
|
161
|
+
"description": "Build %s ships"
|
|
162
|
+
},
|
|
163
|
+
"stormSailor": {
|
|
164
|
+
"name": "Storm Sailor",
|
|
165
|
+
"description": "Sail through storms for %s minutes"
|
|
166
|
+
},
|
|
167
|
+
"colossalVessel": {
|
|
168
|
+
"name": "Colossal Vessel",
|
|
169
|
+
"description": "Build %s Large Frigate"
|
|
170
|
+
},
|
|
171
|
+
"pirateKnight": {
|
|
172
|
+
"name": "Pirate Knight",
|
|
173
|
+
"description": "Loot %s Merchant Convoys"
|
|
174
|
+
},
|
|
175
|
+
"warlord": {
|
|
176
|
+
"name": "Warlord",
|
|
177
|
+
"description": "Earn %s war assets in Faction War"
|
|
178
|
+
},
|
|
179
|
+
"hubacHunter": {
|
|
180
|
+
"name": "Hubac Hunter",
|
|
181
|
+
"description": "Deal %s weak-point damage with Culverin in Hubac Twins' Domain"
|
|
182
|
+
},
|
|
183
|
+
"laPesteHunter": {
|
|
184
|
+
"name": "La Peste Hunter",
|
|
185
|
+
"description": "Deal %s weak-point damage with Torpedoes in La Peste's Domain"
|
|
186
|
+
},
|
|
187
|
+
"liTianNingHunter": {
|
|
188
|
+
"name": "Li Tian Ning Hunter",
|
|
189
|
+
"description": "Deal %s weak-point damage with Ballista in Li Tian Ning's Domain"
|
|
190
|
+
},
|
|
191
|
+
"vikramHunter": {
|
|
192
|
+
"name": "Vikram Hunter",
|
|
193
|
+
"description": "Deal %s weak-point damage with Sea Fire in Vikram's Domain"
|
|
194
|
+
},
|
|
195
|
+
"dominator": {
|
|
196
|
+
"name": "Dominator",
|
|
197
|
+
"description": "Capture %s points in Tidebreaker"
|
|
198
|
+
},
|
|
199
|
+
"doomsday": {
|
|
200
|
+
"name": "Doomsday",
|
|
201
|
+
"description": "Win %s rounds in Fleetfire"
|
|
202
|
+
},
|
|
203
|
+
"pirateHunter": {
|
|
204
|
+
"name": "Pirate Hunter",
|
|
205
|
+
"description": "Defeat %s pirates in Fleetfire"
|
|
206
|
+
},
|
|
207
|
+
"theMedic": {
|
|
208
|
+
"name": "The Medic",
|
|
209
|
+
"description": "Repair %s value on friendly pirates in Tidebreaker"
|
|
210
|
+
},
|
|
211
|
+
"claimToFameY2S3": {
|
|
212
|
+
"name": "Claim to Fame (Y2S3)",
|
|
213
|
+
"description": "Gain %s Infamy in Year 2 Season 3"
|
|
214
|
+
},
|
|
215
|
+
"deadeye": {
|
|
216
|
+
"name": "Deadeye",
|
|
217
|
+
"description": "Deal %s weak-point damage in Halloween"
|
|
218
|
+
},
|
|
219
|
+
"invader": {
|
|
220
|
+
"name": "Invader",
|
|
221
|
+
"description": "Complete Halloween events %s times"
|
|
222
|
+
},
|
|
223
|
+
"epicFloodingGunMastery": {
|
|
224
|
+
"name": "Epic Flooding Gun Mastery",
|
|
225
|
+
"description": "Deal %s weak-point damage using The Drowned One"
|
|
226
|
+
},
|
|
227
|
+
"epicPoisonCulverinMastery": {
|
|
228
|
+
"name": "Epic Poison Culverin Mastery",
|
|
229
|
+
"description": "Deal %s weak-point damage using Rotmouth"
|
|
230
|
+
},
|
|
231
|
+
"epicPoisonSeaFireMastery": {
|
|
232
|
+
"name": "Epic Poison Sea Fire Mastery",
|
|
233
|
+
"description": "Deal %s weak-point damage using Virulent Accord"
|
|
234
|
+
},
|
|
235
|
+
"epicPoisonTorpedoMastery": {
|
|
236
|
+
"name": "Epic Poison Torpedo Mastery",
|
|
237
|
+
"description": "Deal %s weak-point damage using Blightbringer"
|
|
238
|
+
},
|
|
239
|
+
"genericBombardMastery": {
|
|
240
|
+
"name": "Generic Bombard Mastery",
|
|
241
|
+
"description": "Deal %s weak-point damage using Frostwail"
|
|
242
|
+
},
|
|
243
|
+
"lightningSeaFireMastery": {
|
|
244
|
+
"name": "Lightning Sea Fire Mastery",
|
|
245
|
+
"description": "Deal %s weak-point damage using Heavenly Thunder"
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
}
|