Fabian Dill
0a41b7b751
allow additional rupees to refer to their world
2021-03-07 22:49:00 +01:00
CaitSith2
4684c2349c
Fix Ice rod hunt beemizer level 4 still having 'Nothing' Items.
2021-02-07 06:34:42 -08:00
Fabian Dill
54ca6bb26f
significantly reduce price of maps and compasses
2021-02-07 10:05:25 +01:00
Fabian Dill
191834200f
introduce 100 rupee piles for retro and universal keys to be swapped into pool for shop slots
2021-02-07 09:45:30 +01:00
Fabian Dill
e4d4ff667c
Some Shop fixes:
...
Make sure that dark lake hylia shop in inverted retains the blue potion, while allowing shop slots on top (potion will always be the leftmost slot, ignoring "i"/"f"/"g")
Cull Shop swap Candidates before generating weights, then keep track of updated sphere sizes during swaps. This significantly reduces the chance to run out of candidates, as large clumps of false candidates do not get included in the weight
Shop fill is slower with this, as all candidates need to be swept once, instead of on-demand; but this seemed the best way to address the remaining issues.
2021-02-03 14:24:29 +01:00
Fabian Dill
b78f852579
reduce prices of ammo and ammo capacity upgrades, make heart container actually 4X a heart piece and reduce progression item price slightly
2021-01-31 06:47:57 +01:00
Fabian Dill
61bef142a3
New Beemizer implementation, no longer replacing health; leaving that to item pool settings.
2021-01-30 06:46:17 +01:00
Fabian Dill
d3129e25e1
Merge remote-tracking branch 'origin/main'
2021-01-30 02:02:20 +01:00
Fabian Dill
69ceb89202
Make Heart Pieces and Heart Containers significantly cheaper in Shops.
...
Obversation that triggered this is that they almost always get skipped, want to make the choice more enticing.
2021-01-30 02:02:13 +01:00
CaitSith2
ca4758d1c2
Actually disable shop slots that already have an item pushed in.
2021-01-29 00:21:42 -08:00
CaitSith2
c88d9b4339
Additional fixes for Ice Rod Hunt
2021-01-26 07:06:57 -08:00
CaitSith2
a2eb666ae9
Shop location sram offsets now fully static.
2021-01-22 07:08:50 -08:00
CaitSith2
6095cfc586
If any shop shuffle slots are defined, define ALL of them to avoid information leakage.
2021-01-22 05:40:50 -08:00
Fabian Dill
1d2f7efe46
sort shops explicitly
2021-01-22 07:51:09 +01:00
CaitSith2
f87da18ead
Fix coding error
2021-01-20 13:02:34 -08:00
pepperpow
62435c8349
Added overworld bee trap disguises, shop indicators and new shop items
2021-01-20 04:22:26 -06:00
Fabian Dill
4b2a9b3e87
unroll unneeded inner generator expression
2021-01-20 03:17:51 +01:00
Fabian Dill
3f4df40ed1
optimize some things that really don't matter
2021-01-19 06:03:44 +01:00
Fabian Dill
b2d7229dde
type shop as Shop
2021-01-18 04:53:02 +01:00
Fabian Dill
478e1f3a82
General coding pass on Shops
2021-01-18 04:48:20 +01:00
Fabian Dill
a67d657882
Shopswap with higher spheres as well
2021-01-17 23:17:14 +01:00
Fabian Dill
ba07da6bba
Change ShopShuffle to operate within current Sphere
2021-01-17 22:58:52 +01:00
Fabian Dill
f3e686ba9a
Move Shop related stuff to a Shops module
2021-01-16 02:23:23 +01:00