
monster
{
	type=walker
	description=78
	air=false	
	speed=5
	delay=1000
	baseHP=10
	mulHP=45
	divHP=100
	addHP=1
	baseWorth=1
	mulWorth=50
	divWorth=100
	addWorth=1
	resistBash=false;
	resistFreeze=false;
	resistPoison=false;
	resistRobber=false;
}

monster
{
	type=bat
	description=79
	air=true
	speed=6
	delay=1000
	baseHP=15
	mulHP=50
	divHP=100
	addHP=1
	baseWorth=2
	mulWorth=30
	divWorth=100
	addWorth=2
	resistBash=false;
	resistFreeze=false;
	resistPoison=false;
	resistRobber=false;
}

monster
{
	type=spider
	description=80
	air=false
	speed=6
	delay=1000
	baseHP=20
	mulHP=50
	divHP=100
	addHP=1
	baseWorth=1
	mulWorth=30
	divWorth=100
	addWorth=2
	resistBash=false;
	resistFreeze=false;
	resistPoison=true;
	resistRobber=false;
}

monster
{
	type=golem
	description=81
	air=false
	speed=3
	delay=1000
	baseHP=50
	mulHP=50
	divHP=100
	addHP=1
	baseWorth=1
	mulWorth=30
	divWorth=100
	addWorth=1
	resistBash=false;
	resistFreeze=false;
	resistPoison=true;
	resistRobber=true;
}

monster
{
	type=owl
	air=true
	description=82
	speed=10
	delay=500
	baseHP=20
	mulHP=50
	divHP=100
	addHP=1
	baseWorth=2
	mulWorth=30
	divWorth=100
	addWorth=3
	resistBash=true;
	resistFreeze=true;
	resistPoison=false;
	resistRobber=false;
}

monster
{
	type=dino
	description=83
	air=false
	speed=6
	delay=1000
	baseHP=25
	mulHP=50
	divHP=100
	addHP=1
	baseWorth=2
	mulWorth=30
	divWorth=100
	addWorth=2
	resistBash=false;
	resistFreeze=false;
	resistPoison=false;
	resistRobber=false;
}
