/datum/citizenship/none name = CITIZENSHIP_NONE description = "Not being a citizen of any state is a common situation for owned IPCs and Dionae." /datum/citizenship/golden_deep name = CITIZENSHIP_GOLDEN description = "The Golden Deep is a collection of free synthetics united by the pursuit of power through currency and trade. \ While freely operating in the Frontier, they only recently revealed their existence to the rest of humanity and as such, their \ presence in Tau Ceti is limited to merchants and other clerical industries. A highly competitive people; members of the \ Golden Deep who find themselves in human space are known as 'affiliates', and find themselves ostracized and cut off from the \ Frontier collective. Due to their peerless skill in business and clerical duties, affiliates share warm relations with NanoTrasen and \ find themselves the target of job opportunities in exchange for citizenship." consular_outfit = /obj/outfit/job/representative/consular/golden bodyguard_outfit = /obj/outfit/job/diplomatic_bodyguard/golden job_species_blacklist = list( "Consular Officer" = list( SPECIES_HUMAN, SPECIES_HUMAN_OFFWORLD, SPECIES_DIONA, SPECIES_DIONA_COEUS, SPECIES_SKRELL, SPECIES_SKRELL_AXIORI, SPECIES_TAJARA, SPECIES_TAJARA_MSAI, SPECIES_TAJARA_ZHAN, SPECIES_UNATHI, SPECIES_VAURCA_WORKER, SPECIES_VAURCA_WARRIOR, SPECIES_VAURCA_ATTENDANT, SPECIES_VAURCA_BULWARK, SPECIES_VAURCA_BREEDER ), "Diplomatic Aide" = list( SPECIES_HUMAN, SPECIES_HUMAN_OFFWORLD, SPECIES_DIONA, SPECIES_DIONA_COEUS, SPECIES_SKRELL, SPECIES_SKRELL_AXIORI, SPECIES_TAJARA, SPECIES_TAJARA_MSAI, SPECIES_TAJARA_ZHAN, SPECIES_UNATHI, SPECIES_VAURCA_WORKER, SPECIES_VAURCA_WARRIOR, SPECIES_VAURCA_ATTENDANT, SPECIES_VAURCA_BULWARK, SPECIES_VAURCA_BREEDER ) ) /obj/outfit/job/representative/consular/golden name = "Golden Deep Consular Officer" uniform = /obj/item/clothing/under/goldendeep/suit /obj/outfit/job/diplomatic_bodyguard/golden name = "Golden Deep Diplomatic Bodyguard" uniform = /obj/item/clothing/under/goldendeep/hoplan head = /obj/item/clothing/head/goldendeep/hoplan shoes = /obj/item/clothing/shoes/jackboots backpack_contents = list( /obj/item/gun/energy/pistol/goldendeep = 1 ) /datum/citizenship/axiom name = CITIZENSHIP_AXIOM description = "Citizenship with the Ecclesiastical Authority of Axiom means one of two things; \ either you belong directly to Ecclesiastical territory, living under the direct temporal rule of the \ synthetic religion of the Trinary Perfection in its capital of Providence or in the surrounding Marches, \ or you are a citizen of the Salamasian Republic, the majority human nation which defers to the Ecclesiastical \ Authority in planetary defense and interstellar travel. Founded jointly as a dual-state solution in 2464 \ in 2419, both the Ecclesiarchy and the Republic compose a greater whole; a remote mining world now under \ rapid development, the recipient of throngs of synthetic and human refugees from across the known universe, \ and a project of shared interest and mutual distance between both populations of the planet of Axiom." job_species_blacklist = list( "Consular Officer" = ALL_SPECIES, "Diplomatic Aide" = ALL_SPECIES, )