Jump to content

Reworks limb gibbing mechanics


Recommended Posts

https://github.com/Aurorastation/Aurora.3/pull/5330


Full description on github. Short form:

Before:

Melee: Gib a limb if the damage dealt is enough to gib it, which is based on factor determined by the damage type. Do not gib it if a coinflip says otherwise.

Ranged: Use some shitty probably-based algorithm developed by someone who didn't know what balance was. Ranged weapons will give limbs sometimes but most of the time they will regardless of the damage of the limb or its armor.

Notes: Fuck this code.


After:

Melee: Gib a limb if the damage dealt is enough to gib it, and the limb is considered sufficiently damaged before applying the new damage. Limbs can only be gibbed if the damage is greater than the armor value for that limb.

Ranged: Same as above,

Notes: Limbs will no longer be gibbed on the first hit. RNG is no longer a factor in limb gibbing (save for rng armor blocking, which is calculated outside gibbing code). Armor now plays a factor in limb gibbing.

Link to comment
  • 5 months later...
  • Gem locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...