From df0335f7394d78be3ee2f30c968c10657144a116 Mon Sep 17 00:00:00 2001 From: alwaysintreble Date: Sun, 26 Sep 2021 14:28:25 -0500 Subject: [PATCH] Fix formatting on item weight presets page. --- worlds/ror2/Options.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/worlds/ror2/Options.py b/worlds/ror2/Options.py index d659d420..b2cc89a1 100644 --- a/worlds/ror2/Options.py +++ b/worlds/ror2/Options.py @@ -123,14 +123,14 @@ class ItemPoolPresetToggle(DefaultOnToggle): displayname = "Item Weight Presets" class ItemWeights(Choice): - """Preset choices for determining the weights of the item pool. - New is a test for a potential adjustment to the default weights. - Uncommon puts a large number of uncommon items in the pool. - Legendary puts a large number of legendary items in the pool. - lunartic makes everything a lunar item. - chaos generates the pool completely at random with rarer items having a slight cap to prevent this option being too easy. - no_scraps removes all scrap items from the item pool. - even generates the item pool with every item having an even weight.""" + """Preset choices for determining the weights of the item pool.
+ New is a test for a potential adjustment to the default weights.
+ Uncommon puts a large number of uncommon items in the pool.
+ Legendary puts a large number of legendary items in the pool.
+ Lunartic makes everything a lunar item.
+ Chaos generates the pool completely at random with rarer items having a slight cap to prevent this option being too easy.
+ No Scraps removes all scrap items from the item pool.
+ Even generates the item pool with every item having an even weight.""" displayname = "Item Weights" option_default = 0 option_new = 1