#include"fejs.h"

int pre_mons = 5;

tmonstertmp pre_mon[5] = {
		{"you", "you", 0, 5, 100, -1, '@', C_WHITE,
		 "Oooh, do you see it also??? This poor creature is trying to worm in the dungeons of the Arcane...."},
		
		{"goblin", "goblins", 1, 4, 10, 0, 'g', C_LIGHT_BLUE,
		 "A little ugly creature creeping around..."},
		 
		{"goblin chieftain", "goblin chieftains", 1, 4, 50, 0, 'g', C_BLUE,
		 "Somewhat bigger ugly creature walking around..."},
		
		{"ooze", "oozes", 2, 2, 0, 1, 'o', C_LIGHT_GRAY,
		 "The grey undefinable mass of something... oozy."},
		
		{"jejvi", "jejvies", 3, 5, 100, 0, 'j', C_LIGHT_CYAN,
		 "The mutated creature originally named 'Kubik', looking at you hatefully!"},
};

