Buffs gygax deflect, power and equipment

This commit is contained in:
AzuleUtama
2020-04-24 19:26:06 +01:00
parent 4790826e29
commit f13d1adeb5
+13 -5
View File
@@ -39,7 +39,7 @@
icon_state = "darkgygax"
initial_icon = "darkgygax"
max_integrity = 300
deflect_chance = 15
deflect_chance = 20
armor = list(melee = 40, bullet = 40, laser = 50, energy = 35, bomb = 20, bio = 0, rad =20, fire = 100, acid = 100)
max_temperature = 35000
leg_overload_coeff = 100
@@ -50,16 +50,24 @@
starting_voice = /obj/item/mecha_modkit/voice/syndicate
destruction_sleep_duration = 1
/obj/mecha/combat/gygax/dark/GrantActions(mob/living/user, human_occupant = 0)
. = ..()
thrusters_action.Grant(user, src)
/obj/mecha/combat/marauder/RemoveActions(mob/living/user, human_occupant = 0)
. = ..()
thrusters_action.Remove(user)
/obj/mecha/combat/gygax/dark/loaded/New()
..()
var/obj/item/mecha_parts/mecha_equipment/ME = new /obj/item/mecha_parts/mecha_equipment/weapon/ballistic/carbine
var/obj/item/mecha_parts/mecha_equipment/ME = new /obj/item/mecha_parts/mecha_equipment/weapon/ballistic/scattershot
ME.attach(src)
ME = new /obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang
ME = new /obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster
ME.attach(src)
ME = new /obj/item/mecha_parts/mecha_equipment/teleporter/precise
ME = new /obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster
ME.attach(src)
ME = new /obj/item/mecha_parts/mecha_equipment/tesla_energy_relay
ME.attach(src)
/obj/mecha/combat/gygax/dark/add_cell()
cell = new /obj/item/stock_parts/cell/hyper(src)
cell = new /obj/item/stock_parts/cell/bluespace(src)