Remove creature records
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user