mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Backpack prices changed (#1699)
Backpack prices were wrong. It does not make sense to buy a smaller backpack for a higher prices than a bigger backpack.
This commit is contained in:
@@ -1,9 +1,4 @@
|
|||||||
class Category_538 {
|
class Category_538 {
|
||||||
class DZ_Patrol_Pack_EP1 {
|
|
||||||
type = "trade_backpacks";
|
|
||||||
buy[] = {2,"ItemSilverBar"};
|
|
||||||
sell[] = {1,"ItemSilverBar"};
|
|
||||||
};
|
|
||||||
class CZ_VestPouch_EP1 {
|
class CZ_VestPouch_EP1 {
|
||||||
type = "trade_backpacks";
|
type = "trade_backpacks";
|
||||||
buy[] = {2,"ItemSilverBar"};
|
buy[] = {2,"ItemSilverBar"};
|
||||||
@@ -11,13 +6,18 @@ class Category_538 {
|
|||||||
};
|
};
|
||||||
class DZ_Czech_Vest_Puch {
|
class DZ_Czech_Vest_Puch {
|
||||||
type = "trade_backpacks";
|
type = "trade_backpacks";
|
||||||
buy[] = {2,"ItemSilverBar"};
|
buy[] = {4,"ItemSilverBar"};
|
||||||
sell[] = {1,"ItemSilverBar"};
|
sell[] = {2,"ItemSilverBar"};
|
||||||
|
};
|
||||||
|
class DZ_Patrol_Pack_EP1 {
|
||||||
|
type = "trade_backpacks";
|
||||||
|
buy[] = {8,"ItemSilverBar"};
|
||||||
|
sell[] = {4,"ItemSilverBar"};
|
||||||
};
|
};
|
||||||
class DZ_Assault_Pack_EP1 {
|
class DZ_Assault_Pack_EP1 {
|
||||||
type = "trade_backpacks";
|
type = "trade_backpacks";
|
||||||
buy[] = {1,"ItemGoldBar"};
|
buy[] = {1,"ItemSilverBar10oz"};
|
||||||
sell[] = {5,"ItemSilverBar10oz"};
|
sell[] = {5,"ItemSilverBar"};
|
||||||
};
|
};
|
||||||
class DZ_TerminalPack_EP1 {
|
class DZ_TerminalPack_EP1 {
|
||||||
type = "trade_backpacks";
|
type = "trade_backpacks";
|
||||||
@@ -26,13 +26,13 @@ class Category_538 {
|
|||||||
};
|
};
|
||||||
class DZ_ALICE_Pack_EP1 {
|
class DZ_ALICE_Pack_EP1 {
|
||||||
type = "trade_backpacks";
|
type = "trade_backpacks";
|
||||||
buy[] = {1,"ItemGoldBar"};
|
buy[] = {6,"ItemSilverBar10oz"};
|
||||||
sell[] = {5,"ItemSilverBar10oz"};
|
sell[] = {3,"ItemSilverBar10oz"};
|
||||||
};
|
};
|
||||||
class DZ_TK_Assault_Pack_EP1 {
|
class DZ_TK_Assault_Pack_EP1 {
|
||||||
type = "trade_backpacks";
|
type = "trade_backpacks";
|
||||||
buy[] = {6,"ItemSilverBar10oz"};
|
buy[] = {8,"ItemSilverBar10oz"};
|
||||||
sell[] = {3,"ItemSilverBar10oz"};
|
sell[] = {4,"ItemSilverBar10oz"};
|
||||||
};
|
};
|
||||||
class DZ_British_ACU {
|
class DZ_British_ACU {
|
||||||
type = "trade_backpacks";
|
type = "trade_backpacks";
|
||||||
@@ -46,13 +46,13 @@ class Category_538 {
|
|||||||
};
|
};
|
||||||
class DZ_CivilBackpack_EP1 {
|
class DZ_CivilBackpack_EP1 {
|
||||||
type = "trade_backpacks";
|
type = "trade_backpacks";
|
||||||
buy[] = {6,"ItemGoldBar"};
|
buy[] = {8,"ItemGoldBar"};
|
||||||
sell[] = {4,"ItemGoldBar"};
|
sell[] = {4,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class DZ_Backpack_EP1 {
|
class DZ_Backpack_EP1 {
|
||||||
type = "trade_backpacks";
|
type = "trade_backpacks";
|
||||||
buy[] = {8,"ItemGoldBar"};
|
buy[] = {1,"ItemGoldBar10oz"};
|
||||||
sell[] = {4,"ItemGoldBar"};
|
sell[] = {5,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user