LTTP - Cap item prices at 4x

I think quadrupled prices will be plenty expensive, and this will stop people who pick "random" from getting 9999 priced items and potentially locking their multiworld behind absurd rupee grinds
This commit is contained in:
Alchav 2022-01-07 22:45:57 -05:00 committed by Fabian Dill
parent 428af55bd9
commit 967e3028fd
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ class ShopPriceModifier(Range):
"""Percentage modifier for shuffled item prices in shops"""
range_start = 0
default = 100
range_end = 10000
range_end = 400
class WorldState(Choice):
option_standard = 1