Add Pinwheel Clause support for zone-based encounters in route groups

Allows each sub-zone within a route group to have its own independent
encounter when the Pinwheel Clause rule is enabled (default on), instead
of the entire group sharing a single encounter.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-07 20:22:36 +01:00
parent 0b874a6816
commit 4fb6d43305
16 changed files with 233 additions and 22 deletions

View File

@@ -1333,6 +1333,7 @@
{
"name": "Pinwheel Forest (Outside)",
"order": 23,
"pinwheel_zone": 1,
"encounters": [
{
"pokeapi_id": 533,
@@ -1379,6 +1380,7 @@
{
"name": "Pinwheel Forest (Inside)",
"order": 24,
"pinwheel_zone": 2,
"encounters": [
{
"pokeapi_id": 550,

View File

@@ -1321,6 +1321,7 @@
{
"name": "Pinwheel Forest (Outside)",
"order": 25,
"pinwheel_zone": 1,
"encounters": [
{
"pokeapi_id": 535,
@@ -1359,6 +1360,7 @@
{
"name": "Pinwheel Forest (Inside)",
"order": 26,
"pinwheel_zone": 2,
"encounters": [
{
"pokeapi_id": 550,

View File

@@ -1333,6 +1333,7 @@
{
"name": "Pinwheel Forest (Outside)",
"order": 23,
"pinwheel_zone": 1,
"encounters": [
{
"pokeapi_id": 533,
@@ -1379,6 +1380,7 @@
{
"name": "Pinwheel Forest (Inside)",
"order": 24,
"pinwheel_zone": 2,
"encounters": [
{
"pokeapi_id": 10016,

View File

@@ -1321,6 +1321,7 @@
{
"name": "Pinwheel Forest (Outside)",
"order": 25,
"pinwheel_zone": 1,
"encounters": [
{
"pokeapi_id": 535,
@@ -1359,6 +1360,7 @@
{
"name": "Pinwheel Forest (Inside)",
"order": 26,
"pinwheel_zone": 2,
"encounters": [
{
"pokeapi_id": 10016,