mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
Updated Categories
This commit is contained in:
@@ -1,3 +1,33 @@
|
||||
class FriendlyShotgunsandSingleshot {
|
||||
tid = 574;
|
||||
class Winchester1866 {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemSilverBar10oz",1};
|
||||
sell[] = {1,"ItemSilverBar10oz",1};
|
||||
};
|
||||
class MR43 {
|
||||
type = "trade_weapons";
|
||||
buy[] = {1,"ItemSilverBar10oz",1};
|
||||
sell[] = {8,"ItemSilverBar",1};
|
||||
};
|
||||
class Crossbow_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {1,"ItemSilverBar10oz",1};
|
||||
sell[] = {5,"ItemSilverBar",1};
|
||||
};
|
||||
class M1014 {
|
||||
type = "trade_weapons";
|
||||
buy[] = {3,"ItemGoldBar",1};
|
||||
sell[] = {2,"ItemGoldBar",1};
|
||||
};
|
||||
class Remington870_lamp {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemGoldBar",1};
|
||||
sell[] = {1,"ItemGoldBar",1};
|
||||
};
|
||||
class LeeEnfield {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemSilverBar10oz",1};
|
||||
sell[] = {1,"ItemSilverBar10oz",1};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user