mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 13:26:39 +03:00
Add rubbish and bodies to dayz_code + localization
This commit is contained in:
65
SQF/dayz_code/Configs/CfgVehicles/Rubbish.hpp
Normal file
65
SQF/dayz_code/Configs/CfgVehicles/Rubbish.hpp
Normal file
@@ -0,0 +1,65 @@
|
||||
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;
|
||||
};
|
||||
Reference in New Issue
Block a user