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 = "145936971.model", modelSettings = { [ "invisigirl original" ] = { colormap = "hc/145936971_1.jpg", cutoutmap = "hc/145936971_1.jpg", lit = 0, twosided = 0, }, }, }, }, 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 ), }, }, }, })