feat(ships): update A-140 configuration
Deploy DEV Workshop / deploy-dev-workshop (push) Failing after 4m21s

This commit is contained in:
2026-08-02 17:31:05 -03:00
parent 0791b25e57
commit 6d001e42fe
3 changed files with 6 additions and 14 deletions
+4
View File
@@ -14,3 +14,7 @@ docs/superpowers/plans/2026-07-19-caracal-mb-efs.md
tests/test_caracal_mb_efs.ps1 tests/test_caracal_mb_efs.ps1
lfsconfig lfsconfig
docs/superpowers/plans/2026-07-26-a140-geometry-roadway-modularization.md docs/superpowers/plans/2026-07-26-a140-geometry-roadway-modularization.md
.agents/skills/arma3-mod-development/SKILL.md
AGENTS.md
.agents/
libs/
BIN
View File
Binary file not shown.
+2 -11
View File
@@ -2,7 +2,7 @@ class CfgPatches
{ {
class BRAF_SHIPS class BRAF_SHIPS
{ {
author = "BRAF Team"; author = "BRAF Team";
addonRootClass="A3_Boat_F"; addonRootClass="A3_Boat_F";
units[]= units[]=
{ {
@@ -16,16 +16,6 @@ class CfgPatches
weapons[]={}; weapons[]={};
}; };
}; };
class cfgFactionClasses
{
class BRAF_NAVY
{
displayName="Brazilian Navy";
priority=2;
side=2;
icon="";
};
};
class CfgVehicles class CfgVehicles
{ {
class StaticShip; class StaticShip;
@@ -34,6 +24,7 @@ class CfgVehicles
model="BRAF\BRAF_SHIPS\BRAF_A140\BRAF_A140.p3d"; model="BRAF\BRAF_SHIPS\BRAF_A140\BRAF_A140.p3d";
displayName="NAM A-140 Atlântico"; displayName="NAM A-140 Atlântico";
destrType=0; destrType=0;
author = "BRAF TEAM";
faction="BRAF_NAVY"; faction="BRAF_NAVY";
scope=2; scope=2;
}; };