Work on crab
This commit is contained in:
@@ -38,7 +38,13 @@ crabCrit :: Creature
|
||||
crabCrit = defaultCreature
|
||||
& crName .~ "chaseCrit"
|
||||
& crHP .~ HP 350
|
||||
& crType .~ CrabCrit 0 LeftForward 0 0
|
||||
& crType .~ CrabCrit
|
||||
{ _meleeCooldownL = 0
|
||||
, _meleeCooldownR = 0
|
||||
, _footForward = LeftForward
|
||||
, _strideAmount = 0
|
||||
, _dodgeCooldown = 0
|
||||
}
|
||||
& crFaction .~ ColorFaction red
|
||||
& crPerception . cpVision . viFOV .~ FloatFOV pi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user