Require( "animob/animob.ts" ) function rgb8Color( r, g, b ) return ( r*65536 + g*256 + b ) end return AnimobAconf({ version = 1, default = "hbk/m000hbk_candyapple.aconf", object = { appearance = { modelName = "186698001.model", modelSettings = { [ "dolphin" ] = { colormap = "hbk/186698001_1.png", lit = 1, twosided = 1, }, }, }, }, appKeys = { fxDefs = { thrustSmokeLeft = { flameTexture = "fx/t0000fx7_hpxawstprpl.png", }, nitroSmokeLeft = { color = rgb8Color( 43, 206, 214 ), }, }, }, })