Skip to content

Instantly share code, notes, and snippets.

@eevee
Created October 15, 2013 04:12
Show Gist options
  • Save eevee/6986361 to your computer and use it in GitHub Desktop.
Save eevee/6986361 to your computer and use it in GitHub Desktop.
Figuring out a new document-like Pokédex schema from scratch.
bulbasaur:
red-blue:
level:
- 1: tackle
- 1: growl
- 7: leech-seed
machine:
- substitute
- swords-dance
- cute
- id: bulbasaur
introduced-in: generation-i
types: [grass, poison]
stats:
hp: 45
attack: 49
defense: 49
special-attack: 65
special-defense: 65
speed: 45
effort-yield:
special-attack: 1
exp-yield: 64
growth-rate: medium-slow
abilities:
1: overgrow
hidden: chlorophyll
evolution:
from: bulbasaur
trigger: level
minimum-level: 16
egg-groups: [ground]
- how does this format interact with side games?
- where do names and flavor text go: inline in this file, or in separate files? should there be a separate file per language?
- once and for all, WHAT ABOUT FORMS?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment