mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
23 lines
539 B
C++
23 lines
539 B
C++
class FriendlySniperRifleAmmo {
|
|
class 20Rnd_762x51_DMR {
|
|
type = "trade_items";
|
|
buy[] = {2,"ItemSilverBar10oz",1};
|
|
sell[] = {1,"ItemSilverBar10oz",1};
|
|
};
|
|
class 10Rnd_762x54_SVD {
|
|
type = "trade_items";
|
|
buy[] = {2,"ItemSilverBar10oz",1};
|
|
sell[] = {1,"ItemSilverBar10oz",1};
|
|
};
|
|
class 5Rnd_762x51_M24 {
|
|
type = "trade_items";
|
|
buy[] = {1,"ItemSilverBar10oz",1};
|
|
sell[] = {5,"ItemSilverBar",1};
|
|
};
|
|
class 5x_22_LR_17_HMR {
|
|
type = "trade_items";
|
|
buy[] = {1,"ItemGoldBar",1};
|
|
sell[] = {5,"ItemSilverBar10oz",1};
|
|
};
|
|
};
|