Hey Guys I just got a simple question,
in the unitDB it says that Rhino has 83,33 dps, firing 2 projectiles every 0,6 seconds, 25dmg per projectile.
When I look at the ingame stats it says the following:
"Weapon": [
{
"WeaponCategory": "Direct Fire",
"RackSalvoReloadTime": 0,
"TurretBonePitch": "Barrel",
"ReTargetOnMiss": true,
"TurretDualManipulators": false,
"RackBones": [
{
"RackBone": "Barrel",
"MuzzleBones": [
"Turret_Muzzle01",
"Turret_Muzzle02"
]
}
],
"MuzzleVelocity": 100,
"MuzzleSalvoDelay": 0,
"FireTargetLayerCapsTable": {
"Land": "Land|Water|Seabed",
"Water": "Land|Water|Seabed"
},
"TargetPriorities": [
"SPECIALHIGHPRI",
"TECH3 MOBILE",
"TECH2 MOBILE",
"TECH1 MOBILE",
"STRUCTURE DEFENSE",
"SPECIALLOWPRI",
"ALLUNITS"
],
"MaxRadius": 23,
"TurretBoneMuzzle": "Turret_Muzzle01",
"ProjectilesPerOnFire": 1,
"DamageType": "Normal",
"CollideFriendly": false,
"Turreted": true,
"MuzzleSalvoSize": 1,
"RackFireTogether": true,
"RackReloadTimeout": 10,
"ProjectileId": "/projectiles/CDFLaserHeavy02/CDFLaserHeavy02_proj.bp",
"RangeCategory": "UWRC_DirectFire",
"RackSalvoSize": 1,
"FiringTolerance": 2,
"TargetRestrictDisallow": "UNTARGETABLE",
"RateOfFire": 1.8,
"TurretBoneYaw": "Turret",
"RackSalvoChargeTime": 0,
"Damage": 25,
"AboveWaterTargetsOnly": true,
"Audio": {
"Fire": {
"Bank": "URLWeapon",
"Cue": "URL0202_Cannon_Dbl",
"LodCutoff": "Weapon_LodCutoff"
}
},
"TurretPitch": 0,
"RackRecoilDistance": -1,
"TargetCheckInterval": 0.25,
"TurretPitchSpeed": 90,
"RackSlavedToTurret": false,
"Label": "MainGun",
"TrackingRadius": 1.15,
"DisplayName": "Particle Cannon",
"TurretPitchRange": 30,
"TurretYawSpeed": 90,
"BallisticArc": "RULEUBA_LowArc",
"TurretYaw": 0,
"LeadTarget": false,
"TurretYawRange": 180
}
],
I find damage which is 25 then RateOfFire which is 1.8 and ProjectilesPerOnFire which is 1.
Now witch some math 25*1.8 *1= 45 dps.
Question is why does unitDB says 2 projectiles ? and also why isnt it 90 dps?
Hope somebody can help.