mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Small trader changes (#1740)
* Update FriendlyVehicleParts.hpp Moving Mixed Oil to building supplies. * Update FriendlyBuildingSupplies.hpp Adding Mixed Oil. * Update FriendlyToolbeltItems.hpp Removing GPS, Range Finder and Night Vision from buylist. These items should be rare items and harder to find than other items.
This commit is contained in:
@@ -109,6 +109,11 @@ class Category_678 {
|
|||||||
buy[] = {1,"ItemBriefcase100oz"};
|
buy[] = {1,"ItemBriefcase100oz"};
|
||||||
sell[] = {1,"ItemBriefcase100oz"};
|
sell[] = {1,"ItemBriefcase100oz"};
|
||||||
};
|
};
|
||||||
|
class ItemMixOil {
|
||||||
|
type = "trade_items";
|
||||||
|
buy[] = {8,"ItemSilverBar"};
|
||||||
|
sell[] = {4,"ItemSilverBar"};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
class Category_680 {
|
class Category_680 {
|
||||||
|
|||||||
@@ -14,26 +14,11 @@ class Category_679 {
|
|||||||
buy[] = {6,"ItemSilverBar"};
|
buy[] = {6,"ItemSilverBar"};
|
||||||
sell[] = {3,"ItemSilverBar"};
|
sell[] = {3,"ItemSilverBar"};
|
||||||
};
|
};
|
||||||
class ItemGPS {
|
|
||||||
type = "trade_weapons";
|
|
||||||
buy[] = {2,"ItemGoldBar"};
|
|
||||||
sell[] = {1,"ItemGoldBar"};
|
|
||||||
};
|
|
||||||
class Binocular {
|
class Binocular {
|
||||||
type = "trade_weapons";
|
type = "trade_weapons";
|
||||||
buy[] = {2,"ItemSilverBar"};
|
buy[] = {2,"ItemSilverBar"};
|
||||||
sell[] = {1,"ItemSilverBar"};
|
sell[] = {1,"ItemSilverBar"};
|
||||||
};
|
};
|
||||||
class Binocular_Vector {
|
|
||||||
type = "trade_weapons";
|
|
||||||
buy[] = {2,"ItemGoldBar"};
|
|
||||||
sell[] = {1,"ItemGoldBar"};
|
|
||||||
};
|
|
||||||
class NVGoggles {
|
|
||||||
type = "trade_weapons";
|
|
||||||
buy[] = {4,"ItemGoldBar"};
|
|
||||||
sell[] = {1,"ItemGoldBar"};
|
|
||||||
};
|
|
||||||
class ItemFlashlight {
|
class ItemFlashlight {
|
||||||
type = "trade_weapons";
|
type = "trade_weapons";
|
||||||
buy[] = {2,"ItemSilverBar"};
|
buy[] = {2,"ItemSilverBar"};
|
||||||
|
|||||||
@@ -49,11 +49,6 @@ class Category_677 {
|
|||||||
buy[] = {2,"ItemSilverBar"};
|
buy[] = {2,"ItemSilverBar"};
|
||||||
sell[] = {1,"ItemSilverBar"};
|
sell[] = {1,"ItemSilverBar"};
|
||||||
};
|
};
|
||||||
class ItemMixOil {
|
|
||||||
type = "trade_items";
|
|
||||||
buy[] = {8,"ItemSilverBar"};
|
|
||||||
sell[] = {4,"ItemSilverBar"};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class Category_682 {
|
class Category_682 {
|
||||||
|
|||||||
Reference in New Issue
Block a user