mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
49 lines
1.0 KiB
C++
49 lines
1.0 KiB
C++
class NeutralSniperRifle {
|
|
tid = 640;
|
|
class SVD_CAMO {
|
|
type = "trade_weapons";
|
|
buy[] = {1,"ItemGoldBar10oz",1};
|
|
sell[] = {6,"ItemGoldBar",1};
|
|
};
|
|
class M40A3 {
|
|
type = "trade_weapons";
|
|
buy[] = {1,"ItemGoldBar10oz",1};
|
|
sell[] = {6,"ItemGoldBar",1};
|
|
};
|
|
class M14_EP1 {
|
|
type = "trade_weapons";
|
|
buy[] = {2,"ItemGoldBar10oz",1};
|
|
sell[] = {1,"ItemGoldBar10oz",1};
|
|
};
|
|
class huntingrifle {
|
|
type = "trade_weapons";
|
|
buy[] = {2,"ItemGoldBar",1};
|
|
sell[] = {1,"ItemGoldBar",1};
|
|
};
|
|
class M4SPR {
|
|
type = "trade_weapons";
|
|
buy[] = {1,"ItemGoldBar10oz",1};
|
|
sell[] = {6,"ItemGoldBar",1};
|
|
};
|
|
class SVD {
|
|
type = "trade_weapons";
|
|
buy[] = {1,"ItemGoldBar10oz",1};
|
|
sell[] = {6,"ItemGoldBar",1};
|
|
};
|
|
class SVD_des_EP1 {
|
|
type = "trade_weapons";
|
|
buy[] = {1,"ItemGoldBar10oz",1};
|
|
sell[] = {6,"ItemGoldBar",1};
|
|
};
|
|
class M24 {
|
|
type = "trade_weapons";
|
|
buy[] = {1,"ItemGoldBar10oz",1};
|
|
sell[] = {6,"ItemGoldBar",1};
|
|
};
|
|
class M24_des_EP1 {
|
|
type = "trade_weapons";
|
|
buy[] = {1,"ItemGoldBar10oz",1};
|
|
sell[] = {6,"ItemGoldBar",1};
|
|
};
|
|
};
|