mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +03:00
Updated Categories
This commit is contained in:
@@ -1,3 +1,38 @@
|
||||
class NeutralMedicalSupplies {
|
||||
tid = 665;
|
||||
class ItemAntibiotic {
|
||||
type = "trade_items";
|
||||
buy[] = {1,"ItemGoldBar",1};
|
||||
sell[] = {2,"ItemSilverBar10oz",1};
|
||||
};
|
||||
class ItemBandage {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar",1};
|
||||
sell[] = {1,"ItemSilverBar",1};
|
||||
};
|
||||
class ItemBloodbag {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar",1};
|
||||
sell[] = {1,"ItemSilverBar",1};
|
||||
};
|
||||
class ItemEpinephrine {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar",1};
|
||||
sell[] = {1,"ItemSilverBar",1};
|
||||
};
|
||||
class ItemHeatPack {
|
||||
type = "trade_items";
|
||||
buy[] = {1,"ItemSilverBar",1};
|
||||
sell[] = {1,"ItemSilverBar",1};
|
||||
};
|
||||
class ItemMorphine {
|
||||
type = "trade_items";
|
||||
buy[] = {2,"ItemSilverBar",1};
|
||||
sell[] = {1,"ItemSilverBar",1};
|
||||
};
|
||||
class ItemPainkiller {
|
||||
type = "trade_items";
|
||||
buy[] = {1,"ItemSilverBar",1};
|
||||
sell[] = {1,"ItemSilverBar",1};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user