-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGradFortCfg.hpp
40 lines (38 loc) · 978 Bytes
/
GradFortCfg.hpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
class CfgGradFortifications {
canDemolishDefault = 1;
buildTimeFactor = 6;
demolitionTimeFactor = 6;
packUpTimeFactor = 9;
playerInventorySize = 30;
vehicleInventorySizeFactor = 2;
fortificationOwnerType = "Side";
class Fortifications {
class CamoNet_BLUFOR_big_F {
boundingBoxSize = 1;
size = 10;
};
class CamoNet_BLUFOR_open_F {
size = 10;
};
class CamoNet_BLUFOR_F {
size = 10;
};
};
class Vehicles {
class rhsusf_M977A4_BKIT_usarmy_wd
{
isStorage = 1;
vehicleInventorySize = 300;
};
class PSZ_PL_WDL20_Star_1466_Command
{
isStorage = 1;
vehicleInventorySize = 300;
};
class Land_Cargo20_grey_F
{
isStorage = 1;
vehicleInventorySize = 1000000;
};
};
};