Add file
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{-# LANGUAGE LambdaCase #-}
|
||||
module Dodge.Creature.MaxHP (crMaxHP) where
|
||||
|
||||
import Dodge.Data.Creature.Misc
|
||||
|
||||
crMaxHP :: CreatureType -> Int
|
||||
crMaxHP = \case
|
||||
Avatar {} -> 15000
|
||||
AvatarDead -> 0
|
||||
ChaseCrit {} -> 150
|
||||
SwarmCrit -> 50
|
||||
AutoCrit -> 100
|
||||
BarrelCrit{} -> 100
|
||||
LampCrit {} -> 50
|
||||
|
||||
Reference in New Issue
Block a user