JKGDevs / JediKnightGalaxies

Jedi Knight Galaxies (JKG) is a multiplayer shooter with role playing elements, played out in the Star Wars universe. The project is a full conversion game modification for Jedi Knight: Jedi Academy.
https://www.jkgalaxies.net/
GNU General Public License v2.0
33 stars 12 forks source link

Implement proper ACP weapon behavior (partial shield bypass) #342

Closed DarthFutuza closed 2 years ago

DarthFutuza commented 2 years ago

ACP weapons are both part slugthrower and part particle energy weapons.

The means of damage MOD_ACP now contains an ACPRatio stat (default 0.5), which determines which percentage of the damage is energy (and thus impacts on the shield) vs which is direct damage that passes through the shield (similar to how slugthrowers work). eg: Setting this ratio to 0.2 means that 20% of the damage is direct, and 80% of it is energy. Because ACP weapons contain physical slugs, most cause standard-bleed debuffs.

DarthFutuza commented 2 years ago

Added with fb4a380