I was curious how the armor values and shell ballistics work with this vehicle. It shows 50mm of armor, but I watched a video on Warthunder saying that the front armor was pretty significant with the bonus 20mm plating on the front.
Does this mean hitting the front plating will result in 70mm of armor frontal? Or does the round not lose velocity and just register based on the true or false penetration value per piece rather than total? Additionally does the “type” of armor make a difference in any way?
When you hover your mouse over an armor plate, an event is triggered maybe onMouseEnter and onMouseMove, some function(s) are called to give the result for “Effective thickness” value per armor plate. This is a clue that the game compare penetration value for each plate separately.
I think all of the armor plates that are in the path of the projectile are put into an ordered qeueu in a first come first serve manner. The game then check if each plate can be penetrated, if the current plate being check can’t be penetrate the game stop checking the rest. If you shoot the spaced armor with AT rifle the x-ray camera will show that the projectile penetrated the first layer and stop once it reach the side armor.
Not sure about speed, but the projectile does lose some penetration value after hitting armor plate or vehicle component. I think on youtube somebody put a bunch of light tanks in a straight line and shoot it with an IS2, only some of them blow up. link to the video
I think different armor type have different armor modifier value. In the game, shooting wood will not ricochet as much as shooting asphalt or metallic surface. The penetration check could be something like this: