Require( "animob/animob.ts" ) -- This is a general description of a hot drink. -- Several hot drinks inherit from this. -- For a well-commented sample file, see dh_flamingbanana.aconf return AnimobAconf({ version = 1, -- All aconf files have a version number. We will be backwards compatable default = "drink/drink.aconf", -- This is the default model for a hot drink. Some hot drinks may override it. object = { appearance = { modelName = "m003dr_mugopaque01.model", -- change this to change model of drink. }, }, -- This is the duration for the hot drink sip animation. Since we don't expect -- any hot drinks to override the sip animation, I don't expect anyone -- will override this value either. appKeys = { sipEmotionDuration = 2.5, -- change this when you change the sip animation. Determines how long after the sip -- animation until I start the reaction animation. -- All hot drinks use the same sip animation - I don't expect anyone will need to copy this. sipSmiley = "siphot", emptySmiley = "sipemptyhot" }, carriable = { icon = "ico_drinks_hot.png", }, })