Add new Land_Ind_Oil_Pump_EP1_DZE

made by @seelenapparat
This commit is contained in:
A Man
2020-01-15 20:37:00 +01:00
parent e9c9b7b7ce
commit 8557f559df
2 changed files with 20 additions and 0 deletions

View File

@@ -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";
};

View File

@@ -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"