diff --git a/code/game/objects/items/weapons/chaplain_items.dm b/code/game/objects/items/weapons/chaplain_items.dm index e057dc97fdf..45beb08b24b 100644 --- a/code/game/objects/items/weapons/chaplain_items.dm +++ b/code/game/objects/items/weapons/chaplain_items.dm @@ -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" diff --git a/code/game/objects/structures/machinery/vending/wardrobe.dm b/code/game/objects/structures/machinery/vending/wardrobe.dm index aebd09d6b43..a01c2b915f3 100644 --- a/code/game/objects/structures/machinery/vending/wardrobe.dm +++ b/code/game/objects/structures/machinery/vending/wardrobe.dm @@ -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, diff --git a/code/modules/client/preference_setup/loadout/items/religion.dm b/code/modules/client/preference_setup/loadout/items/religion.dm index 11e002d6216..f8c43d3a259 100644 --- a/code/modules/client/preference_setup/loadout/items/religion.dm +++ b/code/modules/client/preference_setup/loadout/items/religion.dm @@ -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 diff --git a/code/modules/clothing/factions/trinary.dm b/code/modules/clothing/factions/trinary.dm index 7ab1c4698d1..01bca5ef4ea 100644 --- a/code/modules/clothing/factions/trinary.dm +++ b/code/modules/clothing/factions/trinary.dm @@ -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" diff --git a/code/modules/clothing/masks/miscellaneous.dm b/code/modules/clothing/masks/miscellaneous.dm index 03e3ef9a6b8..cc69198d0ff 100644 --- a/code/modules/clothing/masks/miscellaneous.dm +++ b/code/modules/clothing/masks/miscellaneous.dm @@ -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 diff --git a/code/modules/clothing/suits/miscellaneous.dm b/code/modules/clothing/suits/miscellaneous.dm index ea9bce08c2d..9899cd47e0a 100644 --- a/code/modules/clothing/suits/miscellaneous.dm +++ b/code/modules/clothing/suits/miscellaneous.dm @@ -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 */ diff --git a/code/modules/clothing/under/accessories/accessory.dm b/code/modules/clothing/under/accessories/accessory.dm index fa63d2ea21e..b448ddfc86c 100644 --- a/code/modules/clothing/under/accessories/accessory.dm +++ b/code/modules/clothing/under/accessories/accessory.dm @@ -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." diff --git a/html/changelogs/hazelmouse-robes.yml b/html/changelogs/hazelmouse-robes.yml new file mode 100644 index 00000000000..8c20877f13e --- /dev/null +++ b/html/changelogs/hazelmouse-robes.yml @@ -0,0 +1,59 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# - (fixes bugs) +# wip +# - (work in progress) +# qol +# - (quality of life) +# soundadd +# - (adds a sound) +# sounddel +# - (removes a sound) +# rscadd +# - (adds a feature) +# rscdel +# - (removes a feature) +# imageadd +# - (adds an image or sprite) +# imagedel +# - (removes an image or sprite) +# spellcheck +# - (fixes spelling or grammar) +# experiment +# - (experimental change) +# balance +# - (balance changes) +# code_imp +# - (misc internal code change) +# refactor +# - (refactors code) +# config +# - (makes a change to the config files) +# admin +# - (makes changes to administrator tools) +# server +# - (miscellaneous changes to server) +################################# + +# Your name. +author: hazelmouse + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, this gets changed to [] after reading. Just remove the brackets when you add new shit. +# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog. +changes: + - rscadd: "Added new Trinarist assets in the loadout; new tunics, cape variants, coif variants, etc." + - imageadd: "Implemented resprites for several Trinarist assets, including clerical robes and the Trinarist stave." diff --git a/icons/mob/ties.dmi b/icons/mob/ties.dmi index 955b58289a8..db9b0eb01cf 100644 Binary files a/icons/mob/ties.dmi and b/icons/mob/ties.dmi differ diff --git a/icons/obj/clothing/ties.dmi b/icons/obj/clothing/ties.dmi index 4748a4e034e..ba7a78c7baa 100644 Binary files a/icons/obj/clothing/ties.dmi and b/icons/obj/clothing/ties.dmi differ diff --git a/icons/obj/item/clothing/accessory/poncho/trinarist_cape.dmi b/icons/obj/item/clothing/accessory/poncho/trinarist_cape.dmi new file mode 100644 index 00000000000..126280f378c Binary files /dev/null and b/icons/obj/item/clothing/accessory/poncho/trinarist_cape.dmi differ diff --git a/icons/obj/item/clothing/head/ipc/trinary_coif.dmi b/icons/obj/item/clothing/head/ipc/trinary_coif.dmi index c40d5cb1f69..aa5706016fa 100644 Binary files a/icons/obj/item/clothing/head/ipc/trinary_coif.dmi and b/icons/obj/item/clothing/head/ipc/trinary_coif.dmi differ diff --git a/icons/obj/item/clothing/suit/trinarist_robes.dmi b/icons/obj/item/clothing/suit/trinarist_robes.dmi index e31a8b7437a..453ffb0e41a 100644 Binary files a/icons/obj/item/clothing/suit/trinarist_robes.dmi and b/icons/obj/item/clothing/suit/trinarist_robes.dmi differ diff --git a/icons/obj/item/clothing/under/synthetic/trinary_tunics.dmi b/icons/obj/item/clothing/under/synthetic/trinary_tunics.dmi new file mode 100644 index 00000000000..ff0e605e26b Binary files /dev/null and b/icons/obj/item/clothing/under/synthetic/trinary_tunics.dmi differ diff --git a/icons/obj/trinary_stave.dmi b/icons/obj/trinary_stave.dmi index cd516b8a65a..a832c0243f9 100644 Binary files a/icons/obj/trinary_stave.dmi and b/icons/obj/trinary_stave.dmi differ diff --git a/maps/sccv_horizon/sccv_horizon.dmm b/maps/sccv_horizon/sccv_horizon.dmm index a934aab3d5a..5ffde1d3760 100644 --- a/maps/sccv_horizon/sccv_horizon.dmm +++ b/maps/sccv_horizon/sccv_horizon.dmm @@ -51708,15 +51708,6 @@ /obj/structure/railing/mapped{ dir = 8 }, -/obj/item/clothing/suit/trinary_robes{ - pixel_x = 17 - }, -/obj/item/clothing/suit/trinary_robes{ - pixel_x = 17 - }, -/obj/item/clothing/suit/trinary_robes{ - pixel_x = 17 - }, /obj/item/versebook/trinary, /obj/item/versebook/trinary, /obj/item/versebook/trinary,