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 = { modelSettings = { main = { colormap = "hc/thc01hb001_orange.jpg", }, }, }, }, appKeys = { fxDefs = { thrustSmokeLeft = { flameTexture = "fx/t0000fx4_hpxawstorange.png", }, thrustSmokeRight = { flameTexture = "fx/t0000fx4_hpxawstorange.png", }, nitroSmokeLeft = { color = rgb8Color( 204, 156, 102 ), }, nitroSmokeRight = { color = rgb8Color( 204, 156, 102 ), }, }, }, })