-- WEAPONDEF -- CRBLMSSL4 -- -------------------------------------------------------------------------------- local weaponName = "crblmssl4" -------------------------------------------------------------------------------- local weaponDef = { areaofeffect = 2720, ballistic = 0, craterboost = 6, cratermult = 3, edgeeffectiveness = 0.25, explosiongenerator = [[custom:FLASHNUKE1920]], impulseboost = 0.5, impulsefactor = 0.5, name = [[Matter/AntimatterExplosion]], range = 72000, reloadtime = 120, rendertype = 1, shakeduration = 3, shakemagnitude = 50, soundhit = [[xplomed4]], soundstart = [[misicbm1]], turret = 1, weaponvelocity = 250, damage = { commanders = 4500, default = 171500, }, } -------------------------------------------------------------------------------- return lowerkeys({[weaponName] = weaponDef}) --------------------------------------------------------------------------------