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 41c7e8d36e..c9e59bb177 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm @@ -9,11 +9,49 @@ */ // 0-9 CKEYS - + // A CKEYS // B CKEYS +//blackangelsace +//Madoka Koto +/datum/gear/fluff/madoka_helm + path = /obj/item/clothing/head/helmet/fluff/madoka_helm + display_name = "Madoka's helm" + description = "A dark colored helmet fit for a large sergal head, it looks new but yet it has many scratches and deep scars." + ckeywhitelist = list("blackangelsace") + character_name = list("Madoka Koto") + +/datum/gear/fluff/madoka_chest + path = /obj/item/clothing/suit/armor/fluff/madoka_chest + display_name = "Madoka's chestpiece" + description = "A dark colored chestpiece made for a large sergal, it has a few scratches all around, and a big cut over the shoulder plate." + ckeywhitelist = list("blackangelsace") + character_name = list("Madoka Koto") + +/datum/gear/fluff/madoka_arms + path = /obj/item/clothing/gloves/arm_guard/fluff/madoka_arms + display_name = "Madoka's pauldron and bracers" + description = "A dark colored set of pauldron and bracers fit for a large sergal, they have scratch marks." + ckeywhitelist = list("blackangelsace") + character_name = list("Madoka Koto") + +/datum/gear/fluff/madoka_legs + path = /obj/item/clothing/shoes/leg_guard/fluff/madoka_legs + display_name = "Madoka's leg cuffs" + description = "A armored dark colored set of and bracers fit for a large sergal, their design allows to keep high mobility but leaves exposed areas." + ckeywhitelist = list("blackangelsace") + character_name = list("Madoka Koto") + +/datum/gear/fluff/madoka_koto_1 + path = /obj/item/weapon/oldtwohanded/spear/fluff/madoka_koto_1 + display_name = "Madoka's spear" + description = "A 10 foot long spear, with a sturdy wooden shaft to which is attached a strange, double spiked steel blade. One is slightly larger than the other." + ckeywhitelist = list("blackangelsace") + character_name = list("Madoka Koto") + + // C CKEYS // D CKEYS