forked from shiptest-ss13/Shiptest
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from Ossa88/Culls
Wyvern-Class Sloop - Refitted Riggs-Class
- Loading branch information
Showing
2 changed files
with
5,764 additions
and
0 deletions.
There are no files selected for viewing
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,52 @@ | ||
{ | ||
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json", | ||
"map_name": "Refitted Riggs-Class Sloop", | ||
"prefix": "ISV", | ||
"namelists": [ | ||
"GENERAL", | ||
"SPACE", | ||
"NATURAL" | ||
], | ||
"map_short_name": "wyvern-class", | ||
"description": "Taking full advantage of Kasagi-Fischer's easily modifiable Riggs class, the Wyvern is an independent mercenary vessel, retrofitted with an armored hull, heavy defense turrets, and an expanded crew quarters. What few factory parts remain have been altered beyond recognition, only the exterior hull is reminiscent of what was once a hardy multi-role ship.", | ||
"tags": [ | ||
"Mercenary", | ||
"Medical", | ||
"Explorer" | ||
], | ||
"map_path": "_maps/shuttles/independent/independent_wyvern.dmm", | ||
"limit": 1, | ||
"job_slots": { | ||
"Commanding Officer": { | ||
"outfit": "/datum/outfit/job/independent/captain/cheap", | ||
"officer": true, | ||
"slots": 1 | ||
}, | ||
"First Officer": { | ||
"outfit": "/datum/outfit/job/independent/hop", | ||
"officer": true, | ||
"slots": 1 | ||
}, | ||
"Medical Staff Officer": { | ||
"outfit": "/datum/outfit/job/independent/doctor", | ||
"slots": 1 | ||
}, | ||
"Atmospheric Technician": { | ||
"outfit": "/datum/outfit/job/independent/engineer", | ||
"slots": 1 | ||
}, | ||
"APLU Operator": { | ||
"outfit": "/datum/outfit/job/nanotrasen/security/mech_pilot", | ||
"slots": 1 | ||
}, | ||
"Field Agent": { | ||
"outfit": "/datum/outfit/job/independent/security", | ||
"slots": 2 | ||
}, | ||
"Recruit": { | ||
"outfit": "/datum/outfit/job/independent/assistant", | ||
"slots": 2 | ||
} | ||
}, | ||
"enabled": true | ||
} |
Oops, something went wrong.