XP-Modell nach VOD-Daten: 1->2 kostet 2 XP, Carousels geben keine XP

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
team3
2026-07-23 07:30:07 +02:00
parent a78aa5f1e9
commit 8458dd238a

View File

@@ -19,8 +19,7 @@ def test_shop_odds_shape(c):
def test_xp_reaches_max_level(c): def test_xp_reaches_max_level(c):
# Level 1 -> 2 ist gratis; to_next deckt 2->3 bis 9->10. assert len(c["xp"]["to_next"]) == c["xp"]["max_level"] - 1
assert len(c["xp"]["to_next"]) == c["xp"]["max_level"] - 2
assert all(x > 0 for x in c["xp"]["to_next"]) assert all(x > 0 for x in c["xp"]["to_next"])