git repos / saland

data/monsters/monsters.json

browsing at commit = 42822a19fc8011c63ab09bbba9836b7e4a0ecc6b

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
			}
		},
		{
			"race": "green_slime",
			"radius": 16.0,
			"health": 40.0,
			"speed": 0.7,
			"attack": {
				"cooldownDuration": 2000.0,
				"range": 35.0,
				"damage": 3.0,
				"animation": "slash",
				"animationDuration": 300.0
			}
		}
	]
}