mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-27 18:21:50 +03:00
Should be all scope entries
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class TrapBear : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class ItemCamoNet : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = WeaponSlotItem * 3;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class ItemCanteenEmpty : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class ItemJerrycanEmpty : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = WeaponSlotItem * 2;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class ItemGenerator : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = WeaponSlotItem * 6;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class ItemMetalSheet: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_BLD_name_ItemMetalSheet;//"Corrugated Sheet"
|
||||
@@ -10,7 +10,7 @@ class ItemMetalSheet: CA_Magazine
|
||||
};
|
||||
class ItemConcreteBlock: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_BLD_name_ItemConcreteBlock;//"Concrete Block"
|
||||
@@ -20,7 +20,7 @@ class ItemConcreteBlock: CA_Magazine
|
||||
};
|
||||
class ItemRSJ: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_BLD_name_ItemRSJ;//"Steel Beam"
|
||||
@@ -30,7 +30,7 @@ class ItemRSJ: CA_Magazine
|
||||
};
|
||||
class ItemScrews: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_BLD_name_ItemScrews;//"Box of screws for metal"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class ItemPadlock: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_BLD_name_ItemPadlock;//"Padlock"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// IN DZE/MISC.HPP
|
||||
class ItemSandbag : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class ItemStone: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_BLD_name_ItemStone;//"Rough Stone"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class ItemTankTrap : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//TENT CONFIGS ARE FOND IN DZE/MISC.HPP
|
||||
class ItemTent : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = WeaponSlotItem * 3;
|
||||
|
||||
@@ -25,7 +25,7 @@ class ItemTent : CA_Magazine
|
||||
|
||||
class ItemDomeTent : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = WeaponSlotItem * 3;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class ItemTrapTripwireCans : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class ItemWaterBottleUnfilled : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
|
||||
@@ -25,7 +25,7 @@ class ItemWaterBottleUnfilled : CA_Magazine
|
||||
|
||||
class ItemWaterBottleDmg : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class ItemWire : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class ItemLog : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
displayName = $STR_BLD_name_ItemLog;//"Wooden Log"
|
||||
@@ -24,7 +24,7 @@ class ItemLog : CA_Magazine
|
||||
|
||||
class ItemPlank : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
displayName = $STR_BLD_name_ItemPlank;//"Sawn Planks"
|
||||
@@ -48,7 +48,7 @@ class ItemPlank : CA_Magazine
|
||||
/* Redifined in DZE/Misc
|
||||
class PartWoodPile : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class ItemWorkBench : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_BLD_name_ItemWorkBench;//"Work Bench (Packed)"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class equip_brick : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class equip_lever : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = WeaponSlotItem;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user