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 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";