mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
1.0.2.4 RC2
This commit is contained in:
@@ -1436,6 +1436,20 @@ class CfgVehicles {
|
||||
};
|
||||
};
|
||||
};
|
||||
class DebugBox_DZ: NonStrategic
|
||||
{
|
||||
placement = "vertical";
|
||||
scope = 2;
|
||||
destrType = "DestructNo";
|
||||
cost = 100;
|
||||
model = "\z\addons\dayz_epoch\models\debug_box.p3d";
|
||||
icon = "\ca\data\data\Unknown_object.paa";
|
||||
mapSize = 2;
|
||||
armor = 2000;
|
||||
displayName = "Debug Box";
|
||||
vehicleClass = "Fortifications";
|
||||
};
|
||||
|
||||
class TrapItems: NonStrategic{};
|
||||
// buildables
|
||||
class Hedgehog_DZ: BuiltItems
|
||||
@@ -1634,6 +1648,35 @@ class CfgVehicles {
|
||||
removeoutput[] = {{"sandbag_nest_kit",1}};
|
||||
};
|
||||
|
||||
class Supply_Crate_DZE: MiningItems
|
||||
{
|
||||
scope = 2;
|
||||
destrType = "DestructBuilding";
|
||||
cost = 100;
|
||||
|
||||
model="\z\addons\dayz_epoch\models\ammo_supply.p3d";
|
||||
icon = "\ca\data\data\Unknown_object.paa";
|
||||
|
||||
mapSize = 2;
|
||||
armor = 40;
|
||||
displayName = "Supply Crate";
|
||||
|
||||
vehicleClass = "Fortifications";
|
||||
|
||||
class DestructionEffects : DestructionEffects
|
||||
{
|
||||
class Ruin1
|
||||
{
|
||||
simulation = "ruin";
|
||||
type = "\z\addons\dayz_epoch\models\ammo_supply_wreck.p3d";
|
||||
position = "";
|
||||
intensity = 1;
|
||||
interval = 1;
|
||||
lifeTime = 1;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
// mining
|
||||
class Gold_Vein_DZE: MiningItems
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user