mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Add new Land_Ind_Oil_Pump_EP1_DZE
made by @seelenapparat
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
class Land_Ind_Oil_Pump_EP1_DZE : House {
|
||||
scope = 1;
|
||||
model = "\ca\Structures_E\Ind\Ind_Oil_Mine\Ind_Oil_Pump_EP1";
|
||||
vehicleClass = "Test";
|
||||
ladders[] = {{"start", "end"}};
|
||||
class DestructionEffects : DestructionEffects {
|
||||
class Ruin1 {
|
||||
simulation = "ruin";
|
||||
type = "\Ca\Structures_E\Ind_Oil_Pump:\verHistory\AB_packlog\Ind\Ind_Oil_Mine\Ind_Oil_Pump_ruins_EP1.p3d";
|
||||
position = "";
|
||||
intensity = 1;
|
||||
interval = 1;
|
||||
lifeTime = 1;
|
||||
};
|
||||
};
|
||||
featureSize = 10;
|
||||
//simulation = "fountain";
|
||||
//sound = "Oil_pump";
|
||||
};
|
||||
@@ -502,6 +502,7 @@ class CfgVehicles
|
||||
#include "Buildings\WarfareBBaseStructure.hpp"
|
||||
#include "Buildings\WaterSources.hpp"
|
||||
#include "Buildings\Land_houseV_2T2.hpp"
|
||||
#include "Buildings\Land_Ind_Oil_Pump_EP1_DZE.hpp"
|
||||
|
||||
//WeaponHolder
|
||||
#include "WeaponHolder.hpp"
|
||||
|
||||
Reference in New Issue
Block a user