This commit is the equivalent of a atomic bomb
This commit is contained in:
40
braf_ships/BRAF_A140/config.cpp
Normal file
40
braf_ships/BRAF_A140/config.cpp
Normal 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;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user