Should be all scope entries

This commit is contained in:
icomrade
2016-03-05 20:36:07 -05:00
parent 5cfe47c718
commit 9d52fb0595
251 changed files with 887 additions and 882 deletions

View File

@@ -1,5 +1,5 @@
class bulk: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = $STR_EPOCH_BULK_NAME;

View File

@@ -1,5 +1,5 @@
class ItemAluminumBar: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Aluminum";
@@ -9,7 +9,7 @@ class ItemAluminumBar: CA_Magazine {
};
class ItemAluminumBar10oz: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "10oz Aluminum";

View File

@@ -1,5 +1,5 @@
class ItemBriefcase_Base: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Briefcase";

View File

@@ -1,5 +1,5 @@
class ItemBronzeBar: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Bronze";

View File

@@ -1,5 +1,5 @@
class ItemCopperBar: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Copper";
@@ -18,7 +18,7 @@ class ItemCopperBar: CA_Magazine {
};
};
class ItemCopperBar10oz: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "10oz Copper";

View File

@@ -1,5 +1,5 @@
class ItemGoldBar: CA_Magazine {
scope = 2;
scope = public;
count = 1;
worth = 100;
type = 256;
@@ -28,7 +28,7 @@ class ItemGoldBar: CA_Magazine {
};
};
class ItemGoldBar2oz: CA_Magazine {
scope = 2;
scope = public;
count = 1;
worth = 200;
type = 256;
@@ -66,7 +66,7 @@ class ItemGoldBar2oz: CA_Magazine {
};
};
class ItemGoldBar3oz: CA_Magazine {
scope = 2;
scope = public;
count = 1;
worth = 300;
type = 256;
@@ -112,7 +112,7 @@ class ItemGoldBar3oz: CA_Magazine {
};
};
class ItemGoldBar4oz: CA_Magazine {
scope = 2;
scope = public;
count = 1;
worth = 400;
type = 256;
@@ -158,7 +158,7 @@ class ItemGoldBar4oz: CA_Magazine {
};
};
class ItemGoldBar5oz: CA_Magazine {
scope = 2;
scope = public;
count = 1;
worth = 500;
type = 256;
@@ -204,7 +204,7 @@ class ItemGoldBar5oz: CA_Magazine {
};
};
class ItemGoldBar6oz: CA_Magazine {
scope = 2;
scope = public;
count = 1;
worth = 600;
type = 256;
@@ -250,7 +250,7 @@ class ItemGoldBar6oz: CA_Magazine {
};
};
class ItemGoldBar7oz: CA_Magazine {
scope = 2;
scope = public;
count = 1;
worth = 700;
type = 256;
@@ -296,7 +296,7 @@ class ItemGoldBar7oz: CA_Magazine {
};
};
class ItemGoldBar8oz: CA_Magazine {
scope = 2;
scope = public;
count = 1;
worth = 800;
type = 256;
@@ -342,7 +342,7 @@ class ItemGoldBar8oz: CA_Magazine {
};
};
class ItemGoldBar9oz: CA_Magazine {
scope = 2;
scope = public;
count = 1;
worth = 900;
type = 256;
@@ -380,7 +380,7 @@ class ItemGoldBar9oz: CA_Magazine {
};
};
class ItemGoldBar10oz: CA_Magazine {
scope = 2;
scope = public;
count = 1;
worth = 1000;
type = 256;

View File

@@ -1,5 +1,5 @@
class ItemSilverBar: CA_Magazine {
scope = 2;
scope = public;
count = 1;
worth = 1;
type = 256;
@@ -28,7 +28,7 @@ class ItemSilverBar: CA_Magazine {
};
};
class ItemSilverBar2oz: CA_Magazine {
scope = 2;
scope = public;
count = 1;
worth = 2;
type = 256;
@@ -66,7 +66,7 @@ class ItemSilverBar2oz: CA_Magazine {
};
};
class ItemSilverBar3oz: CA_Magazine {
scope = 2;
scope = public;
count = 1;
worth = 3;
type = 256;
@@ -112,7 +112,7 @@ class ItemSilverBar3oz: CA_Magazine {
};
};
class ItemSilverBar4oz: CA_Magazine {
scope = 2;
scope = public;
count = 1;
worth = 4;
type = 256;
@@ -158,7 +158,7 @@ class ItemSilverBar4oz: CA_Magazine {
};
};
class ItemSilverBar5oz: CA_Magazine {
scope = 2;
scope = public;
count = 1;
worth = 5;
type = 256;
@@ -204,7 +204,7 @@ class ItemSilverBar5oz: CA_Magazine {
};
};
class ItemSilverBar6oz: CA_Magazine {
scope = 2;
scope = public;
count = 1;
worth = 6;
type = 256;
@@ -250,7 +250,7 @@ class ItemSilverBar6oz: CA_Magazine {
};
};
class ItemSilverBar7oz: CA_Magazine {
scope = 2;
scope = public;
count = 1;
worth = 7;
type = 256;
@@ -296,7 +296,7 @@ class ItemSilverBar7oz: CA_Magazine {
};
};
class ItemSilverBar8oz: CA_Magazine {
scope = 2;
scope = public;
count = 1;
worth = 8;
type = 256;
@@ -342,7 +342,7 @@ class ItemSilverBar8oz: CA_Magazine {
};
};
class ItemSilverBar9oz: CA_Magazine {
scope = 2;
scope = public;
count = 1;
worth = 9;
type = 256;
@@ -380,7 +380,7 @@ class ItemSilverBar9oz: CA_Magazine {
};
};
class ItemSilverBar10oz: CA_Magazine {
scope = 2;
scope = public;
count = 1;
worth = 10;
type = 256;

View File

@@ -1,5 +1,5 @@
class ItemTinBar: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Tin";
@@ -9,7 +9,7 @@ class ItemTinBar: CA_Magazine {
};
class ItemTinBar10oz: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "10oz Tin";

View File

@@ -1,5 +1,5 @@
class ItemTrout : FoodEdible {
scope = 2;
scope = public;
displayName = "Rainbow Trout";
descriptionShort = "Rainbow Trout: A small fish that can be fairly easy to catch.";
model = "\z\addons\dayz_epoch\models\trout.p3d";
@@ -7,7 +7,7 @@ class ItemTrout : FoodEdible {
bloodRegen = 400;
};
class ItemSeaBass : FoodEdible {
scope = 2;
scope = public;
displayName = "Sea Bass";
descriptionShort = "Sea Bass: A medium sized fish that is fairly rare.";
model = "\z\addons\dayz_epoch\models\seabass.p3d";
@@ -15,7 +15,7 @@ class ItemSeaBass : FoodEdible {
bloodRegen = 800;
};
class ItemTuna : FoodEdible {
scope = 2;
scope = public;
displayName = "Blue Fin Tuna";
descriptionShort = "Blue Fin Tuna: A very large and hard to catch fish. Sushi anyone?";
model = "\z\addons\dayz_epoch\models\tuna.p3d";
@@ -23,7 +23,7 @@ class ItemTuna : FoodEdible {
bloodRegen = 2500;
};
class ItemTroutCooked : FoodEdible {
scope = 2;
scope = public;
displayName = "Rainbow Trout (Cooked)";
descriptionShort = "Rainbow Trout: A small fish that can be fairly easy to catch.";
model = "\z\addons\dayz_epoch\models\trout_cooked.p3d";
@@ -31,7 +31,7 @@ class ItemTroutCooked : FoodEdible {
bloodRegen = 800;
};
class ItemSeaBassCooked : FoodEdible {
scope = 2;
scope = public;
displayName = "Sea Bass (Cooked)";
descriptionShort = "Sea Bass: A medium sized fish that is fairly rare.";
model = "\z\addons\dayz_epoch\models\seabass_cooked.p3d";
@@ -39,7 +39,7 @@ class ItemSeaBassCooked : FoodEdible {
bloodRegen = 1600;
};
class ItemTunaCooked : FoodEdible {
scope = 2;
scope = public;
displayName = "Blue Fin Tuna (Cooked)";
descriptionShort = "Blue Fin Tuna: A very large and hard to catch fish. Sushi anyone?";
model = "\z\addons\dayz_epoch\models\tuna_cooked.p3d";
@@ -47,7 +47,7 @@ class ItemTunaCooked : FoodEdible {
bloodRegen = 5000;
};
class FoodBioMeat: FoodEdible {
scope = 2;
scope = public;
displayName = "Bio Meat";
model = "\z\addons\dayz_epoch\models\biomeat_can.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_biomeat_CA.paa";
@@ -56,7 +56,7 @@ class FoodBioMeat: FoodEdible {
};
// new DZE harvested food
class FoodPumpkin : FoodEdible {
scope = 2;
scope = public;
count = 1;
bloodRegen = 100;
displayName = "Pumpkin";
@@ -78,7 +78,7 @@ class FoodPumpkin : FoodEdible {
};
};
class FoodSunFlowerSeed : FoodEdible {
scope = 2;
scope = public;
count = 1;
bloodRegen = 100;
displayName = "Bag of Sunflower Seeds";

View File

@@ -1,5 +1,5 @@
class ItemTopaz : CA_Magazine {
scope = 2;
scope = public;
displayName = "Topaz";
model = "\z\addons\dayz_epoch\models\topaz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_topaz_CA.paa";
@@ -8,7 +8,7 @@ class ItemTopaz : CA_Magazine {
descriptionShort = "Topaz";
};
class ItemObsidian : CA_Magazine {
scope = 2;
scope = public;
displayName = "Obsidian";
model = "\z\addons\dayz_epoch\models\obsidian.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_obsidian_CA.paa";
@@ -17,7 +17,7 @@ class ItemObsidian : CA_Magazine {
descriptionShort = "Obsidian";
};
class ItemSapphire : CA_Magazine {
scope = 2;
scope = public;
displayName = "Sapphire";
model = "\z\addons\dayz_epoch\models\sapphire.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_sapphire_CA.paa";
@@ -26,7 +26,7 @@ class ItemSapphire : CA_Magazine {
descriptionShort = "Sapphire";
};
class ItemAmethyst : CA_Magazine {
scope = 2;
scope = public;
displayName = "Amethyst";
model = "\z\addons\dayz_epoch\models\amethyst.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_amethyst_CA.paa";
@@ -35,7 +35,7 @@ class ItemAmethyst : CA_Magazine {
descriptionShort = "Amethyst";
};
class ItemEmerald : CA_Magazine {
scope = 2;
scope = public;
displayName = "Emerald";
model = "\z\addons\dayz_epoch\models\emerald.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_emerald_CA.paa";
@@ -44,7 +44,7 @@ class ItemEmerald : CA_Magazine {
descriptionShort = "Emerald";
};
class ItemCitrine : CA_Magazine {
scope = 2;
scope = public;
displayName = "Citrine";
model = "\z\addons\dayz_epoch\models\citrine.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_citrine_CA.paa";
@@ -53,7 +53,7 @@ class ItemCitrine : CA_Magazine {
descriptionShort = "Citrine";
};
class ItemRuby : CA_Magazine {
scope = 2;
scope = public;
displayName = "Ruby";
model = "\z\addons\dayz_epoch\models\ruby.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_ruby_CA.paa";

View File

@@ -1,6 +1,6 @@
// For Chainsaw
class ItemMixOil : CA_Magazine {
scope = 2;
scope = public;
displayName = "2-Stroke Engine Oil";
model = "\z\addons\dayz_epoch\models\oilmix.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_oilmix_CA.paa";
@@ -21,7 +21,7 @@ class ItemMixOil : CA_Magazine {
};
};
class CSGAS : CA_Magazine {
scope = 2;
scope = public;
type = VSoft;
displayName = "Gas";
descriptionShort = "Gas for Chainsaw";
@@ -62,7 +62,7 @@ class CSGAS : CA_Magazine {
};
};
class ItemJerryMixed: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Mixed Gas Full";
@@ -82,7 +82,7 @@ class ItemJerryMixed: CA_Magazine {
};
};
class ItemJerryMixed4: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Mixed Gas 16L";
@@ -102,7 +102,7 @@ class ItemJerryMixed4: CA_Magazine {
};
};
class ItemJerryMixed3: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Mixed Gas 12L";
@@ -122,7 +122,7 @@ class ItemJerryMixed3: CA_Magazine {
};
};
class ItemJerryMixed2: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Mixed Gas 8L";
@@ -142,7 +142,7 @@ class ItemJerryMixed2: CA_Magazine {
};
};
class ItemJerryMixed1: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Mixed Gas 4L";
@@ -164,7 +164,7 @@ class ItemJerryMixed1: CA_Magazine {
// Vehicle upgrade parts
class ItemORP: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = $STR_EPOCH_VEHUP_ORP;
@@ -181,7 +181,7 @@ class ItemORP: CA_Magazine {
};
};
class ItemAVE: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = $STR_EPOCH_VEHUP_AVE;
@@ -198,7 +198,7 @@ class ItemAVE: CA_Magazine {
};
};
class ItemLRK: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = $STR_EPOCH_VEHUP_LRK;
@@ -215,7 +215,7 @@ class ItemLRK: CA_Magazine {
};
};
class ItemTNK: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = $STR_EPOCH_VEHUP_TNK;
@@ -232,7 +232,7 @@ class ItemTNK: CA_Magazine {
};
};
class ItemARM: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = $STR_EPOCH_VEHUP_ARM;
@@ -251,7 +251,7 @@ class ItemARM: CA_Magazine {
// Documents
class ItemDocument: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Document";
@@ -273,7 +273,7 @@ class ItemDocument: CA_Magazine {
};
};
class ItemPlotDeed: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Plot Deed"; // TODO: localize
@@ -294,7 +294,7 @@ class ItemPlotDeed: CA_Magazine {
};
};
class ItemLetter: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Letter";
@@ -304,7 +304,7 @@ class ItemLetter: CA_Magazine {
weight = 0.1;
};
class ItemBook1: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Romance Novel";
@@ -314,7 +314,7 @@ class ItemBook1: CA_Magazine {
weight = 0.1;
};
class ItemBook2: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Romance Novel";
@@ -324,7 +324,7 @@ class ItemBook2: CA_Magazine {
weight = 0.1;
};
class ItemBook3: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Book";
@@ -334,7 +334,7 @@ class ItemBook3: CA_Magazine {
weight = 0.1;
};
class ItemBook4: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Book";
@@ -344,7 +344,7 @@ class ItemBook4: CA_Magazine {
weight = 0.1;
};
class ItemNewspaper: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Torn Newspaper";
@@ -361,7 +361,7 @@ class ItemNewspaper: CA_Magazine {
};
};
class ItemDocumentRamp: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Wood Ramp";
@@ -382,7 +382,7 @@ class ItemDocumentRamp: CA_Magazine {
};
class ItemHotwireKit: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Hotwire kit";
@@ -394,7 +394,7 @@ class ItemHotwireKit: CA_Magazine {
class ItemBloodbag: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "$STR_EQUIP_NAME_16";

View File

@@ -1,6 +1,6 @@
class ItemCanvas: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Canvas";
@@ -58,7 +58,7 @@
};
class ItemBurlap: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Burlap";
@@ -80,7 +80,7 @@
};
class ItemLightBulb: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Light Bulb";
@@ -104,7 +104,7 @@
class ItemZombieParts: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Zombie Parts";
@@ -115,7 +115,7 @@
class ItemComboLock: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Combination Lock";
@@ -128,7 +128,7 @@
class ItemCorrugated : CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Corrugated Fence";
@@ -173,7 +173,7 @@
};
class ItemPole: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Metal Pole";
@@ -221,7 +221,7 @@
};
class ItemGunRackKit: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Gun Rack Kit";
@@ -242,7 +242,7 @@
};
class ItemWoodCrateKit: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Wood Crate";
@@ -263,7 +263,7 @@
};
class ItemOilBarrel: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
// fuelQuantity = 210;
type = 256;
@@ -274,7 +274,7 @@
};
class ItemFuelBarrel: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
fuelQuantity = 210;
type = 256;
@@ -285,7 +285,7 @@
};
class ItemFuelBarrelEmpty: ItemFuelBarrel
{
scope = 2;
scope = public;
count = 1;
fuelQuantity = 0;
type = 256;
@@ -306,7 +306,7 @@
};
class ItemFireBarrel_kit: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Fire Barrel Kit";
@@ -327,7 +327,7 @@
};
class workbench_kit: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Workbench";
@@ -350,7 +350,7 @@
// BUILDING KITS
class wood_ramp_kit: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Wood Ramp";
@@ -370,7 +370,7 @@
};
class 30m_plot_kit: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "30 Meter Plot";
@@ -391,7 +391,7 @@
class metal_panel_kit: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Metal Panel";
@@ -421,7 +421,7 @@
};
class deer_stand_kit: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Deer Stand";
@@ -442,7 +442,7 @@
};
class desert_large_net_kit: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Large Desert Camo Net";
@@ -463,7 +463,7 @@
};
class forest_large_net_kit: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Large Forest Camo Net";
@@ -484,7 +484,7 @@
};
class desert_net_kit: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Desert Camo Net";
@@ -514,7 +514,7 @@
};
class forest_net_kit: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Forest Camo Net";
@@ -544,7 +544,7 @@
};
class fuel_pump_kit: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Fuel Pump";
@@ -565,7 +565,7 @@
};
class light_pole_kit: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Light Pole";
@@ -586,7 +586,7 @@
};
class stick_fence_kit: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Stick Fence";
@@ -607,7 +607,7 @@
};
class wooden_shed_kit: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Nice Wooden Shed";
@@ -628,7 +628,7 @@
};
class wood_shack_kit: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Wood Shack";
@@ -649,7 +649,7 @@
};
class m240_nest_kit: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "M240 Nest";
@@ -670,7 +670,7 @@
};
class sun_shade_kit: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Canvas Sun Shade";
@@ -691,7 +691,7 @@
};
class park_bench_kit: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Wood Bench";
@@ -712,7 +712,7 @@
};
class rusty_gate_kit: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Rusty Gate";
@@ -733,7 +733,7 @@
};
class sandbag_nest_kit: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Sandbag Nest";
@@ -754,7 +754,7 @@
};
class outhouse_kit: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Outhouse";
@@ -775,7 +775,7 @@
};
class storage_shed_kit: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Storage Shed";
@@ -797,7 +797,7 @@
class ItemScaffoldingKit: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Scaffolding";
@@ -819,7 +819,7 @@
// Custom player vault
class ItemVault: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Safe";
@@ -838,7 +838,7 @@
};
class ItemLockbox: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Lockbox";
@@ -859,7 +859,7 @@
class PartWoodPile: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = $STR_EQUIP_NAME_40;
@@ -907,7 +907,7 @@
};
class PartPlankPack: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Lumber Pack";
@@ -929,7 +929,7 @@
};
class CinderBlocks: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Cinder Blocks";
@@ -971,7 +971,7 @@
};
class MortarBucket: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Bucket of Mortar";
@@ -982,7 +982,7 @@
};
class PartPlywoodPack: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Plywood Pack";
@@ -1005,7 +1005,7 @@
};
class PartWoodLumber: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Lumber";
@@ -1095,7 +1095,7 @@
};
class PartWoodPlywood: CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Plywood";
@@ -1154,7 +1154,7 @@
};
class ItemTent : CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = WeaponSlotItem * 3;
@@ -1177,7 +1177,7 @@
};
class ItemTentOld: ItemTent
{
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = $STR_EQUIP_NAME_20;
@@ -1216,7 +1216,7 @@
};
class ItemDomeTent : CA_Magazine
{
scope = 2;
scope = public;
count = 1;
type = WeaponSlotItem * 3;
@@ -1256,7 +1256,7 @@
};
};
class ItemTentDomed : ItemTent { //Legacy Epoch
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Camping Tent Desert";
@@ -1293,7 +1293,7 @@
};
};
class ItemTentDomed2 : ItemTent { //Legacy Epoch
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Camping Tent Green";
@@ -1329,7 +1329,7 @@
};
class ItemSandbag : CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = $STR_EQUIP_NAME_21;
@@ -1400,7 +1400,7 @@
};
class BagFenceRound_DZ_kit : CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Round Sandbag Fence";
@@ -1428,7 +1428,7 @@
};
class ItemSledgeHead : CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Sledgehammer Head";
@@ -1450,7 +1450,7 @@
};
};
class ItemSledgeHandle : CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Sledgehammer Handle";
@@ -1473,7 +1473,7 @@
};
class ItemSandbagLarge : CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "H-barrier cube";
@@ -1502,7 +1502,7 @@
class ItemSandbagExLarge : CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "3 x H-barrier cube";
@@ -1530,7 +1530,7 @@
};
class ItemSandbagExLarge5x : CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "5 x H-barrier cube";
@@ -1549,7 +1549,7 @@
};
class ItemTankTrap : CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = $STR_EQUIP_NAME_22;
@@ -1568,7 +1568,7 @@
};
class ItemWire : CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = $STR_EQUIP_NAME_23;
@@ -1590,7 +1590,7 @@
class HandGrenade_Stone;
class ItemTrashToiletpaper : HandGrenade_Stone {
scope = 2;
scope = public;
count = 1;
model = "z\addons\dayz_communityassets\models\toiletpaper.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_toiletpaper_CA.paa";
@@ -1601,7 +1601,7 @@
};
class ItemKiloHemp : CA_Magazine {
scope = 2;
scope = public;
count = 1;
displayName = "Kilo of Hemp";
descriptionShort = "Kilo of Hemp";

View File

@@ -1,5 +1,5 @@
class metal_floor_kit: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Metal Floor";
@@ -18,7 +18,7 @@ class metal_floor_kit: CA_Magazine {
};
class cinder_wall_kit: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Cinder Block Wall";
@@ -36,7 +36,7 @@ class cinder_wall_kit: CA_Magazine {
};
};
class cinder_door_kit: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Block Doorway";
@@ -54,7 +54,7 @@ class cinder_door_kit: CA_Magazine {
};
};
class cinder_garage_kit: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Block Garage Doorway";
@@ -73,7 +73,7 @@ class cinder_garage_kit: CA_Magazine {
};
class ItemWoodFloor: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Floor/Ceiling";
@@ -91,7 +91,7 @@ class ItemWoodFloor: CA_Magazine {
};
};
class ItemWoodFloorHalf: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Floor/Ceiling 1/2";
@@ -118,7 +118,7 @@ class ItemWoodFloorHalf: CA_Magazine {
};
};
class ItemWoodFloorQuarter: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Floor/Ceiling 1/4";
@@ -146,7 +146,7 @@ class ItemWoodFloorQuarter: CA_Magazine {
};
class ItemWoodStairs: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Wood Stairs";
@@ -173,7 +173,7 @@ class ItemWoodStairs: CA_Magazine {
};
};
class ItemWoodStairsSupport: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Wood Stairs w/ supports";
@@ -192,7 +192,7 @@ class ItemWoodStairsSupport: CA_Magazine {
};
class ItemWoodLadder: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Wood Ladder";
@@ -211,7 +211,7 @@ class ItemWoodLadder: CA_Magazine {
};
class ItemWoodWall: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Wood Wall";
@@ -253,7 +253,7 @@ class ItemWoodWall: CA_Magazine {
};
};
class ItemWoodWallThird: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Wood Wall 1/3";
@@ -279,7 +279,7 @@ class ItemWoodWallThird: CA_Magazine {
};
};
class ItemWoodWallWindow: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Wall w/ Window";
@@ -298,7 +298,7 @@ class ItemWoodWallWindow: CA_Magazine {
};
class ItemWoodWallDoor: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Wall w/ Doorway";
@@ -324,7 +324,7 @@ class ItemWoodWallDoor: CA_Magazine {
};
};
class ItemWoodWallWithDoor: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Wall w/ Door";
@@ -350,7 +350,7 @@ class ItemWoodWallWithDoor: CA_Magazine {
};
};
class ItemWoodWallWithDoorLocked: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Wall w/ Door Locked";
@@ -369,7 +369,7 @@ class ItemWoodWallWithDoorLocked: CA_Magazine {
};
class ItemWoodWallGarageDoor: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Wood Garage Door";
@@ -395,7 +395,7 @@ class ItemWoodWallGarageDoor: CA_Magazine {
};
};
class ItemWoodWallGarageDoorLocked: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Wood Garage Door Locked";
@@ -414,7 +414,7 @@ class ItemWoodWallGarageDoorLocked: CA_Magazine {
};
class ItemWoodWallLg: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Large Wood Wall";
@@ -456,7 +456,7 @@ class ItemWoodWallLg: CA_Magazine {
};
};
class ItemWoodWallWindowLg: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Large Wall w/ Window";
@@ -475,7 +475,7 @@ class ItemWoodWallWindowLg: CA_Magazine {
};
class ItemWoodWallDoorLg: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Large Wall w/ Doorway";
@@ -501,7 +501,7 @@ class ItemWoodWallDoorLg: CA_Magazine {
};
};
class ItemWoodWallWithDoorLg: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Large Wall w/ Door";
@@ -527,7 +527,7 @@ class ItemWoodWallWithDoorLg: CA_Magazine {
};
};
class ItemWoodWallWithDoorLgLocked: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Large Wall w/ Door Locked";

View File

@@ -1,5 +1,5 @@
class PartOre: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Iron Ore";
@@ -19,7 +19,7 @@ class PartOre: CA_Magazine {
};
};
class PartOreSilver: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Silver Ore";
@@ -39,7 +39,7 @@ class PartOreSilver: CA_Magazine {
};
};
class PartOreGold: CA_Magazine {
scope = 2;
scope = public;
count = 1;
type = 256;
displayName = "Gold Ore";