mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
44 lines
1006 B
C++
44 lines
1006 B
C++
class BanditWeapons {
|
|
tid = 627;
|
|
class G36_C_SD_camo {
|
|
type = "trade_weapons";
|
|
buy[] = {1,"ItemGoldBar10oz",1};
|
|
sell[] = {5,"ItemGoldBar",1};
|
|
};
|
|
class M4A1_AIM_SD_camo {
|
|
type = "trade_weapons";
|
|
buy[] = {1,"ItemGoldBar10oz",1};
|
|
sell[] = {5,"ItemGoldBar",1};
|
|
};
|
|
class FN_FAL_ANPVS4 {
|
|
type = "trade_weapons";
|
|
buy[] = {2,"ItemGoldBar10oz",1};
|
|
sell[] = {1,"ItemGoldBar10oz",1};
|
|
};
|
|
class SCAR_H_LNG_Sniper_SD {
|
|
type = "trade_weapons";
|
|
buy[] = {2,"ItemGoldBar10oz",1};
|
|
sell[] = {1,"ItemGoldBar10oz",1};
|
|
};
|
|
class BAF_LRR_scoped {
|
|
type = "trade_weapons";
|
|
buy[] = {4,"ItemGoldBar10oz",1};
|
|
sell[] = {2,"ItemGoldBar10oz",1};
|
|
};
|
|
class FN_FAL {
|
|
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 M240_DZ {
|
|
type = "trade_weapons";
|
|
buy[] = {1,"ItemGoldBar10oz",1};
|
|
sell[] = {5,"ItemGoldBar",1};
|
|
};
|
|
};
|