mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
48 lines
1.1 KiB
C++
48 lines
1.1 KiB
C++
class NeutralBoatsUnarmed {
|
|
class Smallboat_1 {
|
|
type = "trade_any_boat";
|
|
buy[] = {2,"ItemGoldBar10oz",1};
|
|
sell[] = {1,"ItemGoldBar10oz",1};
|
|
};
|
|
class Smallboat_2 {
|
|
type = "trade_any_boat";
|
|
buy[] = {2,"ItemGoldBar10oz",1};
|
|
sell[] = {1,"ItemGoldBar10oz",1};
|
|
};
|
|
class Zodiac {
|
|
type = "trade_any_boat";
|
|
buy[] = {6,"ItemGoldBar",1};
|
|
sell[] = {3,"ItemGoldBar",1};
|
|
};
|
|
class Fishing_Boat {
|
|
type = "trade_any_boat";
|
|
buy[] = {4,"ItemGoldBar10oz",1};
|
|
sell[] = {2,"ItemGoldBar10oz",1};
|
|
};
|
|
class PBX {
|
|
type = "trade_any_boat";
|
|
buy[] = {6,"ItemGoldBar",1};
|
|
sell[] = {3,"ItemGoldBar",1};
|
|
};
|
|
class JetSkiYanahui_Case_Red {
|
|
type = "trade_any_boat";
|
|
buy[] = {6,"ItemGoldBar",1};
|
|
sell[] = {3,"ItemGoldBar",1};
|
|
};
|
|
class JetSkiYanahui_Case_Yellow {
|
|
type = "trade_any_boat";
|
|
buy[] = {6,"ItemGoldBar",1};
|
|
sell[] = {3,"ItemGoldBar",1};
|
|
};
|
|
class JetSkiYanahui_Case_Green {
|
|
type = "trade_any_boat";
|
|
buy[] = {6,"ItemGoldBar",1};
|
|
sell[] = {3,"ItemGoldBar",1};
|
|
};
|
|
class JetSkiYanahui_Case_Blue {
|
|
type = "trade_any_boat";
|
|
buy[] = {6,"ItemGoldBar",1};
|
|
sell[] = {3,"ItemGoldBar",1};
|
|
};
|
|
};
|