mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
92 lines
2.6 KiB
C++
92 lines
2.6 KiB
C++
class TreeStump01_DZE: Strategic {
|
|
scope = 2;
|
|
displayName = $STR_TREE_STUMP_01;
|
|
model = "\ca\plants2\misc\misc_stub2.p3d";
|
|
destrType = "DestructNo";
|
|
transportMaxMagazines = 100;
|
|
transportMaxWeapons = 25;
|
|
transportMaxBackpacks = 10;
|
|
vehicleClass = "DayZ Epoch Hidden Gear Container";
|
|
};
|
|
|
|
class TreeStump02_DZE: Strategic {
|
|
scope = 2;
|
|
displayName = $STR_TREE_STUMP_02;
|
|
model = "\ca\plants2\misc\misc_stub1.p3d";
|
|
destrType = "DestructNo";
|
|
transportMaxMagazines = 100;
|
|
transportMaxWeapons = 25;
|
|
transportMaxBackpacks = 10;
|
|
vehicleClass = "DayZ Epoch Hidden Gear Container";
|
|
};
|
|
|
|
class TreeStump03_DZE: Strategic {
|
|
scope = 2;
|
|
displayName = $STR_TREE_STUMP_03;
|
|
icon = "\MAP_EU\icon\PM.paa";
|
|
model = "\ca\plants2\tree\t_stub_picea.p3d";
|
|
destrType = "DestructNo";
|
|
transportMaxMagazines = 100;
|
|
transportMaxWeapons = 25;
|
|
transportMaxBackpacks = 10;
|
|
vehicleClass = "DayZ Epoch Hidden Gear Container";
|
|
};
|
|
|
|
class Fallen_Tree_DZE: Strategic {
|
|
scope = 2;
|
|
displayName = $STR_FALLEN_TREE;
|
|
model = "\ca\plants2\misc\misc_FallenSpruce.p3d";
|
|
destrType = "DestructNo";
|
|
transportMaxMagazines = 100;
|
|
transportMaxWeapons = 25;
|
|
transportMaxBackpacks = 10;
|
|
vehicleClass = "DayZ Epoch Hidden Gear Container";
|
|
};
|
|
|
|
class Excavated_Dirt_DZE: Strategic {
|
|
scope = 2;
|
|
displayName = $STR_EXCAVATED_DIRT;
|
|
icon = "\MAP_EU\icon\PM.paa";
|
|
model = "\ca\Data\ParticleEffects\CraterLong\CraterLong.p3d";
|
|
destrType = "DestructNo";
|
|
transportMaxMagazines = 100;
|
|
transportMaxWeapons = 25;
|
|
transportMaxBackpacks = 10;
|
|
vehicleClass = "DayZ Epoch Hidden Gear Container";
|
|
};
|
|
|
|
class Dirt_Heap_DZE: Strategic {
|
|
scope = 2;
|
|
displayName = $STR_DIRT_HEAP;
|
|
icon = "\MAP_EU\icon\PM.paa";
|
|
model = "\ca\buildings\Misc\hrobecek.p3d";
|
|
destrType = "DestructNo";
|
|
transportMaxMagazines = 100;
|
|
transportMaxWeapons = 25;
|
|
transportMaxBackpacks = 10;
|
|
vehicleClass = "DayZ Epoch Hidden Gear Container";
|
|
};
|
|
|
|
class Stash_Small_DZE: Strategic {
|
|
scope = 2;
|
|
displayname = $STR_VEH_NAME_STASH;
|
|
icon = "\MAP_EU\icon\PM.paa";
|
|
model = "\z\addons\dayz_communityassets\models\stash_small.p3d";
|
|
destrType = "DestructNo";
|
|
transportMaxMagazines = 100;
|
|
transportMaxWeapons = 25;
|
|
transportMaxBackpacks = 10;
|
|
vehicleClass = "DayZ Epoch Hidden Gear Container";
|
|
};
|
|
|
|
class Stash_Medium_DZE: Strategic {
|
|
scope = 2;
|
|
displayname = $STR_VEH_NAME_STASH_MED;
|
|
icon = "\MAP_EU\icon\PM.paa";
|
|
model = "\z\addons\dayz_communityassets\models\dirt_stash_reinforced.p3d";
|
|
destrType = "DestructNo";
|
|
transportMaxMagazines = 100;
|
|
transportMaxWeapons = 25;
|
|
transportMaxBackpacks = 10;
|
|
vehicleClass = "DayZ Epoch Hidden Gear Container";
|
|
}; |