Update parts.dm

This commit is contained in:
silicons
2021-09-19 11:35:52 -07:00
committed by GitHub
parent 5aea7175ea
commit c9662f76ed
+4 -4
View File
@@ -65,7 +65,7 @@
body_zone = BODY_ZONE_L_ARM
body_part = ARM_LEFT
aux_icons = list(BODY_ZONE_PRECISE_L_HAND = HANDS_PART_LAYER, "l_hand_behind" = BODY_BEHIND_LAYER)
body_damage_coeff = 0.25
body_damage_coeff = 0.5
held_index = 1
px_x = -6
px_y = 0
@@ -126,7 +126,7 @@
body_zone = BODY_ZONE_R_ARM
body_part = ARM_RIGHT
aux_icons = list(BODY_ZONE_PRECISE_R_HAND = HANDS_PART_LAYER, "r_hand_behind" = BODY_BEHIND_LAYER)
body_damage_coeff = 0.25
body_damage_coeff = 0.5
held_index = 2
px_x = 6
px_y = 0
@@ -188,7 +188,7 @@
disable_threshold = 75
body_zone = BODY_ZONE_L_LEG
body_part = LEG_LEFT
body_damage_coeff = 0.25
body_damage_coeff = 0.5
px_x = -2
px_y = 12
stam_heal_tick = STAM_RECOVERY_LIMB
@@ -247,7 +247,7 @@
disable_threshold = 75
body_zone = BODY_ZONE_R_LEG
body_part = LEG_RIGHT
body_damage_coeff = 0.25
body_damage_coeff = 0.5
px_x = 2
px_y = 12
max_stamina_damage = 50