data/monsters/monsters.json
browsing at commit = 6a4de21087a8249a0e99f8e248218d79be48a3a0
{
"monsters": [
{
"race": "bat",
"radius": 16.0,
"health": 30.0,
"speed": 1.0,
"attack": {
"cooldownDuration": 1500.0,
"range": 40.0,
"damage": 5.0,
"animation": "slash",
"animationDuration": 300.0
}
},
{
"race": "bee",
"radius": 16.0,
"health": 30.0,
"speed": 1.0,
"attack": {
"cooldownDuration": 1500.0,
"range": 40.0,
"damage": 5.0,
"animation": "slash",
"animationDuration": 300.0
}
}
]
}