Skip to content

Commit

Permalink
Merge pull request #33 from Ossa88/Culls
Browse files Browse the repository at this point in the history
Wyvern-Class Sloop - Refitted Riggs-Class
  • Loading branch information
Constellado authored Sep 18, 2024
2 parents 8557f38 + 852d5eb commit 23acf1b
Show file tree
Hide file tree
Showing 2 changed files with 5,764 additions and 0 deletions.
52 changes: 52 additions & 0 deletions _maps/configs/independent_wyvern.json
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
}
Loading

0 comments on commit 23acf1b

Please sign in to comment.