diff options
| author | Garrett Cox <garrettjcox@gmail.com> | 2025-01-01 12:24:55 -0600 |
|---|---|---|
| committer | Garrett Cox <garrettjcox@gmail.com> | 2025-01-01 13:29:11 -0600 |
| commit | c2cf9e191ee7098c216551e016bfa5bb9493783d (patch) | |
| tree | ffa80fa21d88850d5b4aa12864c5590806627c2c /mm/2s2h/Rando/StaticData/Items.cpp | |
| parent | 3a66f03d2e0c2cd748e7611dcd7972fece78aa31 (diff) | |
Misc fixes
- add a few more one point skips
- Persist check skipped to save
- Add gold dust refill item
- Properly convert gold dust/milk to refills
- Fix logic in path to mountain village
- Fix logic for mountain smithy checks
- Fix goron race not granting gold dust refills on subsequent wins
Diffstat (limited to 'mm/2s2h/Rando/StaticData/Items.cpp')
| -rw-r--r-- | mm/2s2h/Rando/StaticData/Items.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/2s2h/Rando/StaticData/Items.cpp b/mm/2s2h/Rando/StaticData/Items.cpp index 51ffd7309..30cc84959 100644 --- a/mm/2s2h/Rando/StaticData/Items.cpp +++ b/mm/2s2h/Rando/StaticData/Items.cpp @@ -45,6 +45,7 @@ std::map<RandoItemId, RandoStaticItem> Items = { RI(RI_DOUBLE_DEFENSE, "", "Double Defense", RITYPE_HEALTH, ITEM_NONE, GI_NONE, GID_HEART_CONTAINER), RI(RI_DOUBLE_MAGIC, "a", "Magic Upgrade", RITYPE_LESSER, ITEM_NONE, GI_NONE, GID_MAGIC_JAR_BIG), RI(RI_FAIRY_REFILL, "a", "Fairy", RITYPE_JUNK, ITEM_FAIRY, GI_FAIRY, GID_FAIRY_2), + RI(RI_GOLD_DUST_REFILL, "a", "Gold Dust Refill", RITYPE_LESSER, ITEM_GOLD_DUST_2, GI_GOLD_DUST_2, GID_GOLD_DUST), RI(RI_GREAT_BAY_BOSS_KEY, "the", "Great Bay Boss Key", RITYPE_BOSS_KEY, ITEM_KEY_BOSS, GI_KEY_BOSS, GID_KEY_BOSS), RI(RI_GREAT_BAY_COMPASS, "the", "Great Bay Compass", RITYPE_LESSER, ITEM_COMPASS, GI_COMPASS, GID_COMPASS), RI(RI_GREAT_BAY_MAP, "the", "Great Bay Map", RITYPE_LESSER, ITEM_DUNGEON_MAP, GI_MAP, GID_DUNGEON_MAP), |
