Skip to content

Instantly share code, notes, and snippets.

Created March 28, 2012 23:12
Show Gist options
  • Save anonymous/926a095c372416387de7 to your computer and use it in GitHub Desktop.
Save anonymous/926a095c372416387de7 to your computer and use it in GitHub Desktop.
Pokemon::PIKACHU
# => #<struct Pokemon::Creature
# Stats=
# {:Stats=>
# {:Health=>35,
# :Attack=>55,
# :Defense=>30,
# :SpecialAttack=>50,
# :SpecialDefense=>40,
# :Speed=>90},
# :Info=>
# {:Description=>
# "It keeps its tail raised to monitor its surroundings. If you yank its tail, it will try to bite you.",
# :Weight=>13,
# :Height=>52},
# :Moves=>
# [#<struct Pokemon::Move
# Name=:Thundershock,
# Effects={:Paralysis=>10},
# Attack=40,
# Accuracy=[],
# Buffs=nil,
# Length=:Electric,
# Types=nil>,
# #<struct Pokemon::Move
# Name=:Growl,
# Effects={:LowerAttack=>5},
# Attack=0,
# Accuracy=[],
# Buffs=nil,
# Length=:Normal,
# Types=nil>,
# #<struct Pokemon::Move
# Name=:Tail_Whip,
# Effects={:LowerDefense=>5},
# Attack=0,
# Accuracy=[],
# Buffs=nil,
# Length=:Normal,
# Types=nil>,
# #<struct Pokemon::Move
# Name=:Thunder_Wave,
# Effects={:Paralysis=>10},
# Attack=0,
# Accuracy=[],
# Buffs=nil,
# Length=:Electric,
# Types=nil>],
# :Name=>"Pikachu",
# :Gender=>:Male,
# :Status=>:None,
# :Types=>[:Electric, :Normal]},
# Info=nil,
# Moves=nil,
# Name=nil,
# Gender=nil,
# Status=nil,
# Types=nil>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment