Pokemon | Attack | Defense | Stamina | Total |
---|---|---|---|---|
MEWTWO | 284 | 202 | 212 | 698 |
SNORLAX | 180 | 180 | 320 | 680 |
DRAGONITE | 250 | 212 | 182 | 644 |
MEW | 220 | 220 | 200 | 640 |
LAPRAS | 186 | 190 | 260 | 636 |
ARTICUNO | 198 | 242 | 180 | 620 |
MOLTRES | 242 | 194 | 180 | 616 |
VAPOREON | 186 | 168 | 260 | 614 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Result: 1 | |
Items { | |
TemplateId: "BADGE_BATTLE_ATTACK_WON" | |
Badge { | |
BadgeType: BADGE_BATTLE_ATTACK_WON | |
BadgeRanks: 4 | |
Targets: "\nd\350\007" | |
} | |
} | |
Items { |
We can make this file beautiful and searchable if this error is corrected: It looks like row 3 should actually have 27 columns, instead of 12 in line 2.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PkMn BaseStamina BaseAttack BaseDefense Type1 Type2 BaseCaptureRate BaseFleeRate CollisionRadiusM CollisionHeightM CollisionHeadRadiusM MovementType MovementTimerS JumpTimeS AttackTimerS QuickMoves CinematicMoves AnimTime Evolution EvolutionPips PokemonClass PokedexHeightM PokedexWeightKg HeightStdDev WeightStdDev FamilyId CandyToEvolve | |
1 90 126 126 HoloPokemonType.POKEMON_TYPE_GRASS HoloPokemonType.POKEMON_TYPE_POISON 0.1599999964237213 0.10000000149011612 0.3815000057220459 0.6539999842643738 0.27250000834465027 HoloPokemonMovementType.POKEMON_ENC_MOVEMENT_JUMP 10.0 1.149999976158142 29.0 d601dd01 5a3b76 6d56d53fdaac2a3f6d56d53f93a9ea3f0000000036ab0a403333b33fbfbbbb3f 02 HoloPokemonClass.POKEMON_CLASS_NORMAL 1 0.699999988079071 6.900000095367432 0.08749999850988388 0.862500011920929 HoloPokemonFamilyId.V0001_FAMILY_BULBASAUR 25 | |
2 120 156 158 HoloPokemonType.POKEMON_TYPE_GRASS HoloPokemonType.POKEMON_TYPE_POISON 0.07999999821186066 0.07000000029802322 0.3187499940395355 0.637499988079071 0.2549999952316284 H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"MasterBadgeSettings":{"BADGE_BATTLE_ATTACK_WON":{"BadgeType":"BADGE_BATTLE_ATTACK_WON","BadgeRanks":4,"Targets":[10,100,1000]},"BADGE_BATTLE_TRAINING_WON":{"BadgeType":"BADGE_BATTLE_TRAINING_WON","BadgeRanks":4,"Targets":[10,100,1000]},"BADGE_BIG_MAGIKARP":{"BadgeType":"BADGE_BIG_MAGIKARP","BadgeRanks":4,"Targets":[3,50,300]},"BADGE_CAPTURE_TOTAL":{"BadgeType":"BADGE_CAPTURE_TOTAL","BadgeRanks":4,"Targets":[30,500,2000]},"BADGE_EVOLVED_TOTAL":{"BadgeType":"BADGE_EVOLVED_TOTAL","BadgeRanks":4,"Targets":[3,20,200]},"BADGE_HATCHED_TOTAL":{"BadgeType":"BADGE_HATCHED_TOTAL","BadgeRanks":4,"Targets":[10,100,500]},"BADGE_PIKACHU":{"BadgeType":"BADGE_PIKACHU","BadgeRanks":4,"Targets":[3,50,300]},"BADGE_POKEDEX_ENTRIES":{"BadgeType":"BADGE_POKEDEX_ENTRIES","BadgeRanks":4,"Targets":[5,50,100]},"BADGE_POKESTOPS_VISITED":{"BadgeType":"BADGE_POKESTOPS_VISITED","BadgeRanks":4,"Targets":[100,1000,2000]},"BADGE_SMALL_RATTATA":{"BadgeType":"BADGE_SMALL_RATTATA","BadgeRanks":4,"Targets":[3,50,300]},"BADGE_TRAVEL_KM":{"BadgeT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%===================================================================== | |
% File: mathhw.cls | |
% Author: Courtney Strachan | |
% Forked from Justin Wilson's Homework Class (https://gist.github.com/jhwilson/1278588) | |
%===================================================================== | |
%===================================================================== | |
% Packaging | |
%===================================================================== | |
\NeedsTeXFormat{LaTeX2e} |