mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Adds Xanan Passcards (#22057)
This adds two passcards to represent xanan pride across the spur on the horizon to the loadout as accessories. Ill-fated is the creator of the sprites and descriptions, I am the implementor by her request! ### Asset Licenses The following assets that **have not** been created by myself are included in this PR: xanu_passcard, nationa_militia, the item descriptions in full. All by the_ill_fated on discord. <img width="302" height="203" alt="image" src="https://github.com/user-attachments/assets/39e66093-2730-4d84-8534-37c6058f3471" /> --------- Signed-off-by: ArbiterAmbrose <n22don2009@gmail.com> Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
This commit is contained in:
co-authored by
SleepyGemmy
parent
68e7fdcc93
commit
fd1c4ead05
@@ -425,6 +425,7 @@ ABSTRACT_TYPE(/datum/gear/accessory)
|
||||
passcard["passcard, elyra"] = /obj/item/clothing/accessory/badge/passcard/elyra
|
||||
passcard["passcard, dominia"] = /obj/item/clothing/accessory/badge/passcard/dominia
|
||||
passcard["passcard, coalition"] = /obj/item/clothing/accessory/badge/passcard/coalition
|
||||
passcard["passcard, xanu"] = /obj/item/clothing/accessory/badge/passcard/coalition/xanu
|
||||
passcard["passcard, himeo"] = /obj/item/clothing/accessory/badge/passcard/himeo
|
||||
passcard["passcard, vysoka"] = /obj/item/clothing/accessory/badge/passcard/vysoka
|
||||
passcard["passcard, gadpathur"] = /obj/item/clothing/accessory/badge/passcard/gad
|
||||
@@ -465,6 +466,12 @@ ABSTRACT_TYPE(/datum/gear/accessory)
|
||||
TCAFcard["veteran"] = /obj/item/clothing/accessory/badge/tcaf_papers/service/veteran
|
||||
gear_tweaks += new /datum/gear_tweak/path(TCAFcard)
|
||||
|
||||
/datum/gear/accessory/xanu_mil_card
|
||||
display_name = "xanu militia reservist card"
|
||||
description = "An identification document issued to reservists of the All-Xanu National Militia."
|
||||
path = /obj/item/clothing/accessory/badge/passcard/coalition/xanu/military
|
||||
citizenship = CITIZENSHIP_COALITION
|
||||
|
||||
/datum/gear/accessory/kneepads
|
||||
display_name = "kneepads"
|
||||
path = /obj/item/clothing/accessory/kneepads
|
||||
|
||||
@@ -502,6 +502,22 @@
|
||||
icon_state = "passcard_coc"
|
||||
item_state = "passcard_coc"
|
||||
|
||||
/obj/item/clothing/accessory/badge/passcard/coalition/xanu
|
||||
name = "xanu passcard"
|
||||
desc = "An identity document, or 'passcard' issued to citizens of the All-Xanu Republic."
|
||||
desc_extended = "The principal identification document issued by the government of the All-Xanu Republic, this passcard is embedded with encrypted biometric, demographic, and civil registry data, serving as secure proof of identity and citizenship. \
|
||||
A security hologram of the Xanan Feather is centered within the background, its iridescent contours shifting subtly with movement. The Republic's motto 'Liberty, Equality, Solidarity' is displayed both above, and beneath the emblem."
|
||||
icon_state = "xanu_passcard"
|
||||
item_state = "xanu_passcard"
|
||||
|
||||
/obj/item/clothing/accessory/badge/passcard/coalition/xanu/military
|
||||
name = "xanu militia reservist card"
|
||||
desc = "An identification document issued to reservists of the All-Xanu National Militia."
|
||||
desc_extended = "A form of identification certifying its bearer as a reservist within Xanu's National Militia. Embedded with encrypted biometric identifiers, service status, and mobilization data, it functions as proof of militia affiliation and the holder's military status.\
|
||||
A subdued security-hologram of the Militia Crest is set into the background. Fine-lined guilloche patterns and spectral watermarking reinforce the card's anti-tamper features."
|
||||
icon_state = "nationa_militia"
|
||||
item_state = "nationa_militia"
|
||||
|
||||
/obj/item/clothing/accessory/badge/passcard/himeo
|
||||
name = "himean passcard"
|
||||
desc = "A passcard issued to a citizen of the planet Himeo."
|
||||
|
||||
Reference in New Issue
Block a user