-- WEAPONDEF -- BANTHA_DEATH -- -------------------------------------------------------------------------------- local weaponName = "bantha_death" -------------------------------------------------------------------------------- local weaponDef = { areaofeffect = 600, ballistic = 1, craterboost = 0, cratermult = 0, edgeeffectiveness = 0.30000001192093, explosiongenerator = [[custom:FLASHNUKE360]], impulseboost = 0.12300000339746, impulsefactor = 0.12300000339746, name = [[BanthaBoom]], range = 450, reloadtime = 3.5999999046326, rendertype = 4, soundhit = [[xplonuk3]], soundstart = [[largegun]], turret = 1, weaponvelocity = 250, damage = { commanders = 1250, default = 4000, }, } -------------------------------------------------------------------------------- return lowerkeys({[weaponName] = weaponDef}) --------------------------------------------------------------------------------