No impact damage
Simple mod prevent tanks from being damaged by non penetrating shots.
Modifications only work in the editor, if you want this mod to take effect in campaigns, go to SteamLibrarysteamappsworkshopcontent11288603249267247,
replace these 2 lines:
{default_disabled} ;disabled by default
{activate_implicit} ;if you enable a package and create a session, it stays enabled
with
{activate_always}
;{activate_implicit} ;if you enable a package and create a session, it stays enabled
I wont include this change in my mod because it will make this mod unable to be disabled in game menu.