Commit before simplifying actions

This commit is contained in:
2026-04-29 20:58:13 +01:00
parent cfe34555b3
commit 199f1b11b5
6 changed files with 354 additions and 333 deletions
+6
View File
@@ -36,6 +36,11 @@ data CrMvType
, _mvTurnSpeed :: Float
, _mvPulseTime :: Int
}
| BeeMvType
{ _mvSpeed :: Float
, _mvTurnSpeed :: Float
, _mvPulseTime :: Int
}
deriving (Eq, Ord, Show, Read) --Generic, Flat)
data Pulse = PulseStatus
@@ -86,6 +91,7 @@ data CreatureType
, _startStopMv :: Int
, _beeAggro :: Int
, _meleeCooldown :: Int
, _beeRandomMovement :: Bool
}
| HiveCrit
{ _hiveChildren :: IS.IntSet