Skip to content

Commit

Permalink
a lot
Browse files Browse the repository at this point in the history
- Adds the PGF as a faction
- Adds PGF/N/MC as valid prefixes
- Adds PGF radios
- Adds most of the things required for a subshuttle ship to work
  • Loading branch information
Latentish committed Feb 18, 2024
1 parent a9f1ca4 commit cde5881
Show file tree
Hide file tree
Showing 18 changed files with 5,605 additions and 5,320 deletions.
48 changes: 48 additions & 0 deletions _maps/configs/pgf_liberty.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
"prefix": "PGFN",
"map_name": "Liberty-class Light Frigate",
"namelists": [
"NATURAL_AGGRESSIVE",
"WEAPONS"
],
"map_short_name": "Liberty-class",
"description": "A PGF light frigate smile.",
"tags": [
"Combat",
"Riot",
"Engineering",
"RP Focus"
],
"starting_funds": 4000,
"map_path": "_maps/shuttles/pgf/pgf_liberty.dmm",
"limit": 1,
"job_slots": {
"PGF - Captain": {
"outfit": "/datum/outfit/job/gezena/captain",
"officer": true,
"slots": 1
},
"PGF - Navy Engineer": {
"outfit": "/datum/outfit/job/gezena/engineer",
"slots": 2
},
"PGF - Navy Doctor": {
"outfit": "/datum/outfit/job/gezena/doctor",
"slots": 1
},
"PGF - Crewman": {
"outfit": "/datum/outfit/job/gezena/assistant",
"slots": 3
},
"PGF - Marine Sergeant": {
"outfit": "/datum/outfit/job/gezena/hos",
"slots": 1
},
"PGF - Marine": {
"outfit": "/datum/outfit/job/gezena/security",
"slots": 3
}
},
"enabled": true
}
Loading

0 comments on commit cde5881

Please sign in to comment.