Outpost: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 96: | Line 96: | ||
<option value="">Select Outpost</option> | <option value="">Select Outpost</option> | ||
<option value="deadsville">Deadsville</option> | <option value="deadsville">Deadsville</option> | ||
<option value="meyersmarket">Meyer's Market</option> | |||
<option value="tallgrassinn">Tall Grass Inn</option> | |||
<option value="greywatercamp">Greywater Camp</option> | |||
</select> | </select> | ||
</div> | </div> | ||
| Line 125: | Line 128: | ||
title: "Deadsville", | title: "Deadsville", | ||
lines: [ | lines: [ | ||
"<b>Location:</b> 6006, -5524 | "<b>Location:</b> 6006, -5524" | ||
], | ], | ||
forSale: [ | forSale: [ | ||
| Line 192: | Line 194: | ||
{ name: "Recipe: Stardust Mushroom Soup", cost: "1 Old Currency" }, | { name: "Recipe: Stardust Mushroom Soup", cost: "1 Old Currency" }, | ||
{ name: "Rescue Bot", cost: "1 Old Currency" } | { name: "Rescue Bot", cost: "1 Old Currency" } | ||
] | |||
}, | |||
meyersmarket: { | |||
title: "Meyer's Market", | |||
lines: [ | |||
"<b>Location:</b> 5766, -6575" | |||
], | |||
forSale: [ | |||
{ name: "Healing Syringe", cost: "100EL (15 Weekly)" }, | |||
{ name: "Deer Meat", cost: "30EL (3 Weekly)" }, | |||
{ name: "Preserved Meat", cost: "110EL (2 Weekly)" }, | |||
{ name: "Preserved Fish", cost: "260EL (2 Weekly)" }, | |||
{ name: "Cucumber Seeds", cost: "1000EL (3 Weekly)" }, | |||
{ name: "1/1 Growshroom", cost: "4000EL" }, | |||
{ name: "Advanced Combat Optics", cost: "2000EL" }, | |||
{ name: "Compact Brake", cost: "2000EL" }, | |||
{ name: "Laser Sight", cost: "2000EL" }, | |||
{ name: "Formula American Cabinet", cost: "3000EL" }, | |||
{ name: "Formula American Wall Lamp", cost: "3000EL" }, | |||
{ name: "Formula String Lights", cost: "3000EL" }, | |||
{ name: "Formula Medium Frame 2", cost: "3000EL" } | |||
] | |||
}, | |||
tallgrassinn: { | |||
title: "Tall Grass Inn", | |||
lines: [ | |||
"<b>Location:</b> 6051, -4853" | |||
], | |||
forSale: [ | |||
{ name: "Fast-Acting Durable Healing Syringe", cost: "300EL (10 Weekly)" }, | |||
{ name: "Masala", cost: "50EL (3 Daily)" }, | |||
{ name: "Roasted Vegetables", cost: "150EL (2 Daily)" }, | |||
{ name: "Fruit Tea", cost: "300EL (2 Daily)" }, | |||
{ name: "Onion Seeds", cost: "1000EL (3 Weekly)" }, | |||
{ name: "1/1 Artisan's Touch", cost: "8000EL" }, | |||
{ name: "Formula American Floor Lamp", cost: "9000EL" }, | |||
{ name: "Formula Carpet 1", cost: "6000EL" }, | |||
{ name: "Formula Vintage Patterned Fabric", cost: "6000EL" }, | |||
{ name: "Formula Vintage Geometric Ceiling", cost: "6000EL" } | |||
] | |||
}, | |||
greywatercamp: { | |||
title: "Greywater Camp", | |||
lines: [ | |||
"<b>Location:</b> 5373, -3249" | |||
], | |||
forSale: [ | |||
{ name: "Fast-Acting Durable Healing Syringe", cost: "200EL (10 Weekly)" }, | |||
{ name: "Sugar", cost: "50EL (3 Daily)" }, | |||
{ name: "Preserved Fish", cost: "150EL (2 Daily)" }, | |||
{ name: "Sanity Gummy", cost: "300EL (2 Daily)" }, | |||
{ name: "Tomato Seeds", cost: "1000EL (3 Weekly)" }, | |||
{ name: "1/1 Pup Buddy", cost: "6000EL" }, | |||
{ name: "Light Brake", cost: "3500EL" }, | |||
{ name: "Amended Rifle Mag", cost: "3500EL" }, | |||
{ name: "Formula Large Frame 2", cost: "6000EL" }, | |||
{ name: "Formula American Desk Lamp", cost: "4000EL" }, | |||
{ name: "Formula Black Square Tile", cost: "4000EL" }, | |||
{ name: "Formula Single-Layer Brick Red Asphalt Tiles", cost: "4000EL" }, | |||
{ name: "Formula Amended SMG Mag", cost: "3500EL" } | |||
] | ] | ||
} | } | ||