The code is pretty explicit:
Reading this, chariots should be shot at with base -50 POAs, yet ingame tooltip shows 0 negative modifiers.POA = -50; // Basic minus half a POA (in lieu of FOGR death roll adjustment)
if (IsMounted(target) == 1)
{
if (IsChariots(target) == 0) // Chariots not rated for armour
{
POA += 50; // vs completely unarmoured cavalry
What am I missing?