Hey I've been wanting to make some changes to give myself a larger tolerance to friendly fire inflicted upon stations because its irritating in game when I am fighting xenon near a station to take advantage of its defenses and using the split chainguns mean its very easy for a couple of shots to hit a station, proc the friendly fire warning and then the next couple of shots cause the station to mark you as hostile.
I found this under the station dataset in defaults.xml
Code: Select all
<relation>
<attack>
<tolerance threshold="-1.0" change="-0.125" decay="0.25" delay="5" />
<boost absolute="-1.0" decay="0.02" delay="540" />
<faction scan="-0.0032" hack="-0.0032" />
</attack>
is this what I'm looking for or is this just the relation threshold for being hostile on default?