Currently armour works by the following rule. damage = max(attack - armour, 1) The proposal is to change this to damage = attack * (1 - armour/100) So with 20% armour you only incur 80 damage for every 100 dealt. Discussion at http://www.wildfiregames.com/forum/index.php?showtopic=16986