• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Making crossbow bolts penetrate multiple targets

RhinoW

Refugee
Is there a way to make the crossbow bolt projectile penetrate multiple targets using XML alone? Or would I need custom scripts?

I changed the properties from sticky = true to false, and added entity penetration count to 5 for testing purposes. It still doesn't work, I take it it's because of the "Projectile" class that it cannot go through multiple entities?

 
Check up on the EntityPenetrationCount in items.xml and progression.xml and how it is added to certain ammo and weapons as an effect type buff.

I believe that is the multiple target hook up based on how it links to ammo and the progression settings for perkPenetrator and some unique individual cases.

Possibly appending the bolts with the requirements taken from other ammo will get the result you want.

 
Back
Top