mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
65 lines
1.2 KiB
C++
65 lines
1.2 KiB
C++
class Rubbish1 : Strategic
|
|
{
|
|
scope = 2;
|
|
model = "\CA\misc\garbage_paleta";
|
|
mapSize = 2;
|
|
displayName = $STR_EPOCH_PILE_RUBBISH;
|
|
vehicleClass = "DayZ Epoch Misc";
|
|
};
|
|
|
|
class Rubbish1_DZE : Rubbish1
|
|
{
|
|
transportMaxMagazines = 80;
|
|
transportMaxWeapons = 20;
|
|
transportMaxBackpacks = 5;
|
|
};
|
|
|
|
class Rubbish2 : Strategic
|
|
{
|
|
scope = 2;
|
|
model = "\CA\misc\garbage_misc";
|
|
mapSize = 2;
|
|
displayName = $STR_EPOCH_PILE_RUBBISH;
|
|
vehicleClass = "DayZ Epoch Misc";
|
|
};
|
|
|
|
class Rubbish2_DZE : Rubbish2
|
|
{
|
|
transportMaxMagazines = 80;
|
|
transportMaxWeapons = 20;
|
|
transportMaxBackpacks = 5;
|
|
};
|
|
|
|
class Rubbish3 : Strategic
|
|
{
|
|
scope = 2;
|
|
model = "\CA\misc\ground_garbage_square5";
|
|
mapSize = 2;
|
|
displayName = $STR_EPOCH_PILE_RUBBISH;
|
|
vehicleClass = "DayZ Epoch Misc";
|
|
};
|
|
|
|
class Rubbish4 : Strategic
|
|
{
|
|
scope = 2;
|
|
model = "\CA\misc\ground_garbage_square3";
|
|
mapSize = 2;
|
|
displayName = $STR_EPOCH_PILE_RUBBISH;
|
|
vehicleClass = "DayZ Epoch Misc";
|
|
};
|
|
|
|
class Rubbish5 : Strategic
|
|
{
|
|
scope = 2;
|
|
model = "\CA\misc\junkpile";
|
|
mapSize = 2;
|
|
displayName = $STR_EPOCH_PILE_RUBBISH;
|
|
vehicleClass = "DayZ Epoch Misc";
|
|
};
|
|
|
|
class Rubbish5_DZE : Rubbish5
|
|
{
|
|
transportMaxMagazines = 80;
|
|
transportMaxWeapons = 20;
|
|
transportMaxBackpacks = 5;
|
|
}; |