From af4cc6a15d3cb91b5e9cf153636b48c470644054 Mon Sep 17 00:00:00 2001 From: izac112 Date: Wed, 18 Sep 2019 00:48:27 +0200 Subject: [PATCH] Izac112, fluff done --- .../loadout/loadout_fluffitems_yw.dm | 71 +++++++++++++++++++ 1 file changed, 71 insertions(+) diff --git a/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm b/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm index f2c38255c9..f0e9b9e212 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm @@ -440,6 +440,77 @@ // I CKEYS +//izac112 +//Ally Faell +/datum/gear/fluff/ally_1 + path = /obj/item/clothing/under/fluff/ally_1 + display_name = "Skintight bodysuit" + description = "A black-purple bodysuit made of some durable synthetic material fitted for a akula. Lewd." + ckeywhitelist = list("izac112") + character_name = list("Ally Faell") + +/datum/gear/fluff/ally_2 + path = /obj/item/clothing/under/rank/security/corp/fluff/ally_2 + display_name = "Security uniform" + description = "A black Dark red security uniform with a tag on it that says Ally_F" + ckeywhitelist = list("izac112") + character_name = list("Ally Faell") + allowed_roles = list("Security Officer", "Warden") + +//Raja Bastet +/datum/gear/fluff/raja_belt + path = /obj/item/weapon/storage/belt/utility/fluff/raja_belt + display_name = "Mech Engineer Belt" + description = "A black-golden toolbelt with many slots to hold tools in. Also comes with a blue buckle." + ckeywhitelist = list("izac112") + character_name = list("Raja Bastet") + allowed_roles = list("Station Engineer", "Chief Engineer") + +/datum/gear/fluff/raja_coat + path = /obj/item/clothing/suit/storage/hooded/wintercoat/fluff/raja_coat + display_name = "Mech Engineer Coat" + description = "A black winter coat made of genuine leather, decorated with blue markings and an interior made of genuine, white fur. The letters 'ERT' are stenciled onto the back in gold lettering." + ckeywhitelist = list("izac112") + character_name = list("Raja Bastet") + +//Shel Nargol +/datum/gear/fluff/shel_gloves + path = /obj/item/clothing/gloves/fluff/shel_gloves + display_name = "Leather armwraps" + description = "A bunch of leather and linen strips to act as some sort of gloves. The fingers are free, and the left arm is covered in the wraps completely." + ckeywhitelist = list("izac112") + character_name = list("Shel Nargol") + +/datum/gear/fluff/shel_under + path = /obj/item/clothing/under/fluff/shel + display_name = "Padded pants" + description = "A pair of padded linen pants reinforced with leather every here and there. Comes with a plain black belt too." + ckeywhitelist = list("izac112") + character_name = list("Shel Nargol") + +//Alva Karlholm +/datum/gear/fluff/alva_under + path = /obj/item/clothing/under/rank/security/corp/fluff/alva + display_name = "PCRC dress uniform" + description = "A black skirt along with a navy blue sweater. The nametag on the sweater reads 'A. Karlholm' and the rank indicated on it is Sergeant. It also comes with a belt who's buckle is a shiny platinum." + ckeywhitelist = list("izac112") + character_name = list("Alva Karlholm") + +/datum/gear/fluff/alva_coat + path = /obj/item/clothing/suit/storage/toggle/labcoat/fluff/alva + display_name = "PCRC labcoat" + description = "A white labcoat with the logo of the Proxima Centauri Risk Control logo on the back. The sleeves are rolled back too." + ckeywhitelist = list("izac112") + character_name = list("Alva Karlholm") + +//Nymsea Vyn +/datum/gear/fluff/ + path = /obj/item/clothing/accessory/fluff/alex_wolf_1 + display_name = "Alex's UNSC Dog Tags" + description = "Feet first into hell!" + ckeywhitelist = list("izac112") + character_name = list("Nymsea Vyn") + // J CKEYS // K CKEYS