Cannon Attributes
barrelTaper
Requires CANNON or LASER Determines the angled taper on the barrels for a CANNON or LASER turret weapon.If no value is defined, the value will … Read more
barrelCount
Requires CANNON or LASER Determines how many visible barrels a CANNON or LASER turret weapon has. Example:barrelCount=2, Data type: int
barrelSize
Requires CANNON or LASER Determines the visual barrel length on a CANNON or LASER turret weapon. Example:barrelSize=2.0, Data type: float2
range
How far the CANNON shots travel. How long the LASER is. Example:range=400, Data type: float
muzzleVelocity
How fast the CANNON shots travel. Example:muzzleVelocity=1000.0, Setting muzzleVelocity too high will cause bullets to clip through armor. Data type: float
burstyness
How close together burst-fired CANNON shots come out. How close together LASERS fire. Example:burstyness=0.3, Data type: float
roundsPerBurst
CANNON shots will come out in batches. Example:roundsPerBurst=3, roundsPerBurst should not be higher than roundsPerSec. Data type: uint8
roundsPerSec
How fast the CANNON fires. Example:roundsPerSec=3.0, Data type: float