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

Tegu-class Communications Freighter #3016

Merged
merged 25 commits into from
Dec 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
38f7f1e
commit number one
goober3 May 22, 2024
f5d3136
linter fix !!
goober3 May 22, 2024
ebb6e01
unconnected vents & scrubbers
goober3 May 25, 2024
b603c9e
Merge branch 'master' into ship-teguu
goober3 May 25, 2024
d6bdec0
Merge remote-tracking branch 'upstream/master' into ship-teguu
goober3 Aug 24, 2024
81fabd0
Merge branch 'master' into ship-teguu
goober3 Aug 24, 2024
cd7ba6f
Merge branch 'ship-teguu' of https://github.com/goober3/hi-github-por…
goober3 Aug 24, 2024
8c68f27
comms tweaks, thank you cloudbreak
goober3 Aug 26, 2024
c0adaaf
Merge branch 'master' into ship-teguu
goober3 Aug 26, 2024
27418ed
see commit description
goober3 Sep 4, 2024
f7933b7
Merge branch 'master' into ship-teguu
goober3 Sep 4, 2024
0446099
unconnected scrubber jumpscare
goober3 Sep 4, 2024
4eba92c
Merge branch 'ship-teguu' of https://github.com/goober3/hi-github-por…
goober3 Sep 4, 2024
fa82ba9
i forgor to make the captain's quarters a unique area
goober3 Sep 4, 2024
e515635
Merge remote-tracking branch 'upstream/master' into ship-teguu
goober3 Oct 10, 2024
7d31077
im stuff
goober3 Oct 10, 2024
98b25af
no need for this now
goober3 Oct 10, 2024
699b203
Merge remote-tracking branch 'upstream/master' into ship-teguu
goober3 Nov 9, 2024
e0d0246
see desc
goober3 Nov 9, 2024
3e2e58d
replaces light turrets with medium turrets
goober3 Nov 9, 2024
2e25463
i'm a doofus
goober3 Nov 10, 2024
22bb222
VI security slot
goober3 Nov 15, 2024
ba64b2a
apc fix
goober3 Nov 15, 2024
b808ed7
moves sec vent & replaces canteen coffee vendor with soda vendor
goober3 Nov 16, 2024
ab8bc5d
mining conversion
goober3 Nov 19, 2024
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
47 changes: 47 additions & 0 deletions _maps/configs/nanotrasen_tegu.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
goober3 marked this conversation as resolved.
Show resolved Hide resolved
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
"map_name": "Tegu-class Communications Freighter",
"faction": "/datum/faction/nt",
"prefix": "NTSV",
"namelists": [
"NANOTRASEN",
"SPACE",
"MYTHOLOGICAL",
"WEAPONS"
],
"map_short_name": "Tegu-class",
"map_path": "_maps/shuttles/nanotrasen/nanotrasen_tegu.dmm",
"description": "The Tegu-class network vessel has long been the backbone of Nanotrasen's interstellar telecommunications network. These ships are outfitted with a large communications array, allowing them to function as a mobile network hub both for corporate and civilian radio traffic. While the Tegu has been in service for decades, they have become quite abundant on the Frontier after the ICW, as the Frontier's already-sparse infrastructure was devastated by the fighting, leaving many systems with minimal to no organized telecommunications. In order to facilitate infrastructure reconstruction in an environment with poor shipping networks, the Tegu is also outfitted with mining equipment that allows it to procure materials in the field.",
"tags": ["Mining", "Construction", "Telecomms", "Subshuttle"],
"limit": 1,
"starting_funds": 6000,
"job_slots": {
"Captain": {
"outfit": "/datum/outfit/job/nanotrasen/captain",
"officer": true,
"slots": 1
},
"Supply Director": {
"outfit": "/datum/outfit/job/nanotrasen/quartermaster",
"officer": true,
"slots": 1
},
"Security Officer": {
"outfit": "/datum/outfit/job/nanotrasen/security",
"slots": 1
},
"Field Technician": {
"outfit": "/datum/outfit/job/nanotrasen/miner/no_equipment",
"slots": 2
},
"Engineer": {
"outfit": "/datum/outfit/job/nanotrasen/engineer",
"slots": 1
},
"Deckhand": {
"outfit": "/datum/outfit/job/nanotrasen/assistant",
"slots": 2
}
},
"enabled": true
}
Loading
Loading