Implement basic attention and awareness
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
module Dodge.Creature.AlertLevel.Data
|
||||
where
|
||||
|
||||
data AwakeLevel
|
||||
= Comatose
|
||||
| Asleep
|
||||
| Lethargic
|
||||
| Vigilant
|
||||
| Overstrung
|
||||
|
||||
data AttentionDir
|
||||
= AttentiveTo [Int]
|
||||
| Fixated Int
|
||||
|
||||
data AwarenessLevel
|
||||
= AwarenessInt Int
|
||||
| Cognizant Int
|
||||
Reference in New Issue
Block a user