Feycat New member Dec 11, 2018 #1 It's ridiculous that we can hammer out armor of steel but can't figure out how to make a leather coat or a pair of pants! Anyone got some recipe edits?
It's ridiculous that we can hammer out armor of steel but can't figure out how to make a leather coat or a pair of pants! Anyone got some recipe edits?
Royal Deluxe New member Dec 11, 2018 #3 In A16 i made recipes, now in A17 i add them to the traders (in larger amounts so that the chance they have them is bigger) But sure here 3 Items (not testet ingame if it works) Code: <recipe name="jacketWhite" count="1" > <ingredient name="resourceCloth" count="50"/> <ingredient name="resourceFeather" count="50"/> </recipe> <recipe name="denimPants" count="1" > <ingredient name="resourceCloth" count="35"/> </recipe> <recipe name="shirt" count="1" > <ingredient name="resourceCloth" count="20"/> </recipe>
In A16 i made recipes, now in A17 i add them to the traders (in larger amounts so that the chance they have them is bigger) But sure here 3 Items (not testet ingame if it works) Code: <recipe name="jacketWhite" count="1" > <ingredient name="resourceCloth" count="50"/> <ingredient name="resourceFeather" count="50"/> </recipe> <recipe name="denimPants" count="1" > <ingredient name="resourceCloth" count="35"/> </recipe> <recipe name="shirt" count="1" > <ingredient name="resourceCloth" count="20"/> </recipe>