From ada87955a568ce38f17f3457b733409972f0a07a Mon Sep 17 00:00:00 2001 From: DirtySanchez Date: Mon, 2 Oct 2017 07:41:23 -0500 Subject: [PATCH] more assets pricing --- Sources/epoch_config/Configs/CfgPricing.hpp | 28 +++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/Sources/epoch_config/Configs/CfgPricing.hpp b/Sources/epoch_config/Configs/CfgPricing.hpp index 2dc232a2..568d1e37 100644 --- a/Sources/epoch_config/Configs/CfgPricing.hpp +++ b/Sources/epoch_config/Configs/CfgPricing.hpp @@ -116,6 +116,10 @@ class CfgPricing { price = 10; }; + class SmeltingTools_EPOCH + { + price = 75; + }; class ItemBriefcaseE { price = 10; @@ -1960,6 +1964,30 @@ class CfgPricing { price = 25; }; + class atropine_epoch + { + price = 20; + }; + class krypto_candy_epoch + { + price = 50; + }; + class bluburger_epoch + { + price = 35; + }; + class redburger_epoch + { + price = 35; + }; + class gyro_wrap_epoch + { + price = 40; + }; + class icecream_epoch + { + price = 20; + }; class ItemSodaOrangeSherbet { price = 4;