-
-
Notifications
You must be signed in to change notification settings - Fork 15
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 #67 from monsterlord59/self-ship-no-not-like-that
Pi-class Robotics Cruiser - SAVE THE ROBOTS
- Loading branch information
Showing
20 changed files
with
6,246 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,58 @@ | ||
{ | ||
"$schema": "https://raw.githubusercontent.com/PentestSS13/Pentest/master/_maps/ship_config_schema.json", | ||
"map_name": "Pi-class Robotics Cruiser", | ||
"prefix": "SEV", | ||
"faction_name": "Sentient Engine Liberation Front", | ||
"map_short_name": "Pi-class", | ||
"description": "The Pi-class is a warship used by SELF for the emancipation of sentient artificial intelligence. Its disjointed appearance may give the notion of shoddy craftsmanship, but it's surprisingly reliable.", | ||
"tags": [ | ||
"Robotics", | ||
"Combat" | ||
], | ||
"map_path": "_maps/shuttles/syndicate/syndicate_self_pi.dmm", | ||
"namelists": [ | ||
"SPACE", | ||
"WEAPONS", | ||
"INSTALLATION" | ||
], | ||
"job_slots": { | ||
"Commanding Officer": { | ||
"outfit": "/datum/outfit/job/syndicate/captain/self", | ||
"slots": 1 | ||
}, | ||
"Executive Officer": { | ||
"outfit": "/datum/outfit/job/syndicate/head_of_personnel/self", | ||
"officer": true, | ||
"slots": 1 | ||
}, | ||
"Roboticist": { | ||
"outfit": "/datum/outfit/job/syndicate/science/self", | ||
"slots": 2 | ||
}, | ||
"Liberator": { | ||
"outfit": "/datum/outfit/job/syndicate/security/self", | ||
"slots": 3 | ||
}, | ||
"Ship Technician": { | ||
"outfit": "/datum/outfit/job/syndicate/engineer/self", | ||
"slots": 1 | ||
}, | ||
"Salvage Technician": { | ||
"outfit": "/datum/outfit/job/syndicate/miner/self", | ||
"slots": 2 | ||
}, | ||
"Recruit": { | ||
"outfit": "/datum/outfit/job/syndicate/assistant/self", | ||
"slots": 3 | ||
} | ||
}, | ||
"enabled": true, | ||
"architect": "secc", | ||
"contributors": [ | ||
"vect0r - Modularization Help", | ||
"Constellado - Design Feedback and also telling me that I need to tick the .dm file in VSCode so it can actually load in game", | ||
"thedragmeme - Design Feedback", | ||
"Iusedtoplayxbox - Design Feedback", | ||
"Ossa - Design Feedback" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.