Adds a Free Solarian Fleets ERT. (#11670)

This commit is contained in:
TheDanseMacabre
2021-04-20 13:13:17 +02:00
committed by GitHub
parent 2b20bfc287
commit a7e3092fe8
14 changed files with 279 additions and 31 deletions
@@ -0,0 +1,43 @@
/datum/ghostspawner/human/ert/fsf
name = "Free Solarian Fleets Marine"
short_name = "fsfr"
desc = "A responder from a Free Solarian Fleets marine fireteam."
welcome_message = "You're part of a marine fireteam dispatched from the FSFV Sforza, a Free Solarian Fleets destroyer on the SCC's payroll. Your primary motivation is money: the SCC pays you well, and you have a job to do."
max_count = 2
outfit = /datum/outfit/admin/ert/fsf
mob_name_prefix = "Pfc. "
possible_species = list(SPECIES_HUMAN)
/datum/ghostspawner/human/ert/fsf/specialist
name = "Free Solarian Fleets Sapper"
short_name = "fsfeng"
desc = "An engineering specialist from a Free Solarian Fleets marine fireteam."
max_count = 1
outfit = /datum/outfit/admin/ert/fsf/sapper
mob_name_prefix = "Cpl. "
/datum/ghostspawner/human/ert/fsf/specialist/med
name = "Free Solarian Fleets Medic"
short_name = "fsfmed"
desc = "A medical specialist from a Free Solarian Fleets marine fireteam."
outfit = /datum/outfit/admin/ert/fsf/medic
/datum/ghostspawner/human/ert/fsf/leader
name = "Free Solarian Fleets Fireteam Leader"
short_name = "fsflead"
desc = "The leader of the Free Solarian Fleets marine fireteam."
max_count = 1
outfit = /datum/outfit/admin/ert/fsf/leader
mob_name_prefix = "Sgt. "
/datum/ghostspawner/human/ert/fsf/synth
name = "Free Solarian Fleets Synthetic Unit"
short_name = "fsfsynth"
desc = "The non-combatant synthetic unit of the Free Solarian Fleets marine fireteam, armed only for self-defense. Tasked with piloting the shuttle and providing tactical advice and overwatch. Not actually a marine itself, the synth is property of the FSF."
max_count = 1
outfit = /datum/outfit/admin/ert/fsf/synth
mob_name_prefix = null
uses_species_whitelist = TRUE
req_species_whitelist = SPECIES_IPC
possible_species = list(SPECIES_IPC)