Files
CHOMPStation2/code/game/mecha/components/lifesupport.dm
2020-08-05 19:22:23 -04:00

29 lines
550 B
Plaintext

/obj/item/mecha_parts/component/gas
name = "mecha life-support"
icon = 'icons/mecha/mech_component.dmi'
icon_state = "lifesupport"
w_class = ITEMSIZE_HUGE
origin_tech = list(TECH_DATA = 2, TECH_ENGINEERING = 2)
component_type = MECH_GAS
emp_resistance = 1
integrity_danger_mod = 0.4
max_integrity = 40
step_delay = 0
relative_size = 20
internal_damage_flag = MECHA_INT_TANK_BREACH
/obj/item/mecha_parts/component/gas/reinforced
name = "reinforced mecha life-support"
emp_resistance = 2
max_integrity = 80
relative_size = 40