mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Updated Categories
This commit is contained in:
@@ -1,3 +1,23 @@
|
||||
class NeutralLightMachineGun {
|
||||
tid = 638;
|
||||
class M249_EP1_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {1,"ItemGoldBar10oz",1};
|
||||
sell[] = {6,"ItemGoldBar",1};
|
||||
};
|
||||
class M240_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {1,"ItemGoldBar10oz",1};
|
||||
sell[] = {5,"ItemGoldBar",1};
|
||||
};
|
||||
class Mk_48_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemGoldBar10oz",1};
|
||||
sell[] = {1,"ItemGoldBar10oz",1};
|
||||
};
|
||||
class Pecheneg_DZ {
|
||||
type = "trade_weapons";
|
||||
buy[] = {2,"ItemGoldBar10oz",1};
|
||||
sell[] = {1,"ItemGoldBar10oz",1};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user