mirror of
https://github.com/projectbraf/braf_factions.git
synced 2026-06-13 14:53:28 +00:00
M120 movido para o source
This commit is contained in:
30
addons/source/static/config.cpp
Normal file
30
addons/source/static/config.cpp
Normal file
@@ -0,0 +1,30 @@
|
||||
class CfgPatches
|
||||
{
|
||||
class braf_factions_static
|
||||
{
|
||||
author = "BRAF Team";
|
||||
addonRootClass = "BRAF_Static";
|
||||
requiredAddons[] = {"braf_static"};
|
||||
requiredVersion = 0.1;
|
||||
units[] = {
|
||||
"braf_I_m120_HIAF",
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class CfgVehicles
|
||||
{
|
||||
class braf_m120;
|
||||
class braf_m120_HIAF : braf_m120
|
||||
{
|
||||
scope = 2;
|
||||
scopeArsenal = 2;
|
||||
scopeCurator = 2;
|
||||
side = 1;
|
||||
faction = "BRAF_HIAF";
|
||||
crew = "braf_hiaf_rifleman_regular";
|
||||
typicalCargo[] = {
|
||||
"braf_hiaf_rifleman_regular",
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user