RoR2: Add Support for New Stage (#3436)

* add support for the new stage added to RoR2

* Fix stage being unreachable

* add option groups

* reorder option groups
This commit is contained in:
Rjosephson
2024-06-04 13:24:14 -06:00
committed by GitHub
parent ee1b13f219
commit f30f2d3a3f
4 changed files with 51 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ from .ror2environments import environment_vanilla_table, environment_vanilla_ord
environment_sotv_orderedstages_table, environment_sotv_table, collapse_dict_list_vertical, shift_by_offset
from BaseClasses import Item, ItemClassification, Tutorial
from .options import ItemWeights, ROR2Options
from .options import ItemWeights, ROR2Options, ror2_option_groups
from worlds.AutoWorld import World, WebWorld
from .regions import create_explore_regions, create_classic_regions
from typing import List, Dict, Any
@@ -23,6 +23,8 @@ class RiskOfWeb(WebWorld):
["Ijwu", "Kindasneaki"]
)]
option_groups = ror2_option_groups
class RiskOfRainWorld(World):
"""
@@ -44,7 +46,7 @@ class RiskOfRainWorld(World):
}
location_name_to_id = item_pickups
required_client_version = (0, 4, 5)
required_client_version = (0, 5, 0)
web = RiskOfWeb()
total_revivals: int