|
@@ -11,10 +11,18 @@ CLOSED: [2016-01-01 Fri 22:52]
|
11
|
11
|
- [X] Mana (regenerates per turn)
|
12
|
12
|
- [X] Ranged attack (takes mana)
|
13
|
13
|
- [X] Melee attack (weak, no mana cost)
|
14
|
|
-- [ ] Ability to summon special corpses as undead
|
15
|
14
|
*** TODO Create enemy AI
|
|
15
|
+- [ ] Detect whether player can be seen
|
|
16
|
+- [ ] Move to player
|
|
17
|
+- [ ] Attack player
|
16
|
18
|
*** TODO Create Undead ally characters
|
17
|
19
|
*** TODO Create ally AI
|
|
20
|
+- [ ] Detect whether enemies can be seen
|
|
21
|
+- [ ] If enemies, move to them and attack.
|
|
22
|
+- [ ] If not enemies, move toward player.
|
|
23
|
+*** TODO Randomly place enemies
|
|
24
|
+*** TODO Randomly place ally tombs
|
|
25
|
+- [ ] Player can wake up allies by entering room
|
18
|
26
|
*** DONE Create vision
|
19
|
27
|
CLOSED: [2016-01-10 Sun 03:49]
|
20
|
28
|
*** DONE Create enemy characters (human knights?)
|