summaryrefslogtreecommitdiff
path: root/test/fixtures/ptu_pokemons.yml
blob: 6c0db1299d669edf78677079a915b0a7d14782b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html

one:
  name: Bulbasaur
  base_hp: 5
  base_atk: 5
  base_def: 5
  base_spatk: 7
  base_spdef: 7
  base_speed: 5
  male_chance: 87.5
  notes: Some info

two:
  name: Charmander
  base_hp: 4
  base_atk: 5
  base_def: 4
  base_spatk: 6
  base_spdef: 5
  base_speed: 7
  male_chance: 87.5
  notes: Blah blah