Tweak inventory manipulation

This commit is contained in:
2026-04-06 18:07:35 +01:00
parent 262463c52d
commit 9d7c9f1db2
5 changed files with 164 additions and 156 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ import Control.Lens
crMvType :: Creature -> CrMvType
crMvType cr = case _crType cr of
Avatar {} -> MvWalking 1.5
ChaseCrit {} -> defaultChaseMvType
HoverCrit {} -> defaultChaseMvType & mvSpeed .~ 0.15
ChaseCrit {} -> defaultChaseMvType & mvSpeed .~ 1.8
HoverCrit {} -> defaultChaseMvType & mvSpeed .~ 0.16
SwarmCrit -> defaultChaseMvType
AutoCrit -> defaultAimMvType
BarrelCrit {} -> defaultAimMvType