-
-
Notifications
You must be signed in to change notification settings - Fork 539
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/shiptest-ss13/Shiptest in…
…to drinksUpdate
- Loading branch information
Showing
62 changed files
with
13,200 additions
and
3,597 deletions.
There are no files selected for viewing
7,757 changes: 7,757 additions & 0 deletions
7,757
_maps/RandomRuins/LavaRuins/lavaland_surface_wrecked_factory.dmm
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json", | ||
"map_name": "Sunskipper-class Culinary Vessel", | ||
"prefix": "ISV", | ||
"namelists": ["CRUISE", "NATURAL"], | ||
"map_short_name": "Sunskipper-class", | ||
"map_path": "_maps/shuttles/independent/independent_sunskipper.dmm", | ||
"description": "The Sunskipper-class is a state-of-the-art culinary vessel found in the frontier. It's name is a wordplay between a Kalixcian species of butterfly and ship's unique solar-powered batteries. The Sunskipper is welcomed with open arms by weary spacers of greater paycheks, who are fatigued by the monotony of their everyday meals. The ship features a self-sustaining kitchen with hydroponics and a large, deluxe dining hall, designed to serve starved travelers. It also comes with a fully-stocked bar area that allows them to drink their troubles away, if even for a brief moment.", | ||
"tags": [ | ||
"RP Focus", | ||
"Service", | ||
"Specialist" | ||
], | ||
"starting_funds": 3000, | ||
"limit": 1, | ||
"job_slots": { | ||
"Manager": { | ||
"outfit": "/datum/outfit/job/independent/captain/manager", | ||
"slots": 1, | ||
"officer": true | ||
}, | ||
"Bartender": { | ||
"outfit": "/datum/outfit/job/independent/bartender/disarmed", | ||
"slots": 1 | ||
}, | ||
"Cook": { | ||
"outfit": "/datum/outfit/job/independent/cook", | ||
"slots": 2 | ||
}, | ||
"Waiter": { | ||
"outfit": "/datum/outfit/job/independent/assistant/waiter", | ||
"slots": 2 | ||
} | ||
}, | ||
"enabled": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.