Skip to content

Instantly share code, notes, and snippets.

@Sanqui
Created September 12, 2015 22:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sanqui/5d037da29dde7588385b to your computer and use it in GitHub Desktop.
Save Sanqui/5d037da29dde7588385b to your computer and use it in GitHub Desktop.
- name: Venusaur
lv: 56
hp: 140
type: Grass
weakess: Fire
resistance:
retreatcost: 4
moves:
- name: Giga Drain
- energy: GG**
- power: 50
- desc: Remove from Venusaur the number of damage counters equal to the damage you did to the Defending Pokémon.
- name: Cherrim
lv: 28
hp: 80
type: Grass
weakness: Fire
resistance: Water
retreatcost: 2
moves:
- name: Solarbeam
- energy: G**
- power: 60
- name: Ninetales
lv: 42
hp: 90
type: Fire
weakness: Water
resistance:
retreatcost: 1
moves:
- name: Flame Tail
- energy: F**
- power: 60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment