{ "weather_types": { "sunny": { "description": "Bright sunshine increases Fire and Grass-type spawns", "spawn_modifier": 1.5, "affected_types": ["Fire", "Grass"], "duration_minutes": [60, 120] }, "rainy": { "description": "Heavy rain boosts Water-type spawns significantly", "spawn_modifier": 2.0, "affected_types": ["Water"], "duration_minutes": [45, 90] }, "storm": { "description": "Electric storms double Electric-type spawn rates", "spawn_modifier": 2.0, "affected_types": ["Electric"], "duration_minutes": [30, 60] }, "blizzard": { "description": "Harsh snowstorm increases Ice and Water-type spawns", "spawn_modifier": 1.7, "affected_types": ["Ice", "Water"], "duration_minutes": [60, 120] }, "earthquake": { "description": "Ground tremors bring Rock-type pets to the surface", "spawn_modifier": 1.8, "affected_types": ["Rock"], "duration_minutes": [30, 90] }, "calm": { "description": "Perfect weather with normal spawn rates", "spawn_modifier": 1.0, "affected_types": [], "duration_minutes": [90, 180] } }, "location_weather_chances": { "Starter Town": ["sunny", "calm", "rainy"], "Whispering Woods": ["sunny", "rainy", "calm"], "Electric Canyon": ["storm", "sunny", "calm"], "Crystal Caves": ["earthquake", "calm"], "Frozen Tundra": ["blizzard", "calm"], "Dragon's Peak": ["storm", "sunny", "calm"] } }