filler-items #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "marcmagus/YokuAPWorld:filler-items"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds an override for
get_filler_item_name
(the documented way to provide extra fillers) and a list of acceptable items to populate it.From apworld_dev_faq and
AutoWorld.py
this appears to be the correct way to provide a fallback.per Tamva the game handles >80 Wickerlings acceptably, so they should be ok in the filler pool until such time as they are progression
this seems mostly good, but I want to keep all the data I can in the item table, so I'd rather the filler item list be made by list comprehension
You mentioned on discord that it might be helpful to split
ItemType.JUNK
into two categories. PR #5 changes the item table significantly, including splittingItemType.JUNK
intoItemType.JUNK
andItemType.FILLER
. If we merge those changes, then the list comprehension bit should be easy.Closed by
e85f90b3a1
Pull request closed