mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 15:18:09 +01:00
Blackangelsace, fluff Madoka Koto.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user