Eein / sea-of-stars-tas

Rust implementation of SoS-TAS
MIT License
1 stars 0 forks source link

Seq improvements #17

Open orkaboy opened 1 month ago

orkaboy commented 1 month ago

Implement more basic Sequencer nodes, like SeqIf and maybe SeqBranch? These need to interact with state as well for their conditionals. Look through the Python TAS to see what could be useful (and what should be scrapped or done differently).

orkaboy commented 3 weeks ago

Marking SeqBranch as done. This can be handled by using SeqIf and making a custom Condition. We just need to add a Config field for various branch options (similar to how the relics are currently handled).