Skip to content

Commit e450af1

Browse files
authored
Merge pull request ArchipelagoMW#1 from Awareqwx/sb/locations
Add Research Table, Radio Tower locations
2 parents b019133 + dd66282 commit e450af1

File tree

1 file changed

+260
-3
lines changed

1 file changed

+260
-3
lines changed

worlds/raft/locations.json

+260-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,262 @@
1-
[
2-
{ "id": 48000, "name": "Item Name", "location": "IslandNameOrResearchTableOrBlueprint",
3-
"region": "Research Table"
1+
[{
2+
"id": 48001,
3+
"name": "Metal Spear",
4+
"location": "MetalSpear",
5+
"region": "ResearchTable"
6+
}, {
7+
"id": 48002,
8+
"name": "Paint Brush",
9+
"location": "PaintBrush",
10+
"region": "ResearchTable"
11+
}, {
12+
"id": 48003,
13+
"name": "Scrap Hook",
14+
"location": "ScrapHook",
15+
"region": "ResearchTable"
16+
}, {
17+
"id": 48004,
18+
"name": "Metal Axe",
19+
"location": "MetalAxe",
20+
"region": "ResearchTable"
21+
}, {
22+
"id": 48005,
23+
"name": "Metal Fishing Rod",
24+
"location": "MetalFishingRod",
25+
"region": "ResearchTable"
26+
}, {
27+
"id": 48006,
28+
"name": "Basic Bow",
29+
"location": "BasicBow",
30+
"region": "ResearchTable"
31+
}, {
32+
"id": 48007,
33+
"name": "Binoculars",
34+
"location": "Binoculars",
35+
"region": "ResearchTable"
36+
}, {
37+
"id": 48008,
38+
"name": "Stone Arrow",
39+
"location": "StoneArrow",
40+
"region": "ResearchTable"
41+
}, {
42+
"id": 48009,
43+
"name": "Table",
44+
"location": "Table",
45+
"region": "ResearchTable"
46+
}, {
47+
"id": 48010,
48+
"name": "Rug",
49+
"location": "Rug",
50+
"region": "ResearchTable"
51+
}, {
52+
"id": 48011,
53+
"name": "Paint Mill",
54+
"location": "PaintMill",
55+
"region": "ResearchTable"
56+
}, {
57+
"id": 48012,
58+
"name": "Lantern",
59+
"location": "Lantern",
60+
"region": "ResearchTable"
61+
}, {
62+
"id": 48013,
63+
"name": "Clock",
64+
"location": "Clock",
65+
"region": "ResearchTable"
66+
}, {
67+
"id": 48014,
68+
"name": "Chair",
69+
"location": "Chair",
70+
"region": "ResearchTable"
71+
}, {
72+
"id": 48015,
73+
"name": "Storage",
74+
"location": "Storage",
75+
"region": "ResearchTable"
76+
}, {
77+
"id": 48016,
78+
"name": "Collection Net",
79+
"location": "CollectionNet",
80+
"region": "ResearchTable"
81+
}, {
82+
"id": 48017,
83+
"name": "Smelter",
84+
"location": "Smelter",
85+
"region": "ResearchTable"
86+
}, {
87+
"id": 48018,
88+
"name": "Birds Nest",
89+
"location": "BirdsNest",
90+
"region": "ResearchTable"
91+
}, {
92+
"id": 48019,
93+
"name": "Hammock",
94+
"location": "Hammock",
95+
"region": "ResearchTable"
96+
}, {
97+
"id": 48020,
98+
"name": "Stationary Anchor",
99+
"location": "StationaryAnchor",
100+
"region": "ResearchTable"
101+
}, {
102+
"id": 48021,
103+
"name": "Scarecrow",
104+
"location": "Scarecrow",
105+
"region": "ResearchTable"
106+
}, {
107+
"id": 48022,
108+
"name": "Large Crop Plot",
109+
"location": "LargeCropPlot",
110+
"region": "ResearchTable"
111+
}, {
112+
"id": 48023,
113+
"name": "Medium Crop Plot",
114+
"location": "MediumCropPlot",
115+
"region": "ResearchTable"
116+
}, {
117+
"id": 48024,
118+
"name": "Advanced Purifier",
119+
"location": "AdvancedPurifier",
120+
"region": "ResearchTable"
121+
}, {
122+
"id": 48025,
123+
"name": "Advanced Grill",
124+
"location": "AdvancedGrill",
125+
"region": "ResearchTable"
126+
}, {
127+
"id": 48026,
128+
"name": "Empty Bottle",
129+
"location": "EmptyBottle",
130+
"region": "ResearchTable"
131+
}, {
132+
"id": 48027,
133+
"name": "Flippers",
134+
"location": "Flippers",
135+
"region": "ResearchTable"
136+
}, {
137+
"id": 48028,
138+
"name": "Oxygen Bottle",
139+
"location": "OxygenBottle",
140+
"region": "ResearchTable"
141+
}, {
142+
"id": 48029,
143+
"name": "Hinge",
144+
"location": "Hinge",
145+
"region": "ResearchTable"
146+
}, {
147+
"id": 48030,
148+
"name": "Circuit Board",
149+
"location": "CircuitBoard",
150+
"region": "ResearchTable"
151+
}, {
152+
"id": 48031,
153+
"name": "Bolt",
154+
"location": "Bolt",
155+
"region": "ResearchTable"
156+
}, {
157+
"id": 48032,
158+
"name": "Battery",
159+
"location": "Battery",
160+
"region": "ResearchTable"
161+
}, {
162+
"id": 48033,
163+
"name": "Cooking Pot",
164+
"location": "CookingPot",
165+
"region": "ResearchTable"
166+
}, {
167+
"id": 48034,
168+
"name": "Clay Bowl",
169+
"location": "ClayBowl",
170+
"region": "ResearchTable"
171+
}, {
172+
"id": 48035,
173+
"name": "Net Launcher",
174+
"location": "NetLauncher",
175+
"region": "ResearchTable"
176+
}, {
177+
"id": 48036,
178+
"name": "Shovel",
179+
"location": "Shovel",
180+
"region": "ResearchTable"
181+
}, {
182+
"id": 48037,
183+
"name": "Shear",
184+
"location": "Shear",
185+
"region": "ResearchTable"
186+
}, {
187+
"id": 48038,
188+
"name": "Bucket",
189+
"location": "Bucket",
190+
"region": "ResearchTable"
191+
}, {
192+
"id": 48039,
193+
"name": "Net Canister",
194+
"location": "NetCanister",
195+
"region": "ResearchTable"
196+
}, {
197+
"id": 48040,
198+
"name": "Healing Salve",
199+
"location": "HealingSalve",
200+
"region": "ResearchTable"
201+
}, {
202+
"id": 48041,
203+
"name": "Good Healing Salve",
204+
"location": "GoodHealingSalve",
205+
"region": "ResearchTable"
206+
}, {
207+
"id": 48042,
208+
"name": "Grass Plot",
209+
"location": "GrassPlot",
210+
"region": "ResearchTable"
211+
}, {
212+
"id": 48043,
213+
"name": "Sprinkler",
214+
"location": "Sprinkler",
215+
"region": "ResearchTable"
216+
}, {
217+
"id": 48044,
218+
"name": "Backpack",
219+
"location": "Backpack",
220+
"region": "ResearchTable"
221+
}, {
222+
"id": 48045,
223+
"name": "Leather Helmet",
224+
"location": "LeatherHelmet",
225+
"region": "ResearchTable"
226+
}, {
227+
"id": 48046,
228+
"name": "Leather Body Armor",
229+
"location": "LeatherBodyArmor",
230+
"region": "ResearchTable"
231+
}, {
232+
"id": 48047,
233+
"name": "Leather Greaves",
234+
"location": "LeatherGreaves",
235+
"region": "ResearchTable"
236+
}, {
237+
"id": 48048,
238+
"name": "Beehive",
239+
"location": "Beehive",
240+
"region": "ResearchTable"
241+
}, {
242+
"id": 48049,
243+
"name": "Radio Tower Diary 1",
244+
"location": "RadioTowerDiary1",
245+
"region": "RadioTower"
246+
}, {
247+
"id": 48050,
248+
"name": "Radio Tower Diary 2",
249+
"location": "RadioTowerDiary2",
250+
"region": "RadioTower"
251+
}, {
252+
"id": 48051,
253+
"name": "Radio Tower Diary 3",
254+
"location": "RadioTowerDiary3",
255+
"region": "RadioTower"
256+
}, {
257+
"id": 48052,
258+
"name": "Radio Tower Radio Transcription",
259+
"location": "RadioTowerRadioTranscription",
260+
"region": "RadioTower"
4261
}
5262
]

0 commit comments

Comments
 (0)