mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-21 10:56:29 +03:00
Minor loot/crafting cleanup
removed DayZ fences and unused item, added some crafting supplies to trader (marginal savings if you craft bandages as opposed to buying them)
This commit is contained in:
@@ -44,16 +44,21 @@ class Category_678 {
|
||||
buy[] = {6,"ItemSilverBar"};
|
||||
sell[] = {3,"ItemSilverBar"};
|
||||
};
|
||||
class equip_lever {
|
||||
type = "trade_items";
|
||||
buy[] = {6,"ItemSilverBar"};
|
||||
sell[] = {3,"ItemSilverBar"};
|
||||
};
|
||||
class equip_nails {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class equip_scrapelectronics {
|
||||
/* class equip_scrapelectronics {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemGoldBar"};
|
||||
sell[] = {2,"ItemGoldBar"};
|
||||
};
|
||||
}; */
|
||||
class equip_metal_sheet {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar10oz"};
|
||||
|
||||
@@ -90,4 +90,29 @@ class Category_541 {
|
||||
buy[] = {1,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class equip_string {
|
||||
type = "trade_items";
|
||||
buy[] = {1,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class equip_gauze {
|
||||
type = "trade_items";
|
||||
buy[] = {1,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class equip_gauzepackaged {
|
||||
type = "trade_items";
|
||||
buy[] = {1,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class equip_rag {
|
||||
type = "trade_items";
|
||||
buy[] = {1,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
class equip_herb_box {
|
||||
type = "trade_items";
|
||||
buy[] = {1,"ItemSilverBar"};
|
||||
sell[] = {1,"ItemSilverBar"};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user