Skip to content

Commit

Permalink
Merge pull request #30 from Yobrocharlie/Daniels-ship
Browse files Browse the repository at this point in the history
  • Loading branch information
Vect0r2 authored Sep 19, 2024
2 parents 65d8f8f + 29a7dc8 commit 3add0ec
Show file tree
Hide file tree
Showing 3 changed files with 3,196 additions and 1 deletion.
30 changes: 30 additions & 0 deletions _maps/configs/independent_daniel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"$schema": "https://raw.githubusercontent.com/constellado/Pentest/master/_maps/ship_config_schema.json",
"map_name": "Daniel-class Exploration Vessel",
"prefix": "SV",
"namelists": ["NATURAL"],
"map_short_name": "Daniel-class",
"map_path": "_maps/shuttles/independent/independent_daniel.dmm",
"description": "The Daniel-Class is daniels house, yea its just his house (It would be hilarious if you spawned this in while daniel was already in one).",
"tags": [
"RP Focus"
],
"starting_funds": 6000,
"limit": 1,
"job_slots": {
"Captain": {
"outfit": "/datum/outfit/job/independent/captain",
"officer": true,
"slots": 2
},
"Mechanic": {
"outfit": "/datum/outfit/job/independent/engineer",
"slots": 1
},
"Assistant": {
"outfit": "/datum/outfit/job/independent/assistant",
"slots": 2
}
},
"enabled": true
}
Loading

0 comments on commit 3add0ec

Please sign in to comment.