There should be an option on weapons to suppress WMD/mining warnings that pop up, preferably capable of distinguishing ships or stations. (I have a line of weapons that scripts ship hull damage when it damages armor, and the WMD warning is kinda… wrong in that case.)

megas 22 May 2020:

I also have few level 6 or 7 laser weapons (and considered level 9 or 10 particle beam weapons) whose purpose is to wreck hull despite no WMD because they do so much damage (to overcome armor resistance).

george moromisato 30 Aug 2020:

In 1.9 Beta 2 I added an override:

<ItemType ...
   <Weapon
      ...
      noMiningHint="true"
      noWMDHint="true"
      ...
      />
</ItemType>