mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Changed Prices for balance
Changed prices for balance.
This commit is contained in:
@@ -1,43 +1,43 @@
|
|||||||
class Category_675 {
|
class Category_675 {
|
||||||
class bulk_15Rnd_9x19_M9SD {
|
|
||||||
type = "trade_items";
|
|
||||||
buy[] = {2,"ItemGoldBar"};
|
|
||||||
sell[] = {2,"ItemGoldBar"};
|
|
||||||
};
|
|
||||||
class bulk_17Rnd_9x19_glock17 {
|
class bulk_17Rnd_9x19_glock17 {
|
||||||
type = "trade_items";
|
type = "trade_items";
|
||||||
buy[] = {2,"ItemGoldBar"};
|
buy[] = {2,"ItemGoldBar"};
|
||||||
sell[] = {2,"ItemGoldBar"};
|
sell[] = {1,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class bulk_30Rnd_556x45_StanagSD {
|
class bulk_15Rnd_9x19_M9SD {
|
||||||
type = "trade_items";
|
type = "trade_items";
|
||||||
buy[] = {2,"ItemGoldBar"};
|
buy[] = {2,"ItemGoldBar"};
|
||||||
sell[] = {2,"ItemGoldBar"};
|
sell[] = {1,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class bulk_30Rnd_9x19_MP5SD {
|
class bulk_30Rnd_9x19_MP5SD {
|
||||||
type = "trade_items";
|
type = "trade_items";
|
||||||
buy[] = {2,"ItemGoldBar"};
|
buy[] = {3,"ItemGoldBar"};
|
||||||
sell[] = {2,"ItemGoldBar"};
|
sell[] = {3,"ItemGoldBar"};
|
||||||
|
};
|
||||||
|
class bulk_30Rnd_556x45_StanagSD {
|
||||||
|
type = "trade_items";
|
||||||
|
buy[] = {4,"ItemGoldBar"};
|
||||||
|
sell[] = {4,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class bulk_ItemSandbag {
|
class bulk_ItemSandbag {
|
||||||
type = "trade_items";
|
type = "trade_items";
|
||||||
buy[] = {2,"ItemGoldBar10oz"};
|
buy[] = {3,"ItemGoldBar10oz"};
|
||||||
sell[] = {2,"ItemGoldBar10oz"};
|
sell[] = {3,"ItemGoldBar10oz"};
|
||||||
};
|
};
|
||||||
class bulk_ItemTankTrap {
|
class bulk_ItemTankTrap {
|
||||||
type = "trade_items";
|
type = "trade_items";
|
||||||
buy[] = {1,"ItemGoldBar"};
|
buy[] = {2,"ItemGoldBar"};
|
||||||
sell[] = {1,"ItemGoldBar"};
|
sell[] = {2,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class bulk_ItemWire {
|
class bulk_ItemWire {
|
||||||
type = "trade_items";
|
type = "trade_items";
|
||||||
buy[] = {3,"ItemSilverBar10oz"};
|
buy[] = {5,"ItemSilverBar10oz"};
|
||||||
sell[] = {3,"ItemSilverBar10oz"};
|
sell[] = {5,"ItemSilverBar10oz"};
|
||||||
};
|
};
|
||||||
class bulk_PartGeneric {
|
class bulk_PartGeneric {
|
||||||
type = "trade_items";
|
type = "trade_items";
|
||||||
buy[] = {6,"ItemSilverBar10oz"};
|
buy[] = {8,"ItemGoldBar"};
|
||||||
sell[] = {6,"ItemSilverBar10oz"};
|
sell[] = {8,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class PartPlywoodPack {
|
class PartPlywoodPack {
|
||||||
type = "trade_items";
|
type = "trade_items";
|
||||||
|
|||||||
Reference in New Issue
Block a user