mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Items Added/ Combo Lock Price Changed
I've added a few vanilla items and changed the price of the Combo Lock.
This commit is contained in:
@@ -24,6 +24,51 @@ class Category_678 {
|
|||||||
buy[] = {6,"ItemGoldBar"};
|
buy[] = {6,"ItemGoldBar"};
|
||||||
sell[] = {3,"ItemGoldBar"};
|
sell[] = {3,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
|
class equip_brick {
|
||||||
|
type = "trade_items";
|
||||||
|
buy[] = {4,"ItemSilverBar"};
|
||||||
|
sell[] = {2,"ItemSilverBar"};
|
||||||
|
};
|
||||||
|
class equip_duct_tape {
|
||||||
|
type = "trade_items";
|
||||||
|
buy[] = {2,"ItemSilverBar"};
|
||||||
|
sell[] = {1,"ItemSilverBar"};
|
||||||
|
};
|
||||||
|
class equip_rope {
|
||||||
|
type = "trade_items";
|
||||||
|
buy[] = {4,"ItemSilverBar"};
|
||||||
|
sell[] = {2,"ItemSilverBar"};
|
||||||
|
};
|
||||||
|
class equip_hose {
|
||||||
|
type = "trade_items";
|
||||||
|
buy[] = {6,"ItemSilverBar"};
|
||||||
|
sell[] = {3,"ItemSilverBar"};
|
||||||
|
};
|
||||||
|
class equip_nails {
|
||||||
|
type = "trade_items";
|
||||||
|
buy[] = {2,"ItemSilverBar"};
|
||||||
|
sell[] = {1,"ItemSilverBar"};
|
||||||
|
};
|
||||||
|
class equip_scrapelectronics {
|
||||||
|
type = "trade_items";
|
||||||
|
buy[] = {4,"ItemGoldBar"};
|
||||||
|
sell[] = {2,"ItemGoldBar"};
|
||||||
|
};
|
||||||
|
class equip_metal_sheet {
|
||||||
|
type = "trade_items";
|
||||||
|
buy[] = {2,"ItemSilverBar10oz"};
|
||||||
|
sell[] = {1,"ItemSilverBar10oz"};
|
||||||
|
};
|
||||||
|
class equip_1inch_metal_pipe {
|
||||||
|
type = "trade_items";
|
||||||
|
buy[] = {6,"ItemSilverBar"};
|
||||||
|
sell[] = {3,"ItemSilverBar"};
|
||||||
|
};
|
||||||
|
class equip_2inch_metal_pipe {
|
||||||
|
type = "trade_items";
|
||||||
|
buy[] = {8,"ItemSilverBar"};
|
||||||
|
sell[] = {4,"ItemSilverBar"};
|
||||||
|
};
|
||||||
class ItemWire {
|
class ItemWire {
|
||||||
type = "trade_items";
|
type = "trade_items";
|
||||||
buy[] = {6,"ItemSilverBar"};
|
buy[] = {6,"ItemSilverBar"};
|
||||||
@@ -56,8 +101,8 @@ class Category_678 {
|
|||||||
};
|
};
|
||||||
class ItemComboLock {
|
class ItemComboLock {
|
||||||
type = "trade_items";
|
type = "trade_items";
|
||||||
buy[] = {4,"ItemSilverBar10oz"};
|
buy[] = {2,"ItemGoldBar10oz"};
|
||||||
sell[] = {2,"ItemSilverBar10oz"};
|
sell[] = {1,"ItemGoldBar10oz"};
|
||||||
};
|
};
|
||||||
class ItemVault {
|
class ItemVault {
|
||||||
type = "trade_items";
|
type = "trade_items";
|
||||||
|
|||||||
Reference in New Issue
Block a user