mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Buffs the MK-II Ripley's speed (#17770)
* dir * Update mecha_defense.dm * Update uplink_items.dm * Update uplink_items.dm * Update uplink_items.dm * Update ripley.dm * Update ripley.dm * Update uplink_items.dm
This commit is contained in:
@@ -64,9 +64,9 @@
|
||||
desc = "Autonomous Power Loader Unit MK-II. This prototype Ripley is refitted with a pressurized cabin, trading its prior speed for atmospheric protection"
|
||||
name = "\improper APLU MK-II \"Ripley\""
|
||||
icon_state = "ripleymkii"
|
||||
fast_pressure_step_in = 2 //step_in while in low pressure conditions
|
||||
slow_pressure_step_in = 4 //step_in while in normal pressure conditions
|
||||
step_in = 4
|
||||
fast_pressure_step_in = 1.75 //step_in while in low pressure conditions
|
||||
slow_pressure_step_in = 3 //step_in while in normal pressure conditions
|
||||
step_in = 3
|
||||
armor = list(MELEE = 40, BULLET = 20, LASER = 10, ENERGY = 20, BOMB = 40, BIO = 100, RAD = 55, FIRE = 100, ACID = 100)
|
||||
wreckage = /obj/structure/mecha_wreckage/ripley/mkii
|
||||
enclosed = TRUE
|
||||
@@ -119,6 +119,9 @@
|
||||
/obj/mecha/working/ripley/deathripley/real
|
||||
desc = "OH SHIT IT'S THE DEATHSQUAD WE'RE ALL GONNA DIE. FOR REAL"
|
||||
armor = list(MELEE = 50, BULLET = 50, LASER = 50, ENERGY = 80, BOMB = 90, BIO = 100, RAD = 100, FIRE = 100, ACID = 100)
|
||||
fast_pressure_step_in = 1.5
|
||||
slow_pressure_step_in = 3
|
||||
step_in = 3
|
||||
|
||||
/obj/mecha/working/ripley/deathripley/real/Initialize()
|
||||
. = ..()
|
||||
|
||||
@@ -2856,7 +2856,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
|
||||
|
||||
/datum/uplink_item/nt/mech/marauder
|
||||
name = "Marauder exosuit"
|
||||
desc = "A heavy-duty exosuit for when the going gets tough. Armed with three smoke bombs, and capable of mounting three pieces of equipment."
|
||||
desc = "A heavy-duty exosuit for when the going gets tough. Armed with three smoke bombs, and capable of mounting four pieces of equipment."
|
||||
item = /obj/mecha/combat/marauder
|
||||
cost = 12
|
||||
|
||||
|
||||
Reference in New Issue
Block a user