mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-09 16:33:50 +00:00
* Mecha refactor 2020 * Update effects.dm Co-authored-by: TiviPlus <57223640+TiviPlus@users.noreply.github.com> Co-authored-by: Azarak <azarak10@gmail.com>
22 lines
893 B
Plaintext
22 lines
893 B
Plaintext
/obj/vehicle/sealed/mecha/combat/phazon
|
|
desc = "This is a Phazon exosuit. The pinnacle of scientific research and pride of Nanotrasen, it uses cutting edge bluespace technology and expensive materials."
|
|
name = "\improper Phazon"
|
|
icon_state = "phazon"
|
|
movedelay = 2
|
|
dir_in = 2 //Facing South.
|
|
step_energy_drain = 3
|
|
max_integrity = 200
|
|
deflect_chance = 30
|
|
armor = list(MELEE = 30, BULLET = 30, LASER = 30, ENERGY = 30, BOMB = 30, BIO = 0, RAD = 50, FIRE = 100, ACID = 100)
|
|
max_temperature = 25000
|
|
wreckage = /obj/structure/mecha_wreckage/phazon
|
|
internal_damage_threshold = 25
|
|
force = 15
|
|
max_equip = 3
|
|
phase_state = "phazon-phase"
|
|
|
|
/obj/vehicle/sealed/mecha/combat/phazon/generate_actions()
|
|
. = ..()
|
|
initialize_passenger_action_type(/datum/action/vehicle/sealed/mecha/mech_toggle_phasing)
|
|
initialize_passenger_action_type(/datum/action/vehicle/sealed/mecha/mech_switch_damtype)
|