git repos / saland

data/monsters/monsters.json

browsing at commit = f44a6f365bc14337f197021474d0675b51fade75

raw · blame · history

{
	"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
			}
		}
	]
}