mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
inherit variables from static for DZE_Base_Object
Should disable radar on doors
This commit is contained in:
@@ -12,14 +12,24 @@ class DZE_Base_Object : All {
|
|||||||
ladders[] = {};
|
ladders[] = {};
|
||||||
vehicleClass = "";
|
vehicleClass = "";
|
||||||
displayName = "";
|
displayName = "";
|
||||||
coefInside = 1;
|
|
||||||
coefInsideHeur = 0.25;
|
|
||||||
mapSize = 7.5;
|
mapSize = 7.5;
|
||||||
animated = true;
|
animated = true;
|
||||||
armor = 200;
|
armor = 200;
|
||||||
destrType = "DestructBuilding";
|
destrType = "DestructBuilding";
|
||||||
damageResistance = 0.004;
|
damageResistance = 0.004;
|
||||||
|
// static
|
||||||
|
reversed = 0;
|
||||||
|
hasDriver = 0;
|
||||||
|
accuracy = 0.1;
|
||||||
|
cost = 1000;
|
||||||
|
weapons[] = {};
|
||||||
|
magazines[] = {};
|
||||||
|
irTarget = 0;
|
||||||
|
type = 1;
|
||||||
|
threat[] = {0,0,0};
|
||||||
|
maxSpeed = 0;
|
||||||
|
coefInside = 4;
|
||||||
|
coefInsideHeur = 4;
|
||||||
class DestructionEffects {
|
class DestructionEffects {
|
||||||
class Sound {
|
class Sound {
|
||||||
simulation = "sound";
|
simulation = "sound";
|
||||||
|
|||||||
Reference in New Issue
Block a user