Files
CHOMPStation2/code/modules/client/preference_setup/loadout/loadout_fluffitems_ch.dm
2020-01-11 01:20:11 +01:00

88 lines
4.4 KiB
Plaintext

//GENERIC ITEMS keep this at the bottom of the file pls thx -shark
/datum/gear/fluff/medals
display_name = "some medal"
path = /obj/item/clothing/accessory/medal
description = "some medal, Made of bronze"
ckeywhitelist = list("Sharkmare")
character_name = list("Kiri")
//////////////////CONDUCT
/datum/gear/fluff/medals/conductnadyr
ckeywhitelist = list("nadyr")
character_name = list("Taaa")
path = /obj/item/clothing/accessory/medal/conduct
display_name = "distinguished conduct medal"
description = "A bronze medal awarded for distinguished conduct. Whilst a great honor, this is most basic award on offer. It is often awarded by a captain to a member of their crew."
/datum/gear/fluff/medals/conductdraycu
ckeywhitelist = list("draycu")
character_name = list("Vuhbar Groor")
path = /obj/item/clothing/accessory/medal/conduct
display_name = "distinguished conduct medal"
description = "A bronze medal awarded for distinguished conduct. Whilst a great honor, this is most basic award on offer. It is often awarded by a captain to a member of their crew."
/datum/gear/fluff/medals/conductlowpowermia
ckeywhitelist = list("lowpowermia")
character_name = list("Mia Sceline")
description = "A bronze medal awarded for distinguished conduct. Whilst a great honor, this is most basic award on offer. It is often awarded by a captain to a member of their crew. It has a shitty '=3' carved into it."
path = /obj/item/clothing/accessory/medal/conduct
display_name = "distinguished conduct medal"
//////////////////SILVER VALOR
/datum/gear/fluff/medals/silvervalorkazzc
ckeywhitelist = list("kazzc")
character_name = list("Kassc Zeravla")
path = /obj/item/clothing/accessory/medal/silver/valor
display_name = "medal of valor"
description = "A silver medal awarded for acts of exceptional valor."
/datum/gear/fluff/medals/silvervalorsomememeguy
ckeywhitelist = list("somememeguy")
character_name = list("Uboiezb")
path = /obj/item/clothing/accessory/medal/silver/valor
display_name = "medal of valor"
description = "A silver medal awarded for acts of exceptional valor."
/datum/gear/fluff/medals/silvervalorkeithwinters
ckeywhitelist = list("keithwinters")
character_name = list("Keith Winters")
path = /obj/item/clothing/accessory/medal/silver/valor
display_name = "medal of valor"
description = "A silver medal awarded for acts of exceptional valor."
/datum/gear/fluff/medals/silvervalornadyr
ckeywhitelist = list("nadyr")
character_name = list("Taaa")
path = /obj/item/clothing/accessory/medal/silver/valor
display_name = "medal of valor"
description = "A silver medal awarded for acts of exceptional valor."
//////////////////GOLD HEROISM
/datum/gear/fluff/medals/nadyr
ckeywhitelist = list("nadyr")
character_name = list("Taaa")
path = /obj/item/clothing/accessory/medal/gold/heroism
display_name = "medal of exceptional heroism"
description = "An extremely rare golden medal awarded only by high ranking officials. To recieve such a medal is the highest honor and as such, very few exist. This medal is almost never awarded to anybody but distinguished veteran staff."
/datum/gear/fluff/medals/erikthedog
ckeywhitelist = list("erikthedog")
character_name = list("Erik Ramadwood")
path = /obj/item/clothing/accessory/medal/gold/heroism
display_name = "medal of exceptional heroism"
description = "An extremely rare golden medal awarded only by high ranking officials. To recieve such a medal is the highest honor and as such, very few exist. This medal is almost never awarded to anybody but distinguished veteran staff."
/datum/gear/fluff/medals/thefurryfeline
ckeywhitelist = list("thefurryfeline")
character_name = list("Samantha Janice Softfur")
path = /obj/item/clothing/accessory/medal/gold/heroism
display_name = "medal of exceptional heroism"
description = "An extremely rare golden medal awarded only by high ranking officials. To recieve such a medal is the highest honor and as such, very few exist. This medal is almost never awarded to anybody but distinguished veteran staff."
/datum/gear/fluff/medals/sharkmare
ckeywhitelist = list("Sharkmare")
character_name = list("Kiri")
path = /obj/item/clothing/accessory/medal/gold/heroism
display_name = "medal of exceptional heroism"
description = "An extremely rare golden medal awarded only by high ranking officials. To recieve such a medal is the highest honor and as such, very few exist. This medal is almost never awarded to anybody but distinguished veteran staff."