Fix formatting on item weight presets page.

This commit is contained in:
alwaysintreble 2021-09-26 14:28:25 -05:00 committed by Fabian Dill
parent 1ffe5fc7bb
commit df0335f739
1 changed files with 8 additions and 8 deletions

View File

@ -123,14 +123,14 @@ class ItemPoolPresetToggle(DefaultOnToggle):
displayname = "Item Weight Presets" displayname = "Item Weight Presets"
class ItemWeights(Choice): class ItemWeights(Choice):
"""Preset choices for determining the weights of the item pool. """Preset choices for determining the weights of the item pool.<br>
New is a test for a potential adjustment to the default weights. New is a test for a potential adjustment to the default weights.<br>
Uncommon puts a large number of uncommon items in the pool. Uncommon puts a large number of uncommon items in the pool.<br>
Legendary puts a large number of legendary items in the pool. Legendary puts a large number of legendary items in the pool.<br>
lunartic makes everything a lunar item. Lunartic makes everything a lunar item.<br>
chaos generates the pool completely at random with rarer items having a slight cap to prevent this option being too easy. Chaos generates the pool completely at random with rarer items having a slight cap to prevent this option being too easy.<br>
no_scraps removes all scrap items from the item pool. No Scraps removes all scrap items from the item pool.<br>
even generates the item pool with every item having an even weight.""" Even generates the item pool with every item having an even weight."""
displayname = "Item Weights" displayname = "Item Weights"
option_default = 0 option_default = 0
option_new = 1 option_new = 1