From 9e33b62448adae8d511336ee637917e878e7835f Mon Sep 17 00:00:00 2001 From: Red <47158596+Red-byte3D@users.noreply.github.com> Date: Fri, 17 Jan 2025 02:31:45 +0300 Subject: [PATCH] Nerfs synthetic stun resistance. (#8118) # About the pull request Reduces synthetic stun resistance by 'half' # Explain why it's good for the game Requested by the synth senator # Testing Photographs and Procedure
Screenshots & Videos Put screenshots and videos here with an empty line between the screenshots and the `
` tags.
# Changelog :cl: balance: The base synthetic stun resistances have been cut in half, from 5 to 2.5 /:cl: --------- Co-authored-by: InsaneRed --- code/modules/mob/living/carbon/human/species/synthetic.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species/synthetic.dm b/code/modules/mob/living/carbon/human/species/synthetic.dm index 8edb8523f36b..2534e02e5a15 100644 --- a/code/modules/mob/living/carbon/human/species/synthetic.dm +++ b/code/modules/mob/living/carbon/human/species/synthetic.dm @@ -38,8 +38,8 @@ "brain" = /datum/internal_organ/brain/prosthetic, ) - knock_down_reduction = 5 - stun_reduction = 5 + knock_down_reduction = 2.5 + stun_reduction = 2.5 acid_blood_dodge_chance = 25 inherent_verbs = list( @@ -88,8 +88,8 @@ default_lighting_alpha = LIGHTING_PLANE_ALPHA_MOSTLY_INVISIBLE - knock_down_reduction = 3.5 - stun_reduction = 3.5 + knock_down_reduction = 2.5 + stun_reduction = 2.5 /datum/species/synthetic/colonial/colonial_gen_two