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,40 @@
class CfgPatches
{
class BRAF_SHIPS
{
author = "BRAF Team";
addonRootClass="A3_Boat_F";
units[]=
{
"BRAF_A140"
};
requiredVersion=0.1;
requiredAddons[]=
{
"A3_Boat_F"
};
weapons[]={};
};
};
class cfgFactionClasses
{
class BRAF_NAVY
{
displayName="Brazilian Navy";
priority=2;
side=2;
icon="";
};
};
class CfgVehicles
{
class StaticShip;
class BRAF_140: StaticShip
{
model="BRAF_SHIPS\BRAF_A140\BRAF_A140.p3d";
displayName="NAM A-140 Atlântico";
destrType=0;
faction="BRAF_NAVY";
scope=2;
};
};