Timespinner: Bring back starter progression item (#1508)

This commit is contained in:
Jarno
2023-03-08 20:05:30 +01:00
committed by GitHub
parent 5a8e6e61f5
commit d57314a407
2 changed files with 44 additions and 3 deletions

View File

@@ -239,6 +239,22 @@ starter_spells: Tuple[str, ...] = (
'Corruption'
)
# weighted
starter_progression_items: Tuple[str, ...] = (
'Talaria Attachment',
'Talaria Attachment',
'Succubus Hairpin',
'Succubus Hairpin',
'Timespinner Wheel',
'Timespinner Wheel',
'Twin Pyramid Key',
'Celestial Sash',
'Lightwall',
'Modern Warp Beacon',
'Timeworn Warp Beacon',
'Mysterious Warp Beacon'
)
filler_items: Tuple[str, ...] = (
'Potion',
'Ether',