mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Custom items 26/03 (#11553)
This commit is contained in:
@@ -1935,6 +1935,46 @@ All custom items with worn sprites must follow the contained sprite system: http
|
||||
contained_sprite = TRUE
|
||||
species_restricted = list(BODYTYPE_TAJARA)
|
||||
|
||||
/obj/item/clothing/suit/storage/toggle/fr_jacket/fluff/akila_jacket //Reflective First Responder Jacket - Akila Aksha'Shalwariran - shestrying
|
||||
name = "reflective first responder jacket"
|
||||
desc = "A jacket in an eye-blinding yellow, with flourescent green, light-reflective striping along the cuffs and bottom edge. A bright red cross rests on the front, over the heart."
|
||||
icon = 'icons/obj/custom_items/akila_jacket.dmi'
|
||||
icon_state = "akila_jacket"
|
||||
item_state = "akila_jacket"
|
||||
contained_sprite = TRUE
|
||||
|
||||
|
||||
/obj/structure/sign/flag/red_coalition
|
||||
name = "Red Coalition flag"
|
||||
desc = "A high-quality copy of an original Red Coalition banner. This variant on the standard was flown by the Zelazny arcology during the Martian World War, Zelazny's origins as a \
|
||||
mining colony represented in the center by the alchemical symbol for iron."
|
||||
icon_state = "redcoalition"
|
||||
|
||||
/obj/structure/sign/flag/red_coalition/left
|
||||
icon_state = "redcoalition_l"
|
||||
|
||||
/obj/structure/sign/flag/red_coalition/right
|
||||
icon_state = "redcoalition_r"
|
||||
|
||||
/obj/item/flag/fluff/nikita_flag //Red Coalition Banner - Nikita Yutani - sycmos
|
||||
name = "Red Coalition flag"
|
||||
icon = 'icons/obj/custom_items/nikita_flag.dmi'
|
||||
icon_state = "nikita_flag"
|
||||
desc = "A high-quality copy of an original Red Coalition banner. This variant on the standard was flown by the Zelazny arcology during the Martian World War, Zelazny's origins as a \
|
||||
mining colony represented in the center by the alchemical symbol for iron."
|
||||
flag_path = "redcoalition"
|
||||
|
||||
/obj/item/flag/nikita_flag/l
|
||||
flag_size = 1
|
||||
|
||||
|
||||
/obj/item/voidsuit_modkit/fluff/rajka_suit
|
||||
name = "HEV-3 voidsuit kit"
|
||||
desc = "A simple cardboard box containing the requisition forms, permits, and decal kits for a HEV-3 voidsuit."
|
||||
suit_options = list(
|
||||
/obj/item/clothing/suit/space/void/mining = /obj/item/clothing/suit/space/void/mining/fluff/rajka_suit,
|
||||
/obj/item/clothing/head/helmet/space/void/mining = /obj/item/clothing/head/helmet/space/void/mining/fluff/rajka_helm)
|
||||
|
||||
/obj/item/clothing/head/helmet/space/void/mining/fluff/rajka_helm //HEV-3 Helmet - Rajka Kaljurl'zar - abigbear
|
||||
name = "HEV-3 helmet"
|
||||
desc = "A Hephaestus Environmental Voidsuit variant tailored to Tajara, complete with temperature-circulation auxiliaries, spacious helmet interior to minimize friction, and complete anti-microbial filtration systems."
|
||||
|
||||
Reference in New Issue
Block a user