Zannick / logic-graph

Tools for video game logic representation and analysis, particularly routing and beatability checks for speedruns and randomizers.
MIT License
3 stars 0 forks source link

Add 'data' section for constants #43

Closed Zannick closed 1 year ago

Zannick commented 1 year ago

For AV2, this would replace the "water" and "breach" context variables that will never themselves change, but are overridden with here rules. Instead, let's have a data section much like context variables, but that are essentially constants set per-place (with a game default overridden by region, then area, spot similarly), and are turned into constant EnumMaps we can use like context variables anywhere.