mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-20 19:43:13 +01:00
This has zero reason to exist in our code base. We have no procs or variables tied to this. I removed it to make future modifications cleaner. --------- Signed-off-by: Cody Brittain <1779662+Generalcamo@users.noreply.github.com>
327 lines
16 KiB
Plaintext
327 lines
16 KiB
Plaintext
/obj/item/clothing/head/helmet/space/void/kataphract
|
|
name = "kataphract voidsuit helmet"
|
|
desc = "A tough plated helmet with slits for the eyes, emblazoned paint across the top indicates that it belongs to the Kataphracts of the Unathi Izweski Hegemony."
|
|
icon = 'icons/obj/clothing/voidsuit/hegemony.dmi'
|
|
icon_state = "kataphract_helm"
|
|
item_state = "kataphract_helm"
|
|
contained_sprite = TRUE
|
|
armor = list(
|
|
MELEE = ARMOR_MELEE_RESISTANT,
|
|
BULLET = ARMOR_BALLISTIC_MEDIUM,
|
|
LASER = ARMOR_LASER_PISTOL,
|
|
ENERGY = ARMOR_ENERGY_MINOR,
|
|
BOMB = ARMOR_BOMB_PADDED,
|
|
BIO = ARMOR_BIO_SHIELDED,
|
|
RAD = ARMOR_RAD_SMALL
|
|
)
|
|
siemens_coefficient = 0.35
|
|
species_restricted = list(BODYTYPE_UNATHI)
|
|
refittable = FALSE
|
|
|
|
/obj/item/clothing/suit/space/void/kataphract
|
|
name = "kataphract voidsuit"
|
|
desc = "A large suit of spaceproof armor, segmented and worked together expertly. Tabs on the shoulders indicate it belongs to the Kataphracts of the Unathi Izweski Hegemony."
|
|
icon = 'icons/obj/clothing/voidsuit/hegemony.dmi'
|
|
icon_state = "kataphract"
|
|
item_state = "kataphract"
|
|
contained_sprite = TRUE
|
|
slowdown = 1
|
|
w_class = WEIGHT_CLASS_NORMAL
|
|
armor = list(
|
|
MELEE = ARMOR_MELEE_RESISTANT,
|
|
BULLET = ARMOR_BALLISTIC_MEDIUM,
|
|
LASER = ARMOR_LASER_PISTOL,
|
|
ENERGY = ARMOR_ENERGY_MINOR,
|
|
BOMB = ARMOR_BOMB_PADDED,
|
|
BIO = ARMOR_BIO_SHIELDED,
|
|
RAD = ARMOR_RAD_SMALL
|
|
)
|
|
allowed = list(/obj/item/flashlight,/obj/item/tank,/obj/item/gun,/obj/item/ammo_magazine,/obj/item/ammo_casing,/obj/item/melee/baton,/obj/item/melee/energy/sword,/obj/item/handcuffs)
|
|
siemens_coefficient = 0.35
|
|
species_restricted = list(BODYTYPE_UNATHI)
|
|
refittable = FALSE
|
|
|
|
/obj/item/clothing/head/helmet/space/void/kataphract/spec
|
|
name = "kataphract specialist voidsuit helmet"
|
|
desc = "A tough plated helmet with slits for the eyes, emblazoned paint across the top indicates that it belongs to the Kataphracts of the Unathi Izweski Hegemony. This one has the markings of a Specialist."
|
|
icon_state = "kataphract-spec_helm"
|
|
item_state = "kataphract-spec_helm"
|
|
|
|
/obj/item/clothing/suit/space/void/kataphract/spec
|
|
name = "kataphract specialist voidsuit"
|
|
desc = "A large suit of spaceproof armor, segmented and worked together expertly. Tabs on the shoulders indicate it belongs to the Kataphracts of the Unathi Izweski Hegemony. This one has the markings of a Specialist."
|
|
icon_state = "kataphract-spec"
|
|
item_state = "kataphract-spec"
|
|
|
|
/obj/item/clothing/head/helmet/space/void/kataphract/lead
|
|
name = "kataphract knight voidsuit helmet"
|
|
desc = "A tough plated helmet with slits for the eyes, emblazoned paint across the top indicates that it belongs to the Kataphracts of the Unathi Izweski Hegemony. This one has the markings of a Knight."
|
|
icon_state = "kataphract-lead_helm"
|
|
item_state = "kataphract-lead_helm"
|
|
|
|
/obj/item/clothing/suit/space/void/kataphract/lead
|
|
name = "kataphract knight voidsuit"
|
|
desc = "A large suit of spaceproof armor, segmented and worked together expertly. Tabs on the shoulders indicate it belongs to the Kataphracts of the Unathi Izweski Hegemony. This one has the markings of a Knight."
|
|
icon_state = "kataphract-lead"
|
|
item_state = "kataphract-lead"
|
|
|
|
/obj/item/clothing/head/helmet/space/void/unathi_pirate
|
|
name = "unathi raider helmet"
|
|
desc = "A cheap but effective helmet made to fit with a larger combat assembly."
|
|
icon = 'icons/obj/clothing/voidsuit/unathi_pirate.dmi'
|
|
icon_state = "rig0-unathipirate"
|
|
item_state = "rig0-unathipirate"
|
|
contained_sprite = TRUE
|
|
armor = list(
|
|
MELEE = ARMOR_MELEE_RESISTANT,
|
|
BULLET = ARMOR_BALLISTIC_MEDIUM,
|
|
LASER = ARMOR_LASER_PISTOL,
|
|
ENERGY = ARMOR_ENERGY_MINOR,
|
|
BOMB = ARMOR_BOMB_PADDED,
|
|
BIO = ARMOR_BIO_SHIELDED,
|
|
RAD = ARMOR_RAD_SMALL
|
|
)
|
|
light_overlay = "helmet_light_dual_low"
|
|
light_range = 6
|
|
species_restricted = list(BODYTYPE_UNATHI)
|
|
refittable = FALSE
|
|
|
|
/obj/item/clothing/suit/space/void/unathi_pirate
|
|
name = "unathi raider voidsuit"
|
|
desc = "A well-balanced combat voidsuit made by and for Unathi. The cheap but effective design makes it a popular choice amongst pirates and the likes."
|
|
icon = 'icons/obj/clothing/voidsuit/unathi_pirate.dmi'
|
|
icon_state = "rig-unathipirate"
|
|
item_state = "rig-unathipirate"
|
|
contained_sprite = TRUE
|
|
armor = list(
|
|
MELEE = ARMOR_MELEE_RESISTANT,
|
|
BULLET = ARMOR_BALLISTIC_MEDIUM,
|
|
LASER = ARMOR_LASER_PISTOL,
|
|
ENERGY = ARMOR_ENERGY_MINOR,
|
|
BOMB = ARMOR_BOMB_PADDED,
|
|
BIO = ARMOR_BIO_SHIELDED,
|
|
RAD = ARMOR_RAD_SMALL
|
|
)
|
|
allowed = list(/obj/item/gun,/obj/item/flashlight,/obj/item/tank,/obj/item/suit_cooling_unit,/obj/item/material/sword,/obj/item/melee/hammer,/obj/item/melee/energy)
|
|
species_restricted = list(BODYTYPE_UNATHI)
|
|
refittable = FALSE
|
|
|
|
/obj/item/clothing/head/helmet/space/void/unathi_pirate/captain
|
|
name = "unathi raider captain helmet"
|
|
desc = "A decent helmet made to fit with a larger combat assembly."
|
|
icon_state = "rig0-unathipiratecaptain"
|
|
item_state = "rig0-unathipiratecaptain"
|
|
|
|
/obj/item/clothing/suit/space/void/unathi_pirate/captain
|
|
name = "unathi raider captain voidsuit"
|
|
desc = "A well-balanced combat voidsuit made by and for Unathi. This one features several improvements and extra adornments, making it fit for a Captain, or some kind of high-ranking crew member."
|
|
icon_state = "rig-unathipiratecaptain"
|
|
item_state = "rig-unathipiratecaptain"
|
|
|
|
/obj/item/clothing/suit/space/void/hegemony
|
|
name = "hegemony military voidsuit"
|
|
desc = "A Hephaestus-manufactured armoured voidsuit, made for Unathi. The standard spacefaring attire of the Izweski Hegemony Navy."
|
|
icon = 'icons/obj/clothing/voidsuit/hegemony.dmi'
|
|
icon_state = "hegemony-voidsuit"
|
|
item_state = "hegemony-voidsuit"
|
|
contained_sprite = TRUE
|
|
w_class = WEIGHT_CLASS_NORMAL
|
|
armor = list(
|
|
MELEE = ARMOR_MELEE_RESISTANT,
|
|
BULLET = ARMOR_BALLISTIC_MEDIUM,
|
|
LASER = ARMOR_LASER_PISTOL,
|
|
ENERGY = ARMOR_ENERGY_MINOR,
|
|
BOMB = ARMOR_BOMB_PADDED,
|
|
BIO = ARMOR_BIO_SHIELDED,
|
|
RAD = ARMOR_RAD_SMALL
|
|
)
|
|
allowed = list(/obj/item/gun,/obj/item/flashlight,/obj/item/tank,/obj/item/suit_cooling_unit,/obj/item/material/sword,/obj/item/melee/hammer,/obj/item/melee/energy)
|
|
species_restricted = list(BODYTYPE_UNATHI)
|
|
refittable = FALSE
|
|
|
|
/obj/item/clothing/head/helmet/space/void/hegemony
|
|
name = "hegemony military helmet"
|
|
desc = "A Hephaestus-manufactured armoured space helmet, made for Unathi. Usually seen on soldiers of the Izweski Hegemony Navy."
|
|
icon = 'icons/obj/clothing/voidsuit/hegemony.dmi'
|
|
icon_state = "hegemony-voidhelm"
|
|
item_state = "hegemony-voidhelm"
|
|
contained_sprite = TRUE
|
|
armor = list(
|
|
MELEE = ARMOR_MELEE_RESISTANT,
|
|
BULLET = ARMOR_BALLISTIC_MEDIUM,
|
|
LASER = ARMOR_LASER_PISTOL,
|
|
ENERGY = ARMOR_ENERGY_MINOR,
|
|
BOMB = ARMOR_BOMB_PADDED,
|
|
BIO = ARMOR_BIO_SHIELDED,
|
|
RAD = ARMOR_RAD_SHIELDED
|
|
)
|
|
light_overlay = "helmet_light_dual_low"
|
|
light_range = 6
|
|
species_restricted = list(BODYTYPE_UNATHI)
|
|
refittable = FALSE
|
|
|
|
|
|
/obj/item/clothing/suit/space/void/hegemony/specialist
|
|
name = "hegemony specialist voidsuit"
|
|
desc = "A Hephaestus-manufactured armoured voidsuit, made for Unathi. This one bears a green insignia, marking the wearer as a specialist within the Izweski Navy."
|
|
icon_state = "hegemony-voidsuit-spec"
|
|
item_state = "hegemony-voidsuit-spec"
|
|
|
|
/obj/item/clothing/head/helmet/space/void/hegemony/specialist
|
|
name = "hegemony specialist helmet"
|
|
desc = "A Hephaestus-manufactured armoured space helmet, made for Unathi. This one bears a green insignia, marking the wearer as a specialist within the Izweski Navy."
|
|
icon_state = "hegemony-voidhelm-spec"
|
|
item_state = "hegemony-voidhelm-spec"
|
|
|
|
/obj/item/clothing/suit/space/void/hegemony/captain
|
|
name = "hegemony captain's voidsuit"
|
|
desc = "A Hephaestus-manufactured armoured voidsuit, made for Unathi. This one bears a purple insignia, marking the wearer as a captain within the Izweski Navy."
|
|
icon_state = "hegemony-voidsuit-lead"
|
|
item_state = "hegemony-voidsuit-lead"
|
|
|
|
/obj/item/clothing/head/helmet/space/void/hegemony/captain
|
|
name = "hegemony captain's helmet"
|
|
desc = "A Hephaestus-manufactured armoured space helmet, made for Unathi. This one bears a purple insignia, marking the wearer as a captain within the Izweski Navy."
|
|
icon_state = "hegemony-voidhelm-lead"
|
|
item_state = "hegemony-voidhelm-lead"
|
|
|
|
/obj/item/clothing/suit/space/void/hegemony/priest
|
|
name = "hegemony priest's voidsuit"
|
|
desc = "A Hephaestus-manufactured armoured voidsuit, made for Unathi. This one bears a white insignia, marking the wearer as a Sk'akh priest within the Izweski Navy."
|
|
icon_state = "hegemony-voidsuit-priest"
|
|
item_state = "hegemony-voidsuit-priest"
|
|
|
|
/obj/item/clothing/head/helmet/space/void/hegemony/priest
|
|
name = "hegemony priest's helmet"
|
|
desc = "A Hephaestus-manufactured armoured space helmet, made for Unathi. This one bears a purple insignia, marking the wearer as a Sk'akh priest within the Izweski Navy."
|
|
icon_state = "hegemony-voidhelm-priest"
|
|
item_state = "hegemony-voidhelm-priest"
|
|
|
|
/obj/item/clothing/suit/space/void/unathi_pirate/tarwa
|
|
name = "tarwa conglomerate voidsuit"
|
|
desc = "A mishmash of parts taken from Unathi pirate-made raider suits and hardware commonly found in the Southern frontier of the Spur, all held together by Diona bark, a common crafting method among the Unathi fleet of the Tarwa Conglomerate. \
|
|
It's relatively light, and yet appears to protect against a variety of hazards."
|
|
icon_state = "rig-tarwapirate"
|
|
item_state = "rig-tarwapirate"
|
|
armor = list(
|
|
MELEE = ARMOR_MELEE_RESISTANT,
|
|
BULLET = ARMOR_BALLISTIC_MEDIUM,
|
|
LASER = ARMOR_LASER_PISTOL,
|
|
ENERGY = ARMOR_ENERGY_MINOR,
|
|
BOMB = ARMOR_BOMB_PADDED,
|
|
BIO = ARMOR_BIO_SHIELDED,
|
|
RAD = ARMOR_RAD_SHIELDED
|
|
)
|
|
|
|
/obj/item/clothing/suit/space/void/unathi_pirate/tarwa/captain
|
|
name = "tarwa conglomerate captain's voidsuit"
|
|
desc = "A mishmash of parts taken from Unathi pirate-made raider suits and hardware commonly found in the Southern frontier of the Spur, all held together by Diona bark, a common crafting method among the Unathi fleet of the Tarwa Conglomerate. \
|
|
It only seems to fit Unathi, it's relatively light, and yet appears to protect against a variety of hazards. This one features various reinforcements, making it probably fit for more important crew."
|
|
icon_state = "rig-tarwacaptain"
|
|
item_state = "rig-tarwacaptain"
|
|
|
|
|
|
/obj/item/clothing/head/helmet/space/void/unathi_pirate/tarwa
|
|
name = "tarwa conglomerate helmet"
|
|
desc = "Metals, electronics and diona bark meet in this strange helmet. Quiet rustling can be heard from within."
|
|
icon_state = "rig-tarwapirate-helmet"
|
|
item_state = "rig-tarwapirate-helmet"
|
|
armor = list(
|
|
MELEE = ARMOR_MELEE_RESISTANT,
|
|
BULLET = ARMOR_BALLISTIC_MEDIUM,
|
|
LASER = ARMOR_LASER_PISTOL,
|
|
ENERGY = ARMOR_ENERGY_MINOR,
|
|
BOMB = ARMOR_BOMB_PADDED,
|
|
BIO = ARMOR_BIO_SHIELDED,
|
|
RAD = ARMOR_RAD_SHIELDED
|
|
)
|
|
light_overlay = "helmet_light_green"
|
|
|
|
/obj/item/clothing/head/helmet/space/void/unathi_pirate/tarwa/captain
|
|
name = "tarwa conglomerate captain's helmet"
|
|
desc = "Metals, electronics and diona bark meet in this strange helmet. Quiet rustling can be heard from within. \
|
|
This one appears to have been reinforced."
|
|
icon_state = "rig-tarwacaptain-helmet"
|
|
item_state = "rig-tarwacaptain-helmet"
|
|
armor = list(
|
|
MELEE = ARMOR_MELEE_MAJOR,
|
|
BULLET = ARMOR_BALLISTIC_CARBINE,
|
|
LASER = ARMOR_LASER_PISTOL,
|
|
BOMB = ARMOR_BOMB_RESISTANT,
|
|
BIO = ARMOR_BIO_SHIELDED,
|
|
RAD = ARMOR_RAD_SHIELDED
|
|
)
|
|
|
|
/obj/item/clothing/suit/space/void/unathi_pirate/kazu
|
|
name = "techraider voidsuit"
|
|
desc = "This appears to be an Unathi-fitted voidsuit. It has been modified and reinforced with sleeker plates of advanced materials, recognisable to a keen eye as pieces of Solarian and Skrell military-grade suits. It's surprisingly light and quite popular among the members of the Unathi fleet known as Kazu's Techraiders."
|
|
icon_state = "rig-kazupirate"
|
|
item_state = "rig-kazupirate"
|
|
|
|
/obj/item/clothing/head/helmet/space/void/unathi_pirate/kazu
|
|
name = "techraider helmet"
|
|
desc = "An advanced helmet made to fit in a large assembly. Its multi-optic visor is reminiscent of some Vaurca designs."
|
|
icon_state = "rig-kazupirate-helmet"
|
|
item_state = "rig-kazupirate-helmet"
|
|
light_overlay = "helmet_light_nralakk_rig"
|
|
|
|
/obj/item/clothing/suit/space/void/unathi_pirate/kazu/captain
|
|
name = "techraider captain's voidsuit"
|
|
desc = "This appears to be an Unathi-fitted voidsuit. It has been modified and reinforced with sleeker plates of advanced materials, recognisable to a keen eye as pieces of Solarian and Skrell military-grade suits. It's surprisingly light and quite popular among the members of the Unathi fleet known as Kazu's Techraiders.\
|
|
Various improvements have been made to this specific suit, implying it's probably made for higher-ranking crew."
|
|
icon_state = "rig-kazucaptain"
|
|
item_state = "rig-kazucaptain"
|
|
|
|
/obj/item/clothing/head/helmet/space/void/unathi_pirate/kazu/captain
|
|
name = "techraider captain's helmet"
|
|
desc = "A reinforced and advanced helmet made to fit in a large assembly. Its multi-optic visor is reminiscent of Vaurca designs."
|
|
icon_state = "rig-kazucaptain-helmet"
|
|
item_state = "rig-kazucaptain-helmet"
|
|
|
|
|
|
/obj/item/clothing/suit/space/void/unathi_pirate/hiskyn
|
|
name = "hiskyn revanchist voidsuit"
|
|
desc = "A bastardized version of an older Dominian voidsuit mixed with parts taken from the infamous Raider suit used by pirate Unathi, popular among members of the Hiskyn Revanchist fleet. The result is a tough and somewhat sluggish suit."
|
|
icon_state = "rig-hiskynpirate"
|
|
item_state = "rig-hiskynpirate"
|
|
|
|
/obj/item/clothing/head/helmet/space/void/unathi_pirate/hiskyn
|
|
name = "hiskyn revanchist helmet"
|
|
desc = "A mix of older Dominian and homemade Unathi pirate hardware in a single helmet; made to fit in a larger assembly."
|
|
icon_state = "rig-hiskynpirate-helmet"
|
|
item_state = "rig-hiskynpirate-helmet"
|
|
light_overlay = "helmet_light_red"
|
|
|
|
/obj/item/clothing/suit/space/void/unathi_pirate/hiskyn/captain
|
|
name = "hiskyn revanchist captain's voidsuit"
|
|
desc = "A bastardized version of an older Dominian voidsuit mixed with parts taken from the infamous Raider suit used by pirate Unathi, popular among members of the Hiskyn Revanchist fleet. The result is a tough and somewhat sluggish suit. This one is even more reinforced, and is probably made for a Captain or some kind of high-ranking crew member"
|
|
icon_state = "rig-hiskyncaptain"
|
|
item_state = "rig-hiskyncaptain"
|
|
|
|
/obj/item/clothing/head/helmet/space/void/unathi_pirate/hiskyn/captain
|
|
name = "hiskyn revanchist captain's helmet"
|
|
desc = "A reinforced mix of older Dominian and homemade Unathi pirate hardware in a single helmet; made to fit in a larger assembly."
|
|
icon_state = "rig-hiskyncaptain-helmet"
|
|
item_state = "rig-hiskyncaptain-helmet"
|
|
|
|
//Pre-contact spacesuits for Uueoa-Esa ruins.
|
|
/obj/item/clothing/suit/space/unathi_ruin
|
|
name = "unathi spacesuit"
|
|
desc = "A large and bulky spacesuit, seemingly of an early space age design. The distinctive shape of the suit indicates that it was made for an Unathi wearer."
|
|
desc_extended = "These spacesuits were among some of the earliest designs of Unathi space programs, though they rapidly became obsolete following first contact and the massive expansion of space exploration efforts. Seeing a suit like this outside of a museum is extremely rare in the modern day. The markings on this one do not identify it as Izweski, but it is impossible to tell to whom it might have belonged."
|
|
icon = 'icons/obj/unathi_ruins.dmi'
|
|
icon_state = "unathispacesuit"
|
|
item_state = "unathispacesuit"
|
|
species_restricted = list(SPECIES_UNATHI)
|
|
refittable = FALSE
|
|
|
|
/obj/item/clothing/head/helmet/space/unathi_ruin
|
|
name = "unathi space helmet"
|
|
desc = "A large and bulky space helmet, with a primitive 'fishbowl' design common in the early days of space exploration. The shape of the helmet indicates that it was designed for an Unathi wearer."
|
|
desc_extended = "These helmets are an early design from the Unathi space age, used primarily by the first Izweski astronauts in the 22nd century. They rapidly became obsolete after first contact and the massive expansion of space exploration efforts, making them a rare site outside of museums and private collections in the modern day. The markings on this one do not identify it as Izweski, but it is impossible to tell to whom it might have belonged."
|
|
icon = 'icons/obj/unathi_ruins.dmi'
|
|
icon_state = "unathispacehelm"
|
|
item_state = "unathispacehelm"
|
|
species_restricted = list(SPECIES_UNATHI)
|
|
refittable = FALSE
|