Update bean status and add Rotom encounter to Pokemon X seed data
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,10 +1,11 @@
|
|||||||
---
|
---
|
||||||
# nuzlocke-tracker-5bez
|
# nuzlocke-tracker-5bez
|
||||||
title: Non-evolution form changes
|
title: Non-evolution form changes
|
||||||
status: draft
|
status: completed
|
||||||
type: feature
|
type: feature
|
||||||
|
priority: normal
|
||||||
created_at: 2026-02-07T13:40:00Z
|
created_at: 2026-02-07T13:40:00Z
|
||||||
updated_at: 2026-02-07T13:40:00Z
|
updated_at: 2026-02-08T11:57:36Z
|
||||||
---
|
---
|
||||||
|
|
||||||
Some Pokemon can change form without evolving, using items or abilities. These form changes affect types, stats, and appearance but are not part of the evolution chain.
|
Some Pokemon can change form without evolving, using items or abilities. These form changes affect types, stats, and appearance but are not part of the evolution chain.
|
||||||
|
|||||||
@@ -3790,6 +3790,14 @@
|
|||||||
"name": "Lost Hotel",
|
"name": "Lost Hotel",
|
||||||
"order": 54,
|
"order": 54,
|
||||||
"encounters": [
|
"encounters": [
|
||||||
|
{
|
||||||
|
"pokeapi_id": 479,
|
||||||
|
"pokemon_name": "Rotom",
|
||||||
|
"method": "Special",
|
||||||
|
"encounter_rate": 75,
|
||||||
|
"min_level": 38,
|
||||||
|
"max_level": 38
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"pokeapi_id": 101,
|
"pokeapi_id": 101,
|
||||||
"pokemon_name": "Electrode",
|
"pokemon_name": "Electrode",
|
||||||
|
|||||||
Reference in New Issue
Block a user