• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

craftable items (progression)

Nixilicous

Refugee
im having issue with a mod the items are in game but i want players to able to craft them when they reach a certian level, now the items are unlocked (level wise) but i am unable to craft them in game.

all receipes compiled etc. 

here is the progression page file;

 

<config>

<append xpath="/progression/crafting_skills/crafting_skill[@name='craftingHandguns']">
<display_entry item="RavenRevolver" unlock_level="68,76,84,92,100" />
</append>

<append xpath="/progression/crafting_skills/crafting_skill[@name='craftingHandguns']/effect_group">

<passive_effect name="RecipeTagUnlocked" operation="base_set" level="68,100" value="1" tags="RavenRevolver"/>

<passive_effect name="CraftingTier" operation="base_add" level="76,84,92,100" value="1,2,3,4" tags="RavenRevolver"/>
</append>

</config>



I have tried tags="gunHandgunT3DesertVulture,RavenRevolver" and tags="RavenRevolver" both dont seem to work 

PS there are no warning messages upon loading in game.

 
Did you create a recipe for it and does the name match the item / recipe name for it?

 
Last edited by a moderator:
Back
Top