Hello all!
I need to figure out how to mod the gun magazine size on the AK-47.
You'll notice there are 2 lines that have "MagazineSize". How do I modify the base_set MagazineSize (the one that is set to "30") using XPath?
Thanks!
I need to figure out how to mod the gun magazine size on the AK-47.
Code:
<effect_group name="gunAK47">
<passive_effect name="MagazineSize" operation="perc_add" value="-.122,.122"/> <!-- random MagazineSize -->
<passive_effect name="MagazineSize" operation="base_set" value="30"/>
Thanks!