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

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

monster
{
   type=spider
   description=80
   air=false
   speed=7
   delay=1000
   baseHP=80
   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=8
   delay=1000
   baseHP=70
   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=9
   delay=500
   baseHP=60
   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=10
   delay=1000
   baseHP=50
   mulHP=50
   divHP=100
   addHP=1
   baseWorth=2
   mulWorth=30
   divWorth=100
   addWorth=2
   resistBash=false;
   resistFreeze=false;
   resistPoison=true;
   resistRobber=false;
}
