Sundae2608 / BattleSimulation

Battle Simulation mimicking the mechanics of the Total War series
1 stars 0 forks source link

Flanking attacks #37

Closed Sundae2608 closed 4 years ago

Sundae2608 commented 4 years ago

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.