vg-json-data / sm-json-data

JSON representations of Super Metroid Game Data
Other
26 stars 12 forks source link

Replace event nodes with junctions, unlockStrats with regular strats #1654

Closed blkerby closed 2 weeks ago

blkerby commented 2 weeks ago

This goes through all rooms and changes "event" nodes to "junction" type, moving their "unlockStrats" into regular strats from the node to itself, using a "setsFlags" strat property to indicate the flags getting set.

The "event" node type is also removed from the schema since this is no longer needed.

A couple related things could be done as a follow-up that aren't included in this PR: