mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 21:29:59 +03:00
23 lines
496 B
C++
23 lines
496 B
C++
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"
|
|
};
|
|
}; |