Require( "animob/animob.ts" ) return AnimobAconf({ version = 1, -- All aconf files have a version number. We will be backwards compatable default = "drink/drink_hot.aconf", object = { productName = "Irish Coffee", appearance = { modelName = "m004dr_mugclear01.model", modelSettings = { glass = { colormap = "drink/t002dr4_irishglass.jpg", opacitymap = "drink/t002drxx_glassmugalpha.jpg", }, liquid = { colormap = "drink/t002dr4_irishcoffee.jpg", }, }, }, }, appKeys = { maxNumSips = 250, drinkSpecialHow = { large = { sips = 250, specialName = "Irish Ice", }, }, drinkSpecialRatio = { sampleSize = 1024, breakdown = { { 0, "large" }, -- coffee has no extreme version! { 0, "strong" }, }, }, -- coffee has it's own special sip ratio sipSpecialRatio = { sampleSize = 1024, breakdown = { { 300, "uncommon" }, { 0, "extreme" }, }, }, reactionToSmileyMap = { { reactionSid = "reaction", smileySid = "irishcoffee1", }, { reactionSid = "uncommonReaction", smileySid = "irishcoffee2", }, }, }, })