mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 09:02:27 +00:00
53 lines
1.6 KiB
Plaintext
53 lines
1.6 KiB
Plaintext
/datum/gear/faction
|
|
display_name = "idris cap"
|
|
path = /obj/item/clothing/head/soft/sec/idris
|
|
slot = slot_head
|
|
sort_category = "Factions"
|
|
cost = 1
|
|
faction = "Idris Incorporated"
|
|
|
|
/datum/gear/faction/idris_beret
|
|
display_name = "idris beret"
|
|
path = /obj/item/clothing/head/beret/sec/idris
|
|
faction = "Idris Incorporated"
|
|
|
|
/datum/gear/faction/idris_uniform_alt
|
|
display_name = "idris service skirt"
|
|
description = "Not for security usage."
|
|
path = /obj/item/clothing/under/rank/idris/service/alt
|
|
slot = slot_wear_suit
|
|
faction = "Idris Incorporated"
|
|
|
|
/datum/gear/faction/necro_beret
|
|
display_name = "brown necropolis beret"
|
|
path = /obj/item/clothing/head/beret/sec/necro
|
|
faction = "Necropolis Industries"
|
|
|
|
/datum/gear/faction/necro_beret/alt
|
|
display_name = "black necropolis beret"
|
|
path = /obj/item/clothing/head/beret/sec/necro/alt
|
|
sort_category = "Factions"
|
|
|
|
/datum/gear/faction/necro_uniform_alt
|
|
display_name = "brown necropolis uniform"
|
|
path = /obj/item/clothing/under/rank/security/necropolis/alt
|
|
slot = slot_wear_suit
|
|
faction = "Necropolis Industries"
|
|
|
|
/datum/gear/faction/necro_research_alt
|
|
display_name = "brown necropolis research uniform"
|
|
path = /obj/item/clothing/under/rank/necropolis/research/alt
|
|
slot = slot_wear_suit
|
|
faction = "Necropolis Industries"
|
|
|
|
/datum/gear/faction/eridani_beret
|
|
display_name = "eridani beret"
|
|
path = /obj/item/clothing/head/beret/sec/eri
|
|
slot = slot_head
|
|
faction = "Eridani Private Military Contractors"
|
|
|
|
/datum/gear/faction/zenghu_uniform_alt
|
|
display_name = "zeng-hu black uniform"
|
|
path = /obj/item/clothing/under/rank/zeng/alt
|
|
slot = slot_wear_suit
|
|
faction = "Zeng-Hu Pharmaceuticals" |