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 = "106875961.model", modelSettings = { [ "Feather" ] = { colormap = "hc/106875961_1.jpg", cutoutmap = "hc/106875961_2.jpg", lit = 0, 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 ), }, }, }, })