OgreLXXV Posted October 25, 2020 Share Posted October 25, 2020 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. Link to comment Share on other sites More sharing options...
Gouki Posted October 25, 2020 Share Posted October 25, 2020 24 minutes ago, OgreLXXV said: 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. 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 Link to comment Share on other sites More sharing options...
OgreLXXV Posted October 25, 2020 Author Share Posted October 25, 2020 3 minutes ago, Gouki said: 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? Link to comment Share on other sites More sharing options...
Gouki Posted October 25, 2020 Share Posted October 25, 2020 6 minutes ago, OgreLXXV said: What does the value="1" portion refer to? I guess it will only be once each level. Link to comment Share on other sites More sharing options...
Telric Posted October 25, 2020 Share Posted October 25, 2020 The 1 is a cvar of types. Its like a true/false cvar. You start at cvar 0, then getting that progression perk, it sets that cvar to 1, which is what the code is looking for to say you are able to craft that recipe. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.