From de4f703e236248a5904b81d1508d877ab8c8bb4d Mon Sep 17 00:00:00 2001 From: He-Man Date: Tue, 18 Apr 2017 17:07:13 +0200 Subject: [PATCH] Added "MeleeRod" (Fishing Rod) to Crafting Menu 1x Rope 1x Stick 1x Metal Scraps --- Sources/epoch_config/Configs/cfgCrafting.hpp | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Sources/epoch_config/Configs/cfgCrafting.hpp b/Sources/epoch_config/Configs/cfgCrafting.hpp index 8bf1d652..30286d99 100644 --- a/Sources/epoch_config/Configs/cfgCrafting.hpp +++ b/Sources/epoch_config/Configs/cfgCrafting.hpp @@ -235,7 +235,7 @@ class CfgCrafting }; class ItemStick : Item { - usedIn[] = {"WoodClub","MeleeMaul","CrudeHatchet","KitFirePlace","KitSpikeTrap","KitMetalTrap"}; + usedIn[] = {"WoodClub","MeleeMaul","CrudeHatchet","KitFirePlace","KitSpikeTrap","KitMetalTrap","MeleeRod"}; recipe[] = {{"WoodLog_EPOCH",1}}; previewPosition[] = {0.8,1,0.25}; previewScale = 0.4; @@ -257,7 +257,7 @@ class CfgCrafting }; class ItemRope : Item { - usedIn[] = {"WoodClub","MeleeMaul","CrudeHatchet"}; + usedIn[] = {"WoodClub","MeleeMaul","CrudeHatchet","MeleeRod"}; nearby[] = {{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}}; recipe[] = {{"ItemKiloHemp",1}}; previewPosition[] = {0.8,1,0.35}; @@ -948,6 +948,14 @@ class CfgCrafting previewScale = 0.11; previewVector = 0; }; + class MeleeRod : Kit + { + recipe[] = { { "ItemRope", 1 }, { "ItemStick", 1 }, { "ItemScraps", 1 } }; + descriptionFull = ""; + previewPosition[] = {0.798975,1,0.375}; + previewScale = 0.2; + previewVector = -1.8; + }; }; /*[[[end]]]*/