YeOldeDM / free20

GNU General Public License v3.0
2 stars 0 forks source link

Threat Squares #7

Closed YeOldeDM closed 7 years ago

YeOldeDM commented 7 years ago

Needed to close #19

The active Actor must know when they're in a threatened square, and when they leave it.
They must also know who threatens them from that square. Multiple creatures could threaten a square.
A creature threatens you if it's on a hostile team, can reach you with their melee attack, and have not yet taken a Reaction this round.

Also, the turn loop must yield to the threatening creature's reaction if they use opportunity to attack who they threaten.
Also also, maybe some warning window if you provoke opportunity, saying no cancels the Step.

YeOldeDM commented 7 years ago

Actors can get the squares they threaten, and get whether they can be a threat.

YeOldeDM commented 7 years ago

This should be working. Needs more thourough testing to be called Done.