mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
CFG WEAPONS DONE
This commit is contained in:
23
SQF/dayz_code/Configs/CfgVehicles/Car/UralCivil_DZ.hpp
Normal file
23
SQF/dayz_code/Configs/CfgVehicles/Car/UralCivil_DZ.hpp
Normal file
@@ -0,0 +1,23 @@
|
||||
class UralCivil_DZ: UralCivil {
|
||||
scope=public;
|
||||
side=TCivilian;
|
||||
faction=CIV;
|
||||
displayName= $STR_DN_URAL_CIV;
|
||||
vehicleClass = "Car";
|
||||
|
||||
transportMaxWeapons = 40;
|
||||
transportMaxMagazines = 200;
|
||||
transportmaxbackpacks = 10;
|
||||
|
||||
crew = "";
|
||||
typicalCargo[]={};
|
||||
model=\ca\wheeled\ural;
|
||||
picture="\Ca\wheeled\data\ico\ural_civil1_CA.paa";
|
||||
rarityUrban=0.3;
|
||||
accuracy=0.22;
|
||||
hiddenSelectionsTextures[] =
|
||||
{
|
||||
"\ca\wheeled\data\ural_kabina_civ1_co.paa",
|
||||
"\ca\wheeled\data\ural_plachta_civ1_co.paa"
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user