Add caliber and deflecting values for AP rounds

This commit is contained in:
LorenLuke 2019-08-05 11:10:15 -07:00 committed by GitHub
parent 344662e76c
commit 92e0d55ef0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,8 @@ class CfgAmmo {
// adjust damage and splash damage, AP Rounds // adjust damage and splash damage, AP Rounds
class ACE_Gatling_30mm_AP_Plane_CAS_01_F: Gatling_30mm_HE_Plane_CAS_01_F { class ACE_Gatling_30mm_AP_Plane_CAS_01_F: Gatling_30mm_HE_Plane_CAS_01_F {
explosive = 0.05; // default: 0.4 explosive = 0.05; // default: 0.4
caliber = 5; // default: 5
deflecting = 8; // default: 5
hit = 110; // default: 180 hit = 110; // default: 180
indirectHit = 2.5; // default: 4 indirectHit = 2.5; // default: 4
indirectHitRange = 1; // default: 3 indirectHitRange = 1; // default: 3