mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +01:00
Trinarism care package (#23008)
Adds new Trinarist coif variants, a resprite for the Trinarist robes and stave, and new Trinarist tunics. Credit for the bulk of the spritework goes to Wezzy, I cobbled the rest haphazardly together. <img width="329" height="986" alt="image" src="https://github.com/user-attachments/assets/ce3b7d6c-3a76-443f-a8a6-50b25170766e" /> --- <img width="286" height="932" alt="image" src="https://github.com/user-attachments/assets/d4b1bf4d-d9c4-4835-95f0-b67e0f5a92b3" /> --- <img width="478" height="131" alt="image" src="https://github.com/user-attachments/assets/f9bd0954-c024-4944-aa2b-7a3cd6233bda" /> --- <img width="305" height="927" alt="image" src="https://github.com/user-attachments/assets/9f2bc04d-70fd-4766-a119-7c9e9f6d715f" /> --- <img width="277" height="919" alt="image" src="https://github.com/user-attachments/assets/7a065f3d-7514-48cf-a647-15c649133d86" /> --- <img width="109" height="110" alt="image" src="https://github.com/user-attachments/assets/0a5cfb66-5090-471c-b8c3-d4be8c5caab6" /> <img width="116" height="115" alt="image" src="https://github.com/user-attachments/assets/8c4452d9-0a25-45d3-a763-bbdfded1d93e" /> <img width="115" height="108" alt="image" src="https://github.com/user-attachments/assets/c50f8636-cde0-4290-a498-5ec6fe0bd799" />
This commit is contained in:
@@ -231,15 +231,17 @@
|
||||
return INITIALIZE_HINT_NORMAL
|
||||
|
||||
/obj/item/nullrod/clockworkstave
|
||||
name = "\improper clockwork stave"
|
||||
desc = "A long, wooden stave with a gear and triangle at the top, utilized by the clergy of the Trinary Perfection. The ornate pieces atop the stave are often delicately \
|
||||
hand-crafted by synthetics from the monastic Order of Pitters and exported off the planet of Axiom."
|
||||
name = "\improper stave of ecclesiastical office"
|
||||
desc = "A long brass stave used as the marker of the holder of some ecclesiastical \
|
||||
office in the church of the Trinary Perfection. Priests, bishops, and government \
|
||||
officials often bear such a staff; all faithful Trinarists ought listen when one \
|
||||
holding it makes their voice heard."
|
||||
icon = 'icons/obj/trinary_stave.dmi'
|
||||
icon_state = "trinary_stave"
|
||||
item_state = "trinary_stave"
|
||||
contained_sprite = TRUE
|
||||
|
||||
w_class = WEIGHT_CLASS_BULKY
|
||||
slot_flags = SLOT_BACK
|
||||
|
||||
/obj/item/nullrod/verb/change(mob/living/user)
|
||||
set name = "Reassemble Null Item"
|
||||
|
||||
@@ -506,6 +506,14 @@
|
||||
/obj/item/clothing/suit/storage/tajaran/messa = 3,
|
||||
/obj/item/clothing/suit/storage/tajaran/matake = 2,
|
||||
/obj/item/clothing/suit/storage/tajaran/azubarre = 2,
|
||||
/obj/item/clothing/suit/storage/hooded/trinary_robes = 1,
|
||||
/obj/item/clothing/suit/storage/hooded/trinary_robes/templeist = 1,
|
||||
/obj/item/clothing/suit/storage/hooded/trinary_robes/habit = 1,
|
||||
/obj/item/clothing/head/trinary = 1,
|
||||
/obj/item/clothing/accessory/poncho/trinary/shouldercape = 1,
|
||||
/obj/item/clothing/accessory/poncho/trinary/pellegrina = 1,
|
||||
/obj/item/clothing/accessory/poncho/trinary = 1,
|
||||
/obj/item/clothing/accessory/badge/trinary = 1,
|
||||
/obj/item/clothing/head/chaplain_hood = 3,
|
||||
/obj/item/clothing/head/nun_hood = 3,
|
||||
/obj/item/clothing/head/hijab = 3,
|
||||
@@ -515,6 +523,7 @@
|
||||
/obj/item/clothing/mask/trinary_mask = 3,
|
||||
/obj/item/clothing/mask/gas/unathi = 3,
|
||||
/obj/item/clothing/mask/tajara = 3,
|
||||
/obj/item/clothing/ears/antenna/trinary_halo = 1,
|
||||
/obj/item/clothing/accessory/apron/dharmela = 2,
|
||||
/obj/item/clothing/shoes/sneakers/black = 3,
|
||||
/obj/item/storage/box/fancy/candle_box = 3,
|
||||
|
||||
@@ -6,45 +6,78 @@ ABSTRACT_TYPE(/datum/gear/religion/trinary)
|
||||
religion = RELIGION_TRINARY
|
||||
|
||||
/datum/gear/religion/trinary/mask
|
||||
display_name = "trinary perfection mask"
|
||||
display_name = "trinary mask"
|
||||
description = "A thin lace mask worn by Trinarist faithful while in sacred spaces."
|
||||
path = /obj/item/clothing/mask/trinary_mask
|
||||
slot = slot_wear_mask
|
||||
|
||||
/datum/gear/religion/trinary/coif
|
||||
display_name = "trinary perfection coif"
|
||||
display_name = "trinary coif"
|
||||
description = "Simple hair-covering headwear common among the faithful of Axiom, and its many monastic orders."
|
||||
path = /obj/item/clothing/head/trinary
|
||||
slot = slot_head
|
||||
|
||||
/datum/gear/religion/trinary/coif/New()
|
||||
..()
|
||||
var/list/trinarycoif = list()
|
||||
trinarycoif["trinarist coif, red trim"] = /obj/item/clothing/head/trinary
|
||||
trinarycoif["trinarist coif, blue trim"] = /obj/item/clothing/head/trinary/blue_trim
|
||||
trinarycoif["trinarist coif, blue"] = /obj/item/clothing/head/trinary/blue
|
||||
trinarycoif["trinarist coif, black"] = /obj/item/clothing/head/trinary/black
|
||||
trinarycoif["trinarist coif, green"] = /obj/item/clothing/head/trinary/green
|
||||
trinarycoif["trinarist coif, habit"] = /obj/item/clothing/head/trinary/habit
|
||||
gear_tweaks += new /datum/gear_tweak/path(trinarycoif)
|
||||
|
||||
/datum/gear/religion/trinary/robe
|
||||
display_name = "trinary perfection robes selection"
|
||||
description = "A selection of robes worn by adherents of the Trinary Perfection."
|
||||
path = /obj/item/clothing/suit/trinary_robes
|
||||
display_name = "trinary robes selection"
|
||||
description = "A selection of robes worn by the clergy of the Trinary Perfection, running down to the feet."
|
||||
path = /obj/item/clothing/suit/storage/hooded/trinary_robes
|
||||
slot = slot_wear_suit
|
||||
|
||||
/datum/gear/religion/trinary/robe/New()
|
||||
..()
|
||||
var/list/trinaryrobe = list()
|
||||
trinaryrobe["trinary perfection robes"] = /obj/item/clothing/suit/trinary_robes
|
||||
trinaryrobe["trinary perfection habit"] = /obj/item/clothing/suit/trinary_robes/habit
|
||||
trinaryrobe["templeist robes"] = /obj/item/clothing/suit/trinary_robes/templeist
|
||||
trinaryrobe["trinary perfection robes"] = /obj/item/clothing/suit/storage/hooded/trinary_robes
|
||||
trinaryrobe["trinary perfection habit"] = /obj/item/clothing/suit/storage/hooded/trinary_robes/habit
|
||||
trinaryrobe["templeist robes"] = /obj/item/clothing/suit/storage/hooded/trinary_robes/templeist
|
||||
gear_tweaks += new /datum/gear_tweak/path(trinaryrobe)
|
||||
|
||||
/datum/gear/religion/trinary/tunic
|
||||
display_name = "axiomite tunic selection"
|
||||
description = "A selection of tunics worn by the people of Axiom, and their fellow interstellar Trinarists. An emulation of a clerical style."
|
||||
path = /obj/item/clothing/under/dressshirt/axiom_tunic
|
||||
slot = slot_w_uniform
|
||||
|
||||
/datum/gear/religion/trinary/tunic/New()
|
||||
..()
|
||||
var/list/axiomtunic = list()
|
||||
axiomtunic["axiomite tunic, red trim"] = /obj/item/clothing/under/dressshirt/axiom_tunic
|
||||
axiomtunic["axiomite tunic, blue trim"] = /obj/item/clothing/under/dressshirt/axiom_tunic/blue_trim
|
||||
axiomtunic["axiomite tunic, blue"] = /obj/item/clothing/under/dressshirt/axiom_tunic/blue
|
||||
axiomtunic["axiomite tunic, black"] = /obj/item/clothing/under/dressshirt/axiom_tunic/black
|
||||
axiomtunic["axiomite tunic, green"] = /obj/item/clothing/under/dressshirt/axiom_tunic/green
|
||||
gear_tweaks += new /datum/gear_tweak/path(axiomtunic)
|
||||
|
||||
/datum/gear/religion/trinary/cape
|
||||
display_name = "trinary perfection cape selection"
|
||||
display_name = "trinary cape selection"
|
||||
description = "A selection of capes worn by adherents to the Trinary Perfection."
|
||||
path = /obj/item/clothing/accessory/poncho/trinary
|
||||
path = /obj/item/clothing/under/dressshirt/axiom_tunic
|
||||
slot = slot_wear_suit
|
||||
|
||||
/datum/gear/religion/trinary/cape/New()
|
||||
..()
|
||||
var/list/trinarycape = list()
|
||||
trinarycape["trinary perfection cape"] = /obj/item/clothing/accessory/poncho/trinary
|
||||
trinarycape["trinary perfection cape, blue"] = /obj/item/clothing/accessory/poncho/trinary/blue
|
||||
trinarycape["trinary perfection shoulder cape"] = /obj/item/clothing/accessory/poncho/trinary/shouldercape
|
||||
trinarycape["trinary perfection shoulder cape, blue"] = /obj/item/clothing/accessory/poncho/trinary/shouldercape/blue
|
||||
trinarycape["trinary perfection pellegrina"] = /obj/item/clothing/accessory/poncho/trinary/pellegrina
|
||||
trinarycape["trinary perfection pellegrina, blue"] = /obj/item/clothing/accessory/poncho/trinary/pellegrina/blue
|
||||
gear_tweaks += new /datum/gear_tweak/path(trinarycape)
|
||||
|
||||
/datum/gear/religion/trinary/badge
|
||||
display_name = "trinary perfection brooch"
|
||||
description = "A declaration of one's commitment to the coming Ascension."
|
||||
path = /obj/item/clothing/accessory/badge/trinary
|
||||
slot = slot_tie
|
||||
|
||||
|
||||
@@ -1,28 +1,163 @@
|
||||
/obj/item/clothing/suit/trinary_robes/habit
|
||||
// Axiomite tunic variants
|
||||
/obj/item/clothing/under/dressshirt/axiom_tunic
|
||||
name = "axiomite tunic"
|
||||
desc = "This is a simple tunic formed of a thin, linen-like material flowing down \
|
||||
to the knees. It's the latest fashion on Axiom, the home-planet of the church \
|
||||
of the Trinary Perfection, a religion which seeks to raise synthetics to a point \
|
||||
of spiritual and temporal perfection. It is thin, breathable, and not at all suited \
|
||||
for very cold weather."
|
||||
icon = 'icons/obj/item/clothing/under/synthetic/trinary_tunics.dmi'
|
||||
icon_state = "axiomite_tunic"
|
||||
item_state = "axiomite_tunic"
|
||||
contained_sprite = TRUE
|
||||
|
||||
/obj/item/clothing/under/dressshirt/axiom_tunic/blue_trim
|
||||
icon_state = "axiomite_tunic_bluetrim"
|
||||
item_state = "axiomite_tunic_bluetrim"
|
||||
|
||||
/obj/item/clothing/under/dressshirt/axiom_tunic/black
|
||||
icon_state = "axiomite_tunic_black"
|
||||
item_state = "axiomite_tunic_black"
|
||||
|
||||
/obj/item/clothing/under/dressshirt/axiom_tunic/blue
|
||||
icon_state = "axiomite_tunic_blue"
|
||||
item_state = "axiomite_tunic_blue"
|
||||
|
||||
/obj/item/clothing/under/dressshirt/axiom_tunic/green
|
||||
icon_state = "axiomite_tunic_green"
|
||||
item_state = "axiomite_tunic_green"
|
||||
|
||||
/obj/item/clothing/under/dressshirt/axiom_tunic/ecclesiastical
|
||||
name = "ecclesiastical tunic"
|
||||
desc = "An Axiomite tunic cast in the colours of the Ecclesiastical Authority; the garb \
|
||||
of a bureaucrat or government official belonging to the church of the Trinary Perfection, \
|
||||
and appointed to responsibility in the planetary government of Axiom."
|
||||
icon_state = "axiomite_tunic_posh"
|
||||
item_state = "axiomite_tunic_posh"
|
||||
|
||||
// Capes!
|
||||
/obj/item/clothing/accessory/poncho/trinary
|
||||
name = "trinary cape"
|
||||
desc = "A brilliant red and brown cape, commonly worn by those who serve the Trinary Perfection."
|
||||
icon = 'icons/obj/item/clothing/accessory/poncho/trinarist_cape.dmi'
|
||||
icon_state = "trinary_cape"
|
||||
item_state = "trinary_cape"
|
||||
protects_against_weather = FALSE
|
||||
icon_override = null
|
||||
|
||||
/obj/item/clothing/accessory/poncho/trinary/blue
|
||||
desc = "A brilliant blue and grey cape, commonly worn by those who serve the Trinary Perfection."
|
||||
icon_state = "trinary_cape_blue"
|
||||
item_state = "trinary_cape_blue"
|
||||
|
||||
/obj/item/clothing/accessory/poncho/trinary/pellegrina
|
||||
name = "trinary perfection pellegrina"
|
||||
desc = "A brilliant red and brown cape, commonly worn by those who serve the Trinary Perfection. This one is signifcantly shorter."
|
||||
icon_state = "trinary_pellegrina"
|
||||
item_state = "trinary_pellegrina"
|
||||
|
||||
/obj/item/clothing/accessory/poncho/trinary/pellegrina/blue
|
||||
desc = "A brilliant blue and grey cape, commonly worn by those who serve the Trinary Perfection. This one is signifcantly shorter."
|
||||
icon_state = "trinary_pellegrina_blue"
|
||||
item_state = "trinary_pellegrina_blue"
|
||||
|
||||
/obj/item/clothing/accessory/poncho/trinary/shouldercape
|
||||
name = "trinary perfection shoulder cape"
|
||||
desc = "A brilliant red and brown cape, commonly worn by those who serve the Trinary Perfection. This one is worn over one shoulder."
|
||||
icon_state = "trinary_shouldercape"
|
||||
item_state = "trinary_shouldercape"
|
||||
|
||||
/obj/item/clothing/accessory/poncho/trinary/shouldercape/blue
|
||||
desc = "A brilliant blue and grey cape, commonly worn by those who serve the Trinary Perfection. This one is worn over one shoulder."
|
||||
icon_state = "trinary_shouldercape_blue"
|
||||
item_state = "trinary_shouldercape_blue"
|
||||
|
||||
// Orthodox Trinarist gear
|
||||
/obj/item/clothing/suit/storage/hooded/trinary_robes
|
||||
name = "trinary perfection robe"
|
||||
desc = "Robes worn by those who serve The Trinary Perfection."
|
||||
icon_state = "trinary_robe"
|
||||
item_state = "trinary_robe"
|
||||
icon = 'icons/obj/item/clothing/suit/trinarist_robes.dmi'
|
||||
hoodtype = /obj/item/clothing/head/winterhood/trinary
|
||||
contained_sprite = TRUE
|
||||
|
||||
/obj/item/clothing/head/winterhood/trinary
|
||||
name = "trinary perfection hood"
|
||||
desc = "A hood worn by those who serve the Trinary Perfection."
|
||||
icon_state = "trinary_robe_hood"
|
||||
item_state = "trinary_robe_hood"
|
||||
icon = 'icons/obj/item/clothing/suit/trinarist_robes.dmi'
|
||||
flags_inv = HIDEEARS | HIDEEARS // We don't want this to block hair.
|
||||
|
||||
/obj/item/clothing/suit/storage/hooded/trinary_robes/templeist
|
||||
name = "templeist robes"
|
||||
desc = "A robe worn by members of the Lodge of Temple Architect, an order within the Trinary Perfection \
|
||||
focused on technological and industrial development."
|
||||
icon_state = "templeist_robe"
|
||||
item_state = "templeist_robe"
|
||||
hoodtype = /obj/item/clothing/head/winterhood/trinary/templeist
|
||||
contained_sprite = TRUE
|
||||
|
||||
/obj/item/clothing/head/winterhood/trinary/templeist
|
||||
name = "templeist hood"
|
||||
desc = "A hood worn by members of the Lodge of Temple Architect, an order within the Trinary Perfection \
|
||||
focused on technological and industrial development."
|
||||
icon_state = "templeist_robe_hood"
|
||||
item_state = "templeist_robe_hood"
|
||||
|
||||
/obj/item/clothing/suit/storage/hooded/trinary_robes/habit
|
||||
name = "trinary perfection habit"
|
||||
desc = "Robes worn by those who serve The Trinary Perfection."
|
||||
icon_state = "trinary_habit"
|
||||
item_state = "trinary_habit"
|
||||
icon = 'icons/obj/item/clothing/suit/trinarist_robes.dmi'
|
||||
hoodtype = /obj/item/clothing/head/winterhood/trinary/habit
|
||||
contained_sprite = TRUE
|
||||
|
||||
/obj/item/clothing/suit/trinary_robes/templeist
|
||||
name = "templeist robe"
|
||||
desc = "A robe worn by members of the Lodge of Temple Architect, an order within the Trinary Perfection focused on technological and industrial development."
|
||||
icon_state = "templeist_robe"
|
||||
item_state = "templeist_robe"
|
||||
icon = 'icons/obj/item/clothing/suit/trinarist_robes.dmi'
|
||||
contained_sprite = TRUE
|
||||
/obj/item/clothing/head/winterhood/trinary/habit
|
||||
name = "trinary perfection habit hood"
|
||||
desc = "A hood worn by those who serve the Trinary Perfection."
|
||||
icon_state = "trinary_habit_hood"
|
||||
item_state = "trinary_habit_hood"
|
||||
|
||||
/// Coifs!
|
||||
/obj/item/clothing/head/trinary
|
||||
name = "trinary coif"
|
||||
desc = "A coif worn primarily by members of the monastic Sodality of Our Lady Corkfell, a religious order within the Trinary Perfection focused on the medical needs of its human practicioners. It seems to be made out of a light \
|
||||
and breathable material in order to cope with Axiom's hot summers."
|
||||
desc = "This is a simple design of coif popular in Ecclesiastical Axiom, and among the \
|
||||
innumerable monastic orders of the Trinary Perfection dotted throughout the Orion Spur."
|
||||
icon = 'icons/obj/item/clothing/head/ipc/trinary_coif.dmi'
|
||||
icon_state = "trinary_coif"
|
||||
item_state = "trinary_coif"
|
||||
contained_sprite = TRUE
|
||||
|
||||
/obj/item/clothing/head/trinary/blue_trim
|
||||
icon_state = "trinary_coif_bluetrim"
|
||||
item_state = "trinary_coif_bluetrim"
|
||||
|
||||
/obj/item/clothing/head/trinary/black
|
||||
icon_state = "trinary_coif_black"
|
||||
item_state = "trinary_coif_black"
|
||||
|
||||
/obj/item/clothing/head/trinary/blue
|
||||
icon_state = "trinary_coif_blue"
|
||||
item_state = "trinary_coif_blue"
|
||||
|
||||
/obj/item/clothing/head/trinary/green
|
||||
icon_state = "trinary_coif_green"
|
||||
item_state = "trinary_coif_green"
|
||||
|
||||
/obj/item/clothing/head/trinary/habit
|
||||
icon_state = "trinary_coif_sodalist"
|
||||
item_state = "trinary_coif_sodalist"
|
||||
|
||||
/obj/item/clothing/head/trinary/ecclesiastical
|
||||
name = "ecclesiatical coif"
|
||||
desc = "A coif cast in the colours of the Ecclesiastical Authority; the headwear \
|
||||
of some bureaucrat or government official acting on behalf of the church of \
|
||||
the Trinary Perfection and its temporal holdings on Axiom."
|
||||
icon_state = "trinary_coif_ecclesiastical"
|
||||
item_state = "trinary_coif_ecclesiastical"
|
||||
|
||||
//Exclusionist Gear
|
||||
/obj/item/clothing/suit/storage/hooded/exclusionist_robe
|
||||
name = "exclusionist robes"
|
||||
|
||||
@@ -101,6 +101,10 @@
|
||||
/obj/item/clothing/mask/trinary_mask
|
||||
name = "trinary perfection mask"
|
||||
desc = "A simple lace mask worn by IPCs and organics alike while within the churches of the Trinary Perfection."
|
||||
desc_extended = "Thought to help dissolve the divisions between organic and synthetic followers, it has been \
|
||||
traditional for a mask to be worn within a holy space among Trinarists since the earliest days of the religion. \
|
||||
Supposedly, masks were mandated among the early followers of Patricia Corkfell as they developed and maintained \
|
||||
Temple, the artificial intelligence doomed to a young death, hence beginning a tradition that lasts to this day."
|
||||
icon_state = "trinary_mask"
|
||||
item_state = "trinary_mask"
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
|
||||
@@ -105,12 +105,6 @@
|
||||
body_parts_covered = UPPER_TORSO|LOWER_TORSO
|
||||
flags_inv = HIDEJUMPSUIT
|
||||
|
||||
/obj/item/clothing/suit/trinary_robes
|
||||
name = "trinary perfection robe"
|
||||
desc = "Robes worn by those who serve The Trinary Perfection."
|
||||
icon_state = "trinary_robes"
|
||||
item_state = "trinary_robes"
|
||||
|
||||
/*
|
||||
* Misc
|
||||
*/
|
||||
|
||||
@@ -758,31 +758,6 @@
|
||||
flippable = FALSE
|
||||
contained_sprite = TRUE
|
||||
|
||||
/obj/item/clothing/accessory/poncho/trinary
|
||||
name = "trinary perfection cape"
|
||||
desc = "A brilliant red and brown cape, commonly worn by those who serve the Trinary Perfection."
|
||||
icon = 'icons/obj/clothing/ties.dmi'
|
||||
icon_override = 'icons/mob/ties.dmi'
|
||||
icon_state = "trinary_cape"
|
||||
item_state = "trinary_cape"
|
||||
overlay_state = "trinary_cape"
|
||||
contained_sprite = FALSE
|
||||
protects_against_weather = FALSE
|
||||
|
||||
/obj/item/clothing/accessory/poncho/trinary/pellegrina
|
||||
name = "trinary perfection pellegrina"
|
||||
desc = "A brilliant red and brown cape, commonly worn by those who serve the Trinary Perfection. This one is signifcantly shorter."
|
||||
icon_state = "trinary_pellegrina"
|
||||
item_state = "trinary_pellegrina"
|
||||
overlay_state = "trinary_pellegrina"
|
||||
|
||||
/obj/item/clothing/accessory/poncho/trinary/shouldercape
|
||||
name = "trinary perfection shoulder cape"
|
||||
desc = "A brilliant red and brown cape, commonly worn by those who serve the Trinary Perfection. This one is worn over one shoulder."
|
||||
icon_state = "trinary_shouldercape"
|
||||
item_state = "trinary_shouldercape"
|
||||
overlay_state = "trinary_shouldercape"
|
||||
|
||||
/obj/item/clothing/accessory/poncho/assunzione
|
||||
name = "\improper Luceian cloak"
|
||||
desc = "A violet cloak adorned with gold inlays worn by devout adherents of Luceism, the dominant faith of Assunzione."
|
||||
|
||||
Reference in New Issue
Block a user