Currently, all troops receive the same damage when facing attack from any direction. This obviously does not make sense. Troops should receive more damage if they are being attacked from the side.
There are two ways to implement this. We can implement this at troop level, or implement it at unit level. Implementing a combination of both seems to make more sense.
Currently, all troops receive the same damage when facing attack from any direction. This obviously does not make sense. Troops should receive more damage if they are being attacked from the side.
There are two ways to implement this. We can implement this at troop level, or implement it at unit level. Implementing a combination of both seems to make more sense.