Jump to content

Crossbow modification


Recommended Posts

Hi guys,

I'm trying to mod the crossbow to an automatic version of itself, so you've got like 5 bolts charged in it and add a possibility to auto fire with certain fire rate.

Here is the DOM for Compound crossbow I've found that affect: magazine size/fire rate / quantity of bolts fired at once, but I couldn't manage to find the automatic fire mode anywhere in the DOM

<effect_group name="gunCrossbowCompound">
  <passive_effect name="MagazineSize" operation="base_set" value="1"/>
  <passive_effect name="RoundsPerMinute" operation="base_set" value="75"/>
  <passive_effect name="BurstRoundCount" operation="base_set" value="1"/>
</effect_group>

 

any help would be appreciated.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...