Tweak Skrell Strength (#22832)

The conditioning skill was a little too harsh on Skrell, who suffered
heavily from being the lightest and smallest species, which made them
have extremely unfavorable interactions with mass and fireman carrying.
This PR gives them a higher than normal mob strength modifier to offset
their low mass, so that they can at least fireman carry a human without
requiring the conditioning skill. This makes both standard and Axiori
skrell start at a similar level as a human's limits for carrying before
the Conditioning skill is considered.
This commit is contained in:
VMSolidus
2026-07-13 16:59:11 +00:00
committed by GitHub
parent c0e1029d62
commit 3874e3164e
3 changed files with 6 additions and 0 deletions
@@ -112,6 +112,7 @@
has_psionics = PSI_RANK_SENSITIVE
character_creation_psi_points = 2
mass_modifier = REFERENCE_MASS_SKRELL / REFERENCE_MASS_HUMAN
mob_strength = 1.8 // Offset for very low mass.
/datum/species/skrell/handle_trail(var/mob/living/carbon/human/H, var/turf/T)
var/list/trail_info = ..()
@@ -25,3 +25,4 @@
max_pulse = 140 // Species default 130
mass_modifier = REFERENCE_MASS_SKRELL_AXIORI / REFERENCE_MASS_HUMAN
mob_strength = 1.5 // Offset for very low mass.