mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-23 21:27:23 +01:00
* shhh * checks the thing * please don't hurt me, it is my first time * there, much better * this is huge Co-authored-by: crazyraio2 <44246096+crazyraio2@users.noreply.github.com>
56 lines
2.5 KiB
Plaintext
56 lines
2.5 KiB
Plaintext
//////////////////////////////
|
|
//////Custom Mech Parts //////
|
|
//////////////////////////////
|
|
|
|
///////// Power Armor (Not actually a mech but meh)
|
|
|
|
/obj/item/mecha_parts/chassis/powerarmor
|
|
name = "\improper Power Armor Chassis"
|
|
desc = "A heavy steel frame, utilized in the construction of a suit of powered armor."
|
|
icon = 'sandcode/icons/mecha/mech_construct.dmi'
|
|
icon_state = "pwrarmor_skeleton"
|
|
w_class = WEIGHT_CLASS_HUGE
|
|
construct_type = /datum/component/construction/unordered/mecha_chassis/powerarmor
|
|
|
|
/obj/item/mecha_parts/part/powerarmor_torso
|
|
name = "\improper Power Armor Torso"
|
|
desc = "A torso comprised of advanced components, armored with flexible plasteel sheets."
|
|
icon = 'sandcode/icons/mecha/mech_construct.dmi'
|
|
icon_state = "pwrarmor_chest"
|
|
w_class = WEIGHT_CLASS_HUGE
|
|
|
|
/obj/item/mecha_parts/part/powerarmor_left_arm
|
|
name = "\improper Power Armor Left Arm"
|
|
desc = "A powered arm component, armored with plasteel and strengthened with integrated pseudometallic bio-enhancing servos."
|
|
icon = 'sandcode/icons/mecha/mech_construct.dmi'
|
|
icon_state = "pwrarmor_arm_L"
|
|
w_class = WEIGHT_CLASS_HUGE
|
|
|
|
/obj/item/mecha_parts/part/powerarmor_right_arm
|
|
name = "\improper Power Armor Right Arm"
|
|
desc = "A powered arm component, armored with plasteel and strengthened with integrated pseudometallic bio-enhancing servos."
|
|
icon = 'sandcode/icons/mecha/mech_construct.dmi'
|
|
icon_state = "pwrarmor_arm_R"
|
|
w_class = WEIGHT_CLASS_HUGE
|
|
|
|
/obj/item/mecha_parts/part/powerarmor_left_leg
|
|
name = "\improper Power Armor Left Leg"
|
|
desc = "A powered leg component, armored with plasteel and enhanced with integrated kinetic-absorbing materials to give a minor spring in the user's step."
|
|
icon = 'sandcode/icons/mecha/mech_construct.dmi'
|
|
icon_state = "pwrarmor_leg_L"
|
|
w_class = WEIGHT_CLASS_HUGE
|
|
|
|
/obj/item/mecha_parts/part/powerarmor_right_leg
|
|
name = "\improper Power Armor Right Leg"
|
|
desc = "A powered leg component, armored with plasteel and enhanced with integrated kinetic-absorbing materials to give a minor spring in the user's step."
|
|
icon = 'sandcode/icons/mecha/mech_construct.dmi'
|
|
icon_state = "pwrarmor_leg_R"
|
|
w_class = WEIGHT_CLASS_HUGE
|
|
|
|
/obj/item/mecha_parts/part/powerarmor_helmet
|
|
name = "\improper Power Armor Helmet"
|
|
desc = "An advanced, head-covering helmet desinged to offer maximum comfort and protection. Must be installed into a proper suit of Power Armor in order to be used, as it is quite heavy."
|
|
icon = 'sandcode/icons/mecha/mech_construct.dmi'
|
|
icon_state = "pwrarmor_helmet"
|
|
w_class = WEIGHT_CLASS_HUGE
|