mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
24 lines
505 B
C++
24 lines
505 B
C++
class NeutralExplosives {
|
|
tid = 529;
|
|
class HandGrenade_west {
|
|
type = "trade_items";
|
|
buy[] = {4,"ItemGoldBar",1};
|
|
sell[] = {2,"ItemGoldBar",1};
|
|
};
|
|
class PipeBomb {
|
|
type = "trade_items";
|
|
buy[] = {4,"ItemGoldBar10oz",1};
|
|
sell[] = {2,"ItemGoldBar10oz",1};
|
|
};
|
|
class 1Rnd_HE_M203 {
|
|
type = "trade_items";
|
|
buy[] = {4,"ItemGoldBar",1};
|
|
sell[] = {2,"ItemGoldBar",1};
|
|
};
|
|
class HandGrenade_east {
|
|
type = "trade_items";
|
|
buy[] = {4,"ItemGoldBar",1};
|
|
sell[] = {2,"ItemGoldBar",1};
|
|
};
|
|
};
|