-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
So many things already implemented!
- Loading branch information
Showing
1 changed file
with
1 addition
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,10 @@ | ||
* Handle more command types (if required) | ||
* Load team rosters | ||
* Map player indexes to roster numbers/players | ||
* Fill in missing players on setup (default places in standard "attract centre" formation?) | ||
* Match log entries up with commands | ||
* Create flow of "events" based on commands and entries | ||
(e.g. command says move three but one was a dodge that failed) | ||
* Track board state | ||
* Calculate when a move needs a dodge | ||
* Include other effects (Tentacles prevent dodge… anything else?) | ||
* Include negating effects (Stupid/Bone-head/prone/stunned lose tackle zone) | ||
* Check how some skills are represented in commands/logs: | ||
* Sidestep | ||
* Ball and Chain | ||
* Shadow | ||
* Leap | ||
* Kick-Off Return | ||
* Diving Catch | ||
* Diving tackle | ||
* Pass Block | ||
* Throw Team-Mate | ||
* Leader and Pro re-rolls | ||
* Pick up reroll count from "XXX use a re-roll … (Left : x/y)" log entry to find bonus rerolls (e.g. Brilliant Coaching) |