mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 22:12:58 +01:00
Solarian Warlord Armor (#14359)
This commit is contained in:
@@ -160,4 +160,106 @@
|
||||
|
||||
/obj/item/clothing/suit/space/void/atmos = /obj/item/clothing/suit/space/void/atmos/himeo/tajara,
|
||||
/obj/item/clothing/head/helmet/space/void/atmos = /obj/item/clothing/head/helmet/space/void/atmos/himeo/tajara
|
||||
)
|
||||
)
|
||||
|
||||
/obj/item/voidsuit_modkit/srf
|
||||
name = "srf voidsuit kit"
|
||||
desc = "A highly complicated device that allows you to convert a Solarian voidsuit into a warlord variant. Wow!"
|
||||
desc_info = "This is an OOC item, don't let anyone see it! In order to convert a voidsuit simply click on voidsuit or helmet with this item\
|
||||
The same process can be used to convert the voidsuit back into a regular voidsuit. Make sure not to have a helmet or tank in the suit\
|
||||
or else it will be deleted."
|
||||
w_class = ITEMSIZE_SMALL
|
||||
suit_options = list(
|
||||
/obj/item/clothing/head/helmet/space/void/sol = /obj/item/clothing/head/helmet/space/void/sol/srf,
|
||||
/obj/item/clothing/suit/space/void/sol = /obj/item/clothing/head/helmet/space/void/sol/srf
|
||||
)
|
||||
|
||||
/obj/item/voidsuit_modkit/league
|
||||
name = "league voidsuit kit"
|
||||
desc = "A highly complicated device that allows you to convert a Solarian voidsuit into a warlord variant. Wow!"
|
||||
desc_info = "This is an OOC item, don't let anyone see it! In order to convert a voidsuit simply click on voidsuit or helmet with this item\
|
||||
The same process can be used to convert the voidsuit back into a regular voidsuit. Make sure not to have a helmet or tank in the suit\
|
||||
or else it will be deleted."
|
||||
w_class = ITEMSIZE_SMALL
|
||||
suit_options = list(
|
||||
/obj/item/clothing/head/helmet/space/void/sol = /obj/item/clothing/head/helmet/space/void/sol/league,
|
||||
/obj/item/clothing/suit/space/void/sol = /obj/item/clothing/suit/space/void/sol/league
|
||||
)
|
||||
|
||||
/obj/item/voidsuit_modkit/fsf
|
||||
name = "fsf voidsuit kit"
|
||||
desc = "A highly complicated device that allows you to convert a Solarian voidsuit into a warlord variant. Wow!"
|
||||
desc_info = "This is an OOC item, don't let anyone see it! In order to convert a voidsuit simply click on voidsuit or helmet with this item\
|
||||
The same process can be used to convert the voidsuit back into a regular voidsuit. Make sure not to have a helmet or tank in the suit\
|
||||
or else it will be deleted."
|
||||
w_class = ITEMSIZE_SMALL
|
||||
suit_options = list(
|
||||
/obj/item/clothing/head/helmet/space/void/sol = /obj/item/clothing/head/helmet/space/void/sol/fsf,
|
||||
/obj/item/clothing/suit/space/void/sol = /obj/item/clothing/suit/space/void/sol/fsf
|
||||
)
|
||||
|
||||
/obj/item/voidsuit_modkit/ssmd
|
||||
name = "ssmd voidsuit kit"
|
||||
desc = "A highly complicated device that allows you to convert a Solarian voidsuit into a warlord variant. Wow!"
|
||||
desc_info = "This is an OOC item, don't let anyone see it! In order to convert a voidsuit simply click on voidsuit or helmet with this item\
|
||||
The same process can be used to convert the voidsuit back into a regular voidsuit. Make sure not to have a helmet or tank in the suit\
|
||||
or else it will be deleted."
|
||||
w_class = ITEMSIZE_SMALL
|
||||
suit_options = list(
|
||||
/obj/item/clothing/head/helmet/space/void/sol = /obj/item/clothing/head/helmet/space/void/sol/ssmd,
|
||||
/obj/item/clothing/suit/space/void/sol = /obj/item/clothing/suit/space/void/sol/ssmd
|
||||
)
|
||||
|
||||
/obj/item/voidsuit_modkit/spg
|
||||
name = "spg voidsuit kit"
|
||||
desc = "A highly complicated device that allows you to convert a Solarian voidsuit into a warlord variant. Wow!"
|
||||
desc_info = "This is an OOC item, don't let anyone see it! In order to convert a voidsuit simply click on voidsuit or helmet with this item\
|
||||
The same process can be used to convert the voidsuit back into a regular voidsuit. Make sure not to have a helmet or tank in the suit\
|
||||
or else it will be deleted."
|
||||
w_class = ITEMSIZE_SMALL
|
||||
suit_options = list(
|
||||
/obj/item/clothing/head/helmet/space/void/sol = /obj/item/clothing/head/helmet/space/void/sol/spg,
|
||||
/obj/item/clothing/suit/space/void/sol = /obj/item/clothing/suit/space/void/sol/spg
|
||||
)
|
||||
|
||||
/obj/item/voidsuit_modkit/mrsp
|
||||
name = "mrsp voidsuit kit"
|
||||
desc = "A highly complicated device that allows you to convert a Solarian voidsuit into a warlord variant. Wow!"
|
||||
desc_info = "This is an OOC item, don't let anyone see it! In order to convert a voidsuit simply click on voidsuit or helmet with this item\
|
||||
The same process can be used to convert the voidsuit back into a regular voidsuit. Make sure not to have a helmet or tank in the suit\
|
||||
or else it will be deleted."
|
||||
w_class = ITEMSIZE_SMALL
|
||||
suit_options = list(
|
||||
/obj/item/clothing/head/helmet/space/void/sol = /obj/item/clothing/head/helmet/space/void/sol/mrsp,
|
||||
/obj/item/clothing/suit/space/void/sol = /obj/item/clothing/suit/space/void/sol/mrsp
|
||||
)
|
||||
|
||||
/obj/item/storage/box/srf
|
||||
name = "srf modkit box"
|
||||
desc = "Contains modkits to convert Solarian voidsuits into a warlord variant."
|
||||
starts_with = list(/obj/item/voidsuit_modkit/srf = 4)
|
||||
|
||||
/obj/item/storage/box/league
|
||||
name = "league modkit box"
|
||||
desc = "Contains modkits to convert Solarian voidsuits into a warlord variant."
|
||||
starts_with = list(/obj/item/voidsuit_modkit/league = 4)
|
||||
|
||||
/obj/item/storage/box/fsf
|
||||
name = "fsf modkit box"
|
||||
desc = "Contains modkits to convert Solarian voidsuits into a warlord variant."
|
||||
starts_with = list(/obj/item/voidsuit_modkit/fsf = 4)
|
||||
|
||||
/obj/item/storage/box/ssmd
|
||||
name = "ssmd modkit box"
|
||||
desc = "Contains modkits to convert Solarian voidsuits into a warlord variant."
|
||||
starts_with = list(/obj/item/voidsuit_modkit/ssmd = 4)
|
||||
|
||||
/obj/item/storage/box/spg
|
||||
name = "spg modkit box"
|
||||
desc = "Contains modkits to convert Solarian voidsuits into a warlord variant."
|
||||
starts_with = list(/obj/item/voidsuit_modkit/spg = 4)
|
||||
|
||||
/obj/item/storage/box/mrsp
|
||||
name = "mrsp modkit box"
|
||||
desc = "Contains modkits to convert Solarian voidsuits into a warlord variant."
|
||||
starts_with = list(/obj/item/voidsuit_modkit/mrsp = 4)
|
||||
@@ -169,6 +169,12 @@
|
||||
new /obj/item/ammo_magazine/mc9mm(src)
|
||||
new /obj/item/ammo_magazine/mc9mm(src)
|
||||
new /obj/item/ammo_magazine/mc9mm(src)
|
||||
new /obj/item/storage/box/srf(src)
|
||||
new /obj/item/storage/box/league(src)
|
||||
new /obj/item/storage/box/fsf(src)
|
||||
new /obj/item/storage/box/ssmd(src)
|
||||
new /obj/item/storage/box/spg(src)
|
||||
new /obj/item/storage/box/mrsp(src)
|
||||
|
||||
/obj/structure/closet/crate/secure/gear_loadout/sol_single/fill()
|
||||
new /obj/item/clothing/under/rank/sol/marine(src)
|
||||
@@ -179,6 +185,12 @@
|
||||
new /obj/item/ammo_magazine/c762/sol(src)
|
||||
new /obj/item/gun/projectile/pistol/sol(src)
|
||||
new /obj/item/ammo_magazine/mc9mm(src)
|
||||
new /obj/item/storage/box/srf(src)
|
||||
new /obj/item/storage/box/league(src)
|
||||
new /obj/item/storage/box/fsf(src)
|
||||
new /obj/item/storage/box/ssmd(src)
|
||||
new /obj/item/storage/box/spg(src)
|
||||
new /obj/item/storage/box/mrsp(src)
|
||||
|
||||
/obj/structure/closet/crate/secure/gear_loadout/syndicate_softsuits
|
||||
req_access = list()
|
||||
|
||||
Reference in New Issue
Block a user