mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
18 lines
393 B
C++
18 lines
393 B
C++
class NeutralLightMachineGunAmmo {
|
|
class 100Rnd_762x51_M240 {
|
|
type = "trade_items";
|
|
buy[] = {2,"ItemGoldBar",1};
|
|
sell[] = {1,"ItemGoldBar",1};
|
|
};
|
|
class 200Rnd_556x45_M249 {
|
|
type = "trade_items";
|
|
buy[] = {4,"ItemGoldBar",1};
|
|
sell[] = {2,"ItemGoldBar",1};
|
|
};
|
|
class 100Rnd_762x54_PK {
|
|
type = "trade_items";
|
|
buy[] = {2,"ItemGoldBar",1};
|
|
sell[] = {1,"ItemGoldBar",1};
|
|
};
|
|
};
|