Remove some creature vocalization records
This commit is contained in:
@@ -16,7 +16,6 @@ import Data.Aeson.TH
|
||||
import Dodge.Data.CamouflageStatus
|
||||
import Dodge.Data.FloatFunction
|
||||
import Geometry.Data
|
||||
import Sound.Data
|
||||
|
||||
data CreatureStatistics = CreatureStatistics
|
||||
{ _strength :: Int
|
||||
@@ -28,9 +27,9 @@ data CreatureStatistics = CreatureStatistics
|
||||
data Vocalization
|
||||
= Mute
|
||||
| Vocalization
|
||||
{ _vcSound :: SoundID
|
||||
, _vcWarnings :: [SoundID]
|
||||
, _vcMaxCoolDown :: (Int, Int)
|
||||
-- { _vcSound :: SoundID
|
||||
-- , _vcWarnings :: [SoundID]
|
||||
{ _vcMaxCoolDown :: (Int, Int)
|
||||
, _vcCoolDown :: Int
|
||||
}
|
||||
deriving (Eq, Ord, Show, Read) --Generic, Flat)
|
||||
|
||||
Reference in New Issue
Block a user