mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 23:23:28 +01:00
0e50aeb0b9
* Trim _s from under sprite states. * Fix some missing icons. * Restore missing chameleon icon state.
38 lines
1.8 KiB
Plaintext
38 lines
1.8 KiB
Plaintext
/obj/item/clothing/under/solgov
|
|
name = "\improper TSF marine uniform"
|
|
desc = "A comfortable and durable combat uniform worn by the forces of the Trans-Solar Marine Corps."
|
|
icon = 'icons/obj/clothing/under/solgov.dmi'
|
|
icon_state = "solgov"
|
|
worn_icon = 'icons/mob/clothing/under/solgov.dmi'
|
|
inhand_icon_state = "ro_suit"
|
|
armor = list(MELEE = 5, BULLET = 0, LASER = 0, ENERGY = 0, BOMB = 0, RAD = 0, FIRE = 20, ACID = 20)
|
|
displays_id = FALSE
|
|
sprite_sheets = list("Grey" = 'icons/mob/clothing/species/grey/under/solgov.dmi')
|
|
|
|
/obj/item/clothing/under/solgov/elite
|
|
name = "\improper MARSOC uniform"
|
|
desc = "A comfortable and durable combat uniform worn by marines of the Trans-Solar Federation's Marine Special Operations Command."
|
|
icon_state = "solgovelite"
|
|
sprite_sheets = list()
|
|
|
|
/obj/item/clothing/under/solgov/command
|
|
name = "\improper TSF officer's uniform"
|
|
desc = "A comfortable and durable combat uniform worn by junior officers of the Trans-Solar Marine Corps."
|
|
icon_state = "solgovc"
|
|
|
|
/obj/item/clothing/under/solgov/command/elite
|
|
name = "\improper MARSOC officer's uniform"
|
|
desc = "A comfortable and durable combat uniform worn by junior officers of the Trans-Solar Federation's Marine Special Operations Command. This one has additional insignia on its shoulders and cuffs."
|
|
icon_state = "solgovcelite"
|
|
sprite_sheets = list()
|
|
|
|
/obj/item/clothing/under/solgov/rep
|
|
name = "\improper TSF representative's uniform"
|
|
desc = "A formal uniform worn by the diplomatic representatives of the Trans-Solar Federation."
|
|
icon_state = "solgovr"
|
|
|
|
/obj/item/clothing/under/solgov/viper
|
|
name = "\improper Federation infiltrator uniform"
|
|
desc = "An olive drab camouflage uniform used by the elite Viper commandos of the Federal Army."
|
|
color = "#f5cf53" // custom sprites are for losers (this makes it a light green)
|