mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Add 4 tree stumps with gear slots - let the treasure hunt begin
This commit is contained in:
@@ -825,5 +825,6 @@ class CfgVehicles
|
||||
airRotation = 1.0;
|
||||
};
|
||||
|
||||
#include "TreeStumps.hpp"
|
||||
#include "Helper.hpp"
|
||||
};
|
||||
44
SQF/dayz_code/Configs/CfgVehicles/TreeStumps.hpp
Normal file
44
SQF/dayz_code/Configs/CfgVehicles/TreeStumps.hpp
Normal file
@@ -0,0 +1,44 @@
|
||||
class TreeStump01: 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 Tree Stumps";
|
||||
};
|
||||
|
||||
class TreeStump02: 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 Tree Stumps";
|
||||
};
|
||||
|
||||
class TreeStump03: Strategic {
|
||||
scope = 2;
|
||||
displayName = $STR_TREE_STUMP_02;
|
||||
model = "\ca\plants2\misc\misc_FallenSpruce.p3d";
|
||||
destrType = "DestructNo";
|
||||
transportMaxMagazines = 100;
|
||||
transportMaxWeapons = 25;
|
||||
transportMaxBackpacks = 10;
|
||||
vehicleClass = "DayZ Epoch Tree Stumps";
|
||||
};
|
||||
|
||||
class TreeStump04: Strategic {
|
||||
scope = 2;
|
||||
displayName = $STR_TREE_STUMP_04;
|
||||
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 Tree Stumps";
|
||||
};
|
||||
Reference in New Issue
Block a user