/obj/item/rig/terminator name = "\improper Military Frame exoskeleton" desc = "A robust synth exoskeleton outfitted with state of the art infiltration tools. Creepy." icon_state = "terminator_rig" suit_type = "synthetic exoskeleton" armor = list(melee = 80, bullet = 75, laser = 60, energy = 15, bomb = 80, bio = 100, rad = 30) siemens_coefficient = 0.0 // Ok this is the only exception. Got it? Good. offline_slowdown = 3 offline_vision_restriction = TINT_HEAVY has_sealed_state = TRUE allowed = list( /obj/item/device/flashlight, /obj/item/tank, /obj/item/device/suit_cooling_unit, /obj/item/gun, /obj/item/ammo_magazine, /obj/item/ammo_casing, /obj/item/melee/baton, /obj/item/melee/energy/sword, /obj/item/handcuffs ) helm_type = /obj/item/clothing/head/helmet/space/rig/terminator initial_modules = list( /obj/item/rig_module/maneuvering_jets, /obj/item/rig_module/grenade_launcher/frag, /obj/item/rig_module/grenade_launcher, /obj/item/rig_module/mounted/egun, /obj/item/rig_module/ai_container, /obj/item/rig_module/power_sink, /obj/item/rig_module/stealth_field, /obj/item/rig_module/vision, /obj/item/rig_module/voice, /obj/item/rig_module/datajack, /obj/item/rig_module/mounted/plasmacutter, /obj/item/rig_module/actuators/combat ) species_restricted = list(BODYTYPE_IPC_INDUSTRIAL) allowed_module_types = MODULE_GENERAL | MODULE_LIGHT_COMBAT | MODULE_HEAVY_COMBAT | MODULE_SPECIAL | MODULE_MEDICAL | MODULE_UTILITY | MODULE_VAURCA /obj/item/clothing/head/helmet/space/rig/terminator species_restricted = list(BODYTYPE_IPC_INDUSTRIAL) light_overlay = "helmet_light_terminator" light_color = LIGHT_COLOR_RED /obj/item/rig/terminator/equipped initial_modules = list( /obj/item/rig_module/maneuvering_jets, /obj/item/rig_module/grenade_launcher/frag, /obj/item/rig_module/grenade_launcher, /obj/item/rig_module/mounted/egun, /obj/item/rig_module/ai_container, /obj/item/rig_module/power_sink, /obj/item/rig_module/stealth_field, /obj/item/rig_module/vision, /obj/item/rig_module/voice, /obj/item/rig_module/datajack, /obj/item/rig_module/mounted/plasmacutter, /obj/item/rig_module/actuators/combat )