Vampirenostra
Refugee
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
any help would be appreciated.
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
Code:
<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>