From 8569f28f3c0ff683445205a4e9cae0a7c7eef072 Mon Sep 17 00:00:00 2001 From: w Date: Sat, 7 Jun 2025 01:42:30 -0300 Subject: [PATCH] example config fix --- example_config.ini | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/example_config.ini b/example_config.ini index 5f897cb..af7e0f2 100644 --- a/example_config.ini +++ b/example_config.ini @@ -11,11 +11,12 @@ DatabaseLocation = ./gacha_game.db RollInterval = 72000 ; Rarity drop weights (1 to 5 stars) ; Format: rarity=weight per line -Rarity_1 = 0.7 ; common -Rarity_2 = 0.2 ; uncommon -Rarity_3 = 0.08 ; rare -Rarity_4 = 0.015 ; epic -Rarity_5 = 0.005 ; legendary +; In order: common, uncommon, rare, epic and legendary (Example values below) +Rarity_1 = 0.7 +Rarity_2 = 0.2 +Rarity_3 = 0.08 +Rarity_4 = 0.015 +Rarity_5 = 0.005 [notification] ; Number of seconds to sleep while awaiting new notifications