Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
56 changes: 56 additions & 0 deletions _maps/configs/inteq_talos2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"$schema": "../ship_config_schema.json",
"map_name": "Talos-class Command Clipper Retrofit",
"faction": "/datum/faction/inteq",
"prefix": "IRMV",
"description": "The Talos is a command and support ship, and a rare example of a purpose-built Inteq ship. Outfitted with an abundance of construction and engineering equipment and a private bluespace communications suite capable of networking IRMG ships across any given system, Taloses are often the lynchpin of coordinated IRMG operations in a system, and offer construction and repair services as part of IRMG’s mercenary offerings. As Talos crews place a larger emphasis on support personnel, they tend to be less well-armed than other Inteq crews. One unusual feature of the Talos is its “wings” filled with redundant baffles, intended to provide extra durability in the case of impacts or weapons fire. They also offer auxiliary storage space and potential room for modification by their enterprising Artificer crews.",
"manufacturer": "Hardline Salvage and Mining",
"tags": [
"Engineer",
"Telecomms"
],
"namelists": [
"MYTHOLOGICAL",
"BEASTS",
"NATURAL_AGGRESSIVE",
"INTEQ"
],
"map_short_name": "Talos2-class",
"map_path": "_maps/shuttles/inteq/inteq_talos2.dmm",
"token_icon_state": "ship_big_generic",
"limit": 1,
"job_slots": {
"Vanguard": {
"outfit": "/datum/outfit/job/inteq/captain/empty",
"officer": true,
"slots": 1
},
"Master At Arms": {
"outfit": "/datum/outfit/job/inteq/warden",
"officer": true,
"slots": 1
},
"Honorable Artificer": {
"outfit": "/datum/outfit/job/inteq/ce",
"officer": true,
"slots": 1
},
"Artificer": {
"outfit": "/datum/outfit/job/inteq/engineer",
"slots": 3
},
"Enforcer": {
"outfit": "/datum/outfit/job/inteq/security",
"slots": 2
},
"Corpsman": {
"outfit": "/datum/outfit/job/inteq/paramedic",
"slots": 1
},
"Auxiliary": {
"outfit": "/datum/outfit/job/inteq/assistant",
"slots": 2
}
},
"enabled": true
}
Loading