crystal_snake = Creature:new { objectName = "@mob/creature_names:crystal_snake", socialGroup = "snake", pvpFaction = "", faction = "", level = 25, chanceHit = 0.36, damageMin = 240, damageMax = 250, baseXp = 2543, baseHAM = 7200, baseHAMmax = 8800, armor = 0, resists = {20,20,15,15,-1,-1,60,-1,-1}, meatType = "meat_carnivore", meatAmount = 5, hideType = "hide_scaley", hideAmount = 2, boneType = "", boneAmount = 0, milk = 0, tamingChance = 0.25, ferocity = 0, pvpBitmask = AGGRESSIVE + ATTACKABLE + ENEMY, creatureBitmask = PACK, optionsBitmask = 128, diet = CARNIVORE, templates = {"object/mobile/crystal_snake.iff"}, lootGroups = {}, weapons = {"creature_spit_small_toxicgreen"}, conversationTemplate = "", attacks = { {"mediumpoison",""}, {"stunattack","stunChance=50"} } } CreatureTemplates:addCreatureTemplate(crystal_snake, "crystal_snake")