-- WEAPONDEF -- VBIG_UNIT_VTOL -- -------------------------------------------------------------------------------- local weaponName = "vbig_unit_vtol" -------------------------------------------------------------------------------- local weaponDef = { areaofeffect = 120, ballistic = 1, craterboost = 0, cratermult = 0, explosiongenerator = [[custom:Death_Explosion_Large_Unit]], impulseboost = 0.12300000339746, impulsefactor = 0.12300000339746, name = [[VBig vtol]], range = 480, reloadtime = 3.5999999046326, rendertype = 4, soundhit = [[xplolrg3]], soundstart = [[largegun]], turret = 1, weaponvelocity = 250, damage = { default = 120, }, } -------------------------------------------------------------------------------- return lowerkeys({[weaponName] = weaponDef}) --------------------------------------------------------------------------------