mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
ItemLinks: allow linking replacement items as well (#1274)
This commit is contained in:
@@ -184,6 +184,7 @@ A Link to the Past:
|
||||
- Fire Rod
|
||||
- Ice Rod
|
||||
replacement_item: "Rupee (1)"
|
||||
link_replacement: true
|
||||
triggers:
|
||||
- option_category: A Link to the Past
|
||||
option_name: smallkey_shuffle
|
||||
@@ -241,7 +242,7 @@ Timespinner:
|
||||
* `exclude_locations` forces a not important item to be placed on the `Cave 45` location.
|
||||
* `item_links`
|
||||
* For `A Link to the Past` all players in the `rods` item link group will share their fire and ice rods and the player
|
||||
items will be replaced with single rupees.
|
||||
items will be replaced with single rupees. The rupee will also be shared among those players.
|
||||
* For `Timespinner` all players in the `TSAll` item link group will share their entire item pool and the `Twin Pyramid
|
||||
Key` and `Timespinner Wheel` will be forced among the worlds of those in the group. The `null` replacement item will,
|
||||
instead of forcing a specific chosen item, allow the generator to randomly pick a filler item to replace the player items.
|
||||
|
Reference in New Issue
Block a user