Prereqs: customizable conditions
What are Prereq_Record and what's their purpose in-game?
Prereqs is the mechanism used in the tweaks to express conditions, exactly as you would in code with:
The primary reason prereqs exist is to allow you to customize a condition's values in tweaks. You could do this all in code, of course, but for "repetitive yet not identical" conditions it turns out being actually very convenient.
In WolvenKit it looks like so:
For example, taking a random Prereq with state from WolvenKit:
Last updated