mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-12 23:01:13 +01:00
173bfb92f5
* BIO armor is kill * some more stuff that uses bio resist * I did a scuffed merge conflict solve but it works
39 lines
1.7 KiB
Plaintext
39 lines
1.7 KiB
Plaintext
/obj/item/clothing/under/solgov
|
|
name = "\improper Trans-Solar Federation marine uniform"
|
|
desc = "A comfortable and durable combat uniform worn by Trans-Solar Federation Marine Forces."
|
|
icon_state = "solgov"
|
|
item_state = "ro_suit"
|
|
item_color = "solgov"
|
|
armor = list(MELEE = 5, BULLET = 0, LASER = 0, ENERGY = 0, BOMB = 0, RAD = 0, FIRE = 20, ACID = 20)
|
|
displays_id = FALSE
|
|
|
|
icon = 'icons/obj/clothing/under/solgov.dmi'
|
|
sprite_sheets = list(
|
|
"Human" = 'icons/mob/clothing/under/solgov.dmi',
|
|
"Grey" = 'icons/mob/clothing/species/grey/under/solgov.dmi'
|
|
)
|
|
|
|
/obj/item/clothing/under/solgov/elite
|
|
name = "\improper Trans-Solar Federation Specops marine uniform"
|
|
desc = "A comfortable and durable combat uniform worn by Trans-Solar Federation Specops Marine Forces."
|
|
icon_state = "solgovelite"
|
|
item_color = "solgovelite"
|
|
|
|
/obj/item/clothing/under/solgov/command
|
|
name = "\improper Trans-Solar Federation Lieutenant's uniform"
|
|
desc = "A comfortable and durable combat uniform worn by Trans-Solar Federation Marine Forces. This one has additional insignia on its shoulders and cuffs."
|
|
icon_state = "solgovc"
|
|
item_color = "solgovc"
|
|
|
|
/obj/item/clothing/under/solgov/command/elite
|
|
name = "\improper Trans-Solar Federation Specops Lieutenant's uniform"
|
|
desc = "A comfortable and durable combat uniform worn by Trans-Solar Federation Specops Marine Forces. This one has additional insignia on its shoulders and cuffs."
|
|
icon_state = "solgovcelite"
|
|
item_color = "solgovcelite"
|
|
|
|
/obj/item/clothing/under/solgov/rep
|
|
name = "\improper Trans-Solar Federation representative's uniform"
|
|
desc = "A formal uniform worn by the diplomatic representatives of the Trans-Solar Federation."
|
|
icon_state = "solgovr"
|
|
item_color = "solgovr"
|