Tajaran Consular Officer Updates: Diplomatic Incident Edition (#10228)

This commit is contained in:
Alberyk
2020-10-14 17:40:36 -03:00
committed by GitHub
parent f2c60e1fb9
commit 100534dd97
15 changed files with 178 additions and 76 deletions

View File

@@ -128,7 +128,7 @@
/datum/accent/europa
name = ACCENT_EUROPA
description = "Europans are known to be much quieter and speak at a slower pace than their counterparts on Callisto, despite the close proximity of the two moons. Solarian linguists have \
traced the whisper-like nature of the accent origins to the planets submarines: crews believed that quieter voices interfered less with sonar, and were less likely to be heard by whatever was \
traced the whisper-like nature of the accent origins to the planet's submarines: crews believed that quieter voices interfered less with sonar, and were less likely to be heard by whatever was \
outside the hull. Europans that have succumbed to \"Deep Crazy\", a psychological phenomenon found on the moon, are known to abandon the typically hushed nature of Europan speech for screaming hysterically."
tag_icon = "europa"

View File

@@ -30,22 +30,9 @@
)
/datum/citizenship/pra/get_objectives(mission_level, var/mob/living/carbon/human/H)
var/rep_objectives
switch(mission_level)
if(REPRESENTATIVE_MISSION_HIGH)
rep_objectives = pick("Collect evidence of NanoTrasen being unfair or oppressive against Tajaran employees, to be used as leverage in future diplomatic talks",
"Compile a report on suspicious PRA citizens to be forwarded to authorities")
if(REPRESENTATIVE_MISSION_MEDIUM)
rep_objectives = pick("Sell [rand(3,6)] Party Membership Cards, 300 credits each",
"Have [rand(2,5)] PRA citizens to write down their grievances with the company, and present the report to station command",
"Sell [rand(3,6)] copies of Hadiist manifesto, 30 credits each")
else
rep_objectives = pick("Ensure Party loyalty for Tajara in prestigious positions",
"Ensure [rand(2,5)] PRA citizens are secure and follow Party guidelines")
return rep_objectives
if(REPRESENTATIVE_MISSION_LOW)
return "Ensure the loyalty of PRA Citizen to the Party and President Hadii. You must also promote the relationship between NanoTrasen and the People's Republic through diplomacy."
/datum/outfit/job/representative/consular/pra
name = "PRA Consular Officer"
@@ -57,7 +44,8 @@
/obj/item/storage/box/hadii_card = 1,
/obj/item/storage/box/hadii_manifesto = 1,
/obj/item/gun/projectile/pistol/adhomai = 1,
/obj/item/storage/field_ration = 1
/obj/item/storage/field_ration = 1,
/obj/item/storage/box/syndie_kit/spy/hidden = 1
)
accessory = /obj/item/clothing/accessory/hadii_pin
@@ -94,20 +82,9 @@
)
/datum/citizenship/dpra/get_objectives(mission_level, var/mob/living/carbon/human/H)
var/rep_objectives
switch(mission_level)
if(REPRESENTATIVE_MISSION_HIGH)
rep_objectives = pick("Collect evidence of NanoTrasen being unfair or oppressive against Tajaran employees, to be used as leverage in future diplomatic talks",
"Convince [rand(1,3)] republican citizen(s) to adopt Democratic People's Republic's citizenship")
if(REPRESENTATIVE_MISSION_MEDIUM)
rep_objectives = pick("Have [rand(2,5)] DPRA citizens to write down their grievances with the company, and present the report to station command",
"Collect [rand(3,7)] pictures of secure station areas")
else
rep_objectives = pick("Ensure that DPRA citizens are following the principles of Al'mariism")
return rep_objectives
if(REPRESENTATIVE_MISSION_LOW)
return "Ensure that DPRA citizens are following the principles of Al'mariism. Defend the rights of the Tajara through diplomacy."
/datum/outfit/job/representative/consular/dpra
name = "DPRA Consular Officer"
@@ -117,7 +94,9 @@
head = /obj/item/clothing/head/tajaran/consular/dpra
backpack_contents = list(
/obj/item/gun/projectile/silenced = 1,
/obj/item/storage/field_ration = 1
/obj/item/storage/box/dpra_manifesto = 1,
/obj/item/storage/field_ration/dpra = 1,
/obj/item/storage/box/syndie_kit/spy/hidden = 1
)
accessory = /obj/item/clothing/accessory/dpra_pin
@@ -156,19 +135,9 @@
)
/datum/citizenship/nka/get_objectives(mission_level, var/mob/living/carbon/human/H)
var/rep_objectives
switch(mission_level)
if(REPRESENTATIVE_MISSION_HIGH)
rep_objectives = pick("Collect evidence of NanoTrasen being unfair or oppressive against Tajaran employees, to be used as leverage in future diplomatic talks",
"Convince [rand(1,3)] republican citizen(s) to adopt New Kingdom's citizenship")
if(REPRESENTATIVE_MISSION_MEDIUM)
rep_objectives = pick("Convince [rand(1,3)] foreign citizen(s) to sign the imperial volunteer Alam'ardii corps pledge")
else
rep_objectives = pick("Have [rand(2,5)] NKA citizens to write down their grievances with the company, and present the report to station command")
return rep_objectives
if(REPRESENTATIVE_MISSION_LOW)
return "Ensure that NKA citizens are loyal to the Crown. You must also promote the relationship between NanoTrasen and the New Kingdom through diplomacy."
/datum/outfit/job/representative/consular/nka
name = "NKA Consular Officer"
@@ -179,6 +148,8 @@
backpack_contents = list(
/obj/item/folder/blue/nka = 1,
/obj/item/gun/projectile/revolver/adhomian = 1,
/obj/item/storage/field_ration/nka = 1
/obj/item/storage/box/nka_manifesto = 1,
/obj/item/storage/field_ration/nka = 1,
/obj/item/storage/box/syndie_kit/spy/hidden = 1
)
accessory = /obj/item/clothing/accessory/nka_pin