RedDeadlyCreeper / ArmoredCombatExtended

A custom modification of ACF with additional content
MIT License
24 stars 24 forks source link

Make wearable armor entities (vest, helmet) #96

Open KemGus opened 3 months ago

KemGus commented 3 months ago

It would be really cool to have that, because we have armor penetration logic the way I would approach is:

  1. player spawns an entity
  2. presses equp on it
  3. that entity is gonna appear on his body as parented,
  4. have a system for hitboxes, where it would adjust the armor of the torso bone, so the bullet won't damage it

it would require a rework on how bullets deal damage (which is really janky right now)