Adds Trinary Perfection robes. (#16953)

* adds trinary stuff

* changelog

* reverts .dme

* more fixing of stuff

* fixes more

* adds templeist quotes

* fixes loadout

* trinary
This commit is contained in:
TheStryker
2023-08-10 19:04:11 +08:00
committed by GitHub
parent e473aaf117
commit 546d5af4d6
9 changed files with 119 additions and 7 deletions

View File

@@ -1,14 +1,28 @@
/datum/gear/religion
display_name = "trinary perfection robes"
path = /obj/item/clothing/suit/trinary_robes
slot = slot_w_uniform
sort_category = "Religion"
flags = GEAR_HAS_DESC_SELECTION
/datum/gear/religion/trinary/mask
display_name = "trinary perfection mask"
path = /obj/item/clothing/mask/trinary_mask
slot = slot_wear_mask
sort_category = "Religion"
flags = GEAR_HAS_DESC_SELECTION
/datum/gear/religion/trinary
display_name = "trinary perfection brooch"
path = /obj/item/clothing/accessory/badge/trinary
slot = slot_tie
/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
slot = slot_w_uniform
/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
gear_tweaks += new /datum/gear_tweak/path(trinaryrobe)
/datum/gear/religion/trinary/cape
display_name = "trinary perfection cape selection"
@@ -34,6 +48,11 @@
description = "The holy text of the Trinary Perfection."
path = /obj/item/device/versebook/trinary
/datum/gear/religion/trinary/book
display_name = "The Voice of Temple"
description = "A supplementary holy text belonging to the Lodge of Temple Architect, an order within the Trinary Perfection."
path = /obj/item/device/versebook/templeist
/datum/gear/religion/rosary
display_name = "rosary"
path = /obj/item/clothing/accessory/rosary