From 208c361d35e4c3040159c1d6f224406dbc156498 Mon Sep 17 00:00:00 2001 From: He-Man Date: Sat, 28 Sep 2019 00:10:09 +0200 Subject: [PATCH] NL Weapons Price + Sort --- Sources/epoch_config/Configs/CfgItemSort.hpp | 12 ++++++ Sources/epoch_config/Configs/CfgPricing.hpp | 43 ++++++++++++++++++++ 2 files changed, 55 insertions(+) diff --git a/Sources/epoch_config/Configs/CfgItemSort.hpp b/Sources/epoch_config/Configs/CfgItemSort.hpp index 1febf806..1b1aba79 100644 --- a/Sources/epoch_config/Configs/CfgItemSort.hpp +++ b/Sources/epoch_config/Configs/CfgItemSort.hpp @@ -515,6 +515,11 @@ class CfgItemSort "1911_pistol_epoch", "hgun_Pistol_Signal_F", + "pvcrifle_01_F", + "nl_Shotgun", + "nl_auto_xbow", + "hgun_Pistol_tranq_01", + // light Rifle "l85a2_epoch", "l85a2_pink_epoch", @@ -704,6 +709,13 @@ class CfgItemSort "6Rnd_BlueSignal_F", "6Rnd_PurpleSignal_F", "6Rnd_OrangeSignal_F", + + "NL_pvc_bb_mag", + "NL_shot_bb_mag", + "xbow_mag_bolt", + "xbow_mag_tranq", + "xbow_mag_exp", + "tranq_dart_mag", // light Mags "30Rnd_65x39_caseless_green", diff --git a/Sources/epoch_config/Configs/CfgPricing.hpp b/Sources/epoch_config/Configs/CfgPricing.hpp index 864ec8d6..267a8945 100644 --- a/Sources/epoch_config/Configs/CfgPricing.hpp +++ b/Sources/epoch_config/Configs/CfgPricing.hpp @@ -2386,6 +2386,32 @@ class CfgPricing price = 2; tax = 0.9; }; + + class NL_pvc_bb_mag + { + price = 20; + }; + class NL_shot_bb_mag + { + price = 20; + }; + class xbow_mag_bolt + { + price = 20; + }; + class xbow_mag_tranq + { + price = 20; + }; + class xbow_mag_exp + { + price = 20; + }; + class tranq_dart_mag + { + price = 5; + }; + class UGL_FlareWhite_F { price = 2; @@ -2626,6 +2652,23 @@ class CfgPricing { price = 100; }; + + class pvcrifle_01_F + { + price = 100; + }; + class nl_Shotgun + { + price = 100; + }; + class nl_auto_xbow + { + price = 100; + }; + class hgun_Pistol_tranq_01 + { + price = 20; + }; // A2 Weapons class a2_ak47s_gold_EPOCH