mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Shuttle update: Part Two: The Legion Protects (#7457)
This commit is contained in:
@@ -28,25 +28,25 @@
|
||||
mob_name_pick_message = "Pick a name."
|
||||
|
||||
/datum/ghostspawner/human/admin/legion_commander
|
||||
short_name = "legioncommander"
|
||||
name = "TCFL Commander"
|
||||
desc = "Command the TCFL, a walking and talking joke, whos members regularly die before they even arrive at their target."
|
||||
short_name = "legionlegate"
|
||||
name = "TCFL Legate"
|
||||
desc = "Command the TCFL onboard BLV The Tower, a legion patrolship from where Task Force XIII - Fortune operates from."
|
||||
|
||||
landmark_name = "TCFLCommander"
|
||||
landmark_name = "TCFLLegate"
|
||||
req_perms = R_CCIAA
|
||||
|
||||
//Vars related to human mobs
|
||||
outfit = /datum/outfit/admin/nt/tcfl_commander
|
||||
possible_species = list("Human")
|
||||
outfit = /datum/outfit/admin/nt/tcfl_legate
|
||||
possible_species = list("Human","M'sai Tajara","Skrell", "Unathi","Baseline Frame")
|
||||
possible_genders = list(MALE,FEMALE)
|
||||
allow_appearance_change = APPEARANCE_PLASTICSURGERY
|
||||
|
||||
assigned_role = "Tau Ceti Foreign Legion Commander"
|
||||
special_role = "TCFL Commander"
|
||||
assigned_role = "Tau Ceti Foreign Legion Legate"
|
||||
special_role = "TCFL Legate"
|
||||
respawn_flag = null
|
||||
|
||||
mob_name = null
|
||||
mob_name_prefix = "Cmdr. "
|
||||
mob_name_prefix = "Lgt. "
|
||||
mob_name_pick_message = "Pick a callsign or last-name."
|
||||
|
||||
/datum/ghostspawner/human/admin/cciaagent
|
||||
@@ -74,7 +74,7 @@
|
||||
/datum/ghostspawner/human/admin/cciaescort
|
||||
short_name = "cciaescort"
|
||||
name = "CCIA Escort"
|
||||
desc = "Escort a CCIA Agent to the station, watch them annoy the crew and prevent them from throwing themselvs under their own shuttle."
|
||||
desc = "Escort a CCIA Agent to the station, watch them annoy the crew and prevent them from throwing themselves under their own shuttle."
|
||||
|
||||
enabled = FALSE
|
||||
landmark_name = "CCIAEscort"
|
||||
@@ -122,7 +122,29 @@
|
||||
mob_name_prefix = "Spec. "
|
||||
mob_name_pick_message = "Pick a callsign or last-name."
|
||||
|
||||
/datum/ghostspawner/human/admin/tcflsentinel
|
||||
short_name = "tcflsentinel"
|
||||
name = "TCFL Sentinel"
|
||||
desc = "Secure BLV The Tower from any would-be interlopers, provide assistance to returning personnel and/or evacuees."
|
||||
|
||||
enabled = FALSE
|
||||
spawnpoints = list("TCFLSentinel")
|
||||
req_perms = null
|
||||
req_perms_edit = R_CCIAA
|
||||
max_count = 4
|
||||
|
||||
outfit = /datum/outfit/admin/ert/legion/sentinel
|
||||
possible_species = list("Human", "Tajara", "M'sai Tajara", "Zhan-Khazan Tajara", "Skrell", "Unathi", "Vaurca Warrior", "Vaurca Worker", "Baseline Frame", "Diona")
|
||||
possible_genders = list(MALE,FEMALE)
|
||||
allow_appearance_change = APPEARANCE_PLASTICSURGERY
|
||||
|
||||
assigned_role = "TCFL Sentinel"
|
||||
special_role = "TCFL Sentinel"
|
||||
respawn_flag = null
|
||||
|
||||
mob_name = null
|
||||
mob_name_prefix = "Sent. "
|
||||
mob_name_pick_message = "Pick a callsign or last-name."
|
||||
|
||||
/client/proc/despawn()
|
||||
set name = "Despawn"
|
||||
|
||||
@@ -59,29 +59,43 @@
|
||||
possible_species = list("Human", "Skrell")
|
||||
|
||||
//TCFL ERT
|
||||
|
||||
/datum/ghostspawner/human/ert/tcfl
|
||||
name = "TCFL Responder"
|
||||
name = "TCFL Volunteer"
|
||||
short_name = "tcflr"
|
||||
desc = "The Tau Ceti Foreign Legion's rank and file."
|
||||
welcome_message = "The Tau Ceti Foreign Legion works for the Republic of Biesel; your job is to protect the place you're heading to and fix the problem. You can be a volounteer (Vol.) or a legionnaire (Lgn.). The former is recommended for new players."
|
||||
welcome_message = "The Tau Ceti Foreign Legion works for the Republic of Biesel; your job is to protect the place you're heading to and fix the problem. You can be a Volunteer (Vol.), Legionnaire (Lgn.) or Prefect (Pfct.). The first option is recommended for new players."
|
||||
max_count = 3
|
||||
outfit = /datum/outfit/admin/ert/legion
|
||||
spawnpoints = list("TCFLERTSpawn")
|
||||
possible_species = list("Human", "Tajara", "Tajara", "M'sai Tajara", "Zhan-Khazan Tajara", "Skrell", "Unathi", "Vaurca Warrior", "Vaurca Worker", "Baseline Frame", "Diona")
|
||||
|
||||
/datum/ghostspawner/human/ert/tcfl/specialist
|
||||
name = "TCFL Medical Specialist"
|
||||
name = "TCFL Legionnaire"
|
||||
short_name = "tcfls"
|
||||
max_count = 2
|
||||
desc = "A medic of the Tau Ceti Foreign Legion."
|
||||
desc = "An experienced Legionnaire of the TCFL."
|
||||
outfit = /datum/outfit/admin/ert/legion/specialist
|
||||
mob_name_prefix = "Lgn. "
|
||||
|
||||
/datum/ghostspawner/human/ert/tcfl/leader
|
||||
name = "TCFL Leader"
|
||||
name = "TCFL Prefect"
|
||||
short_name = "tcfll"
|
||||
max_count = 1
|
||||
desc = "A leader of Task Force XIII - Fortune."
|
||||
outfit = /datum/outfit/admin/ert/legion/leader
|
||||
mob_name_prefix = "Pfct. "
|
||||
spawnpoints = list("TCFLERTSpawn - Prefect")
|
||||
|
||||
/datum/ghostspawner/human/ert/tcfl/pilot
|
||||
name = "TCFL Dropship Pilot"
|
||||
short_name = "tcflpl"
|
||||
max_count = 1
|
||||
desc = "A dropship pilot of the TCFL."
|
||||
welcome_message = "As a pilot of the Tau Ceti Foreign Legion, your job is to pilot your assigned dropship and keep it safe from any hostile forces. You may also have to assist the main task force in a supporting role if the need arises."
|
||||
outfit = /datum/outfit/admin/ert/legion/pilot
|
||||
mob_name_prefix = "PL. "
|
||||
spawnpoints = list("TCFLERTSpawn - Pilot")
|
||||
|
||||
//Mercenary ERT
|
||||
/datum/ghostspawner/human/ert/mercenary
|
||||
|
||||
Reference in New Issue
Block a user