From fdb962f12747bd7f453b5112e4a9bf250dc825a0 Mon Sep 17 00:00:00 2001 From: mollusk Date: Sun, 8 Oct 2017 22:37:26 -0700 Subject: [PATCH] added todo --- TODO.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 TODO.txt diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 0000000..9322977 --- /dev/null +++ b/TODO.txt @@ -0,0 +1,11 @@ +Battle System: + + + 1. ask player to attack or escape + 2. player may not be able to escape (based on percentage) + 3. player selects weapons and spells to use + 4. player assigns percentages to spells and weapons for Battle + 5. battle is automatic + 6. when player health is low, character tries to run + 7. change to run is the inverse of the current health percentage + 8. escape may fail (based on percentage) \ No newline at end of file