Require( "animob/animob.ts" ) function rgb8Color( r, g, b ) return ( r*65536 + g*256 + b ) end return AnimobAconf({ version = 1, default = "hc/mhc001hb_lightning.aconf", object = { appearance = { modelName = "211740801.model", modelSettings = { [ "board" ] = { colormap = "hc/211740801_1.png", lit = 1, twosided = 1, }, }, }, }, appKeys = { fxDefs = { thrustSmokeLeft = { flameTexture = "fx/t0000fx2_hpxawstred.png", }, thrustSmokeRight = { flameTexture = "fx/t0000fx2_hpxawstred.png", }, nitroSmokeLeft = { color = rgb8Color( 216, 138, 124 ), }, nitroSmokeRight = { color = rgb8Color( 216, 138, 124 ), }, }, }, })