mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 12:56:10 +01:00
Solarian Passcard Tweaks (#21507)
Made on request of the_ill_fated Adds updated sprites to solarian passcards, centering them to make them more in-line with the other cards. Thanks ill_fated Re-adds the old Idris commemorative silversun passcard, now in the factions loadout menu. Removes old/redundant passcards. (Cytherian, Jintarian, and Jovian cards) <img width="994" height="362" alt="image" src="https://github.com/user-attachments/assets/4100aa45-3543-4777-bef3-edf541369875" /> <img width="927" height="513" alt="image" src="https://github.com/user-attachments/assets/16b8d455-5f79-4e31-8779-4b09e0fb82aa" /> <img width="893" height="110" alt="image" src="https://github.com/user-attachments/assets/1a4b7e8b-9509-4161-8072-3c3d7ab64c8d" /> --------- Signed-off-by: HanSolo1519 <72716882+HanSolo1519@users.noreply.github.com>
This commit is contained in:
@@ -408,10 +408,7 @@ ABSTRACT_TYPE(/datum/gear/accessory)
|
||||
passcard["passcard, tau ceti"] = /obj/item/clothing/accessory/badge/passcard
|
||||
passcard["passcard, sol"] = /obj/item/clothing/accessory/badge/passcard/sol
|
||||
passcard["passcard, callisto"] = /obj/item/clothing/accessory/badge/passcard/sol/callisto
|
||||
passcard["passcard, cytherean"] = /obj/item/clothing/accessory/badge/passcard/sol/cytherean
|
||||
passcard["passcard, europa"] = /obj/item/clothing/accessory/badge/passcard/sol/europa
|
||||
passcard["passcard, jintarian"] = /obj/item/clothing/accessory/badge/passcard/sol/jintarian
|
||||
passcard["passcard, jovian"] = /obj/item/clothing/accessory/badge/passcard/sol/jupiter
|
||||
passcard["passcard, solarian konyang"] = /obj/item/clothing/accessory/badge/passcard/sol/konyang
|
||||
passcard["passcard, luna"] = /obj/item/clothing/accessory/badge/passcard/sol/luna
|
||||
passcard["passcard, solarian mictlan"] = /obj/item/clothing/accessory/badge/passcard/sol/mictlan
|
||||
|
||||
@@ -55,7 +55,8 @@
|
||||
|
||||
/datum/gear/faction/idris_passcard
|
||||
display_name = "idris silversun passcard"
|
||||
path = /obj/item/clothing/accessory/badge/passcard/sol/silversun
|
||||
description = "A passcard issued to Idris employees currently or formerly employed on the planet Silversun."
|
||||
path = /obj/item/clothing/accessory/badge/passcard/sol/silversun/idris
|
||||
slot = slot_tie
|
||||
faction = "Idris Incorporated"
|
||||
|
||||
|
||||
@@ -337,14 +337,6 @@
|
||||
icon_state = "passcard_callisto"
|
||||
item_state = "passcard_callisto"
|
||||
|
||||
/obj/item/clothing/accessory/badge/passcard/sol/cytherean
|
||||
name = "cytherean passcard"
|
||||
desc = "A passcard issued to citizens of the Alliance of Sovereign Solarian Nations from the Cytherean Venusian cloud-cities."
|
||||
desc_extended = "The luxuriant Cytherean lifestyle is represented no better than in its identification cards; gaudy, with built-in neon flashing lights and doubling as a business card. The font is infamous for \
|
||||
its illegibility."
|
||||
icon_state = "passcard_cytherean"
|
||||
item_state = "passcard_cytherean"
|
||||
|
||||
/obj/item/clothing/accessory/badge/passcard/sol/europa
|
||||
name = "europan passcard"
|
||||
desc = "A passcard issued to the citizens of the Sovereign Solarian Confederation of Europa."
|
||||
@@ -354,22 +346,6 @@
|
||||
icon_state = "passcard_europa"
|
||||
item_state = "passcard_europa"
|
||||
|
||||
/obj/item/clothing/accessory/badge/passcard/sol/jintarian
|
||||
name = "jintarian passcard"
|
||||
desc = "A... 'passcard' manufactured by a Venusian living on the surface of their hostile Solarian world."
|
||||
desc_extended = "In sharp contrast to the passcards wielded in the skies of their world, the common Jintarian passcard is a cobbled-together mess of a stolen corporate identification card with an ID-strip \
|
||||
duct taped to the edge. Traditionally worn by free-runners on the back of their clothing, so that the people in their dust may know who it was that just outpaced them."
|
||||
icon_state = "passcard_jintarian"
|
||||
item_state = "passcard_jintarian"
|
||||
|
||||
/obj/item/clothing/accessory/badge/passcard/sol/jupiter
|
||||
name = "jovian passcard"
|
||||
desc = "A passcard issued to citizens of Sol Alliance, hailing from Jupiter or its moons."
|
||||
desc_extended = "Due to its status as a trading hub for the Jewel Worlds of the Sol system, Jovian Solarians are among the most populous type to exist outside Earth proper, numbering in the billions. \
|
||||
Originally given out as a celebration of fifty years of Jovian settlement, these passcards have since been introduced as a display of pride in their mutual orbit."
|
||||
icon_state = "passcard_jovian"
|
||||
item_state = "passcard_jovian"
|
||||
|
||||
/obj/item/clothing/accessory/badge/passcard/sol/konyang
|
||||
name = "konyang passcard"
|
||||
desc = "A passcard issued to inhabitants of Konyang who still claim citizenship with the Solarian Alliance."
|
||||
@@ -455,7 +431,7 @@
|
||||
item_state = "passcard_sanktfrederick"
|
||||
|
||||
/obj/item/clothing/accessory/badge/passcard/sol/silversun
|
||||
name = "silversun commemorative passcard"
|
||||
name = "silversun passcard"
|
||||
desc = "A passcard issued to citizens of the Sovereign Solarian Republic of Silversun."
|
||||
desc_extended = "This identification document is a standardized form adopted across the Alliance. \
|
||||
Encrypted with detailed personal and biometric information, these cards verify identity and citizenship. \
|
||||
@@ -464,6 +440,14 @@
|
||||
icon_state = "passcard_silversun"
|
||||
item_state = "passcard_silversun"
|
||||
|
||||
/obj/item/clothing/accessory/badge/passcard/sol/silversun/idris
|
||||
name = "silversun commemorative passcard"
|
||||
desc = "A passcard issued to Idris employees currently or formerly employed or residing on the planet Silversun."
|
||||
desc_extended = "While Silversun itself is a member of the Sol Alliance, Idris Incorporated has secured a number of obscure patents, permits, and bureaucratic channels that allows them to commemorate \
|
||||
faithful employees from the resort world with unique passcards that double as membership cards to some of the cheaper resorts on-world."
|
||||
icon_state = "passcard_silversun_alt"
|
||||
item_state = "passcard_silversun_alt"
|
||||
|
||||
/obj/item/clothing/accessory/badge/passcard/sol/venus
|
||||
name = "venus passcard"
|
||||
desc = "A passcard issued to the citizens of the Sovereign Solarian Republic of Venus."
|
||||
|
||||
Reference in New Issue
Block a user