Increase price of explosive bolts

This commit is contained in:
AirwavesMan
2021-01-25 15:44:59 +01:00
parent aae3f3d5ae
commit 33a1a33b87
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ class Category_11 {
class 20Rnd_B_Usas12_Pellets {type = "trade_items";buy[] = {8,"ItemSilverBar"};sell[] = {5,"ItemSilverBar"};};
class 20Rnd_B_AA12_Pellets {type = "trade_items";buy[] = {8,"ItemSilverBar"};sell[] = {5,"ItemSilverBar"};};
class 20Rnd_B_AA12_74Slug {type = "trade_items";buy[] = {8,"ItemSilverBar"};sell[] = {5,"ItemSilverBar"};};
class 1Rnd_Bolt_Explosive {type = "trade_items";buy[] = {4,"ItemSilverBar"};sell[] = {2,"ItemSilverBar"};};
class 1Rnd_Bolt_Explosive {type = "trade_items";buy[] = {4,"ItemGoldBar"};sell[] = {2,"ItemGoldBar"};};
class HandGrenade_west {type = "trade_items";buy[] = {4,"ItemGoldBar"};sell[] = {2,"ItemGoldBar"};};
class HandGrenade_east {type = "trade_items";buy[] = {4,"ItemGoldBar"};sell[] = {2,"ItemGoldBar"};};
class 1Rnd_HE_M203 {type = "trade_items";buy[] = {4,"ItemGoldBar"};sell[] = {2,"ItemGoldBar"};};

View File

@@ -18,7 +18,7 @@ class Category_11 {
class 20Rnd_B_Usas12_Pellets {type = "trade_items";buy[] = {8,"worth"};sell[] = {5,"worth"};};
class 20Rnd_B_AA12_Pellets {type = "trade_items";buy[] = {8,"worth"};sell[] = {5,"worth"};};
class 20Rnd_B_AA12_74Slug {type = "trade_items";buy[] = {8,"worth"};sell[] = {5,"worth"};};
class 1Rnd_Bolt_Explosive {type = "trade_items";buy[] = {4,"worth"};sell[] = {2,"worth"};};
class 1Rnd_Bolt_Explosive {type = "trade_items";buy[] = {400,"worth"};sell[] = {200,"worth"};};
class HandGrenade_west {type = "trade_items";buy[] = {400,"worth"};sell[] = {200,"worth"};};
class HandGrenade_east {type = "trade_items";buy[] = {400,"worth"};sell[] = {200,"worth"};};
class 1Rnd_HE_M203 {type = "trade_items";buy[] = {400,"worth"};sell[] = {200,"worth"};};