Jump to content

craftable items (progression)


Nixilicous

Recommended Posts

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.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...