Simplify creature stride length
This commit is contained in:
@@ -31,12 +31,11 @@ chaseCrit =
|
||||
& crName .~ "chaseCrit"
|
||||
& crHP .~ HP 150
|
||||
& crFaction .~ ColorFaction green
|
||||
& crStance . strideLength .~ 30
|
||||
|
||||
hoverCrit :: Creature
|
||||
hoverCrit =
|
||||
defaultCreature
|
||||
& crName .~ "chaseCrit"
|
||||
& crHP .~ HP 150
|
||||
& crFaction .~ ColorFaction green
|
||||
& crStance . strideLength .~ 30
|
||||
& crName .~ "hoverCrit"
|
||||
& crHP .~ HP 100
|
||||
& crFaction .~ ColorFaction blue
|
||||
& crStance . carriage .~ Flying
|
||||
|
||||
Reference in New Issue
Block a user