Re-export all seed data from database

Ran --export to refresh seed JSON files with current database state.
Includes updated games, pokemon, routes/encounters, evolutions, and
new firered-bosses.json boss battle data.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-08 12:39:45 +01:00
parent 0a2d42a6d0
commit 2d4aa9d562
36 changed files with 71274 additions and 32837 deletions

View File

@@ -5,7 +5,7 @@
"encounters": [
{
"pokeapi_id": 1,
"pokemon_name": "bulbasaur",
"pokemon_name": "Bulbasaur",
"method": "starter",
"encounter_rate": 100,
"min_level": 5,
@@ -13,7 +13,7 @@
},
{
"pokeapi_id": 4,
"pokemon_name": "charmander",
"pokemon_name": "Charmander",
"method": "starter",
"encounter_rate": 100,
"min_level": 5,
@@ -21,7 +21,7 @@
},
{
"pokeapi_id": 7,
"pokemon_name": "squirtle",
"pokemon_name": "Squirtle",
"method": "starter",
"encounter_rate": 100,
"min_level": 5,
@@ -35,7 +35,7 @@
"encounters": [
{
"pokeapi_id": 129,
"pokemon_name": "magikarp",
"pokemon_name": "Magikarp",
"method": "gift",
"encounter_rate": 100,
"min_level": 5,
@@ -49,7 +49,7 @@
"encounters": [
{
"pokeapi_id": 133,
"pokemon_name": "eevee",
"pokemon_name": "Eevee",
"method": "gift",
"encounter_rate": 100,
"min_level": 25,
@@ -63,7 +63,7 @@
"encounters": [
{
"pokeapi_id": 131,
"pokemon_name": "lapras",
"pokemon_name": "Lapras",
"method": "gift",
"encounter_rate": 100,
"min_level": 25,
@@ -71,7 +71,7 @@
},
{
"pokeapi_id": 106,
"pokemon_name": "hitmonlee",
"pokemon_name": "Hitmonlee",
"method": "gift",
"encounter_rate": 100,
"min_level": 25,
@@ -79,7 +79,7 @@
},
{
"pokeapi_id": 107,
"pokemon_name": "hitmonchan",
"pokemon_name": "Hitmonchan",
"method": "gift",
"encounter_rate": 100,
"min_level": 25,
@@ -93,7 +93,7 @@
"encounters": [
{
"pokeapi_id": 138,
"pokemon_name": "omanyte",
"pokemon_name": "Omanyte",
"method": "fossil",
"encounter_rate": 100,
"min_level": 5,
@@ -101,7 +101,7 @@
},
{
"pokeapi_id": 140,
"pokemon_name": "kabuto",
"pokemon_name": "Kabuto",
"method": "fossil",
"encounter_rate": 100,
"min_level": 5,
@@ -109,7 +109,7 @@
},
{
"pokeapi_id": 142,
"pokemon_name": "aerodactyl",
"pokemon_name": "Aerodactyl",
"method": "fossil",
"encounter_rate": 100,
"min_level": 5,
@@ -123,7 +123,7 @@
"encounters": [
{
"pokeapi_id": 175,
"pokemon_name": "togepi",
"pokemon_name": "Togepi",
"method": "gift",
"encounter_rate": 100,
"min_level": 5,