I found the file
\assets\fx\weaponfx\macros\bullet_atf_xl_beam_01_mk1_macro.xml
Code: Select all
<macros>
<macro name="bullet_atf_xl_beam_01_mk1_macro" class="bullet">
<component ref="bullet_atf_xl_beam_01_mk1" />
<properties>
<bullet speed="2.997925e+08" lifetime="7" range="14000" amount="1" barrelamount="1" icon="weapon_beam_mk1" maxhits="1" ricochet="0" scale="1" attach="1" />
<heat value="3460" />
<reload time="7.3" />
<damage value="330426" repair="0" />
<effects>
<impact ref="impact_ter_xl_laser_01_mk1" inside="impact_ter_xl_laser_01_mk1_inside" />
<bigobjectimpact ref="impact_ter_xl_laser_01_mk1_bigobject" inside="impact_ter_xl_laser_01_mk1_bigobject_inside" />
</effects>
<sounds>
<firing ref="weapon_atf_xl_battleship_01_mk1_loop" />
</sounds>
<weapon system="weapon_standard" />
</properties>
</macro>
</macros>
seems beam weapon is different.
how to change damage of beam weapon?
appreciate for help.