modular_skyrat/modules/taur_mechanics/code/constrict.dm
CONSTRICT_BASE_PIXEL_SHIFT | When a mob is constricted, its pixel_x will be modified by this. Reverted on unconstriction. Modified by sprite scaling. |
---|---|
CONSTRICT_ESCAPE_CHANCE | The base chance a mob has to escape from a constriction. |
SERPENTINE_TAIL_SLIME_ALPHA | Since slimepeople are transparent, we have to match their alpha. What our alpha is set to when our owner is a slime. |
CONSTRICTED_FORCE_WOUND_BONUS_MIN | The minimum wound bonus caused by a forced wound in squeeze_constricted. |
CONSTRICTED_FORCE_WOUND_BONUS_MAX | The maximum wound bonus caused by a forced wound in squeeze_constricted. |
SERPENTINE_TAIL_DESTRUCTION_OWNER_BRUTE_DAMAGE | The damage dealt to a serpentine tail's owner apon its destruction. |
SERPENTINE_TAIL_DESTRUCTION_R_LEG_CHANCE | The chance that the damage dealt to a destroyed tail's owner goes to the right leg over the left leg. |
SERPENTINE_TAIL_UNBUCKLE_TIME | The time it takes for a constricted thing to do a break-out attempt. |
Define Details
CONSTRICTED_FORCE_WOUND_BONUS_MAX
The maximum wound bonus caused by a forced wound in squeeze_constricted.
CONSTRICTED_FORCE_WOUND_BONUS_MIN
The minimum wound bonus caused by a forced wound in squeeze_constricted.
CONSTRICT_BASE_PIXEL_SHIFT
When a mob is constricted, its pixel_x will be modified by this. Reverted on unconstriction. Modified by sprite scaling.
CONSTRICT_ESCAPE_CHANCE
The base chance a mob has to escape from a constriction.
SERPENTINE_TAIL_DESTRUCTION_OWNER_BRUTE_DAMAGE
The damage dealt to a serpentine tail's owner apon its destruction.
SERPENTINE_TAIL_DESTRUCTION_R_LEG_CHANCE
The chance that the damage dealt to a destroyed tail's owner goes to the right leg over the left leg.
SERPENTINE_TAIL_SLIME_ALPHA
Since slimepeople are transparent, we have to match their alpha. What our alpha is set to when our owner is a slime.
SERPENTINE_TAIL_UNBUCKLE_TIME
The time it takes for a constricted thing to do a break-out attempt.