feat(ships): update A-140 configuration
Deploy DEV Workshop / deploy-dev-workshop (push) Failing after 4m21s
Deploy DEV Workshop / deploy-dev-workshop (push) Failing after 4m21s
This commit is contained in:
@@ -14,3 +14,7 @@ docs/superpowers/plans/2026-07-19-caracal-mb-efs.md
|
||||
tests/test_caracal_mb_efs.ps1
|
||||
lfsconfig
|
||||
docs/superpowers/plans/2026-07-26-a140-geometry-roadway-modularization.md
|
||||
.agents/skills/arma3-mod-development/SKILL.md
|
||||
AGENTS.md
|
||||
.agents/
|
||||
libs/
|
||||
|
||||
LFS
BIN
Binary file not shown.
@@ -2,7 +2,7 @@ class CfgPatches
|
||||
{
|
||||
class BRAF_SHIPS
|
||||
{
|
||||
author = "BRAF Team";
|
||||
author = "BRAF Team";
|
||||
addonRootClass="A3_Boat_F";
|
||||
units[]=
|
||||
{
|
||||
@@ -16,16 +16,6 @@ class CfgPatches
|
||||
weapons[]={};
|
||||
};
|
||||
};
|
||||
class cfgFactionClasses
|
||||
{
|
||||
class BRAF_NAVY
|
||||
{
|
||||
displayName="Brazilian Navy";
|
||||
priority=2;
|
||||
side=2;
|
||||
icon="";
|
||||
};
|
||||
};
|
||||
class CfgVehicles
|
||||
{
|
||||
class StaticShip;
|
||||
@@ -34,6 +24,7 @@ class CfgVehicles
|
||||
model="BRAF\BRAF_SHIPS\BRAF_A140\BRAF_A140.p3d";
|
||||
displayName="NAM A-140 Atlântico";
|
||||
destrType=0;
|
||||
author = "BRAF TEAM";
|
||||
faction="BRAF_NAVY";
|
||||
scope=2;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user