@skullandbonestools/snbdata 6.0.18 → 6.0.20
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 +20 -6
- 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 +17974 -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 +17974 -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 +17974 -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 +17974 -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 +17974 -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 +17974 -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
package/data/cosmetics.json
CHANGED
|
@@ -12528,18 +12528,16 @@
|
|
|
12528
12528
|
"violentOrchestra": {
|
|
12529
12529
|
"id": "violentOrchestra",
|
|
12530
12530
|
"type": "sailsEmblem",
|
|
12531
|
-
"
|
|
12532
|
-
"obtainable": ["ubisoftStore","hellfestShipCosmeticsChest"],
|
|
12531
|
+
"obtainable": "ubisoftStore",
|
|
12533
12532
|
"dateAdded": "2024-06-18",
|
|
12534
|
-
"lastUpdated": "2025-
|
|
12533
|
+
"lastUpdated": "2025-08-28"
|
|
12535
12534
|
},
|
|
12536
12535
|
"boltsOfFury": {
|
|
12537
12536
|
"id": "boltsOfFury",
|
|
12538
12537
|
"type": "sailsPattern",
|
|
12539
|
-
"
|
|
12540
|
-
"obtainable": ["ubisoftStore","hellfestShipCosmeticsChest"],
|
|
12538
|
+
"obtainable": "ubisoftStore",
|
|
12541
12539
|
"dateAdded": "2024-06-18",
|
|
12542
|
-
"lastUpdated": "2025-
|
|
12540
|
+
"lastUpdated": "2025-08-28"
|
|
12543
12541
|
},
|
|
12544
12542
|
"solemnMuse": {
|
|
12545
12543
|
"id": "solemnMuse",
|
|
@@ -25696,5 +25694,21 @@
|
|
|
25696
25694
|
"set": "cardsOfFate",
|
|
25697
25695
|
"dateAdded": "2025-08-19",
|
|
25698
25696
|
"lastUpdated": "2025-08-19"
|
|
25697
|
+
},
|
|
25698
|
+
"hellbentHellfest": {
|
|
25699
|
+
"id": "hellbentHellfest",
|
|
25700
|
+
"type": "sailsEmblem",
|
|
25701
|
+
"set": "hellfestShip",
|
|
25702
|
+
"obtainable": ["ubisoftStore","hellfestShipCosmeticsChest"],
|
|
25703
|
+
"dateAdded": "2025-08-28",
|
|
25704
|
+
"lastUpdated": "2025-08-28"
|
|
25705
|
+
},
|
|
25706
|
+
"flamesOfTheStyx": {
|
|
25707
|
+
"id": "flamesOfTheStyx",
|
|
25708
|
+
"type": "sailsPattern",
|
|
25709
|
+
"set": "hellfestShip",
|
|
25710
|
+
"obtainable": ["ubisoftStore","hellfestShipCosmeticsChest"],
|
|
25711
|
+
"dateAdded": "2025-08-28",
|
|
25712
|
+
"lastUpdated": "2025-08-28"
|
|
25699
25713
|
}
|
|
25700
25714
|
}
|
|
@@ -0,0 +1,176 @@
|
|
|
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
|
+
}
|
|
176
|
+
}
|
|
@@ -0,0 +1,288 @@
|
|
|
1
|
+
{
|
|
2
|
+
"commodities": {
|
|
3
|
+
"lambaCloth": {
|
|
4
|
+
"name": "رداء اللام بٰ",
|
|
5
|
+
"description": "Traditional garment from the Red Isle. Has value to the right buyer. Produced by the Sea People to be traded in the region."
|
|
6
|
+
},
|
|
7
|
+
"uncutGarnet": {
|
|
8
|
+
"name": "Uncut Garnet",
|
|
9
|
+
"description": "A deep maroon hints at its value. It is prized as a gem by many. Produced by the Sea People to be exported from the region."
|
|
10
|
+
},
|
|
11
|
+
"fineSeaPeopleRelic": {
|
|
12
|
+
"name": "Fine Sea People Relic",
|
|
13
|
+
"description": "A precious article from the Sea People. They could be sold for a good amount of silver."
|
|
14
|
+
},
|
|
15
|
+
"capitalSeaPeopleRelic": {
|
|
16
|
+
"name": "Capital Sea People Relic",
|
|
17
|
+
"description": "An invaluable article from the Sea People. They could be sold for a huge amount of silver."
|
|
18
|
+
},
|
|
19
|
+
"cloves": {
|
|
20
|
+
"name": "قرنفل",
|
|
21
|
+
"description": "القرنفل براعم زهور مجففة تستخدم كتوابل ومكون وسطي، يتم إنتاجها وتداولها من قبل الفاره في منطقة الجزيرة الحمراء."
|
|
22
|
+
},
|
|
23
|
+
"frankincense": {
|
|
24
|
+
"name": "Frankincense",
|
|
25
|
+
"description": "An aromatic resin obtained from a shrub that grows in the region of the Arabian Straits. It is burnt in various rituals, both in the East and West. Produced by the Fara to be exported out of the region."
|
|
26
|
+
},
|
|
27
|
+
"uncutSapphire": {
|
|
28
|
+
"name": "Uncut Sapphire",
|
|
29
|
+
"description": "A crude, valuable blue gem that can be found in the Red Isle. Unearthed by the Fara for trades beyond the Indian Ocean."
|
|
30
|
+
},
|
|
31
|
+
"fineFaraRelic": {
|
|
32
|
+
"name": "Fine Fara Relic",
|
|
33
|
+
"description": "A precious article from the Fara. They could be sold for a good amount of silver."
|
|
34
|
+
},
|
|
35
|
+
"capitalFaraRelic": {
|
|
36
|
+
"name": "Capital Fara Relic",
|
|
37
|
+
"description": "An invaluable article from the Fara. They could be sold for a huge amount of silver."
|
|
38
|
+
},
|
|
39
|
+
"snuff": {
|
|
40
|
+
"name": "Snuff",
|
|
41
|
+
"description": "In the hands of a connoisseur, it brings joy for its flavor. produced by the Ungwana to be traded in the region."
|
|
42
|
+
},
|
|
43
|
+
"ivory": {
|
|
44
|
+
"name": "عاج",
|
|
45
|
+
"description": "سلعة لا تقدر بثمن يقدرها الحرفيون لجمالها ومجموعة العناصر التي يمكن صناعتها منها. يتم إنتاجها من قبل شعب أونغوا لتصديرها خارج المنطقة."
|
|
46
|
+
},
|
|
47
|
+
"uncutDiamond": {
|
|
48
|
+
"name": "Uncut Diamond",
|
|
49
|
+
"description": "Prized by many, this commodity is valued for its beauty and price in the hands of the right person. Produced by the Ungwana to be exported out of the region."
|
|
50
|
+
},
|
|
51
|
+
"fineUngwanaRelic": {
|
|
52
|
+
"name": "Fine Ungwana Relic",
|
|
53
|
+
"description": "A precious article from the Ungwana. They could be sold for a good amount of silver."
|
|
54
|
+
},
|
|
55
|
+
"capitalUngwanaRelic": {
|
|
56
|
+
"name": "Capital Ungwana Relic",
|
|
57
|
+
"description": "An invaluable article from the Ungwana. They could be sold for a huge amount of silver."
|
|
58
|
+
},
|
|
59
|
+
"spice": {
|
|
60
|
+
"name": "توابل",
|
|
61
|
+
"description": "التوابل المطحونة ذات قيمة عالية لفائدتها في الطهي والطب. وقد دارت الحروب عليها.\nيتم إنتاجها من قبل الرم باه لتصديرها من المنطقة."
|
|
62
|
+
},
|
|
63
|
+
"batik": {
|
|
64
|
+
"name": "Batik",
|
|
65
|
+
"description": "Intricate dyed cloth manufactured by the Rempah. Produced to be traded in the region."
|
|
66
|
+
},
|
|
67
|
+
"uncutRuby": {
|
|
68
|
+
"name": "ياقوت أحمر غير مصقول",
|
|
69
|
+
"description": "جوهرة غير معالجة بلون أحمر ناري، تُعد لتُركّب في عصا أحد النبلاء أو خاتم أحد الزعماء. يُنتجها شعب الرم باه للتصدير خارج المنطقة."
|
|
70
|
+
},
|
|
71
|
+
"fineRempahRelic": {
|
|
72
|
+
"name": "Fine Rempah Relic",
|
|
73
|
+
"description": "A precious article from the Rempah. They could be sold for a good amount of silver."
|
|
74
|
+
},
|
|
75
|
+
"capitalRempahRelic": {
|
|
76
|
+
"name": "Capital Rempah Relic",
|
|
77
|
+
"description": "An invaluable article from the Rempah. They could be sold for a huge amount of silver."
|
|
78
|
+
},
|
|
79
|
+
"ale": {
|
|
80
|
+
"name": "Ale",
|
|
81
|
+
"description": "More stuff to make people drunk. A pirate's favorite drink."
|
|
82
|
+
},
|
|
83
|
+
"tobacco": {
|
|
84
|
+
"name": "تبغ",
|
|
85
|
+
"description": "أوراق مجففة من نبات في جُزر الهند الغربية. تسبب الإدمان بشكل كبير، حيث يتم تدخينها أو مضغها أو استنشاقها كمخدر ترفيهي، ويُعتقد خطأً أنها مفيدة للصحة. يتم إنتاجها من قِبل الهولنديين لتصديرها خارج المنطقة."
|
|
86
|
+
},
|
|
87
|
+
"ambergris": {
|
|
88
|
+
"name": "Ambergris",
|
|
89
|
+
"description": "Found ashore or floating at sea near the Red Isle, ambergris is a fragrant substance used in perfumery and a byproduct of digesting giant squids by sperm whales. Produced by the Compagnie to be exported out of the region."
|
|
90
|
+
},
|
|
91
|
+
"vanilla": {
|
|
92
|
+
"name": "Vanilla",
|
|
93
|
+
"description": "A sweet spice for flavoring and medicine. Produced by the Compagnie to be exported out of the region."
|
|
94
|
+
},
|
|
95
|
+
"wine": {
|
|
96
|
+
"name": "نبيذ",
|
|
97
|
+
"description": "مادة عطرية تتصاعد من أبخرة احتراق الأشجار في جُزر الهند الشرقية. تُستخدم في صناعة العطور وكعنصر طبي. تنتجها الشركة الهولندية التجارية لكي يتم التجارة بها في المنطقة."
|
|
98
|
+
},
|
|
99
|
+
"brandy": {
|
|
100
|
+
"name": "Brandy",
|
|
101
|
+
"description": "A strong liquor distilled from wine and aged in wooden casks, which give it a distinct flavor and scent. Imported by the Compagnie to be traded in the region."
|
|
102
|
+
},
|
|
103
|
+
"ornatePistols": {
|
|
104
|
+
"name": "مسدسات مزخرفة",
|
|
105
|
+
"description": "مسدسات مرغوبة لدى الضباط والقراصنة الذين يحبون أن يكونوا ملفتين للنظر بثرواتهم"
|
|
106
|
+
},
|
|
107
|
+
"militaryCompagnieRelic": {
|
|
108
|
+
"name": "Military Compagnie Relic",
|
|
109
|
+
"description": "A fortification component from the Compagnie. They could be sold for a huge amount of silver."
|
|
110
|
+
},
|
|
111
|
+
"fineCompagnieRelic": {
|
|
112
|
+
"name": "Fine Compagnie Relic",
|
|
113
|
+
"description": "A precious article from the Compagnie. They could be sold for a good amount of silver."
|
|
114
|
+
},
|
|
115
|
+
"basicCompagnieRelic": {
|
|
116
|
+
"name": "Basic Compagnie Relic",
|
|
117
|
+
"description": "An article from the Compagnie. They could be sold for a decent amount of silver."
|
|
118
|
+
},
|
|
119
|
+
"capitalCompagnieRelic": {
|
|
120
|
+
"name": "Capital Compagnie Relic",
|
|
121
|
+
"description": "An invaluable article from the Compagnie. They could be sold for a huge amount of silver."
|
|
122
|
+
},
|
|
123
|
+
"nutmeg": {
|
|
124
|
+
"name": "جوزة الطيب",
|
|
125
|
+
"description": "ثمرة شجرهَ نادرة تنمو فقط في جُزرْ الهند الشرقية. جوزة الطيب من التوابل التي لا تقدر بثمن والّتي تنتجها شركة DMC للتداول في المنطقة."
|
|
126
|
+
},
|
|
127
|
+
"cacao": {
|
|
128
|
+
"name": "الكاكاو",
|
|
129
|
+
"description": "فاصوليا شائعة تستخدم في مجموعة متنوعة من الأطعمة والمشروبات ويتم استيرادها من أوروبا.\nلها قيمة للمشتري المناسب.\nيتم إنتاجها بواسطة شركة DMC للتداول في المنطقة."
|
|
130
|
+
},
|
|
131
|
+
"camphor": {
|
|
132
|
+
"name": "Camphor",
|
|
133
|
+
"description": "A fragrant substance contained in the vapors from burning trees in the East Indies. It is used both in perfumery and as a medicinal ingredient. Produced by the DMC to be traded in the region."
|
|
134
|
+
},
|
|
135
|
+
"gin": {
|
|
136
|
+
"name": "Gin",
|
|
137
|
+
"description": "Originally created as a medicinal liquor by monks and alchemists in Europe. Imported by the DMC to be traded in the region."
|
|
138
|
+
},
|
|
139
|
+
"painting": {
|
|
140
|
+
"name": "Painting",
|
|
141
|
+
"description": "A beautiful oil canvas painting framed by mahogany. This will fetch the right price from the right buyer. Imported by the DMC to be traded in the region."
|
|
142
|
+
},
|
|
143
|
+
"militaryDmcRelic": {
|
|
144
|
+
"name": "Military DMC Relic",
|
|
145
|
+
"description": "A fortification component from the DMC. They could be sold for a huge amount of silver."
|
|
146
|
+
},
|
|
147
|
+
"fineDmcRelic": {
|
|
148
|
+
"name": "Fine DMC Relic",
|
|
149
|
+
"description": "A precious article from the DMC. They could be sold for a good amount of silver."
|
|
150
|
+
},
|
|
151
|
+
"capitalDmcRelic": {
|
|
152
|
+
"name": "Capital DMC Relic",
|
|
153
|
+
"description": "An invaluable article from the DMC. They could be sold for a huge amount of silver."
|
|
154
|
+
},
|
|
155
|
+
"rum": {
|
|
156
|
+
"name": "Rum",
|
|
157
|
+
"description": "Distilled from sugarcane molasses. Truly the pirate's drink of choice. Imported by Scurlock to be traded in the region."
|
|
158
|
+
},
|
|
159
|
+
"cannonPowder": {
|
|
160
|
+
"name": "Cannon Powder",
|
|
161
|
+
"description": "The sheer explosive power of this chemical concoction means your enemies won't just be leaving with a bruised ego. Imported by Scurlock to be traded in the region."
|
|
162
|
+
},
|
|
163
|
+
"firearms": {
|
|
164
|
+
"name": "Firearms",
|
|
165
|
+
"description": "A cache of illegally procured weapons to bolster any pirate's arsenal. Imported by Scurlock to be traded in the region."
|
|
166
|
+
},
|
|
167
|
+
"ginseng": {
|
|
168
|
+
"name": "Ginseng",
|
|
169
|
+
"description": "One of the most famous herbs in the world. Often used by Rahma for its medicinal benefits. Imported by Rahma to be traded in the region."
|
|
170
|
+
},
|
|
171
|
+
"jade": {
|
|
172
|
+
"name": "Jade",
|
|
173
|
+
"description": "Prized mineral from the East, Jade is worn as jewelry and ornaments in certain cultures. Imported by Rahma to be traded in the region."
|
|
174
|
+
},
|
|
175
|
+
"porcelain": {
|
|
176
|
+
"name": "الخزف",
|
|
177
|
+
"description": "قطع خزفية لا تقدر بثمن من الشرق الأقصى استوردتها رحمة للتجارة بها في المنطقة."
|
|
178
|
+
},
|
|
179
|
+
"poppy": {
|
|
180
|
+
"name": "الخشخاش",
|
|
181
|
+
"description": "يتم تكريره وتحويله إلى أفيون ألـ لو تس الأزرق في المختبر في تيلـ و ك بان جارا"
|
|
182
|
+
},
|
|
183
|
+
"sugarCane": {
|
|
184
|
+
"name": "قصب السكر",
|
|
185
|
+
"description": "يتم تكريره إلى رم الجمجمة البيضاء في مكتب هـ يلم ألـ سانـ ت أن"
|
|
186
|
+
},
|
|
187
|
+
"juniperBerries": {
|
|
188
|
+
"name": "توت العرعر",
|
|
189
|
+
"description": "تم تحويله إلى جن الجمجمة البيضاء في مكتب هـ يلم ألـ سانـ ت أن"
|
|
190
|
+
},
|
|
191
|
+
"tobaccoLeaves": {
|
|
192
|
+
"name": "أوراق التبغ",
|
|
193
|
+
"description": "تم تحويله إلى سجائر سوداء في مكتب ألـ هـ يلم في تيلـ و ك بان جارا"
|
|
194
|
+
},
|
|
195
|
+
"rawImperialJade": {
|
|
196
|
+
"name": "Raw Imperial Jade",
|
|
197
|
+
"description": "A raw form of Imperial Jade, a valuable piece of contraband from the East. Refines into Imperial Jade at the Telok Penjarah Office."
|
|
198
|
+
},
|
|
199
|
+
"blackSnuff": {
|
|
200
|
+
"name": "Black Snuff",
|
|
201
|
+
"description": "High-quality black snuff refined from Tobacco Leaves by Helm members."
|
|
202
|
+
},
|
|
203
|
+
"blueLotusOpium": {
|
|
204
|
+
"name": "Blue Lotus Opium",
|
|
205
|
+
"description": "High-quality opium refined from Poppy by the Helm members."
|
|
206
|
+
},
|
|
207
|
+
"whiteSkullRum": {
|
|
208
|
+
"name": "White Skull Rum",
|
|
209
|
+
"description": "High-quality white rum refined from Sugar Cane by the Helm members."
|
|
210
|
+
},
|
|
211
|
+
"whiteSkullGin": {
|
|
212
|
+
"name": "White Skull Gin",
|
|
213
|
+
"description": "High-quality white gin refined from Juniper Berries by the Helm members."
|
|
214
|
+
},
|
|
215
|
+
"imperialJade": {
|
|
216
|
+
"name": "Imperial Jade",
|
|
217
|
+
"description": "Imperial Jade is a precious, highly valuable form of jade from the Far East, also known as the Middle Kingdom."
|
|
218
|
+
},
|
|
219
|
+
"silverSnuff": {
|
|
220
|
+
"name": "Silver Snuff",
|
|
221
|
+
"description": "The highest-quality white snuff obtainable from Black Snuff by Helm members."
|
|
222
|
+
},
|
|
223
|
+
"blackLotusOpium": {
|
|
224
|
+
"name": "Black Lotus Opium",
|
|
225
|
+
"description": "The highest-quality opium obtainable from Blue Lotus Opium by Helm members."
|
|
226
|
+
},
|
|
227
|
+
"goldSkullRum": {
|
|
228
|
+
"name": "Gold Skull Rum",
|
|
229
|
+
"description": "The highest-quality gold rum obtainable from White Skull Rum by Helm members."
|
|
230
|
+
},
|
|
231
|
+
"goldSkullGin": {
|
|
232
|
+
"name": "Gold Skull Gin",
|
|
233
|
+
"description": "The highest-quality gold gin obtainable from White Skull Gin by Helm members."
|
|
234
|
+
},
|
|
235
|
+
"carvedImperialJade": {
|
|
236
|
+
"name": "Carved Imperial Jade",
|
|
237
|
+
"description": "An artful carving of Imperial Jade from the East, coveted by collectors. Obtainable from Imperial Jade and members of the Helm."
|
|
238
|
+
},
|
|
239
|
+
"copperBars": {
|
|
240
|
+
"name": "Kupfer Bars",
|
|
241
|
+
"description": "A significant, high-grade metal from Europe, from refining copper to its highest purity. Makes it viable for applications for war."
|
|
242
|
+
},
|
|
243
|
+
"gildmarks": {
|
|
244
|
+
"name": "Gildmarks",
|
|
245
|
+
"description": "Thin pieces of an unknown material stamped with the symbol of balance and death. To the unknowing, they are curious oddities; to those in the know, they are not easily earned."
|
|
246
|
+
},
|
|
247
|
+
"helmLeaseOpen": {
|
|
248
|
+
"name": "Helm Lease (Open)",
|
|
249
|
+
"description": "An unrestricted certificate of ownership stamped by Helm contacts for any Manufactory of your choosing."
|
|
250
|
+
},
|
|
251
|
+
"crystalizedTaintedWood": {
|
|
252
|
+
"name": "Crystalized Tainted Wood",
|
|
253
|
+
"description": "Rumored to be from Sathanur, the wood has been hardened by petrification and the undying passage of time."
|
|
254
|
+
},
|
|
255
|
+
"sigilFlare": {
|
|
256
|
+
"name": "Sigil Flare",
|
|
257
|
+
"description": "An ornate flare that shines brightly when ignited. This is the calling card of the Honorless for their hallucinogen supply drops."
|
|
258
|
+
},
|
|
259
|
+
"roseWater": {
|
|
260
|
+
"name": "Rose Water",
|
|
261
|
+
"description": "The flavor of love, empathy, attraction, and femininity."
|
|
262
|
+
},
|
|
263
|
+
"soothingBalm": {
|
|
264
|
+
"name": "Soothing Balm",
|
|
265
|
+
"description": "A fragrant oilment guaranteed to relief sores and aches."
|
|
266
|
+
},
|
|
267
|
+
"shipInABottle": {
|
|
268
|
+
"name": "Ship in a Bottle",
|
|
269
|
+
"description": "An intricate miniature of a ship in a bottle."
|
|
270
|
+
},
|
|
271
|
+
"luxuryDice": {
|
|
272
|
+
"name": "Luxury Dice",
|
|
273
|
+
"description": "An exotic set marked for a passion of randomness."
|
|
274
|
+
},
|
|
275
|
+
"phoenixPouch": {
|
|
276
|
+
"name": "Phoenix Pouch",
|
|
277
|
+
"description": "An embroidered pouch of intricate design, filled with an unknown substance. Belonged to the leader of the Phoenix's Talon."
|
|
278
|
+
},
|
|
279
|
+
"pulsingSchaduwRemnant": {
|
|
280
|
+
"name": "Pulsing Schaduw Remnant",
|
|
281
|
+
"description": "Debris of the Schaduw, powered by Vikram's influence."
|
|
282
|
+
},
|
|
283
|
+
"grainFlare": {
|
|
284
|
+
"name": "Grain Flare",
|
|
285
|
+
"description": "Sorghum packed with explosive materials, tightly woven into a singular piece. Setting this off brings about the wrath of the Moonshiners."
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
{
|
|
2
|
+
"contracts": {
|
|
3
|
+
"oceansApart": "Oceans Apart",
|
|
4
|
+
"fromTheDeep": "From the Deep",
|
|
5
|
+
"theRoyaleExit": "The Royale Exit",
|
|
6
|
+
"theForeignMenace": "The Foreign Menace",
|
|
7
|
+
"newHorizons": "New Horizons",
|
|
8
|
+
"aPiratesDeal": "A Pirate's Deal",
|
|
9
|
+
"aSeaworthyShip": "A Seaworthy Ship",
|
|
10
|
+
"armsAndGuns": "Arms and Guns",
|
|
11
|
+
"unwelcomeAboard": "Unwelcome Aboard",
|
|
12
|
+
"dressedToKill": "Dressed to Kill",
|
|
13
|
+
"theEnchroachingEpidemic": "The Enchroaching Epidemic",
|
|
14
|
+
"thePersuingPlague": "The Persuing Plague",
|
|
15
|
+
"brokeredGround": "Brokered Ground",
|
|
16
|
+
"thrillOfTheHunt": "Thrill of the Hunt",
|
|
17
|
+
"thePirateRound": "The Pirate Round",
|
|
18
|
+
"heighSeasHeist": "High Seas Heist",
|
|
19
|
+
"strikeTheIron": "Strike the Iron",
|
|
20
|
+
"hammerAndPlunder": "Hammer & Plunder",
|
|
21
|
+
"delicateAlliance": "Delicate Alliance",
|
|
22
|
+
"theAfricanAilment": "The African Ailment",
|
|
23
|
+
"relicsOfThePast": "Relics of the Past",
|
|
24
|
+
"fatesInTheStars": "Fates in the Stars",
|
|
25
|
+
"overtureOfHavoc": "Overture of Havoc",
|
|
26
|
+
"rhythemicRetrieval": "Rhythemic Retrieval",
|
|
27
|
+
"rhapsodyInRed": "Rhapsody in Red",
|
|
28
|
+
"balladOfDestruction": "Ballad of Destruction",
|
|
29
|
+
"licenseToLease": "License to Lease",
|
|
30
|
+
"argentRefrain": "Argent Refrain",
|
|
31
|
+
"sableRefrain": "Sable Refrain",
|
|
32
|
+
"symphonyOfCannons": "Symphony of Cannons",
|
|
33
|
+
"clashingCadence": "Clashing Cadence",
|
|
34
|
+
"balladOfTheBlitz": "Ballad of the Blitz",
|
|
35
|
+
"shieldOfTheHelm": "Shield of the Helm",
|
|
36
|
+
"balladBearer": "Ballad Bearer",
|
|
37
|
+
"rhapsodyRaids": "Rhapsody Raids",
|
|
38
|
+
"sirensRefrain": "Siren's Refrain",
|
|
39
|
+
"appropriatedAria": "Appropriated Aria",
|
|
40
|
+
"stolenCrescendo": "Stolen Crescendo",
|
|
41
|
+
"balladOfTheRaid": "Ballad of the Raid",
|
|
42
|
+
"consistentCadence": "Consistent Cadence",
|
|
43
|
+
"melodicMayhem": "Melodic Mayhem",
|
|
44
|
+
"curtainCall": "Curtain Call",
|
|
45
|
+
"theShadowSonata": "The Shadow Sonata",
|
|
46
|
+
"defendersOverture": "Defender's Overture",
|
|
47
|
+
"vengefulVerses": "Vengeful Verses",
|
|
48
|
+
"ragingMelody": "Raging Melody",
|
|
49
|
+
"serpentSchemes": "Serpent Schemes",
|
|
50
|
+
"icyInterception": "Icy Interception",
|
|
51
|
+
"summerSpoils": "Summer Spoils",
|
|
52
|
+
"heatwaveHeist": "Heatwave Heist",
|
|
53
|
+
"heatedPursuit": "Heated Pursuit",
|
|
54
|
+
"thePiratesOverture": "The Pirate's Overture",
|
|
55
|
+
"tropicalTreason": "Tropical Treason",
|
|
56
|
+
"grandOperasEnd": "Grand Opera's End",
|
|
57
|
+
"summerSabotage": "Summer Sabotage",
|
|
58
|
+
"blastYeTowers": "Blast Ye Towers",
|
|
59
|
+
"unchartedWaters": "Uncharted Waters",
|
|
60
|
+
"economicEspionage": "Economic Espionage",
|
|
61
|
+
"idleEarls": "Idle Earls",
|
|
62
|
+
"hungryMermaids": "Hungry Mermaids",
|
|
63
|
+
"poorCompagnie": "Poor Compagnie",
|
|
64
|
+
"ancestralRights": "Ancestral Rights",
|
|
65
|
+
"boTelORhum": "Bo' tel o' Rhum",
|
|
66
|
+
"weSeekWarriors": "We Seek Warriors",
|
|
67
|
+
"untoldTreasures": "Untold Treasures",
|
|
68
|
+
"supplyAndDemand": "Supply and Demand",
|
|
69
|
+
"cutthroatJacks": "Cutthroat Jacks",
|
|
70
|
+
"inForSkins": "In for Skins",
|
|
71
|
+
"smugglersCurse": "Smuggler's Curse",
|
|
72
|
+
"theMarquis": "The Marquis",
|
|
73
|
+
"flamingQuarry": "Flaming Quarry",
|
|
74
|
+
"dragonAndPhoenix": "Dragon and Phoenix",
|
|
75
|
+
"flickerOfDestiny": "Flicker of Destiny",
|
|
76
|
+
"engulfingStorm": "Engulfing Storm",
|
|
77
|
+
"aTrailOfAshes": "A Trail of Ashes",
|
|
78
|
+
"scorchedHorizon": "Scorched Horizon",
|
|
79
|
+
"theMooncakeRegatta3": "The Mooncake Regatta III",
|
|
80
|
+
"ourInheritedLand": "Our Inherited Land",
|
|
81
|
+
"ragingInferno": "Raging Inferno",
|
|
82
|
+
"lostAndHaunted": "Lost and Haunted",
|
|
83
|
+
"callOfTheAzure": "Call of the Azure",
|
|
84
|
+
"wolvesInTheWater": "Wolves in the Water",
|
|
85
|
+
"edgeOfDarkness": "Edge of Darkness",
|
|
86
|
+
"aPrizedPosession": "A Prized Possession",
|
|
87
|
+
"voicesFromThePast": "Voices from the Past",
|
|
88
|
+
"aVictoryLap": "A Victory Lap",
|
|
89
|
+
"theExeterCollection": "The Exeter Collection",
|
|
90
|
+
"theDutchDispatch": "The Dutch Dispatch",
|
|
91
|
+
"foilsOfPeace": "Foils of Peace",
|
|
92
|
+
"allureOfPower": "Allure of Power",
|
|
93
|
+
"theHonorless": "The Honorless",
|
|
94
|
+
"reachTheFirmament": "Reach the Firmament",
|
|
95
|
+
"wolvesAtWar": "Wolves at War",
|
|
96
|
+
"plunderAndPeril": "Plunder and Peril",
|
|
97
|
+
"riskOfRuin": "Risk of Ruin"
|
|
98
|
+
}
|
|
99
|
+
}
|