Merge pull request #2380 from Anewbe/guard_speed

Speeds up arm_guard and leg_guard wearers slightly
This commit is contained in:
Neerti
2016-08-29 01:23:38 -04:00
committed by GitHub
3 changed files with 38 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
name = "arm guards"
desc = "These arm guards will protect your hands and arms."
body_parts_covered = HANDS|ARMS
slowdown = 1
slowdown = 0.5
overgloves = 1
w_class = 3

View File

@@ -2,7 +2,7 @@
name = "leg guards"
desc = "These will protect your legs and feet."
body_parts_covered = LEGS|FEET
slowdown = 0 //Shoes have a slowdown of -1, so this needs to be 0 in order for it to effectively be 1 slowdown.
slowdown = SHOES_SLOWDOWN+0.5
species_restricted = null //Unathi and Taj can wear leg armor now
w_class = 3