mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
28 lines
654 B
C++
28 lines
654 B
C++
class NeutralAssaultRifleAmmo {
|
|
class 30Rnd_556x45_Stanag {
|
|
type = "trade_items";
|
|
buy[] = {4,"ItemSilverBar",1};
|
|
sell[] = {2,"ItemSilverBar",1};
|
|
};
|
|
class 20Rnd_762x51_FNFAL {
|
|
type = "trade_items";
|
|
buy[] = {4,"ItemSilverBar10oz",1};
|
|
sell[] = {2,"ItemSilverBar10oz",1};
|
|
};
|
|
class 30Rnd_545x39_AK {
|
|
type = "trade_items";
|
|
buy[] = {2,"ItemSilverBar",1};
|
|
sell[] = {1,"ItemSilverBar",1};
|
|
};
|
|
class 30Rnd_762x39_AK47 {
|
|
type = "trade_items";
|
|
buy[] = {2,"ItemSilverBar",1};
|
|
sell[] = {1,"ItemSilverBar",1};
|
|
};
|
|
class 30Rnd_762x39_SA58 {
|
|
type = "trade_items";
|
|
buy[] = {2,"ItemSilverBar",1};
|
|
sell[] = {1,"ItemSilverBar",1};
|
|
};
|
|
};
|