This may be a silly question, but in progression.xml, what does the "value" represent in the "RecipeTagUnlocked" passive_effect lines? All the others make sense, but I can't figure out what it does for this effect.
What does the value="1" portion refer to?Hi OgreLXXV
They are the recipes that are unlocked through the benefit of skills.
Example:
<passive_effect name = "RecipeTagUnlocked" operation = "base_set" level = "1,5" value = "1" tags = "meleeToolSalvageT1Wrench" />
Here you can unlock the crafting of the wrench from level 1 to 5.
Hope that helps you.
Regards
What does the value="1" portion refer to?