mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
29 lines
550 B
Plaintext
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
|