Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds the Vagrant-Class Hunting Vessel #3980

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
dcc07d3
Does the thing
stiel0248 Jan 10, 2025
e9406db
Adds a water tank. Removes a doubled grille.
stiel0248 Jan 10, 2025
72f6d6f
Added Frederick to entertainment as asked, hopefully fixed a turf. Ad…
stiel0248 Jan 10, 2025
ed5d380
i forgot a comma im so cool
stiel0248 Jan 10, 2025
9049ecb
duped table oops
stiel0248 Jan 10, 2025
8ce810a
Added a filing cabinet. Changed some floor tiles. Fixed some miscella…
stiel0248 Jan 11, 2025
8043b71
Changed from Generalist to Specialist. Equipment is still kind of up …
stiel0248 Jan 12, 2025
1245497
buffed medical slightly, added a roumain medkit and a seperatory funnel.
stiel0248 Jan 12, 2025
f57a40a
Merge branch 'master' into srm_vagrant
stiel0248 Jan 20, 2025
fbdb39c
merging rockplant dm with rockstation's code (hopefully), applied mor…
stiel0248 Jan 20, 2025
530b76b
Merge branch 'srm_vagrant' of https://github.com/stiel0248/Shiptest i…
stiel0248 Jan 20, 2025
619366d
didnt work please give me my floors back
stiel0248 Jan 21, 2025
da0d96a
fixed(???) rockplanet tiles, did some small decorating. should be in …
stiel0248 Jan 21, 2025
d084c05
removed a conflicting torch, added a seclock to the bridge and made i…
stiel0248 Jan 21, 2025
8b6e6f2
removed machinist, 2 shadow slots now, added airlock shutters.
stiel0248 Jan 21, 2025
8682d4f
going to be honest i think i just touched a pipe this time
stiel0248 Jan 21, 2025
47d0a30
Merge branch 'master' into srm_vagrant
stiel0248 Jan 21, 2025
b7dc98c
description changes
stiel0248 Jan 21, 2025
e304e53
Merge branch 'srm_vagrant' of https://github.com/stiel0248/Shiptest i…
stiel0248 Jan 21, 2025
56bb0a2
fixed atrium apc
stiel0248 Jan 21, 2025
1e409b2
Job slots change no. 16,000, removed a shadow, added a hunter collign…
stiel0248 Jan 23, 2025
e644ca2
Merge branch 'master' into srm_vagrant
stiel0248 Jan 23, 2025
70d98fd
added some extra ammo varieties, fixed a railing, made airlock faster.
stiel0248 Jan 25, 2025
ef702b4
Merge branch 'srm_vagrant' of https://github.com/stiel0248/Shiptest i…
stiel0248 Jan 25, 2025
0e06172
Merge branch 'master' into srm_vagrant
stiel0248 Jan 25, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions _maps/configs/srm_vagrant.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
"map_name": "Vagrant-class Hunting Vessel",
"faction": "/datum/faction/srm",
"prefix": "SRSV",
"namelists": [
"SAINT-ROUMAIN",
"BEASTS"
],
"map_short_name": "Vagrant-class",
"map_path": "_maps/shuttles/roumain/srm_vagrant.dmm",
"description": "A lighter hunting vessel of the Saint-Roumian-Militia, issued to modest Montagnes seeking either to prove themselves or who have a fondness for simplicity. While smaller than other vessels among the Militia, the Vagrant is considerably cheaper than other options and features a rocky terrarium which has yet to be populated with a fresh abundance of life. The poor soil provides a challenge that encourages its' crew to collect herbs one finds along their path, while still posessing a vital tree from the owning Montagnes’ home planet. To build a healthy ecosystem between this oak and wild, foreign plants is seen as a great accomplishment. As a highly religious ascetic order, the SRM supplies the Vagrant with supplies to achieve this goal and expects the crew aboard to learn how to perform medicine in more “natural” ways, using herbs and plants found in the wilderness, and then grown in house. The ship is captained by a Montagne, who oversees a team of Hunters, and Shadows apprenticing them.",
"tags": [
"Botany",
"Combat",
"Generalist"
],
"map_id": "srm_vagrant",
"limit": 1,
"job_slots": {
"Hunter Montagne": {
"outfit": "/datum/outfit/job/roumain/captain",
"officer": true,
"slots": 1
},
"Flamebearer": {
"outfit": "/datum/outfit/job/roumain/flamebearer",
"officer": true,
"slots": 1
},
"Machinist": {
"outfit": "/datum/outfit/job/roumain/engineer",
"slots": 1
},
"Hunter": {
"outfit": "/datum/outfit/job/roumain/security",
"slots": 1
},
"Shadow": {
"outfit": "/datum/outfit/job/roumain/assistant",
"slots": 2
}
},
"enabled": true
}
Loading
Loading