Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgVehicles/Helper.hpp
2022-03-27 11:59:22 +02:00

169 lines
3.6 KiB
C++

class Helper_1_DZE : NonStrategic {
scope = 2;
model = "\ca\misc\empty";
icon = "\Ca\misc\data\icons\i_H_CA.paa";
displayName = "Invisible Helper 1";
animated = 0;
vehicleClass = "DayZ Epoch Helper";
accuracy = 0.2;
typicalCargo[] = {};
transportAmmo = 0;
transportRepair = 0;
transportFuel = 0;
mapSize = 9.8;
destrType = "DestructNo";
nameSound = "";
};
class Helper_2_DZE : NonStrategic {
scope = 2;
model = "\ca\misc\empty";
icon = "\Ca\misc\data\icons\i_H_CA.paa";
displayName = "Invisible Helper 2";
animated = 0;
vehicleClass = "DayZ Epoch Helper";
accuracy = 0.2;
typicalCargo[] = {};
transportAmmo = 0;
transportRepair = 0;
transportFuel = 0;
mapSize = 9.8;
destrType = "DestructNo";
nameSound = "";
};
class Helper_3_DZE : NonStrategic {
scope = 2;
model = "\ca\misc\empty";
icon = "\Ca\misc\data\icons\i_H_CA.paa";
displayName = "Invisible Helper 3";
animated = 0;
vehicleClass = "DayZ Epoch Helper";
accuracy = 0.2;
typicalCargo[] = {};
transportAmmo = 0;
transportRepair = 0;
transportFuel = 0;
mapSize = 9.8;
destrType = "DestructNo";
nameSound = "";
};
class Helper_4_DZE : NonStrategic {
scope = 2;
model = "\ca\misc\empty";
icon = "\Ca\misc\data\icons\i_H_CA.paa";
displayName = "Invisible Helper 4";
animated = 0;
vehicleClass = "DayZ Epoch Helper";
accuracy = 0.2;
typicalCargo[] = {};
transportAmmo = 0;
transportRepair = 0;
transportFuel = 0;
mapSize = 9.8;
destrType = "DestructNo";
nameSound = "";
};
class Helper_5_DZE : NonStrategic {
scope = 2;
model = "\ca\misc\empty";
icon = "\Ca\misc\data\icons\i_H_CA.paa";
displayName = "Invisible Helper 5";
animated = 0;
vehicleClass = "DayZ Epoch Helper";
accuracy = 0.2;
typicalCargo[] = {};
transportAmmo = 0;
transportRepair = 0;
transportFuel = 0;
mapSize = 9.8;
destrType = "DestructNo";
nameSound = "";
};
class Helper_6_DZE : NonStrategic {
scope = 2;
model = "\ca\misc\empty";
icon = "\Ca\misc\data\icons\i_H_CA.paa";
displayName = "Invisible Helper 6";
animated = 0;
vehicleClass = "DayZ Epoch Helper";
accuracy = 0.2;
typicalCargo[] = {};
transportAmmo = 0;
transportRepair = 0;
transportFuel = 0;
mapSize = 9.8;
destrType = "DestructNo";
nameSound = "";
};
class Helper_7_DZE : NonStrategic {
scope = 2;
model = "\ca\misc\empty";
icon = "\Ca\misc\data\icons\i_H_CA.paa";
displayName = "Invisible Helper 7";
animated = 0;
vehicleClass = "DayZ Epoch Helper";
accuracy = 0.2;
typicalCargo[] = {};
transportAmmo = 0;
transportRepair = 0;
transportFuel = 0;
mapSize = 9.8;
destrType = "DestructNo";
nameSound = "";
};
class Helper_8_DZE : NonStrategic {
scope = 2;
model = "\ca\misc\empty";
icon = "\Ca\misc\data\icons\i_H_CA.paa";
displayName = "Invisible Helper 8";
animated = 0;
vehicleClass = "DayZ Epoch Helper";
accuracy = 0.2;
typicalCargo[] = {};
transportAmmo = 0;
transportRepair = 0;
transportFuel = 0;
mapSize = 9.8;
destrType = "DestructNo";
nameSound = "";
};
class Helper_9_DZE : NonStrategic {
scope = 2;
model = "\ca\misc\empty";
icon = "\Ca\misc\data\icons\i_H_CA.paa";
displayName = "Invisible Helper 9";
animated = 0;
vehicleClass = "DayZ Epoch Helper";
accuracy = 0.2;
typicalCargo[] = {};
transportAmmo = 0;
transportRepair = 0;
transportFuel = 0;
mapSize = 9.8;
destrType = "DestructNo";
nameSound = "";
};
class Helper_10_DZE : NonStrategic {
scope = 2;
model = "\ca\misc\empty";
icon = "\Ca\misc\data\icons\i_H_CA.paa";
displayName = "Invisible Helper 10";
animated = 0;
vehicleClass = "DayZ Epoch Helper";
accuracy = 0.2;
typicalCargo[] = {};
transportAmmo = 0;
transportRepair = 0;
transportFuel = 0;
mapSize = 9.8;
destrType = "DestructNo";
nameSound = "";
};