Merge pull request #2303 from CHOMPStationBot/upstream-merge-10775

[MIRROR] [MIRROR] Halves Item Slowdown Effects
This commit is contained in:
Nadyr
2021-07-01 21:30:30 -04:00
committed by GitHub
30 changed files with 49 additions and 57 deletions

View File

@@ -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

View File

@@ -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