mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Character Setup Lore Option Tweaks
This commit is contained in:
@@ -348,6 +348,7 @@ var/global/list/PDA_Manifest = list()
|
|||||||
G.fields["real_rank"] = H.mind.assigned_role
|
G.fields["real_rank"] = H.mind.assigned_role
|
||||||
G.fields["rank"] = assignment
|
G.fields["rank"] = assignment
|
||||||
G.fields["age"] = H.age
|
G.fields["age"] = H.age
|
||||||
|
G.fields["languages"] = list2text(H.languages,", ")
|
||||||
if(H.get_FBP_type())
|
if(H.get_FBP_type())
|
||||||
G.fields["brain_type"] = H.get_FBP_type()
|
G.fields["brain_type"] = H.get_FBP_type()
|
||||||
else
|
else
|
||||||
@@ -358,6 +359,7 @@ var/global/list/PDA_Manifest = list()
|
|||||||
G.fields["sex"] = gender2text(H.gender)
|
G.fields["sex"] = gender2text(H.gender)
|
||||||
G.fields["species"] = "[H.custom_species ? "[H.custom_species] ([H.species.name])" : H.species.name]" //VOREStation Edit
|
G.fields["species"] = "[H.custom_species ? "[H.custom_species] ([H.species.name])" : H.species.name]" //VOREStation Edit
|
||||||
G.fields["home_system"] = H.home_system
|
G.fields["home_system"] = H.home_system
|
||||||
|
G.fields["birthplace"] = H.birthplace
|
||||||
G.fields["citizenship"] = H.citizenship
|
G.fields["citizenship"] = H.citizenship
|
||||||
G.fields["faction"] = H.personal_faction
|
G.fields["faction"] = H.personal_faction
|
||||||
G.fields["religion"] = H.religion
|
G.fields["religion"] = H.religion
|
||||||
@@ -393,6 +395,7 @@ var/global/list/PDA_Manifest = list()
|
|||||||
L.fields["name"] = H.real_name
|
L.fields["name"] = H.real_name
|
||||||
L.fields["rank"] = H.mind.assigned_role
|
L.fields["rank"] = H.mind.assigned_role
|
||||||
L.fields["age"] = H.age
|
L.fields["age"] = H.age
|
||||||
|
L.fields["languages"] = list2text(H.languages,", ")
|
||||||
L.fields["fingerprint"] = md5(H.dna.uni_identity)
|
L.fields["fingerprint"] = md5(H.dna.uni_identity)
|
||||||
L.fields["sex"] = gender2text(H.gender)
|
L.fields["sex"] = gender2text(H.gender)
|
||||||
L.fields["id_gender"] = gender2text(H.identifying_gender)
|
L.fields["id_gender"] = gender2text(H.identifying_gender)
|
||||||
@@ -406,6 +409,7 @@ var/global/list/PDA_Manifest = list()
|
|||||||
L.fields["identity"] = H.dna.UI // "
|
L.fields["identity"] = H.dna.UI // "
|
||||||
L.fields["species"] = "[H.custom_species ? "[H.custom_species] ([H.species.name])" : H.species.name]" //VOREStation Edit
|
L.fields["species"] = "[H.custom_species ? "[H.custom_species] ([H.species.name])" : H.species.name]" //VOREStation Edit
|
||||||
L.fields["home_system"] = H.home_system
|
L.fields["home_system"] = H.home_system
|
||||||
|
L.fields["birthplace"] = H.birthplace
|
||||||
L.fields["citizenship"] = H.citizenship
|
L.fields["citizenship"] = H.citizenship
|
||||||
L.fields["faction"] = H.personal_faction
|
L.fields["faction"] = H.personal_faction
|
||||||
L.fields["religion"] = H.religion
|
L.fields["religion"] = H.religion
|
||||||
@@ -445,12 +449,14 @@ var/global/list/PDA_Manifest = list()
|
|||||||
G.fields["real_rank"] = "Unassigned"
|
G.fields["real_rank"] = "Unassigned"
|
||||||
G.fields["sex"] = "Unknown"
|
G.fields["sex"] = "Unknown"
|
||||||
G.fields["age"] = "Unknown"
|
G.fields["age"] = "Unknown"
|
||||||
|
G.fields["languages"] = "Unknown"
|
||||||
G.fields["brain_type"] = "Unknown"
|
G.fields["brain_type"] = "Unknown"
|
||||||
G.fields["fingerprint"] = "Unknown"
|
G.fields["fingerprint"] = "Unknown"
|
||||||
G.fields["p_stat"] = "Active"
|
G.fields["p_stat"] = "Active"
|
||||||
G.fields["m_stat"] = "Stable"
|
G.fields["m_stat"] = "Stable"
|
||||||
G.fields["species"] = SPECIES_HUMAN
|
G.fields["species"] = SPECIES_HUMAN
|
||||||
G.fields["home_system"] = "Unknown"
|
G.fields["home_system"] = "Unknown"
|
||||||
|
G.fields["birthplace"] = "Unknown"
|
||||||
G.fields["citizenship"] = "Unknown"
|
G.fields["citizenship"] = "Unknown"
|
||||||
G.fields["faction"] = "Unknown"
|
G.fields["faction"] = "Unknown"
|
||||||
G.fields["religion"] = "Unknown"
|
G.fields["religion"] = "Unknown"
|
||||||
|
|||||||
@@ -74,6 +74,7 @@
|
|||||||
general.fields["faction"] = random_general_record.fields["faction"]
|
general.fields["faction"] = random_general_record.fields["faction"]
|
||||||
general.fields["fingerprint"] = random_general_record.fields["fingerprint"]
|
general.fields["fingerprint"] = random_general_record.fields["fingerprint"]
|
||||||
general.fields["home_system"] = random_general_record.fields["home_system"]
|
general.fields["home_system"] = random_general_record.fields["home_system"]
|
||||||
|
general.fields["birthplace"] = random_general_record.fields["birthplace"]
|
||||||
general.fields["religion"] = random_general_record.fields["religion"]
|
general.fields["religion"] = random_general_record.fields["religion"]
|
||||||
if(random_medical_record)
|
if(random_medical_record)
|
||||||
medical.fields["b_type"] = random_medical_record.fields["b_type"]
|
medical.fields["b_type"] = random_medical_record.fields["b_type"]
|
||||||
|
|||||||
@@ -420,6 +420,7 @@
|
|||||||
if(istype(active1, /datum/data/record) && data_core.general.Find(active1))
|
if(istype(active1, /datum/data/record) && data_core.general.Find(active1))
|
||||||
P.info += {"Name: [active1.fields["name"]] ID: [active1.fields["id"]]
|
P.info += {"Name: [active1.fields["name"]] ID: [active1.fields["id"]]
|
||||||
<br>\nSex: [active1.fields["sex"]]
|
<br>\nSex: [active1.fields["sex"]]
|
||||||
|
<br>\nSpecies: [active1.fields["species"]]
|
||||||
<br>\nAge: [active1.fields["age"]]
|
<br>\nAge: [active1.fields["age"]]
|
||||||
<br>\nFingerprint: [active1.fields["fingerprint"]]
|
<br>\nFingerprint: [active1.fields["fingerprint"]]
|
||||||
<br>\nPhysical Status: [active1.fields["p_stat"]]
|
<br>\nPhysical Status: [active1.fields["p_stat"]]
|
||||||
|
|||||||
@@ -426,6 +426,7 @@
|
|||||||
if(istype(active1, /datum/data/record) && data_core.general.Find(active1))
|
if(istype(active1, /datum/data/record) && data_core.general.Find(active1))
|
||||||
P.info += {"Name: [active1.fields["name"]] ID: [active1.fields["id"]]
|
P.info += {"Name: [active1.fields["name"]] ID: [active1.fields["id"]]
|
||||||
<br>\nSex: [active1.fields["sex"]]
|
<br>\nSex: [active1.fields["sex"]]
|
||||||
|
<br>\nSpecies: [active1.fields["species"]]
|
||||||
<br>\nAge: [active1.fields["age"]]
|
<br>\nAge: [active1.fields["age"]]
|
||||||
<br>\nFingerprint: [active1.fields["fingerprint"]]
|
<br>\nFingerprint: [active1.fields["fingerprint"]]
|
||||||
<br>\nPhysical Status: [active1.fields["p_stat"]]
|
<br>\nPhysical Status: [active1.fields["p_stat"]]
|
||||||
|
|||||||
@@ -39,6 +39,12 @@
|
|||||||
"species" = "Please input new species:",
|
"species" = "Please input new species:",
|
||||||
"age" = "Please input new age:",
|
"age" = "Please input new age:",
|
||||||
"fingerprint" = "Please input new fingerprint hash:",
|
"fingerprint" = "Please input new fingerprint hash:",
|
||||||
|
"home_system" = "Please input new home:",
|
||||||
|
"birthplace" = "Please input new birthplace:",
|
||||||
|
"citizenship" = "Please input new citizenship:",
|
||||||
|
"languages" = "Please input known languages:",
|
||||||
|
"faction" = "Please input new employer:",
|
||||||
|
"religion" = "Please input new religion:",
|
||||||
)
|
)
|
||||||
field_edit_choices = list(
|
field_edit_choices = list(
|
||||||
// General
|
// General
|
||||||
@@ -113,6 +119,12 @@
|
|||||||
fields[++fields.len] = FIELD("Species", active1.fields["species"], "species")
|
fields[++fields.len] = FIELD("Species", active1.fields["species"], "species")
|
||||||
fields[++fields.len] = FIELD("Age", active1.fields["age"], "age")
|
fields[++fields.len] = FIELD("Age", active1.fields["age"], "age")
|
||||||
fields[++fields.len] = FIELD("Fingerprint", active1.fields["fingerprint"], "fingerprint")
|
fields[++fields.len] = FIELD("Fingerprint", active1.fields["fingerprint"], "fingerprint")
|
||||||
|
fields[++fields.len] = FIELD("Home", active1.fields["home_system"], "home_system")
|
||||||
|
fields[++fields.len] = FIELD("Birthplace", active1.fields["birthplace"], "birthplace")
|
||||||
|
fields[++fields.len] = FIELD("Citizenship", active1.fields["citizenship"], "citizenship")
|
||||||
|
fields[++fields.len] = FIELD("Faction", active1.fields["faction"], "faction")
|
||||||
|
fields[++fields.len] = FIELD("Religion", active1.fields["religion"], "religion")
|
||||||
|
fields[++fields.len] = FIELD("Known Languages", active1.fields["languages"], "languages")
|
||||||
fields[++fields.len] = FIELD("Physical Status", active1.fields["p_stat"], null)
|
fields[++fields.len] = FIELD("Physical Status", active1.fields["p_stat"], null)
|
||||||
fields[++fields.len] = FIELD("Mental Status", active1.fields["m_stat"], null)
|
fields[++fields.len] = FIELD("Mental Status", active1.fields["m_stat"], null)
|
||||||
var/list/photos = list()
|
var/list/photos = list()
|
||||||
@@ -309,8 +321,15 @@
|
|||||||
if(istype(active1, /datum/data/record) && data_core.general.Find(active1))
|
if(istype(active1, /datum/data/record) && data_core.general.Find(active1))
|
||||||
P.info += {"Name: [active1.fields["name"]] ID: [active1.fields["id"]]
|
P.info += {"Name: [active1.fields["name"]] ID: [active1.fields["id"]]
|
||||||
<br>\nSex: [active1.fields["sex"]]
|
<br>\nSex: [active1.fields["sex"]]
|
||||||
|
<br>\nSpecies: [active1.fields["species"]]
|
||||||
<br>\nAge: [active1.fields["age"]]
|
<br>\nAge: [active1.fields["age"]]
|
||||||
<br>\nFingerprint: [active1.fields["fingerprint"]]
|
<br>\nFingerprint: [active1.fields["fingerprint"]]
|
||||||
|
<br>\nHome: [active1.fields["home_system"]]
|
||||||
|
<br>\nBirthplace: [active1.fields["birthplace"]]
|
||||||
|
<br>\nCitizenship: [active1.fields["citizenship"]]
|
||||||
|
<br>\nFaction: [active1.fields["faction"]]
|
||||||
|
<br>\nReligion: [active1.fields["religion"]]
|
||||||
|
<br>\nKnown Languages: [active1.fields["languages"]]
|
||||||
<br>\nPhysical Status: [active1.fields["p_stat"]]
|
<br>\nPhysical Status: [active1.fields["p_stat"]]
|
||||||
<br>\nMental Status: [active1.fields["m_stat"]]<br>
|
<br>\nMental Status: [active1.fields["m_stat"]]<br>
|
||||||
<br>\nEmployment/Skills Summary: [active1.fields["notes"]]
|
<br>\nEmployment/Skills Summary: [active1.fields["notes"]]
|
||||||
|
|||||||
@@ -139,6 +139,7 @@
|
|||||||
data["exploit"]["species"] = html_encode(L.fields["species"])
|
data["exploit"]["species"] = html_encode(L.fields["species"])
|
||||||
data["exploit"]["rank"] = html_encode(L.fields["rank"])
|
data["exploit"]["rank"] = html_encode(L.fields["rank"])
|
||||||
data["exploit"]["home_system"] = html_encode(L.fields["home_system"])
|
data["exploit"]["home_system"] = html_encode(L.fields["home_system"])
|
||||||
|
data["exploit"]["birthplace"] = html_encode(L.fields["birthplace"])
|
||||||
data["exploit"]["citizenship"] = html_encode(L.fields["citizenship"])
|
data["exploit"]["citizenship"] = html_encode(L.fields["citizenship"])
|
||||||
data["exploit"]["faction"] = html_encode(L.fields["faction"])
|
data["exploit"]["faction"] = html_encode(L.fields["faction"])
|
||||||
data["exploit"]["religion"] = html_encode(L.fields["religion"])
|
data["exploit"]["religion"] = html_encode(L.fields["religion"])
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
S["sec_record"] >> pref.sec_record
|
S["sec_record"] >> pref.sec_record
|
||||||
S["gen_record"] >> pref.gen_record
|
S["gen_record"] >> pref.gen_record
|
||||||
S["home_system"] >> pref.home_system
|
S["home_system"] >> pref.home_system
|
||||||
|
S["birthplace"] >> pref.birthplace
|
||||||
S["citizenship"] >> pref.citizenship
|
S["citizenship"] >> pref.citizenship
|
||||||
S["faction"] >> pref.faction
|
S["faction"] >> pref.faction
|
||||||
S["religion"] >> pref.religion
|
S["religion"] >> pref.religion
|
||||||
@@ -17,6 +18,7 @@
|
|||||||
S["sec_record"] << pref.sec_record
|
S["sec_record"] << pref.sec_record
|
||||||
S["gen_record"] << pref.gen_record
|
S["gen_record"] << pref.gen_record
|
||||||
S["home_system"] << pref.home_system
|
S["home_system"] << pref.home_system
|
||||||
|
S["birthplace"] << pref.birthplace
|
||||||
S["citizenship"] << pref.citizenship
|
S["citizenship"] << pref.citizenship
|
||||||
S["faction"] << pref.faction
|
S["faction"] << pref.faction
|
||||||
S["religion"] << pref.religion
|
S["religion"] << pref.religion
|
||||||
@@ -24,6 +26,7 @@
|
|||||||
|
|
||||||
/datum/category_item/player_setup_item/general/background/sanitize_character()
|
/datum/category_item/player_setup_item/general/background/sanitize_character()
|
||||||
if(!pref.home_system) pref.home_system = "Unset"
|
if(!pref.home_system) pref.home_system = "Unset"
|
||||||
|
if(!pref.birthplace) pref.birthplace = "Unset"
|
||||||
if(!pref.citizenship) pref.citizenship = "None"
|
if(!pref.citizenship) pref.citizenship = "None"
|
||||||
if(!pref.faction) pref.faction = "None"
|
if(!pref.faction) pref.faction = "None"
|
||||||
if(!pref.religion) pref.religion = "None"
|
if(!pref.religion) pref.religion = "None"
|
||||||
@@ -36,6 +39,7 @@
|
|||||||
character.sec_record = pref.sec_record
|
character.sec_record = pref.sec_record
|
||||||
character.gen_record = pref.gen_record
|
character.gen_record = pref.gen_record
|
||||||
character.home_system = pref.home_system
|
character.home_system = pref.home_system
|
||||||
|
character.birthplace = pref.birthplace
|
||||||
character.citizenship = pref.citizenship
|
character.citizenship = pref.citizenship
|
||||||
character.personal_faction = pref.faction
|
character.personal_faction = pref.faction
|
||||||
character.religion = pref.religion
|
character.religion = pref.religion
|
||||||
@@ -43,7 +47,8 @@
|
|||||||
/datum/category_item/player_setup_item/general/background/content(var/mob/user)
|
/datum/category_item/player_setup_item/general/background/content(var/mob/user)
|
||||||
. += "<b>Background Information</b><br>"
|
. += "<b>Background Information</b><br>"
|
||||||
. += "Economic Status: <a href='?src=\ref[src];econ_status=1'>[pref.economic_status]</a><br/>"
|
. += "Economic Status: <a href='?src=\ref[src];econ_status=1'>[pref.economic_status]</a><br/>"
|
||||||
. += "Home System: <a href='?src=\ref[src];home_system=1'>[pref.home_system]</a><br/>"
|
. += "Home: <a href='?src=\ref[src];home_system=1'>[pref.home_system]</a><br/>"
|
||||||
|
. += "Birthplace: <a href='?src=\ref[src];birthplace=1'>[pref.birthplace]</a><br/>"
|
||||||
. += "Citizenship: <a href='?src=\ref[src];citizenship=1'>[pref.citizenship]</a><br/>"
|
. += "Citizenship: <a href='?src=\ref[src];citizenship=1'>[pref.citizenship]</a><br/>"
|
||||||
. += "Faction: <a href='?src=\ref[src];faction=1'>[pref.faction]</a><br/>"
|
. += "Faction: <a href='?src=\ref[src];faction=1'>[pref.faction]</a><br/>"
|
||||||
. += "Religion: <a href='?src=\ref[src];religion=1'>[pref.religion]</a><br/>"
|
. += "Religion: <a href='?src=\ref[src];religion=1'>[pref.religion]</a><br/>"
|
||||||
@@ -67,7 +72,7 @@
|
|||||||
return TOPIC_REFRESH
|
return TOPIC_REFRESH
|
||||||
|
|
||||||
else if(href_list["home_system"])
|
else if(href_list["home_system"])
|
||||||
var/choice = tgui_input_list(user, "Please choose a home system.", "Character Preference", home_system_choices + list("Unset","Other"), pref.home_system)
|
var/choice = tgui_input_list(user, "Please choose your home planet and/or system. This should be your current primary residence. Select \"Other\" to specify manually.", "Character Preference", home_system_choices + list("Unset","Other"), pref.home_system)
|
||||||
if(!choice || !CanUseTopic(user))
|
if(!choice || !CanUseTopic(user))
|
||||||
return TOPIC_NOACTION
|
return TOPIC_NOACTION
|
||||||
if(choice == "Other")
|
if(choice == "Other")
|
||||||
@@ -78,8 +83,20 @@
|
|||||||
pref.home_system = choice
|
pref.home_system = choice
|
||||||
return TOPIC_REFRESH
|
return TOPIC_REFRESH
|
||||||
|
|
||||||
|
else if(href_list["birthplace"])
|
||||||
|
var/choice = tgui_input_list(user, "Please choose the planet and/or system or other appropriate location that you were born/created. Select \"Other\" to specify manually.", "Character Preference", home_system_choices + list("Unset","Other"), pref.birthplace)
|
||||||
|
if(!choice || !CanUseTopic(user))
|
||||||
|
return TOPIC_NOACTION
|
||||||
|
if(choice == "Other")
|
||||||
|
var/raw_choice = sanitize(tgui_input_text(user, "Please enter a birthplace.", "Character Preference", null, MAX_NAME_LEN), MAX_NAME_LEN)
|
||||||
|
if(raw_choice && CanUseTopic(user))
|
||||||
|
pref.birthplace = raw_choice
|
||||||
|
else
|
||||||
|
pref.birthplace = choice
|
||||||
|
return TOPIC_REFRESH
|
||||||
|
|
||||||
else if(href_list["citizenship"])
|
else if(href_list["citizenship"])
|
||||||
var/choice = tgui_input_list(user, "Please choose your current citizenship.", "Character Preference", citizenship_choices + list("None","Other"), pref.citizenship)
|
var/choice = tgui_input_list(user, "Please select the faction or political entity with which you currently hold citizenship. Select \"Other\" to specify manually.", "Character Preference", citizenship_choices + list("None","Other"), pref.citizenship)
|
||||||
if(!choice || !CanUseTopic(user))
|
if(!choice || !CanUseTopic(user))
|
||||||
return TOPIC_NOACTION
|
return TOPIC_NOACTION
|
||||||
if(choice == "Other")
|
if(choice == "Other")
|
||||||
@@ -91,7 +108,7 @@
|
|||||||
return TOPIC_REFRESH
|
return TOPIC_REFRESH
|
||||||
|
|
||||||
else if(href_list["faction"])
|
else if(href_list["faction"])
|
||||||
var/choice = tgui_input_list(user, "Please choose a faction to work for.", "Character Preference", faction_choices + list("None","Other"), pref.faction)
|
var/choice = tgui_input_list(user, "Please choose the faction you primarily work for, if you are not under the direct employ of NanoTrasen. Select \"Other\" to specify manually.", "Character Preference", faction_choices + list("None","Other"), pref.faction)
|
||||||
if(!choice || !CanUseTopic(user))
|
if(!choice || !CanUseTopic(user))
|
||||||
return TOPIC_NOACTION
|
return TOPIC_NOACTION
|
||||||
if(choice == "Other")
|
if(choice == "Other")
|
||||||
@@ -103,7 +120,7 @@
|
|||||||
return TOPIC_REFRESH
|
return TOPIC_REFRESH
|
||||||
|
|
||||||
else if(href_list["religion"])
|
else if(href_list["religion"])
|
||||||
var/choice = tgui_input_list(user, "Please choose a religion.", "Character Preference", religion_choices + list("None","Other"), pref.religion)
|
var/choice = tgui_input_list(user, "Please choose a religion. Select \"Other\" to specify manually.", "Character Preference", religion_choices + list("None","Other"), pref.religion)
|
||||||
if(!choice || !CanUseTopic(user))
|
if(!choice || !CanUseTopic(user))
|
||||||
return TOPIC_NOACTION
|
return TOPIC_NOACTION
|
||||||
if(choice == "Other")
|
if(choice == "Other")
|
||||||
|
|||||||
@@ -76,8 +76,9 @@ var/list/preferences_datums = list()
|
|||||||
var/synth_markings = 1 //Enable/disable markings on synth parts. //VOREStation Edit - 1 by default
|
var/synth_markings = 1 //Enable/disable markings on synth parts. //VOREStation Edit - 1 by default
|
||||||
|
|
||||||
//Some faction information.
|
//Some faction information.
|
||||||
var/home_system = "Unset" //System of birth.
|
var/home_system = "Unset" //Current home or residence.
|
||||||
var/citizenship = "None" //Current home system.
|
var/birthplace = "Unset" //Location of birth.
|
||||||
|
var/citizenship = "None" //Government or similar entity with which you hold citizenship.
|
||||||
var/faction = "None" //General associated faction.
|
var/faction = "None" //General associated faction.
|
||||||
var/religion = "None" //Religious association.
|
var/religion = "None" //Religious association.
|
||||||
var/antag_faction = "None" //Antag associated faction.
|
var/antag_faction = "None" //Antag associated faction.
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ var/global/list/seen_religions = list()
|
|||||||
return
|
return
|
||||||
|
|
||||||
var/global/list/citizenship_choices = list(
|
var/global/list/citizenship_choices = list(
|
||||||
|
<<<<<<< HEAD
|
||||||
"Earth",
|
"Earth",
|
||||||
"Mars",
|
"Mars",
|
||||||
"Sif",
|
"Sif",
|
||||||
@@ -21,32 +22,104 @@ var/global/list/citizenship_choices = list(
|
|||||||
"Moghes",
|
"Moghes",
|
||||||
"Meralar",
|
"Meralar",
|
||||||
"Qerr'balak"
|
"Qerr'balak"
|
||||||
|
=======
|
||||||
|
"Greater Human Diaspora",
|
||||||
|
"Commonwealth of Sol-Procyon",
|
||||||
|
"Skrell Consensus",
|
||||||
|
"Moghes Hegemony",
|
||||||
|
"Tajaran Diaspora",
|
||||||
|
"Unitary Alliance of Salthan Fyrds",
|
||||||
|
"Elysian Colonies",
|
||||||
|
"Third Ares Confederation",
|
||||||
|
"Teshari Expeditionary Fleet",
|
||||||
|
"Altevian Hegemony",
|
||||||
|
"Kitsuhana Heavy Industries",
|
||||||
|
"Kosaky Fleets"
|
||||||
|
>>>>>>> 6fd6b7af0c... Merge pull request #14548 from KillianKirilenko/kk-lore
|
||||||
)
|
)
|
||||||
|
|
||||||
var/global/list/home_system_choices = list(
|
var/global/list/home_system_choices = list(
|
||||||
"Sol",
|
"Sol",
|
||||||
|
<<<<<<< HEAD
|
||||||
"Vir",
|
"Vir",
|
||||||
"Nyx",
|
"Nyx",
|
||||||
"Tau Ceti",
|
"Tau Ceti",
|
||||||
"Qerr'valis",
|
"Qerr'valis",
|
||||||
|
=======
|
||||||
|
"Earth, Sol",
|
||||||
|
"Luna, Sol",
|
||||||
|
"Mars, Sol",
|
||||||
|
"Venus, Sol",
|
||||||
|
"Titan, Sol",
|
||||||
|
"Toledo, New Ohio",
|
||||||
|
"The Pact, Myria",
|
||||||
|
"Kitsuhana Prime",
|
||||||
|
"Kishar, Alpha Centauri",
|
||||||
|
"Anshar, Alpha Centauri",
|
||||||
|
"Heaven Complex, Alpha Centauri",
|
||||||
|
"Procyon",
|
||||||
|
"Altair",
|
||||||
|
"Kara, Vir",
|
||||||
|
"Sif, Vir",
|
||||||
|
"Brinkburn, Nyx",
|
||||||
|
"Binma, Tau Ceti",
|
||||||
|
"Qerr'balak, Qerr'valis",
|
||||||
|
>>>>>>> 6fd6b7af0c... Merge pull request #14548 from KillianKirilenko/kk-lore
|
||||||
"Epsilon Ursae Minoris",
|
"Epsilon Ursae Minoris",
|
||||||
"Rarkajar"
|
"Meralar, Rarkajar",
|
||||||
|
"Tal, Vilous",
|
||||||
|
"Menhir, Alat-Hahr",
|
||||||
|
"Altam, Vazzend",
|
||||||
|
"Uh'Zata, Kelezakata",
|
||||||
|
"Moghes, Uuoea-Esa",
|
||||||
|
"Xohok, Uuoea-Esa",
|
||||||
|
"Varilak, Antares",
|
||||||
|
"Sanctorum, Sanctum",
|
||||||
|
"Infernum, Sanctum",
|
||||||
|
"Abundance in All Things Serene, Beta-Carnelium Ventrum",
|
||||||
|
"Jorhul, Barkalis",
|
||||||
|
"Shelf Flotilla",
|
||||||
|
"Ue-Orsi Flotilla"
|
||||||
)
|
)
|
||||||
|
|
||||||
var/global/list/faction_choices = list(
|
var/global/list/faction_choices = list(
|
||||||
|
<<<<<<< HEAD
|
||||||
"Sol Central",
|
"Sol Central",
|
||||||
"Vey Med",
|
"Vey Med",
|
||||||
"Einstein Engines",
|
"Einstein Engines",
|
||||||
|
=======
|
||||||
|
"NanoTrasen Incorporated",
|
||||||
|
"Hephaestus Industries",
|
||||||
|
"Vey-Medical",
|
||||||
|
"Zeng-Hu Pharmaceuticals",
|
||||||
|
"Ward-Takahashi GMC",
|
||||||
|
"Bishop Cybernetics",
|
||||||
|
"Morpheus Cyberkinetics",
|
||||||
|
"Xion Manufacturing Group",
|
||||||
|
>>>>>>> 6fd6b7af0c... Merge pull request #14548 from KillianKirilenko/kk-lore
|
||||||
"Free Trade Union",
|
"Free Trade Union",
|
||||||
"NanoTrasen",
|
"Major Bill's Transportation",
|
||||||
"Ward-Takahashi GMB",
|
"Ironcrest Transport Group",
|
||||||
"Gilthari Exports",
|
|
||||||
"Grayson Manufactories Ltd.",
|
"Grayson Manufactories Ltd.",
|
||||||
"Aether Atmospherics",
|
"Aether Atmospherics",
|
||||||
"Zeng-Hu Pharmaceuticals",
|
"Focal Point Energistics",
|
||||||
"Hephaestus Industries",
|
"StarFlight Inc.",
|
||||||
"Morpheus Cyberkinetics",
|
"Oculum Broadcasting Network",
|
||||||
"Xion Manufacturing Group"
|
"Periphery Post",
|
||||||
|
"Free Anur Tribune",
|
||||||
|
"Centauri Provisions",
|
||||||
|
"Einstein Engines",
|
||||||
|
"Wulf Aeronautics",
|
||||||
|
"Gilthari Exports",
|
||||||
|
"Coyote Salvage Corp.",
|
||||||
|
"Chimera Genetics Corp.",
|
||||||
|
"Kitsuhana Heavy Industries",
|
||||||
|
"Independent Pilots Association",
|
||||||
|
"Local System Defense Force",
|
||||||
|
"United Solar Defense Force",
|
||||||
|
"Proxima Centauri Risk Control",
|
||||||
|
"HIVE Security",
|
||||||
|
"Stealth Assault Enterprises"
|
||||||
)
|
)
|
||||||
|
|
||||||
var/global/list/antag_faction_choices = list() //Should be populated after brainstorming. Leaving as blank in case brainstorming does not occur.
|
var/global/list/antag_faction_choices = list() //Should be populated after brainstorming. Leaving as blank in case brainstorming does not occur.
|
||||||
|
|||||||
@@ -592,9 +592,11 @@
|
|||||||
to_chat(usr, "<b>Species:</b> [R.fields["species"]]")
|
to_chat(usr, "<b>Species:</b> [R.fields["species"]]")
|
||||||
to_chat(usr, "<b>Assignment:</b> [R.fields["real_rank"]] ([R.fields["rank"]])")
|
to_chat(usr, "<b>Assignment:</b> [R.fields["real_rank"]] ([R.fields["rank"]])")
|
||||||
to_chat(usr, "<b>Home System:</b> [R.fields["home_system"]]")
|
to_chat(usr, "<b>Home System:</b> [R.fields["home_system"]]")
|
||||||
|
to_chat(usr, "<b>Birthplace:</b> [R.fields["birthplace"]]")
|
||||||
to_chat(usr, "<b>Citizenship:</b> [R.fields["citizenship"]]")
|
to_chat(usr, "<b>Citizenship:</b> [R.fields["citizenship"]]")
|
||||||
to_chat(usr, "<b>Primary Employer:</b> [R.fields["personal_faction"]]")
|
to_chat(usr, "<b>Primary Employer:</b> [R.fields["personal_faction"]]")
|
||||||
to_chat(usr, "<b>Religious Beliefs:</b> [R.fields["religion"]]")
|
to_chat(usr, "<b>Religious Beliefs:</b> [R.fields["religion"]]")
|
||||||
|
to_chat(usr, "<b>Known Languages:</b> [R.fields["languages"]]")
|
||||||
to_chat(usr, "<b>Notes:</b> [R.fields["notes"]]")
|
to_chat(usr, "<b>Notes:</b> [R.fields["notes"]]")
|
||||||
to_chat(usr, "<a href='?src=\ref[src];emprecordComment=`'>\[View Comment Log\]</a>")
|
to_chat(usr, "<a href='?src=\ref[src];emprecordComment=`'>\[View Comment Log\]</a>")
|
||||||
read = 1
|
read = 1
|
||||||
|
|||||||
@@ -54,6 +54,7 @@
|
|||||||
|
|
||||||
// General information
|
// General information
|
||||||
var/home_system = ""
|
var/home_system = ""
|
||||||
|
var/birthplace = ""
|
||||||
var/citizenship = ""
|
var/citizenship = ""
|
||||||
var/personal_faction = ""
|
var/personal_faction = ""
|
||||||
var/religion = ""
|
var/religion = ""
|
||||||
|
|||||||
@@ -74,6 +74,7 @@ const ExploitableInformation = (props, context) => {
|
|||||||
<LabeledList.Item label="Age">{exploit.age}</LabeledList.Item>
|
<LabeledList.Item label="Age">{exploit.age}</LabeledList.Item>
|
||||||
<LabeledList.Item label="Rank">{exploit.rank}</LabeledList.Item>
|
<LabeledList.Item label="Rank">{exploit.rank}</LabeledList.Item>
|
||||||
<LabeledList.Item label="Home System">{exploit.home_system}</LabeledList.Item>
|
<LabeledList.Item label="Home System">{exploit.home_system}</LabeledList.Item>
|
||||||
|
<LabeledList.Item label="Birthplace">{exploit.birthplace}</LabeledList.Item>
|
||||||
<LabeledList.Item label="Citizenship">{exploit.citizenship}</LabeledList.Item>
|
<LabeledList.Item label="Citizenship">{exploit.citizenship}</LabeledList.Item>
|
||||||
<LabeledList.Item label="Faction">{exploit.faction}</LabeledList.Item>
|
<LabeledList.Item label="Faction">{exploit.faction}</LabeledList.Item>
|
||||||
<LabeledList.Item label="Religion">{exploit.religion}</LabeledList.Item>
|
<LabeledList.Item label="Religion">{exploit.religion}</LabeledList.Item>
|
||||||
|
|||||||
Reference in New Issue
Block a user