From 007460dc51494001f63446fa6a29e174cea20ce6 Mon Sep 17 00:00:00 2001 From: Sergio Valor Date: Fri, 22 May 2026 22:12:17 +0200 Subject: [PATCH] tweak(stages): stage 1 amb mix dels 3 tipus d'enemic (34/33/33) --- data/stages/stages.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/stages/stages.yaml b/data/stages/stages.yaml index 4b0b610..7c3acfb 100644 --- a/data/stages/stages.yaml +++ b/data/stages/stages.yaml @@ -7,7 +7,7 @@ metadata: description: "Progressive difficulty curve from novice to expert" stages: - # STAGE 1: Tutorial - Only pentagons, slow speed + # STAGE 1: Tutorial - Mix de tots els tipus, velocitat lenta - stage_id: 1 total_enemies: 50 spawn_config: @@ -15,9 +15,9 @@ stages: initial_delay: 0.3 spawn_interval: 0.4 enemy_distribution: - pentagon: 100 - cuadrado: 0 - molinillo: 0 + pentagon: 34 + cuadrado: 33 + molinillo: 33 difficulty_multipliers: speed_multiplier: 0.7 rotation_multiplier: 0.8