This commit is the equivalent of a atomic bomb

This commit is contained in:
2026-02-15 08:08:56 -03:00
commit e4ac56b038
6934 changed files with 916278 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
class CfgAmmo
{
class GrenadeBase;
class braf_FAL_granada: GrenadeBase {
simulation="shotShell";
model="\braf\braf_weapons_assault_rifles\mags\granade_FAL\granada.p3d";
hit=400;
indirectHit=100;
indirectHitRange=2;
visibleFire=16;
audiblefire=18;
visibleFireTime=3;
explosive=10;
cost=530;
deflecting=5;
airFriction=-0.015;
fuseDistance=30;
whistleDist=5;
};
};