Remove creature records

This commit is contained in:
2025-06-06 13:36:18 +01:00
parent 73c79f2f4d
commit 0f55257bff
48 changed files with 621 additions and 610 deletions
+5 -6
View File
@@ -19,17 +19,17 @@ defaultCreature =
, _crMvAim = 0
-- , _crTwist = 0
, _crID = 1
, _crType = ChaseCrit
, _crRad = 10
, _crType = ChaseCrit {_meleeCooldown = 0}
-- , _crRad = 10
, _crHP = 100
, _crMaxHP = 150
-- , _crMaxHP = 150
, _crInv = IM.empty
, _crManipulation = Manipulator SelNothing
, _crInvCapacity = 25
, _crInvLock = False
, _crState = defaultState
-- , _crCorpse = MakeDefaultCorpse
, _crMaterial = Flesh
-- , _crMaterial = Flesh
, _crPastDamage = 0
-- , _crInvEquipped = mempty
, _crEquipment = M.empty
@@ -45,7 +45,6 @@ defaultCreature =
, _crActionPlan = ActionPlan [] [] (StrategyActions WatchAndWait [StartSentinelPost]) [LiveLongAndProsper]
, _crPerception = defaultPerceptionState
, _crMemory = defaultCreatureMemory
, _crMeleeCooldown = 0
, _crFaction = NoFaction
, _crIntention = defaultIntention
, _crGroup = LoneWolf
@@ -135,5 +134,5 @@ defaultState =
CrSt
{ _csDamage = []
, _csSpState = GenCr
, _csDropsOnDeath = DropAll
-- , _csDropsOnDeath = DropAll
}