mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 13:26:39 +03:00
Updated Categories
This commit is contained in:
@@ -1,3 +1,43 @@
|
||||
class NeutralCookedMeats {
|
||||
tid = 634;
|
||||
class FoodbaconCooked {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemSilverBar",1};
|
||||
sell[] = {2,"ItemSilverBar",1};
|
||||
};
|
||||
class FoodbeefCooked {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemSilverBar",1};
|
||||
sell[] = {2,"ItemSilverBar",1};
|
||||
};
|
||||
class FoodchickenCooked {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemSilverBar",1};
|
||||
sell[] = {2,"ItemSilverBar",1};
|
||||
};
|
||||
class FoodmuttonCooked {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemSilverBar",1};
|
||||
sell[] = {2,"ItemSilverBar",1};
|
||||
};
|
||||
class FoodrabbitCooked {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar10oz",1};
|
||||
sell[] = {1,"ItemSilverBar10oz",1};
|
||||
};
|
||||
class ItemTroutCooked {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemGoldBar",1};
|
||||
sell[] = {1,"ItemSilverBar10oz",1};
|
||||
};
|
||||
class ItemSeaBassCooked {
|
||||
type = "trade_items";
|
||||
buy[] = {3,"ItemGoldBar",1};
|
||||
sell[] = {2,"ItemSilverBar10oz",1};
|
||||
};
|
||||
class ItemTunaCooked {
|
||||
type = "trade_items";
|
||||
buy[] = {4,"ItemGoldBar",1};
|
||||
sell[] = {1,"ItemGoldBar",1};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user