dung_mite_worker = Creature:new { objectName = "@mob/creature_names:sickening_dung_mite_worker", socialGroup = "mite", pvpFaction = "", faction = "", level = 15, chanceHit = 0.31, damageMin = 170, damageMax = 180, baseXp = 831, baseHAM = 2400, baseHAMmax = 3000, armor = 0, resists = {5,10,-1,5,-1,-1,5,-1,-1}, meatType = "meat_insect", meatAmount = 11, hideType = "", hideAmount = 0, boneType = "", boneAmount = 0, milk = 0, tamingChance = 0.25, ferocity = 0, pvpBitmask = AGGRESSIVE + ATTACKABLE + ENEMY, creatureBitmask = PACK + HERD, optionsBitmask = 128, diet = CARNIVORE, templates = {"object/mobile/dung_mite.iff"}, lootGroups = {}, weapons = {"creature_spit_small_yellow"}, conversationTemplate = "", attacks = { {"mediumdisease",""}, {"stunattack","stunChance=50"} } } CreatureTemplates:addCreatureTemplate(dung_mite_worker, "dung_mite_worker")