mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Adds a Free Solarian Fleets ERT. (#11670)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user