Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgVehicles/Rubbish.hpp
2021-01-07 16:45:12 +01:00

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;
};