v4.0
Lookup Tables convert an input value to an output value, and can be used in the Stat effects of objects which affect stats, such as ItemObjects.
ItemObjects
To create a Lookup Table, right click in the Project view, and select Create/Game Modules/Create/Lookup Table
Create/Game Modules/Create/Lookup Table
Add input and output values, as you'd like. You can have as many lookup tables as you need for your project.
Last updated 2 years ago
var lookupTable = SomeLookupTable; var outputValue = lookupTable.ResultFrom(inputValue);