mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 20:37:34 +01:00
IAC Clothing (#5407)
* Added a variety of IAC related sprites and made into items. * Adds IAC to loadout with medical restrictions.
This commit is contained in:
@@ -199,3 +199,9 @@
|
||||
/datum/gear/head/loose_beanie/New()
|
||||
..()
|
||||
gear_tweaks = list(gear_tweak_free_color_choice)
|
||||
|
||||
|
||||
/datum/gear/head/iacberet
|
||||
display_name = "IAC Beret"
|
||||
path = /obj/item/clothing/head/soft/iacberet
|
||||
allowed_roles = list("Chief Medical Officer", "Medical Doctor", "Chemist", "Paramedic", "Medical Resident")
|
||||
|
||||
@@ -77,6 +77,11 @@
|
||||
cost = 1
|
||||
allowed_roles = list("Scientist", "Chief Medical Officer", "Medical Doctor", "Chemist", "Geneticist", "Paramedic", "Medical Resident", "Xenobiologist", "Roboticist", "Research Director", "Forensic Technician")
|
||||
|
||||
/datum/gear/suit/iacvest
|
||||
display_name = "IAC vest"
|
||||
path = /obj/item/clothing/suit/iacvest
|
||||
allowed_roles = list("Chief Medical Officer", "Medical Doctor", "Chemist", "Paramedic", "Medical Resident")
|
||||
|
||||
/datum/gear/suit/poncho
|
||||
display_name = "poncho selection"
|
||||
path = /obj/item/clothing/accessory/poncho
|
||||
|
||||
@@ -9,6 +9,11 @@
|
||||
display_name = "kilt"
|
||||
path = /obj/item/clothing/under/kilt
|
||||
|
||||
/datum/gear/uniform/iacjumpsuit
|
||||
display_name = "IAC Jumpsuit"
|
||||
path = /obj/item/clothing/under/rank/iacjumpsuit
|
||||
allowed_roles = list("Chief Medical Officer", "Medical Doctor", "Chemist", "Paramedic", "Medical Resident")
|
||||
|
||||
/datum/gear/uniform/jumpsuit
|
||||
display_name = "generic jumpsuits"
|
||||
path = /obj/item/clothing/under/color/grey
|
||||
|
||||
@@ -176,6 +176,13 @@
|
||||
cold_protection = HEAD
|
||||
min_cold_protection_temperature = SPACE_HELMET_MIN_COLD_PROTECTION_TEMPERATURE
|
||||
|
||||
/obj/item/clothing/head/helmet/iachelmet
|
||||
name = "IAC helmet"
|
||||
desc = "This helmet is meant to protect the wearer from light debris, scrapes and bumps in a disaster situation, this lightweight helmet doesn't offer any significant protection from attacks or severe accidents. It's not recommended for use as armor and it's definitely not spaceworthy."
|
||||
icon_state = "iac_helmet"
|
||||
armor = list(melee = 6, bullet = 10, laser = 10, energy = 3, bomb = 5, bio = 15, rad = 0)
|
||||
flags_inv = HIDEEARS
|
||||
|
||||
/obj/item/clothing/head/helmet/unathi
|
||||
name = "unathi helmet"
|
||||
desc = "A helmet designated to be worn by an unathi, used commonly by the hegemony levies."
|
||||
|
||||
@@ -78,3 +78,9 @@
|
||||
name = "corporate security cap"
|
||||
desc = "It's field cap in corporate colors."
|
||||
icon_state = "corpsoft"
|
||||
|
||||
|
||||
/obj/item/clothing/head/soft/iacberet
|
||||
name = "IAC soft cap"
|
||||
desc = "It's field cap in IAC colors."
|
||||
icon_state = "iachat"
|
||||
@@ -30,6 +30,13 @@
|
||||
desc = "Designed to both hide identities and keep your face comfy and warm."
|
||||
icon_state = "swatclava"
|
||||
|
||||
/obj/item/clothing/mask/balaclava/iacmask
|
||||
name = "IAC balaclava"
|
||||
desc = "Designed to keep the user warm and sterile in hostile enviroments."
|
||||
icon_state = "iacmask"
|
||||
germ_level = 0
|
||||
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 60, rad = 0)
|
||||
|
||||
/obj/item/clothing/mask/luchador
|
||||
name = "luchador mask"
|
||||
desc = "Worn by robust fighters, flying high to defeat their foes!"
|
||||
|
||||
@@ -101,3 +101,11 @@
|
||||
icon_state = "labcoat_tox_open"
|
||||
icon_open = "labcoat_tox_open"
|
||||
icon_closed = "labcoat_tox"
|
||||
|
||||
/obj/item/clothing/suit/iacvest
|
||||
desc = "It's a lightweight vest. Made of a dark, navy mesh with highly-reflective white material, designed to be worn by the Interstellar Aid Corps as a high-visibility vest, over any other clothing. The I.A.C. logo is prominently displayed on the back of the vest, between the shoulders."
|
||||
name = "IAC vest"
|
||||
icon_state = "iac_vest_s"
|
||||
item_state = "iac_vest"
|
||||
permeability_coefficient = 0.50
|
||||
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 5, rad = 0)
|
||||
@@ -75,6 +75,17 @@
|
||||
permeability_coefficient = 0.50
|
||||
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0)
|
||||
|
||||
/obj/item/clothing/under/rank/iacjumpsuit
|
||||
desc = "It's a and white jumpsuit, the IAC logo plastered across the back."
|
||||
name = "IAC uniform"
|
||||
icon_state = "iacuniform"
|
||||
item_state = "iacuniform"
|
||||
permeability_coefficient = 0.50
|
||||
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 15, rad = 5)
|
||||
body_parts_covered = UPPER_TORSO|LOWER_TORSO
|
||||
|
||||
|
||||
|
||||
/obj/item/clothing/under/rank/nursesuit
|
||||
desc = "It's a jumpsuit commonly worn by nursing staff in the medical department."
|
||||
name = "nurse's suit"
|
||||
|
||||
Reference in New Issue
Block a user