From 0d5c116da3471fd81da1315d9400220321945e29 Mon Sep 17 00:00:00 2001 From: team3 Date: Thu, 23 Jul 2026 06:55:48 +0200 Subject: [PATCH] Start auf Level 1; Level 2 nach der ersten PvE-Runde Co-Authored-By: Claude Fable 5 --- backend/tft/constants/set17.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/backend/tft/constants/set17.toml b/backend/tft/constants/set17.toml index 2711771..9ca26fd 100644 --- a/backend/tft/constants/set17.toml +++ b/backend/tft/constants/set17.toml @@ -29,9 +29,10 @@ copies_for_2star = 3 copies_for_3star = 9 [xp] -# Spiel startet auf Level 2. XP zum nächsten Level, Index 0 = Level 2 -> 3. -start_level = 2 -to_next = [2, 6, 10, 20, 36, 60, 68, 68] +# Start auf Level 1; die 2 Passiv-XP nach 1-2 heben auf Level 2. +# to_next: Index 0 = Level 1 -> 2. +start_level = 1 +to_next = [2, 2, 6, 10, 20, 36, 60, 68, 68] passive_per_round = 2 buy_amount = 4 buy_cost = 4