mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
29 lines
669 B
C++
29 lines
669 B
C++
class BanditAmmunition {
|
|
tid = 577;
|
|
class 30Rnd_556x45_StanagSD {
|
|
type = "trade_items";
|
|
buy[] = {4,"ItemSilverBar10oz",1};
|
|
sell[] = {2,"ItemSilverBar10oz",1};
|
|
};
|
|
class 5Rnd_86x70_L115A1 {
|
|
type = "trade_items";
|
|
buy[] = {4,"ItemGoldBar",1};
|
|
sell[] = {2,"ItemGoldBar",1};
|
|
};
|
|
class 100Rnd_762x51_M240 {
|
|
type = "trade_items";
|
|
buy[] = {2,"ItemGoldBar",1};
|
|
sell[] = {1,"ItemGoldBar",1};
|
|
};
|
|
class 20Rnd_762x51_FNFAL {
|
|
type = "trade_items";
|
|
buy[] = {4,"ItemSilverBar10oz",1};
|
|
sell[] = {2,"ItemSilverBar10oz",1};
|
|
};
|
|
class 20Rnd_762x51_SB_SCAR {
|
|
type = "trade_items";
|
|
buy[] = {1,"ItemGoldBar",1};
|
|
sell[] = {5,"ItemSilverBar10oz",1};
|
|
};
|
|
};
|