mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
@@ -182,34 +182,7 @@
|
||||
materials = list(MAT_METAL=1000)
|
||||
burn_state = FIRE_PROOF
|
||||
|
||||
/obj/item/clothing/accessory/medal/conduct
|
||||
name = "distinguished conduct medal"
|
||||
desc = "A bronze medal awarded for distinguished conduct. Whilst a great honor, this is the most basic award given by Nanotrasen. It is often awarded by a captain to a member of his crew."
|
||||
|
||||
/obj/item/clothing/accessory/medal/bronze_heart
|
||||
name = "bronze heart medal"
|
||||
desc = "A bronze heart-shaped medal awarded for sacrifice. It is often awarded posthumously or for severe injury in the line of duty."
|
||||
icon_state = "bronze_heart"
|
||||
|
||||
/obj/item/clothing/accessory/medal/nobel_science
|
||||
name = "nobel sciences award"
|
||||
desc = "A bronze medal which represents significant contributions to the field of science or engineering."
|
||||
|
||||
/obj/item/clothing/accessory/medal/silver
|
||||
name = "silver medal"
|
||||
desc = "A silver medal."
|
||||
icon_state = "silver"
|
||||
item_color = "silver"
|
||||
materials = list(MAT_SILVER=1000)
|
||||
|
||||
/obj/item/clothing/accessory/medal/silver/valor
|
||||
name = "medal of valor"
|
||||
desc = "A silver medal awarded for acts of exceptional valor."
|
||||
|
||||
/obj/item/clothing/accessory/medal/silver/security
|
||||
name = "robust security award"
|
||||
desc = "An award for distinguished combat and sacrifice in defence of Nanotrasen's commercial interests. Often awarded to security staff."
|
||||
|
||||
// GOLD (awarded by centcom)
|
||||
/obj/item/clothing/accessory/medal/gold
|
||||
name = "gold medal"
|
||||
desc = "A prestigious golden medal."
|
||||
@@ -223,7 +196,61 @@
|
||||
|
||||
/obj/item/clothing/accessory/medal/gold/heroism
|
||||
name = "medal of exceptional heroism"
|
||||
desc = "An extremely rare golden medal awarded only by CentComm. To recieve such a medal is the highest honor and as such, very few exist. This medal is almost never awarded to anybody but commanders."
|
||||
desc = "An extremely rare golden medal awarded only by CentComm. To recieve such a medal is the highest honor and as such, very few exist."
|
||||
|
||||
// SILVER (awarded by Captain)
|
||||
|
||||
/obj/item/clothing/accessory/medal/silver
|
||||
name = "silver medal"
|
||||
desc = "A silver medal."
|
||||
icon_state = "silver"
|
||||
item_color = "silver"
|
||||
materials = list(MAT_SILVER=1000)
|
||||
|
||||
/obj/item/clothing/accessory/medal/silver/valor
|
||||
name = "medal of valor"
|
||||
desc = "An award issued by Captains to crew members whose exceptional performance and service to the station has been commended by the station's top leadership."
|
||||
|
||||
/obj/item/clothing/accessory/medal/silver/leadership
|
||||
name = "medal of command"
|
||||
desc = "An award issued by Captains to heads of department who do an excellent job managing their department. Made of pure silver."
|
||||
|
||||
|
||||
// BRONZE (awarded by heads of department, except for the bronze heart)
|
||||
|
||||
|
||||
|
||||
/obj/item/clothing/accessory/medal/security
|
||||
name = "robust security medal"
|
||||
desc = "An award issued by the HoS to security staff who excel at upholding the law."
|
||||
|
||||
/obj/item/clothing/accessory/medal/science
|
||||
name = "smart science medal"
|
||||
desc = "An award issued by the RD to science staff who advance the frontiers of knowledge."
|
||||
|
||||
/obj/item/clothing/accessory/medal/engineering
|
||||
name = "excellent engineering medal"
|
||||
desc = "An award issued by the CE to engineering staff whose dedication keep the station running at its best."
|
||||
|
||||
/obj/item/clothing/accessory/medal/service
|
||||
name = "superior service medal"
|
||||
desc = "An award issued by the HoP to service staff who go above and beyond."
|
||||
|
||||
/obj/item/clothing/accessory/medal/medical
|
||||
name = "magnificient medical medal"
|
||||
desc = "An award issued by the CMO to medical staff who excel at saving lives."
|
||||
|
||||
/obj/item/clothing/accessory/medal/legal
|
||||
name = "meritous legal medal"
|
||||
desc = "An award issued by the Magistrate to legal staff who uphold the rule of law."
|
||||
|
||||
/obj/item/clothing/accessory/medal/heart
|
||||
name = "bronze heart medal"
|
||||
desc = "A rarely-awarded medal for those who sacrifice themselves in the line of duty to save their fellow crew."
|
||||
icon_state = "bronze_heart"
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
Holobadges are worn on the belt or neck, and can be used to show that the holder is an authorized
|
||||
|
||||
Reference in New Issue
Block a user