Misc.hpp formatting

No changes, just removed extra tab.
This commit is contained in:
ebaydayz
2016-03-10 13:54:07 -05:00
parent b82e256766
commit 18c4c4a203

View File

@@ -1,5 +1,5 @@
class ItemCanvas: CA_Magazine class ItemCanvas: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -55,9 +55,9 @@
input[] = {{"ItemCanvas",2}}; input[] = {{"ItemCanvas",2}};
}; };
}; };
}; };
class ItemBurlap: CA_Magazine class ItemBurlap: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -77,9 +77,9 @@
input[] = {{"ItemBurlap",3}}; input[] = {{"ItemBurlap",3}};
}; };
}; };
}; };
class ItemLightBulb: CA_Magazine class ItemLightBulb: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -98,12 +98,12 @@
input[] = {{"ItemLightBulb",1},{"PartGeneric",1},{"PartWoodLumber",6}}; input[] = {{"ItemLightBulb",1},{"PartGeneric",1},{"PartWoodLumber",6}};
}; };
}; };
}; };
class ItemZombieParts: CA_Magazine class ItemZombieParts: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -111,10 +111,10 @@
model = "\z\addons\dayz_epoch\models\zombie_parts_bag_v2.p3d"; model = "\z\addons\dayz_epoch\models\zombie_parts_bag_v2.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_zparts_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_zparts_CA.paa";
descriptionShort = "Zombie Parts in a Bag: Trade these for Bio Meat at medic traders."; descriptionShort = "Zombie Parts in a Bag: Trade these for Bio Meat at medic traders.";
}; };
class ItemComboLock: CA_Magazine class ItemComboLock: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -124,10 +124,10 @@
picture = "\z\addons\dayz_epoch\pictures\equip_combolock_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_combolock_ca.paa";
descriptionShort = "Used to secure structures from unauthorized entry."; descriptionShort = "Used to secure structures from unauthorized entry.";
}; };
class ItemCorrugated : CA_Magazine class ItemCorrugated : CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -170,9 +170,9 @@
input[] = {{"ItemCorrugated",4},{"PartWoodPlywood",2},{"PartWoodLumber",2}}; input[] = {{"ItemCorrugated",4},{"PartWoodPlywood",2},{"PartWoodLumber",2}};
}; };
}; };
}; };
class ItemPole: CA_Magazine class ItemPole: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -218,9 +218,9 @@
input[] = {{"ItemPole",4},{"ItemTankTrap",2},{"PartWoodLumber",4}}; input[] = {{"ItemPole",4},{"ItemTankTrap",2},{"PartWoodLumber",4}};
}; };
}; };
}; };
class ItemGunRackKit: CA_Magazine class ItemGunRackKit: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -239,9 +239,9 @@
create = "GunRack_DZ"; create = "GunRack_DZ";
}; };
}; };
}; };
class ItemWoodCrateKit: CA_Magazine class ItemWoodCrateKit: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -260,9 +260,9 @@
create = "WoodCrate_DZ"; create = "WoodCrate_DZ";
}; };
}; };
}; };
class ItemOilBarrel: CA_Magazine class ItemOilBarrel: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
// fuelQuantity = 210; // fuelQuantity = 210;
@@ -271,9 +271,9 @@
model = "\z\addons\dayz_epoch\models\oil_drum_model.p3d"; model = "\z\addons\dayz_epoch\models\oil_drum_model.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_oil_drum_model_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_oil_drum_model_ca.paa";
descriptionShort = "210 litres of Oil in a Barrel"; descriptionShort = "210 litres of Oil in a Barrel";
}; };
class ItemFuelBarrel: CA_Magazine class ItemFuelBarrel: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
fuelQuantity = 210; fuelQuantity = 210;
@@ -282,9 +282,9 @@
model = "\z\addons\dayz_epoch\models\oil_drum_model.p3d"; model = "\z\addons\dayz_epoch\models\oil_drum_model.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_oil_drum_model_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_oil_drum_model_ca.paa";
descriptionShort = "210 litres of fuel per barrel"; descriptionShort = "210 litres of fuel per barrel";
}; };
class ItemFuelBarrelEmpty: ItemFuelBarrel class ItemFuelBarrelEmpty: ItemFuelBarrel
{ {
scope = public; scope = public;
count = 1; count = 1;
fuelQuantity = 0; fuelQuantity = 0;
@@ -303,9 +303,9 @@
input[] = {{"ItemFuelBarrelEmpty",1},{"ItemJerryCan",1},{"PartWoodPile",4}}; input[] = {{"ItemFuelBarrelEmpty",1},{"ItemJerryCan",1},{"PartWoodPile",4}};
}; };
}; };
}; };
class ItemFireBarrel_kit: CA_Magazine class ItemFireBarrel_kit: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -324,9 +324,9 @@
create = "FireBarrel_DZ"; create = "FireBarrel_DZ";
}; };
}; };
}; };
class workbench_kit: CA_Magazine class workbench_kit: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -345,11 +345,11 @@
create = "WorkBench_DZ"; create = "WorkBench_DZ";
}; };
}; };
}; };
// BUILDING KITS // BUILDING KITS
class wood_ramp_kit: CA_Magazine class wood_ramp_kit: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -367,9 +367,9 @@
create = "WoodRamp_DZ"; create = "WoodRamp_DZ";
}; };
}; };
}; };
class 30m_plot_kit: CA_Magazine class 30m_plot_kit: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -387,10 +387,10 @@
create = "Plastic_Pole_EP1_DZ"; create = "Plastic_Pole_EP1_DZ";
}; };
}; };
}; };
class metal_panel_kit: CA_Magazine class metal_panel_kit: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -418,9 +418,9 @@
input[] = {{"metal_panel_kit",4}}; input[] = {{"metal_panel_kit",4}};
}; };
}; };
}; };
class deer_stand_kit: CA_Magazine class deer_stand_kit: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -439,9 +439,9 @@
create = "DeerStand_DZ"; create = "DeerStand_DZ";
}; };
}; };
}; };
class desert_large_net_kit: CA_Magazine class desert_large_net_kit: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -460,9 +460,9 @@
create = "DesertLargeCamoNet_DZ"; create = "DesertLargeCamoNet_DZ";
}; };
}; };
}; };
class forest_large_net_kit: CA_Magazine class forest_large_net_kit: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -481,9 +481,9 @@
create = "ForestLargeCamoNet_DZ"; create = "ForestLargeCamoNet_DZ";
}; };
}; };
}; };
class desert_net_kit: CA_Magazine class desert_net_kit: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -511,9 +511,9 @@
input[] = {{"desert_net_kit",3}}; input[] = {{"desert_net_kit",3}};
}; };
}; };
}; };
class forest_net_kit: CA_Magazine class forest_net_kit: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -541,9 +541,9 @@
input[] = {{"forest_net_kit",3}}; input[] = {{"forest_net_kit",3}};
}; };
}; };
}; };
class fuel_pump_kit: CA_Magazine class fuel_pump_kit: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -562,9 +562,9 @@
create = "FuelPump_DZ"; create = "FuelPump_DZ";
}; };
}; };
}; };
class light_pole_kit: CA_Magazine class light_pole_kit: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -583,9 +583,9 @@
create = "LightPole_DZ"; create = "LightPole_DZ";
}; };
}; };
}; };
class stick_fence_kit: CA_Magazine class stick_fence_kit: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -604,9 +604,9 @@
create = "StickFence_DZ"; create = "StickFence_DZ";
}; };
}; };
}; };
class wooden_shed_kit: CA_Magazine class wooden_shed_kit: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -625,9 +625,9 @@
create = "Wooden_shed_DZ"; create = "Wooden_shed_DZ";
}; };
}; };
}; };
class wood_shack_kit: CA_Magazine class wood_shack_kit: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -646,9 +646,9 @@
create = "WoodShack_DZ"; create = "WoodShack_DZ";
}; };
}; };
}; };
class m240_nest_kit: CA_Magazine class m240_nest_kit: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -667,9 +667,9 @@
create = "M240Nest_DZ"; create = "M240Nest_DZ";
}; };
}; };
}; };
class sun_shade_kit: CA_Magazine class sun_shade_kit: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -688,9 +688,9 @@
create = "CanvasHut_DZ"; create = "CanvasHut_DZ";
}; };
}; };
}; };
class park_bench_kit: CA_Magazine class park_bench_kit: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -709,9 +709,9 @@
create = "ParkBench_DZ"; create = "ParkBench_DZ";
}; };
}; };
}; };
class rusty_gate_kit: CA_Magazine class rusty_gate_kit: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -730,9 +730,9 @@
create = "MetalGate_DZ"; create = "MetalGate_DZ";
}; };
}; };
}; };
class sandbag_nest_kit: CA_Magazine class sandbag_nest_kit: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -751,9 +751,9 @@
create = "SandNest_DZ"; create = "SandNest_DZ";
}; };
}; };
}; };
class outhouse_kit: CA_Magazine class outhouse_kit: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -772,9 +772,9 @@
create = "OutHouse_DZ"; create = "OutHouse_DZ";
}; };
}; };
}; };
class storage_shed_kit: CA_Magazine class storage_shed_kit: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -793,10 +793,10 @@
create = "StorageShed_DZ"; create = "StorageShed_DZ";
}; };
}; };
}; };
class ItemScaffoldingKit: CA_Magazine class ItemScaffoldingKit: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -815,10 +815,10 @@
create = "Scaffolding_DZ"; create = "Scaffolding_DZ";
}; };
}; };
}; };
// Custom player vault // Custom player vault
class ItemVault: CA_Magazine class ItemVault: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -835,9 +835,9 @@
create = "VaultStorageLocked"; create = "VaultStorageLocked";
}; };
}; };
}; };
class ItemLockbox: CA_Magazine class ItemLockbox: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -855,10 +855,10 @@
create = "LockboxStorageLocked"; create = "LockboxStorageLocked";
}; };
}; };
}; };
class PartWoodPile: CA_Magazine class PartWoodPile: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -904,9 +904,9 @@
}; };
}; };
}; };
class PartPlankPack: CA_Magazine class PartPlankPack: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -926,9 +926,9 @@
input[] = {{"PartPlankPack",1}}; input[] = {{"PartPlankPack",1}};
}; };
}; };
}; };
class CinderBlocks: CA_Magazine class CinderBlocks: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -968,9 +968,9 @@
}; };
}; };
class MortarBucket: CA_Magazine class MortarBucket: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -979,9 +979,9 @@
picture = "\z\addons\dayz_epoch\pictures\equip_mortar_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_mortar_CA.paa";
descriptionShort = "Premixed mastic adhesive that will bond to concrete block."; descriptionShort = "Premixed mastic adhesive that will bond to concrete block.";
weight = 21; weight = 21;
}; };
class PartPlywoodPack: CA_Magazine class PartPlywoodPack: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -1002,9 +1002,9 @@
}; };
}; };
}; };
class PartWoodLumber: CA_Magazine class PartWoodLumber: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -1092,9 +1092,9 @@
input[] = {{"PartWoodLumber",6}}; input[] = {{"PartWoodLumber",6}};
}; };
}; };
}; };
class PartWoodPlywood: CA_Magazine class PartWoodPlywood: CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -1151,9 +1151,9 @@
}; };
}; };
}; };
class ItemTent : CA_Magazine class ItemTent : CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = WeaponSlotItem * 3; type = WeaponSlotItem * 3;
@@ -1174,9 +1174,9 @@
create = "TentStorage"; create = "TentStorage";
}; };
}; };
}; };
class ItemTentOld: ItemTent class ItemTentOld: ItemTent
{ {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -1213,9 +1213,9 @@
input[] = {{"ItemTent",2},{"ItemPole",2}}; input[] = {{"ItemTent",2},{"ItemPole",2}};
}; };
}; };
}; };
class ItemDomeTent : CA_Magazine class ItemDomeTent : CA_Magazine
{ {
scope = public; scope = public;
count = 1; count = 1;
type = WeaponSlotItem * 3; type = WeaponSlotItem * 3;
@@ -1254,8 +1254,8 @@
input[] = {{"ItemTent",2},{"ItemPole",2}}; input[] = {{"ItemTent",2},{"ItemPole",2}};
}; };
}; };
}; };
class ItemTentDomed : ItemTent { //Legacy Epoch class ItemTentDomed : ItemTent { //Legacy Epoch
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -1291,8 +1291,8 @@
input[] = {{"ItemTent",2},{"ItemPole",2}}; input[] = {{"ItemTent",2},{"ItemPole",2}};
}; };
}; };
}; };
class ItemTentDomed2 : ItemTent { //Legacy Epoch class ItemTentDomed2 : ItemTent { //Legacy Epoch
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -1326,9 +1326,9 @@
input[] = {{"ItemTent",2},{"ItemPole",2}}; input[] = {{"ItemTent",2},{"ItemPole",2}};
}; };
}; };
}; };
class ItemSandbag : CA_Magazine { class ItemSandbag : CA_Magazine {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -1397,9 +1397,9 @@
*/ */
}; };
}; };
class BagFenceRound_DZ_kit : CA_Magazine { class BagFenceRound_DZ_kit : CA_Magazine {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -1425,9 +1425,9 @@
input[] = {{"BagFenceRound_DZ_kit",1}}; input[] = {{"BagFenceRound_DZ_kit",1}};
}; };
}; };
}; };
class ItemSledgeHead : CA_Magazine { class ItemSledgeHead : CA_Magazine {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -1448,8 +1448,8 @@
input[] = {{"ItemSledgeHead",1},{"ItemSledgeHandle",1}}; input[] = {{"ItemSledgeHead",1},{"ItemSledgeHandle",1}};
}; };
}; };
}; };
class ItemSledgeHandle : CA_Magazine { class ItemSledgeHandle : CA_Magazine {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -1470,9 +1470,9 @@
input[] = {{"ItemSledgeHead",1},{"ItemSledgeHandle",1}}; input[] = {{"ItemSledgeHead",1},{"ItemSledgeHandle",1}};
}; };
}; };
}; };
class ItemSandbagLarge : CA_Magazine { class ItemSandbagLarge : CA_Magazine {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -1498,10 +1498,10 @@
input[] = {{"ItemSandbagLarge",3}}; input[] = {{"ItemSandbagLarge",3}};
}; };
}; };
}; };
class ItemSandbagExLarge : CA_Magazine { class ItemSandbagExLarge : CA_Magazine {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -1527,9 +1527,9 @@
input[] = {{"ItemSandbagExLarge",1},{"ItemSandbagLarge",2}}; input[] = {{"ItemSandbagExLarge",1},{"ItemSandbagLarge",2}};
}; };
}; };
}; };
class ItemSandbagExLarge5x : CA_Magazine { class ItemSandbagExLarge5x : CA_Magazine {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -1546,9 +1546,9 @@
create = "Land_HBarrier5_DZ"; create = "Land_HBarrier5_DZ";
}; };
}; };
}; };
class ItemTankTrap : CA_Magazine { class ItemTankTrap : CA_Magazine {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -1565,9 +1565,9 @@
create = "Hedgehog_DZ"; create = "Hedgehog_DZ";
byPass = "byPassRoadCheck"; byPass = "byPassRoadCheck";
}; };
}; };
class ItemWire : CA_Magazine { class ItemWire : CA_Magazine {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
@@ -1586,10 +1586,10 @@
byPass = "byPassRoadCheck"; byPass = "byPassRoadCheck";
}; };
}; };
}; };
class HandGrenade_Stone; class HandGrenade_Stone;
class ItemTrashToiletpaper : HandGrenade_Stone { class ItemTrashToiletpaper : HandGrenade_Stone {
scope = public; scope = public;
count = 1; count = 1;
model = "z\addons\dayz_communityassets\models\toiletpaper.p3d"; model = "z\addons\dayz_communityassets\models\toiletpaper.p3d";
@@ -1598,9 +1598,9 @@
descriptionShort = $STR_JUNK_DESC_TOILETPAPER; descriptionShort = $STR_JUNK_DESC_TOILETPAPER;
type = 256; type = 256;
ammo = "GrenadeHand_Stone"; ammo = "GrenadeHand_Stone";
}; };
class ItemKiloHemp : CA_Magazine { class ItemKiloHemp : CA_Magazine {
scope = public; scope = public;
count = 1; count = 1;
displayName = "Kilo of Hemp"; displayName = "Kilo of Hemp";
@@ -1630,4 +1630,4 @@
input[] = {{"ItemKiloHemp",1}}; input[] = {{"ItemKiloHemp",1}};
}; };
}; };
}; };