[OPEN] 60rnd Stanag

elocow

New Member
Hello Everyone, I am looking for a way to add the 60rnd Stanag to my server. I do not want to have to load mods. Is there a way?
 
Ok, figured it was easy but, I was not sure if it worked.

All I did was add this code to the Types.xml.

<type name="Mag_STANAGCoupled_30Rnd">
<nominal>350</nominal>
<lifetime>7200</lifetime>
<restock>800</restock>
<min>280</min>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
<category name="weapons"/>
<usage name="Military"/>
</type>
 
Back
Top