Skip to content

Instantly share code, notes, and snippets.

Created March 28, 2012 23:31
Show Gist options
  • Save anonymous/40bdb6c6c2eae9b635c9 to your computer and use it in GitHub Desktop.
Save anonymous/40bdb6c6c2eae9b635c9 to your computer and use it in GitHub Desktop.
Pokemon::PIKACHU
# => #<Pokemon::Creature:0x0000000151b340
# @Gender=Pokemon::Gender::Male,
# @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=
# [#<Pokemon::Move:0x0000000151cc40
# @Accuracy=100,
# @Attack=40,
# @Buffs=[],
# @Effects={:Paralysis=>10},
# @Length=nil,
# @Name=:Thundershock,
# @Types=[Pokemon::Type::Electric]>,
# #<Pokemon::Move:0x0000000151c588
# @Accuracy=100,
# @Attack=0,
# @Buffs=[],
# @Effects={:LowerAttack=>5},
# @Length=nil,
# @Name=:Growl,
# @Types=[Pokemon::Type::Normal]>,
# #<Pokemon::Move:0x0000000151bf98
# @Accuracy=100,
# @Attack=0,
# @Buffs=[],
# @Effects={:LowerDefense=>5},
# @Length=nil,
# @Name=:Tail_Whip,
# @Types=[Pokemon::Type::Normal]>,
# #<Pokemon::Move:0x0000000151b908
# @Accuracy=100,
# @Attack=0,
# @Buffs=[],
# @Effects={:Paralysis=>10},
# @Length=nil,
# @Name=:Thunder_Wave,
# @Types=[Pokemon::Type::Electric]>],
# @Name="Pikachu",
# @Stats=
# {:Health=>35,
# :Attack=>55,
# :Defense=>30,
# :SpecialAttack=>50,
# :SpecialDefense=>40,
# :Speed=>90},
# @Status=Pokemon::Status::None,
# @Types=[Pokemon::Type::Electric, Pokemon::Type::Normal]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment