@windrosetools/windrosedata 0.0.1

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.
Files changed (139) hide show
  1. package/LICENSE +661 -0
  2. package/README.md +120 -0
  3. package/data/alchemy.json +31 -0
  4. package/data/ammo.json +32 -0
  5. package/data/backpack.json +23 -0
  6. package/data/buildingElement.json +1757 -0
  7. package/data/cannon.json +11 -0
  8. package/data/crewEquipment.json +12 -0
  9. package/data/food.json +127 -0
  10. package/data/hullModification.json +12 -0
  11. package/data/item.json +44 -0
  12. package/data/medicine.json +30 -0
  13. package/data/metal.json +12 -0
  14. package/data/miscellaneous.json +100 -0
  15. package/data/resource.json +243 -0
  16. package/data/tool.json +52 -0
  17. package/dist/daos/alchemy.d.ts +23 -0
  18. package/dist/daos/alchemy.d.ts.map +1 -0
  19. package/dist/daos/alchemy.js +27 -0
  20. package/dist/daos/alchemy.js.map +1 -0
  21. package/dist/daos/ammo.d.ts +23 -0
  22. package/dist/daos/ammo.d.ts.map +1 -0
  23. package/dist/daos/ammo.js +27 -0
  24. package/dist/daos/ammo.js.map +1 -0
  25. package/dist/daos/backpack.d.ts +23 -0
  26. package/dist/daos/backpack.d.ts.map +1 -0
  27. package/dist/daos/backpack.js +27 -0
  28. package/dist/daos/backpack.js.map +1 -0
  29. package/dist/daos/buildingElement.d.ts +37 -0
  30. package/dist/daos/buildingElement.d.ts.map +1 -0
  31. package/dist/daos/buildingElement.js +34 -0
  32. package/dist/daos/buildingElement.js.map +1 -0
  33. package/dist/daos/cannon.d.ts +21 -0
  34. package/dist/daos/cannon.d.ts.map +1 -0
  35. package/dist/daos/cannon.js +26 -0
  36. package/dist/daos/cannon.js.map +1 -0
  37. package/dist/daos/crewEquipment.d.ts +21 -0
  38. package/dist/daos/crewEquipment.d.ts.map +1 -0
  39. package/dist/daos/crewEquipment.js +26 -0
  40. package/dist/daos/crewEquipment.js.map +1 -0
  41. package/dist/daos/food.d.ts +23 -0
  42. package/dist/daos/food.d.ts.map +1 -0
  43. package/dist/daos/food.js +27 -0
  44. package/dist/daos/food.js.map +1 -0
  45. package/dist/daos/helpers.d.ts +11 -0
  46. package/dist/daos/helpers.d.ts.map +1 -0
  47. package/dist/daos/helpers.js +34 -0
  48. package/dist/daos/helpers.js.map +1 -0
  49. package/dist/daos/hullModification.d.ts +21 -0
  50. package/dist/daos/hullModification.d.ts.map +1 -0
  51. package/dist/daos/hullModification.js +26 -0
  52. package/dist/daos/hullModification.js.map +1 -0
  53. package/dist/daos/item.d.ts +23 -0
  54. package/dist/daos/item.d.ts.map +1 -0
  55. package/dist/daos/item.js +27 -0
  56. package/dist/daos/item.js.map +1 -0
  57. package/dist/daos/medicine.d.ts +23 -0
  58. package/dist/daos/medicine.d.ts.map +1 -0
  59. package/dist/daos/medicine.js +27 -0
  60. package/dist/daos/medicine.js.map +1 -0
  61. package/dist/daos/metal.d.ts +19 -0
  62. package/dist/daos/metal.d.ts.map +1 -0
  63. package/dist/daos/metal.js +20 -0
  64. package/dist/daos/metal.js.map +1 -0
  65. package/dist/daos/metals.d.ts +19 -0
  66. package/dist/daos/metals.d.ts.map +1 -0
  67. package/dist/daos/metals.js +19 -0
  68. package/dist/daos/metals.js.map +1 -0
  69. package/dist/daos/miscellaneous.d.ts +23 -0
  70. package/dist/daos/miscellaneous.d.ts.map +1 -0
  71. package/dist/daos/miscellaneous.js +27 -0
  72. package/dist/daos/miscellaneous.js.map +1 -0
  73. package/dist/daos/requirements.d.ts +48 -0
  74. package/dist/daos/requirements.d.ts.map +1 -0
  75. package/dist/daos/requirements.js +242 -0
  76. package/dist/daos/requirements.js.map +1 -0
  77. package/dist/daos/resource.d.ts +23 -0
  78. package/dist/daos/resource.d.ts.map +1 -0
  79. package/dist/daos/resource.js +30 -0
  80. package/dist/daos/resource.js.map +1 -0
  81. package/dist/daos/resources.d.ts +24 -0
  82. package/dist/daos/resources.d.ts.map +1 -0
  83. package/dist/daos/resources.js +49 -0
  84. package/dist/daos/resources.js.map +1 -0
  85. package/dist/daos/tool.d.ts +23 -0
  86. package/dist/daos/tool.d.ts.map +1 -0
  87. package/dist/daos/tool.js +30 -0
  88. package/dist/daos/tool.js.map +1 -0
  89. package/dist/daos/tools.d.ts +24 -0
  90. package/dist/daos/tools.d.ts.map +1 -0
  91. package/dist/daos/tools.js +23 -0
  92. package/dist/daos/tools.js.map +1 -0
  93. package/dist/daos/validation.d.ts +2 -0
  94. package/dist/daos/validation.d.ts.map +1 -0
  95. package/dist/daos/validation.js +32 -0
  96. package/dist/daos/validation.js.map +1 -0
  97. package/dist/daos/versions.d.ts +18 -0
  98. package/dist/daos/versions.d.ts.map +1 -0
  99. package/dist/daos/versions.js +33 -0
  100. package/dist/daos/versions.js.map +1 -0
  101. package/dist/index.d.ts +25 -0
  102. package/dist/index.d.ts.map +1 -0
  103. package/dist/index.js +24 -0
  104. package/dist/index.js.map +1 -0
  105. package/dist/languages.d.ts +1757 -0
  106. package/dist/languages.d.ts.map +1 -0
  107. package/dist/languages.js +44 -0
  108. package/dist/languages.js.map +1 -0
  109. package/dist/types/BuildingElement.d.ts +7 -0
  110. package/dist/types/BuildingElement.d.ts.map +1 -0
  111. package/dist/types/BuildingElement.js +8 -0
  112. package/dist/types/BuildingElement.js.map +1 -0
  113. package/dist/types/Rarity.d.ts +3 -0
  114. package/dist/types/Rarity.d.ts.map +1 -0
  115. package/dist/types/Rarity.js +4 -0
  116. package/dist/types/Rarity.js.map +1 -0
  117. package/dist/unifiedItems.d.ts +27 -0
  118. package/dist/unifiedItems.d.ts.map +1 -0
  119. package/dist/unifiedItems.js +47 -0
  120. package/dist/unifiedItems.js.map +1 -0
  121. package/dist/versions.d.ts +21 -0
  122. package/dist/versions.d.ts.map +1 -0
  123. package/dist/versions.js +36 -0
  124. package/dist/versions.js.map +1 -0
  125. package/languages/source/alchemy.json +36 -0
  126. package/languages/source/ammo.json +36 -0
  127. package/languages/source/backpack.json +18 -0
  128. package/languages/source/buildingElement.json +1567 -0
  129. package/languages/source/cannon.json +10 -0
  130. package/languages/source/crewEquipment.json +11 -0
  131. package/languages/source/food.json +164 -0
  132. package/languages/source/hullModification.json +10 -0
  133. package/languages/source/item.json +50 -0
  134. package/languages/source/medicine.json +39 -0
  135. package/languages/source/metal.json +11 -0
  136. package/languages/source/miscellaneous.json +147 -0
  137. package/languages/source/resource.json +300 -0
  138. package/languages/source/tool.json +44 -0
  139. package/package.json +41 -0
@@ -0,0 +1,10 @@
1
+ {
2
+ "12Pounders": {
3
+ "demo": {
4
+ "name": "12-Pounders",
5
+ "description": [
6
+ "Reliable cannons suited to a wide range of naval engagements."
7
+ ]
8
+ }
9
+ }
10
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "boardingPartyGear": {
3
+ "demo": {
4
+ "name": "Boarding Party Gear",
5
+ "description": [
6
+ "Equipment reserved for close-quarters combat.",
7
+ "Better gear means better-armed boarders - and fewer chances left to the enemy once the clash starts."
8
+ ]
9
+ }
10
+ }
11
+ }
@@ -0,0 +1,164 @@
1
+ {
2
+ "cayennePepper": {
3
+ "demo": {
4
+ "name": "Cayenne Pepper",
5
+ "description": [
6
+ "Large, crisp peppers used to season many a dish.",
7
+ "They make the flavor richer - and the bite hotter.",
8
+ "Just don't overdo it."
9
+ ],
10
+ "comment": [
11
+ "Burns like a sea witch's poison."
12
+ ]
13
+ }
14
+ },
15
+ "banana": {
16
+ "demo": {
17
+ "name": "Banana",
18
+ "description": [
19
+ "A sweet fruit. Found in the Coastal Jungle."
20
+ ]
21
+ }
22
+ },
23
+ "coconut": {
24
+ "demo": {
25
+ "name": "Coconut",
26
+ "description": [
27
+ "Found on the beach, and on palm trees along the shore in the Coastal Jungle."
28
+ ]
29
+ }
30
+ },
31
+ "rumBottle": {
32
+ "demo": {
33
+ "name": "Rum Bottle",
34
+ "description": [
35
+ "The finest seasoning for any pirate dish.",
36
+ "Carried by pirates."
37
+ ],
38
+ "comment": [
39
+ "We ran out of rum today.",
40
+ "The crew sobered up a bit... What a damned mess.",
41
+ "The scoundrels tried to hatch a plot...",
42
+ "- Edward Teach"
43
+ ]
44
+ }
45
+ },
46
+ "coconutMilkWithBananas": {
47
+ "demo": {
48
+ "name": "Coconut Milk with Bananas",
49
+ "description": [
50
+ "A refreshing drink of coconut milk and ripe bananas.",
51
+ "Quenches thirst and lends strength for long fights beneath a scorching sun."
52
+ ],
53
+ "comment": [
54
+ "A sip of pure paradise."
55
+ ]
56
+ }
57
+ },
58
+ "spicyChickenWithSweetPotato": {
59
+ "demo": {
60
+ "name": "Spicy \"Chicken\" with Sweet Potato",
61
+ "description": [
62
+ "A hearty, spicy dish of meat, hot spices, and sweet potato.",
63
+ "Warms you up and restores your strength."
64
+ ],
65
+ "comment": [
66
+ "One bite and your chest will blaze, your weariness burning to ash.",
67
+ "Your throat may suffer in the process."
68
+ ]
69
+ }
70
+ },
71
+ "baconAndEggs": {
72
+ "demo": {
73
+ "name": "Bacon and Eggs",
74
+ "description": [
75
+ "A hearty breakfast of fresh eggs and smoked bacon - the perfect start to a day in the Paradise Archipelago."
76
+ ],
77
+ "comment": [
78
+ "A rare breakfast for a sailor, especially at sea."
79
+ ]
80
+ }
81
+ },
82
+ "boiledCrab": {
83
+ "demo": {
84
+ "name": "Boiled Crab",
85
+ "description": [
86
+ "A simple, but exquisite delicacy."
87
+ ],
88
+ "comment": [
89
+ "Five minutes ago, it was scuttling along the shore..."
90
+ ]
91
+ }
92
+ },
93
+ "spicyBreadedKebab": {
94
+ "demo": {
95
+ "name": "Spicy Breaded Kebab",
96
+ "description": [
97
+ "Tastes like chicken."
98
+ ],
99
+ "comment": [
100
+ "A true sailor eats meat off the fire, drinks rum straight from the bottle, and sleeps with a knife under his pillow."
101
+ ]
102
+ }
103
+ },
104
+ "skeweredMeat": {
105
+ "demo": {
106
+ "name": "Skewered Meat",
107
+ "description": [
108
+ "Meat with a hint of smoke."
109
+ ],
110
+ "comment": [
111
+ "Perfect food - no fork, no knife, no manners required.",
112
+ "- \"No-Hands\" Flynn, carpenter"
113
+ ]
114
+ }
115
+ },
116
+ "spicySkeweredCrab": {
117
+ "demo": {
118
+ "name": "Spicy Skewered Crab",
119
+ "description": [
120
+ "Crisp, spiced, and hearty enough to satisfy your hunger and lift your mood."
121
+ ],
122
+ "comment": [
123
+ "If your tongue isn't numb, the cook went easy on the spices."
124
+ ]
125
+ }
126
+ },
127
+ "heartyEggBroth": {
128
+ "demo": {
129
+ "name": "Hearty Egg Broth",
130
+ "description": [
131
+ "A hearty stew cooked when the hold is full of supplies and the crew's been at sea for less than a week."
132
+ ],
133
+ "comment": [
134
+ "If there's only one sweet potato left in the galley, we're nearing either a port or a mutiny.",
135
+ "- ship's cook \"One-Eyed\" Axel"
136
+ ]
137
+ }
138
+ },
139
+ "dodoBroth": {
140
+ "demo": {
141
+ "name": "Dodo Broth",
142
+ "description": [
143
+ "A delicate, crystal-clear broth made from dodo meat.",
144
+ "Served to the stick, the wounded... and sailors after a wild night at the tavern."
145
+ ],
146
+ "comment": [
147
+ "The tempting smell of a boiling pot has brought more people back from the brink of death than any potion ever could.",
148
+ "- ship's cook \"One-Eyed\" Axel"
149
+ ]
150
+ }
151
+ },
152
+ "coconutSoup": {
153
+ "demo": {
154
+ "name": "Coconut Soup",
155
+ "description": [
156
+ "This thick coconut-milk soup brings hot shores to mind - even in a storm."
157
+ ],
158
+ "comment": [
159
+ "Tastes like a paradise island that we will never reach.",
160
+ "- \"Cooked Compass\" Billy, navigator"
161
+ ]
162
+ }
163
+ }
164
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "hullBracing": {
3
+ "demo": {
4
+ "name": "Hull Bracing",
5
+ "description": [
6
+ "Standard timber bracing added to steady the hull under strain."
7
+ ]
8
+ }
9
+ }
10
+ }
@@ -0,0 +1,50 @@
1
+ {
2
+ "masterCombatRepairKit": {
3
+ "demo": {
4
+ "name": "Master Combat Repair Kit",
5
+ "description": [
6
+ "An improved repair kit designed for work under fire.",
7
+ "Includes tools, materials, and strong spirits - for cleaning wounds and steadying the hands of those making repairs at the worst possible moment."
8
+ ],
9
+ "comment": [
10
+ "We will make our repairs and carry on."
11
+ ]
12
+ }
13
+ },
14
+ "combatRepairKit": {
15
+ "demo": {
16
+ "name": "Combat Repair Kit",
17
+ "description": [
18
+ "Everything needed to patch up a ship and keep fighting.",
19
+ "Includes tools, materials, and strong spirits - for cleaning wounds and steadying the hands of those making repairs at the worst possible moment."
20
+ ],
21
+ "comment": [
22
+ "Just because it's full of holes doesn't mean it's worthless."
23
+ ]
24
+ }
25
+ },
26
+ "repairKit": {
27
+ "demo": {
28
+ "name": "Repair Kit",
29
+ "description": [
30
+ "A repair kit for work done outside of combat.",
31
+ "Effective only when you're not under enemy fire."
32
+ ],
33
+ "comment": [
34
+ "Holding together... looks like."
35
+ ]
36
+ }
37
+ },
38
+ "gunroomGrog": {
39
+ "demo": {
40
+ "name": "Gunroom Grog",
41
+ "description": [
42
+ "Rum and whiskey cut with cayenne pepper.",
43
+ "Burns hard, keeps the blood moving, and pushes men through moments better left unremembered."
44
+ ],
45
+ "comment": [
46
+ "Explains many decisions."
47
+ ]
48
+ }
49
+ }
50
+ }
@@ -0,0 +1,39 @@
1
+ {
2
+ "bandage": {
3
+ "demo": {
4
+ "name": "Bandage",
5
+ "description": [
6
+ "A rough scrap of cloth soaked in seawater."
7
+ ],
8
+ "comment": [
9
+ "This rag will keep you from bleeding out.",
10
+ "Appreciate the effort - and try not to die before the next port.",
11
+ "- Doctor Galen Skelton"
12
+ ]
13
+ }
14
+ },
15
+ "minorHealingPotion": {
16
+ "demo": {
17
+ "name": "Minor Healing Potion",
18
+ "description": [
19
+ "Quickly mends small cuts and dulls the pain, giving you strength to fight... or flee."
20
+ ],
21
+ "comment": [
22
+ "Do not trust potions blindly.",
23
+ "Bed rest and peace and quiet are just as necessary for healing.",
24
+ "- Doctor Galen Skelton"
25
+ ]
26
+ }
27
+ },
28
+ "greatHealingPotion": {
29
+ "demo": {
30
+ "name": "Great Healing Potion",
31
+ "description": [
32
+ "Restores your strength and heals even the deepest wounds."
33
+ ],
34
+ "comment": [
35
+ "They say this mixture hauls sailors straight out of Davy Jones' locker."
36
+ ]
37
+ }
38
+ }
39
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "copperIngot": {
3
+ "demo": {
4
+ "name": "Copper Ingot",
5
+ "description": [
6
+ "Used for crafting tools and armor.",
7
+ "Smelted in a Smelting Furnace."
8
+ ]
9
+ }
10
+ }
11
+ }
@@ -0,0 +1,147 @@
1
+ {
2
+ "fastTravelBell": {
3
+ "demo": {
4
+ "name": "Fast Travel Bell",
5
+ "description": [
6
+ "Used to build fast-travel points."
7
+ ]
8
+ }
9
+ },
10
+ "lamp": {
11
+ "demo": {
12
+ "name": "Lamp",
13
+ "description": [
14
+ "A lamp that will illuminate even the deepest darkness."
15
+ ]
16
+ }
17
+ },
18
+ "insigniaOfABlackbeardCrewman": {
19
+ "demo": {
20
+ "name": "Insignia of a Blackbeard Crewman",
21
+ "description": [
22
+ "Blackbeard's sailors' special insignia.",
23
+ "Turn them in on Tortuga to any faction of the archipelago to increase your reputation."
24
+ ]
25
+ }
26
+ },
27
+ "insigniaOfABlackbeardSergeant": {
28
+ "demo": {
29
+ "name": "Insignia of a Blackbeard Sergeant",
30
+ "description": [
31
+ "Blackbeard's sergeants' special insignia.",
32
+ "Turn them in on Tortuga to any faction of the archipelago to increase your reputation."
33
+ ]
34
+ }
35
+ },
36
+ "insigniaOfABlackbeardLieutenant": {
37
+ "demo": {
38
+ "name": "Insignia of a Blackbeard Lieutenant",
39
+ "description": [
40
+ "Blackbeard's lieutenants' special insignia.",
41
+ "Turn them in on Tortuga to any faction of the archipelago to increase your reputation."
42
+ ]
43
+ }
44
+ },
45
+ "medicine": {
46
+ "demo": {
47
+ "name": "Medicine",
48
+ "description": [
49
+ "A crate with securely packed goods for easy transportation by sea.",
50
+ "Can be sold for piastres."
51
+ ],
52
+ "comment": [
53
+ "Open it and you're out of the cut.",
54
+ "- scratched with a nail"
55
+ ]
56
+ }
57
+ },
58
+ "ancientIncenseBurner": {
59
+ "demo": {
60
+ "name": "Ancient Incense Burner",
61
+ "description": [
62
+ "A rare artifact of an ancient people, preserved against all odds."
63
+ ]
64
+ }
65
+ },
66
+ "spirits": {
67
+ "demo": {
68
+ "name": "Spirits",
69
+ "description": [
70
+ "A crate with securely packed goods for easy transportation by sea.",
71
+ "Can be sold for piastres."
72
+ ],
73
+ "comment": [
74
+ "Open it and you're out of the cut.",
75
+ "- scratched with a nail"
76
+ ]
77
+ }
78
+ },
79
+ "closedScallopShell": {
80
+ "demo": {
81
+ "name": "Closed Scallop Shell",
82
+ "description": [
83
+ "It might contain a pearl."
84
+ ]
85
+ }
86
+ },
87
+ "provisions": {
88
+ "demo": {
89
+ "name": "Provisions",
90
+ "description": [
91
+ "A crate with securely packed goods for easy transportation by sea.",
92
+ "Can be sold for piastres."
93
+ ],
94
+ "comment": [
95
+ "Open it and you're out of the cut.",
96
+ "- scratched with a nail"
97
+ ]
98
+ }
99
+ },
100
+ "boneBeads": {
101
+ "demo": {
102
+ "name": "Bone Beads",
103
+ "description": [
104
+ "A simple decoration of ancient peoples, made from bone and nuts."
105
+ ]
106
+ }
107
+ },
108
+ "woodenTalisman": {
109
+ "demo": {
110
+ "name": "Wooden Talisman",
111
+ "description": [
112
+ "A fish-shaped amulet. Ancient fishermen wore it to bring a richer catch."
113
+ ]
114
+ }
115
+ },
116
+ "clayVase": {
117
+ "demo": {
118
+ "name": "Clay Vase",
119
+ "description": [
120
+ "A vase with a wavy pattern.",
121
+ "Corn seeds are stuck in the cracks."
122
+ ]
123
+ }
124
+ },
125
+ "navalSupplies": {
126
+ "demo": {
127
+ "name": "Naval Supplies",
128
+ "description": [
129
+ "A crate with securely packed goods for easy transportation by sea.",
130
+ "Can be sold for piastres."
131
+ ],
132
+ "comment": [
133
+ "Open it and you're out of the cut.",
134
+ "- scratched with a nail"
135
+ ]
136
+ }
137
+ },
138
+ "tumbagaIngot": {
139
+ "demo": {
140
+ "name": "Tumbaga Ingot",
141
+ "description": [
142
+ "An ancient alloy of copper and gold, discovered by the native peoples in ages past.",
143
+ "Required to ascend equipment."
144
+ ]
145
+ }
146
+ }
147
+ }