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,33 @@
|
||||
class NeutralSubmachineGuns {
|
||||
tid = 642;
|
||||
class bizon_silenced {
|
||||
type = "trade_weapons";
|
||||
buy[] = {1,"ItemGoldBar10oz",1};
|
||||
sell[] = {5,"ItemGoldBar",1};
|
||||
};
|
||||
class UZI_EP1 {
|
||||
type = "trade_weapons";
|
||||
buy[] = {4,"ItemGoldBar",1};
|
||||
sell[] = {2,"ItemGoldBar",1};
|
||||
};
|
||||
class Sa61_EP1 {
|
||||
type = "trade_weapons";
|
||||
buy[] = {1,"ItemGoldBar",1};
|
||||
sell[] = {5,"ItemSilverBar10oz",1};
|
||||
};
|
||||
class MP5A5 {
|
||||
type = "trade_weapons";
|
||||
buy[] = {1,"ItemGoldBar",1};
|
||||
sell[] = {2,"ItemSilverBar10oz",1};
|
||||
};
|
||||
class UZI_SD_EP1 {
|
||||
type = "trade_weapons";
|
||||
buy[] = {1,"ItemGoldBar10oz",1};
|
||||
sell[] = {5,"ItemGoldBar",1};
|
||||
};
|
||||
class MP5SD {
|
||||
type = "trade_weapons";
|
||||
buy[] = {6,"ItemGoldBar",1};
|
||||
sell[] = {3,"ItemGoldBar",1};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user