SSMD Recon Corvette (#15218)

This commit is contained in:
TheDanseMacabre
2022-12-07 18:07:11 +01:00
committed by GitHub
parent e7474bde47
commit 2a1ec5cc29
13 changed files with 74014 additions and 4 deletions
+6
View File
@@ -24,6 +24,12 @@
icon_state = "army_fatigue"
item_state = "army_fatigue"
/obj/item/clothing/under/rank/sol/ipc //sol IPC fatigues
name = "sol military ipc coveralls"
desc = "An uncomfortable and ill-fitting set of military coveralls issued to the IPCs that are property of the Solarian Armed Forces. Conveniently flame retardant."
icon_state = "ipc_fatigue"
item_state = "ipc_fatigue"
/obj/item/clothing/under/rank/sol/service //navy personnel service uniform
name = "sol navy service uniform"
desc = "A military service uniform issued to Sol Alliance naval personnel, to be worn in environments where a utility uniform is unfitting."
+14 -1
View File
@@ -113,4 +113,17 @@
h_back = /obj/item/mecha_equipment/quick_enter
h_l_hand = /obj/item/mecha_equipment/clamp
h_r_hand = /obj/item/mecha_equipment/catapult
h_l_shoulder = /obj/item/mecha_equipment/mounted_system/flarelauncher
h_l_shoulder = /obj/item/mecha_equipment/mounted_system/flarelauncher
/mob/living/heavy_vehicle/premade/light/recon
name = "gremlin exosuit"
desc = "A light and nimble recon exosuit, bearing the colour scheme of the Solarian Armed Forces."
e_color = COLOR_DARK_GREEN_GRAY
e_arms = /obj/item/mech_component/manipulators/combat
e_head = /obj/item/mech_component/sensors/combat
e_legs = /obj/item/mech_component/propulsion/hover/light
h_back = /obj/item/mecha_equipment/quick_enter
h_l_shoulder = /obj/item/mecha_equipment/mounted_system/flarelauncher
h_r_shoulder = /obj/item/mecha_equipment/mounted_system/combat/smg
@@ -21,6 +21,10 @@
/mob/living/heavy_vehicle/premade/ripley/loader
h_l_hand = /obj/item/mecha_equipment/clamp
/mob/living/heavy_vehicle/premade/ripley/loader/sol
name = "solarian powerloader"
e_color = COLOR_DARK_GREEN_GRAY
/mob/living/heavy_vehicle/premade/ripley/janitorial
name = "janitorial power loader"
desc = "A standard cargo-handling power loader converted into a cleaning machine."
@@ -128,6 +132,10 @@
software = new(src)
software.installed_software = list(MECH_SOFTWARE_UTILITY, MECH_SOFTWARE_ENGINEERING)
/mob/living/heavy_vehicle/premade/firefighter/sol
name = "solarian firefighting exosuit"
e_color = COLOR_DARK_GREEN_GRAY
/mob/living/heavy_vehicle/premade/combatripley
name = "combat APLU \"Ripley\""
desc = "A large APLU unit fitted with specialized composite armor and fancy, though old targeting systems."