Archipelago icon indicating copy to clipboard operation
Archipelago copied to clipboard

Archipelago Multi-Game Randomizer and Server

Results 430 Archipelago issues
Sort by recently updated
recently updated
newest added

Some worlds might want to check for "Item is junk", i.e. an excludable item. Because this is both `filler` and `trap`, and because `filler` is `0`, there are many "wrong...

is: enhancement
affects: core
waiting-on: peer-review

## What is this fixing or adding? Adds Grass Randomizer as an option for TUNIC. Grass Randomizer adds over 6,000 bushes/pieces of grass as checkable locations that have the potential...

is: enhancement
waiting-on: peer-review

### What happened? clicking on `test_default_without_LnD` shows: ``` Failure Traceback (most recent call last): File "C:\Users\j-pop\git\Archipelago\worlds\kh2\test\test_form_logic.py", line 109, in test_default_without_LnD self.assertFalse((self.can_reach_location(levels[2])), levels[2]) AssertionError: True is not false : Valor level...

Please format your title with what portion of the project this pull request is targeting and what it's changing. ex. "MyGame4: implement new game" or "Docs: add new guide for...

is: enhancement
waiting-on: core-review

## What is this fixing or adding? While working on #3640, I realized the handling of the skill progression could greatly be improved by using the same "feature" pattern I...

is: bug/fix
is: refactor/cleanup
waiting-on: core-review

### What task needs to be completed? - [ ] Drop py3.8 support - [ ] Add py3.13 support - [ ] Update docs for supported py versions - [...

## What is this fixing or adding? Adds `item.filler` to go with `item.advancement`, `item.useful`, and `item.trap` ## How was this tested? Wasn't

is: enhancement
affects: core
waiting-on: peer-review

## What is this fixing or adding? Moves Item Link creation out of main; there's likely a better place but this is what made the most sense to me. Also...

is: enhancement
affects: core
waiting-on: peer-review
waiting-on: other

## What is this fixing or adding? Title. also adds a seed arg to setup_solo_multiworld ## How was this tested? tests ## If this makes graphical changes, please attach screenshots.

is: enhancement
waiting-on: author
waiting-on: world-maintainer
waiting-on: peer-review

Playthrough currently rips items out from their locations to check whether they need to be collected. However, there are some games where "this location needs to keep its item" is...

is: bug/fix
affects: core
waiting-on: peer-review