mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
Merge pull request #2303 from CHOMPStationBot/upstream-merge-10775
[MIRROR] [MIRROR] Halves Item Slowdown Effects
This commit is contained in:
@@ -253,7 +253,7 @@
|
||||
energy = 7000
|
||||
max_energy = 7000
|
||||
regen_rate = 70 //100 seconds to full
|
||||
slowdown = -1
|
||||
slowdown = -0.5
|
||||
instability_modifier = 0.9
|
||||
cooldown_modifier = 0.9
|
||||
|
||||
@@ -267,7 +267,7 @@
|
||||
energy = 20000
|
||||
max_energy = 20000
|
||||
regen_rate = 25 //800 seconds to full
|
||||
slowdown = 1
|
||||
slowdown = 0.5
|
||||
instability_modifier = 1.0
|
||||
spell_power_modifier = 1.4
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
desc = "This rather dangerous looking armor will hopefully shock your enemies, and not you in the process."
|
||||
icon_state = "tesla_armor_1" //wip
|
||||
blood_overlay_type = "armor"
|
||||
slowdown = 1
|
||||
slowdown = 0.5
|
||||
armor = list(melee = 0, bullet = 0, laser = 0, energy = 0, bomb = 0, bio = 0, rad = 0)
|
||||
action_button_name = "Toggle Tesla Armor"
|
||||
var/active = 1 //Determines if the armor will zap or block
|
||||
|
||||
Reference in New Issue
Block a user