major refactor
This commit is contained in:
parent
09d2d0a050
commit
6e297d9638
|
@ -1,7 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
POKEMON="$(pokemon-colorscripts -l |
|
||||
fzf +m +s -i \
|
||||
pokedex() {
|
||||
pokemon-colorscripts -l |
|
||||
fzf +m -s -i \
|
||||
--cycle \
|
||||
--reverse \
|
||||
--prompt=' ' \
|
||||
|
@ -14,14 +15,36 @@ POKEMON="$(pokemon-colorscripts -l |
|
|||
--info=inline:' ' \
|
||||
--color='fg+:15,fg:42,preview-fg:15,label:9,preview-label:15,hl+:134,hl:123,query:134,gutter:0,border:9,prompt:15,pointer:15,marker:15' \
|
||||
--tiebreak=begin,chunk,length \
|
||||
--preview="pokemon-colorscripts -n {1} --no-title; cat /home/ez/Git/pokedex/pokeData/{1}" \
|
||||
--preview-window=65%:wrap:border-rounded \
|
||||
--preview="echo; pokemon-colorscripts -n {1} --no-title; cat /home/ez/Git/fuzzy-pokedex/pokeData/{1}" \
|
||||
--preview-window=68%:wrap:border-rounded \
|
||||
--bind=focus:transform-preview-label:'echo [ {1} ] ' \
|
||||
--bind=ctrl-b:preview:'pokemon-colorscripts -b -n {1} --no-title; cat /home/ez/Git/pokedex/pokeData/{1};' \
|
||||
--bind=ctrl-s:preview:'pokemon-colorscripts -s -n {1} --no-title; cat /home/ez/Git/pokedex/pokeData/{1};' \
|
||||
--bind=ctrl-n:preview:'pokemon-colorscripts -n {1} --no-title; cat /home/ez/Git/pokedex/pokeData/{1};'|
|
||||
awk '{ printf "%s", $1 }')"
|
||||
--bind=ctrl-b:preview:'echo; pokemon-colorscripts -b -n {1} --no-title; cat /home/ez/Git/fuzzy-pokedex/pokeData/{1};' \
|
||||
--bind=ctrl-s:preview:'echo; pokemon-colorscripts -s -n {1} --no-title; cat /home/ez/Git/fuzzy-pokedex/pokeData/{1};' \
|
||||
--bind=ctrl-n:preview:'echo; pokemon-colorscripts -n {1} --no-title; cat /home/ez/Git/fuzzy-pokedex/pokeData/{1};'|
|
||||
awk '{ printf "%s", $1}' |
|
||||
parallel pokemon-colorscripts --no-title -n {} "&&" cat /home/ez/Git/fuzzy-pokedex/pokeData/{}
|
||||
}
|
||||
|
||||
pokemon-colorscripts --no-title -n "$POKEMON"
|
||||
cat "/home/ez/Git/pokedex/pokeData/$POKEMON"
|
||||
exit 0
|
||||
update_pokeData() {
|
||||
echo -e "\n\t\tWARNING!!!\n\tThis WILL take a long time\n"
|
||||
pokemon-colorscripts -l | sort | parallel --bar --color -j 200% /home/ez/Git/fuzzy-pokedex/pokeinfo {} ">" /home/ez/Git/pokedex/pokeData/{}
|
||||
}
|
||||
|
||||
if [[ ! "$1" =~ ^- ]]; then
|
||||
pokedex
|
||||
else
|
||||
for opt in "$@"; do
|
||||
case $opt in
|
||||
-u|--aur)
|
||||
update_pokeData
|
||||
;;
|
||||
-h|--help)
|
||||
Help
|
||||
;;
|
||||
-*)
|
||||
echo "Invalid Usage"
|
||||
Help
|
||||
;;
|
||||
esac
|
||||
done
|
||||
fi
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Abomasnow
|
||||
Pokedex Number: 460
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Snow Warning - Soundproof (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 494
|
||||
Hp: 90
|
||||
Attack: 132
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Abra
|
||||
Pokedex Number: 063
|
||||
Gender Ratio: ♂:75% ♀:25%
|
||||
Abilities: Synchronize - Inner Focus - Magic Guard (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 310
|
||||
Hp: 25
|
||||
Attack: 20
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Absol
|
||||
Pokedex Number: 359
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Pressure - Super Luck - Justified (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 465
|
||||
Hp: 65
|
||||
Attack: 150
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Accelgor
|
||||
Pokedex Number: 617
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Hydration - Sticky Hold - Unburden (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 495
|
||||
Hp: 80
|
||||
Attack: 70
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Aegislash
|
||||
Pokedex Number: 681
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Stance Change
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 520
|
||||
Hp: 60
|
||||
Attack: 150
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Aerodactyl
|
||||
Pokedex Number: 142
|
||||
Gender Ratio: ♂:87.5% ♀:12.5%
|
||||
Abilities: Rock Head - Pressure - Unnerve (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 515
|
||||
Hp: 80
|
||||
Attack: 135
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Aggron
|
||||
Pokedex Number: 306
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Sturdy - Rock Head - Heavy Metal (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 530
|
||||
Hp: 70
|
||||
Attack: 140
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Aipom
|
||||
Pokedex Number: 190
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Run Away - Pickup - Skill Link (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 360
|
||||
Hp: 55
|
||||
Attack: 70
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Alakazam
|
||||
Pokedex Number: 065
|
||||
Gender Ratio: ♂:75% ♀:25%
|
||||
Abilities: Synchronize - Inner Focus - Magic Guard (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 500
|
||||
Hp: 55
|
||||
Attack: 50
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Alcremie
|
||||
Pokedex Number: 869
|
||||
Gender Ratio: ♂:0% ♀:100%
|
||||
Abilities: Sweet Veil - Aroma Veil (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 495
|
||||
Hp: 110
|
||||
Attack: 121
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Alomomola
|
||||
Pokedex Number: 594
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Healer - Hydration - Regenerator (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 470
|
||||
Hp: 165
|
||||
Attack: 75
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Altaria
|
||||
Pokedex Number: 334
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Natural Cure - Cloud Nine (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 490
|
||||
Hp: 75
|
||||
Attack: 110
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Amaura
|
||||
Pokedex Number: 698
|
||||
Gender Ratio: ♂:87.5% ♀:12.5%
|
||||
Abilities: Refrigerate - Snow Warning (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 362
|
||||
Hp: 77
|
||||
Attack: 59
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Ambipom
|
||||
Pokedex Number: 424
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Technician - Pickup - Skill Link (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 482
|
||||
Hp: 75
|
||||
Attack: 100
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Amoonguss
|
||||
Pokedex Number: 591
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Effect Spore - Regenerator (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 464
|
||||
Hp: 114
|
||||
Attack: 85
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Ampharos
|
||||
Pokedex Number: 181
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Static - Plus (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 510
|
||||
Hp: 90
|
||||
Attack: 95
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Anorith
|
||||
Pokedex Number: 347
|
||||
Gender Ratio: ♂:87.5% ♀:12.5%
|
||||
Abilities: Battle Armor - Swift Swim (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 355
|
||||
Hp: 45
|
||||
Attack: 95
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Appletun
|
||||
Pokedex Number: 842
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Ripen - Gluttony - Thick Fat (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 485
|
||||
Hp: 110
|
||||
Attack: 85
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Applin
|
||||
Pokedex Number: 840
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Ripen - Gluttony - Bulletproof (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 260
|
||||
Hp: 40
|
||||
Attack: 40
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Araquanid
|
||||
Pokedex Number: 752
|
||||
Gender Ratio: ♂:50.2% ♀:49.8%
|
||||
Abilities: Water Bubble - Water Absorb (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 454
|
||||
Hp: 68
|
||||
Attack: 70
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Arbok
|
||||
Pokedex Number: 024
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Intimidate - Shed Skin - Unnerve (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 438
|
||||
Hp: 60
|
||||
Attack: 85
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Arcanine
|
||||
Pokedex Number: 059
|
||||
Gender Ratio: ♂:75% ♀:25%
|
||||
Abilities: Intimidate - Flash Fire - Justified (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 555
|
||||
Hp: 90
|
||||
Attack: 110
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Arceus
|
||||
Pokedex Number: 493
|
||||
Gender Ratio: Genderless
|
||||
Abilities: Multitype
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 720
|
||||
Hp: 120
|
||||
Attack: 120
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Archen
|
||||
Pokedex Number: 566
|
||||
Gender Ratio: ♂:87.5% ♀:12.5%
|
||||
Abilities: Defeatist
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 401
|
||||
Hp: 55
|
||||
Attack: 112
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Archeops
|
||||
Pokedex Number: 567
|
||||
Gender Ratio: ♂:87.5% ♀:12.5%
|
||||
Abilities: Defeatist
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 567
|
||||
Hp: 75
|
||||
Attack: 140
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Arctovish
|
||||
Pokedex Number: 883
|
||||
Gender Ratio: Genderless
|
||||
Abilities: Water Absorb - Ice Body - Slush Rush (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 505
|
||||
Hp: 90
|
||||
Attack: 90
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Arctozolt
|
||||
Pokedex Number: 881
|
||||
Gender Ratio: Genderless
|
||||
Abilities: Volt Absorb - Static - Slush Rush (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 505
|
||||
Hp: 90
|
||||
Attack: 100
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Ariados
|
||||
Pokedex Number: 168
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Swarm - Insomnia - Sniper (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 390
|
||||
Hp: 70
|
||||
Attack: 90
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Armaldo
|
||||
Pokedex Number: 348
|
||||
Gender Ratio: ♂:87.5% ♀:12.5%
|
||||
Abilities: Battle Armor - Swift Swim (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 495
|
||||
Hp: 75
|
||||
Attack: 125
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Aromatisse
|
||||
Pokedex Number: 683
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Healer - Aroma Veil (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 462
|
||||
Hp: 101
|
||||
Attack: 72
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Aron
|
||||
Pokedex Number: 304
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Sturdy - Rock Head - Heavy Metal (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 330
|
||||
Hp: 50
|
||||
Attack: 70
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Arrokuda
|
||||
Pokedex Number: 846
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Swift Swim - Propeller Tail (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 280
|
||||
Hp: 41
|
||||
Attack: 63
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Articuno
|
||||
Pokedex Number: 144
|
||||
Gender Ratio: Genderless
|
||||
Abilities: Pressure - Snow Cloak (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 580
|
||||
Hp: 90
|
||||
Attack: 85
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Audino
|
||||
Pokedex Number: 531
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Healer - Regenerator - Klutz (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 445
|
||||
Hp: 103
|
||||
Attack: 60
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Aurorus
|
||||
Pokedex Number: 699
|
||||
Gender Ratio: ♂:87.5% ♀:12.5%
|
||||
Abilities: Refrigerate - Snow Warning (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 521
|
||||
Hp: 123
|
||||
Attack: 77
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Avalugg
|
||||
Pokedex Number: 713
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Own Tempo - Ice Body - Sturdy (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 514
|
||||
Hp: 95
|
||||
Attack: 117
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Axew
|
||||
Pokedex Number: 610
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Rivalry - Mold Breaker - Unnerve (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 320
|
||||
Hp: 46
|
||||
Attack: 87
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Azelf
|
||||
Pokedex Number: 482
|
||||
Gender Ratio: Genderless
|
||||
Abilities: Levitate
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 580
|
||||
Hp: 75
|
||||
Attack: 125
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Azumarill
|
||||
Pokedex Number: 184
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Thick Fat - Huge Power - Sap Sipper (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 420
|
||||
Hp: 100
|
||||
Attack: 50
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Azurill
|
||||
Pokedex Number: 298
|
||||
Gender Ratio: ♂:25% ♀:75%
|
||||
Abilities: Thick Fat - Huge Power - Sap Sipper (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 190
|
||||
Hp: 50
|
||||
Attack: 20
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Bagon
|
||||
Pokedex Number: 371
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Rock Head - Sheer Force (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 300
|
||||
Hp: 45
|
||||
Attack: 75
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Baltoy
|
||||
Pokedex Number: 343
|
||||
Gender Ratio: Genderless
|
||||
Abilities: Levitate
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 300
|
||||
Hp: 40
|
||||
Attack: 40
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Banette
|
||||
Pokedex Number: 354
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Insomnia - Frisk - Cursed Body (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 455
|
||||
Hp: 64
|
||||
Attack: 165
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Barbaracle
|
||||
Pokedex Number: 689
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Tough Claws - Sniper - Pickpocket (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 500
|
||||
Hp: 72
|
||||
Attack: 105
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Barboach
|
||||
Pokedex Number: 339
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Oblivious - Anticipation - Hydration (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 288
|
||||
Hp: 50
|
||||
Attack: 48
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Barraskewda
|
||||
Pokedex Number: 847
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Swift Swim - Propeller Tail (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 490
|
||||
Hp: 61
|
||||
Attack: 123
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Basculegion
|
||||
Pokedex Number: 902
|
||||
Gender Ratio: ♂:100% ♀:0%
|
||||
Abilities: Swift Swim - Adaptability - Mold Breaker (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 530
|
||||
Hp: 120
|
||||
Attack: 92
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Basculin
|
||||
Pokedex Number: 550
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Reckless (Red-Striped Form BWB2W2 & Blue-Striped Form BW) - Rock Head (Blue-Striped Form - B2W2) - Adaptability - Mold Breaker (Dream World)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 460
|
||||
Hp: 70
|
||||
Attack: 92
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Bastiodon
|
||||
Pokedex Number: 411
|
||||
Gender Ratio: ♂:87.5% ♀:12.5%
|
||||
Abilities: Sturdy - Soundproof (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 495
|
||||
Hp: 60
|
||||
Attack: 52
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Bayleef
|
||||
Pokedex Number: 153
|
||||
Gender Ratio: ♂:87.5% ♀:12.5%
|
||||
Abilities: Overgrow - Leaf Guard (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 405
|
||||
Hp: 60
|
||||
Attack: 62
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Beartic
|
||||
Pokedex Number: 614
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Snow Cloak - Swift Swim (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 485
|
||||
Hp: 95
|
||||
Attack: 110
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Beautifly
|
||||
Pokedex Number: 267
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Swarm - Rivalry (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 395
|
||||
Hp: 60
|
||||
Attack: 70
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Beedrill
|
||||
Pokedex Number: 015
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Swarm - Sniper (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 395
|
||||
Hp: 65
|
||||
Attack: 150
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Beheeyem
|
||||
Pokedex Number: 606
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Telepathy - Synchronize - Analytic (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 485
|
||||
Hp: 75
|
||||
Attack: 75
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Beldum
|
||||
Pokedex Number: 374
|
||||
Gender Ratio: Genderless
|
||||
Abilities: Clear Body - Light Metal (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 300
|
||||
Hp: 40
|
||||
Attack: 55
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Bellossom
|
||||
Pokedex Number: 182
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Chlorophyll - Healer (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 490
|
||||
Hp: 75
|
||||
Attack: 80
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Bellsprout
|
||||
Pokedex Number: 069
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Chlorophyll - Gluttony (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 300
|
||||
Hp: 50
|
||||
Attack: 75
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Bergmite
|
||||
Pokedex Number: 712
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Own Tempo - Ice Body - Sturdy (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 304
|
||||
Hp: 55
|
||||
Attack: 69
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Bewear
|
||||
Pokedex Number: 760
|
||||
Gender Ratio: ♂:50.2% ♀:49.8%
|
||||
Abilities: Fluffy - Klutz - Unnerve (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 500
|
||||
Hp: 120
|
||||
Attack: 125
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Bibarel
|
||||
Pokedex Number: 400
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Simple - Unaware - Moody (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 410
|
||||
Hp: 79
|
||||
Attack: 85
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Bidoof
|
||||
Pokedex Number: 399
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Simple - Unaware - Moody (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 250
|
||||
Hp: 59
|
||||
Attack: 45
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Binacle
|
||||
Pokedex Number: 688
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Tough Claws - Sniper - Pickpocket (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 306
|
||||
Hp: 42
|
||||
Attack: 52
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Bisharp
|
||||
Pokedex Number: 625
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Defiant - Inner Focus - Pressure (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 490
|
||||
Hp: 65
|
||||
Attack: 125
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Blacephalon
|
||||
Pokedex Number: 806
|
||||
Gender Ratio: Genderless
|
||||
Abilities: Beast Boost
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 570
|
||||
Hp: 53
|
||||
Attack: 127
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Blastoise
|
||||
Pokedex Number: 009
|
||||
Gender Ratio: ♂:87.5% ♀:12.5%
|
||||
Abilities: Torrent - Rain Dish (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 530
|
||||
Hp: 79
|
||||
Attack: 103
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Blaziken
|
||||
Pokedex Number: 257
|
||||
Gender Ratio: ♂:87.5% ♀:12.5%
|
||||
Abilities: Blaze - Speed Boost (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 530
|
||||
Hp: 80
|
||||
Attack: 160
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Blipbug
|
||||
Pokedex Number: 824
|
||||
Gender Ratio: ♂:50.2% ♀:49.8%
|
||||
Abilities: Swarm - Compoundeyes - Telepathy (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 180
|
||||
Hp: 25
|
||||
Attack: 20
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Blissey
|
||||
Pokedex Number: 242
|
||||
Gender Ratio: ♂:0% ♀:100%
|
||||
Abilities: Natural Cure - Serene Grace - Healer (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 540
|
||||
Hp: 255
|
||||
Attack: 10
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Blitzle
|
||||
Pokedex Number: 522
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Lightningrod - Motor Drive - Sap Sipper (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 295
|
||||
Hp: 45
|
||||
Attack: 60
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Boldore
|
||||
Pokedex Number: 525
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Sturdy - Sand Force (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 390
|
||||
Hp: 70
|
||||
Attack: 105
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Boltund
|
||||
Pokedex Number: 836
|
||||
Gender Ratio: ♂:50.2% ♀:49.8%
|
||||
Abilities: Strong Jaw - Competitive (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 490
|
||||
Hp: 69
|
||||
Attack: 90
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Bonsly
|
||||
Pokedex Number: 438
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Sturdy - Rock Head - Rattled (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 290
|
||||
Hp: 50
|
||||
Attack: 80
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Bouffalant
|
||||
Pokedex Number: 626
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Reckless - Sap Sipper - Soundproof (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 490
|
||||
Hp: 95
|
||||
Attack: 110
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Bounsweet
|
||||
Pokedex Number: 761
|
||||
Gender Ratio: ♂:0% ♀:100%
|
||||
Abilities: Leaf Guard - Oblivious - Sweet Veil (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 210
|
||||
Hp: 42
|
||||
Attack: 30
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Braixen
|
||||
Pokedex Number: 654
|
||||
Gender Ratio: ♂:87.5% ♀:12.5%
|
||||
Abilities: Blaze - Magician (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 409
|
||||
Hp: 59
|
||||
Attack: 59
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Braviary
|
||||
Pokedex Number: 628
|
||||
Gender Ratio: ♂:100% ♀:0%
|
||||
Abilities: Keen Eye - Sheer Force - Defiant (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 510
|
||||
Hp: 100
|
||||
Attack: 123
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Breloom
|
||||
Pokedex Number: 286
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Effect Spore - Poison Heal - Technician (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 460
|
||||
Hp: 60
|
||||
Attack: 130
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Brionne
|
||||
Pokedex Number: 729
|
||||
Gender Ratio: ♂:88.14% ♀:11.86%
|
||||
Abilities: Torrent - Liquid Voice (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 420
|
||||
Hp: 60
|
||||
Attack: 69
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Bronzong
|
||||
Pokedex Number: 437
|
||||
Gender Ratio: Genderless
|
||||
Abilities: Levitate - Heatproof - Heavy Metal (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 500
|
||||
Hp: 67
|
||||
Attack: 89
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Bronzor
|
||||
Pokedex Number: 436
|
||||
Gender Ratio: Genderless
|
||||
Abilities: Levitate - Heatproof - Heavy Metal (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 300
|
||||
Hp: 57
|
||||
Attack: 24
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Bruxish
|
||||
Pokedex Number: 779
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Dazzling - Strong Jaw - Wonder Skin (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 475
|
||||
Hp: 68
|
||||
Attack: 105
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Budew
|
||||
Pokedex Number: 406
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Natural Cure - Poison Point - Leaf Guard (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 280
|
||||
Hp: 40
|
||||
Attack: 30
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Buizel
|
||||
Pokedex Number: 418
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Swift Swim - Water Veil (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 330
|
||||
Hp: 55
|
||||
Attack: 65
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Bulbasaur
|
||||
Pokedex Number: 001
|
||||
Gender Ratio: ♂:87.5% ♀:12.5%
|
||||
Abilities: Overgrow - Chlorophyll (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 318
|
||||
Hp: 45
|
||||
Attack: 49
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Buneary
|
||||
Pokedex Number: 427
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Run Away - Klutz - Limber (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 350
|
||||
Hp: 55
|
||||
Attack: 66
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Bunnelby
|
||||
Pokedex Number: 659
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Pickup - Cheek Pouch - Huge Power (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 237
|
||||
Hp: 38
|
||||
Attack: 36
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Burmy
|
||||
Pokedex Number: 412
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Shed Skin - Overcoat (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 224
|
||||
Hp: 40
|
||||
Attack: 29
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Butterfree
|
||||
Pokedex Number: 012
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Compoundeyes - Tinted Lens (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 395
|
||||
Hp: 60
|
||||
Attack: 45
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Buzzwole
|
||||
Pokedex Number: 794
|
||||
Gender Ratio: Genderless
|
||||
Abilities: Beast Boost
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 570
|
||||
Hp: 107
|
||||
Attack: 139
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Cacnea
|
||||
Pokedex Number: 331
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Sand Veil - Water Absorb (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 335
|
||||
Hp: 50
|
||||
Attack: 85
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Cacturne
|
||||
Pokedex Number: 332
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Sand Veil - Water Absorb (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 475
|
||||
Hp: 70
|
||||
Attack: 115
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Calyrex
|
||||
Pokedex Number: 898
|
||||
Gender Ratio: Genderless
|
||||
Abilities: Unnerve (Standard) - As One - Unnerve Chilling Neigh (Ice Rider) - As One - Unnerve Grim Neigh (Shadow Rider
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 500
|
||||
Hp: 100
|
||||
Attack: 85
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Camerupt
|
||||
Pokedex Number: 323
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Magma Armor - Solid Rock - Anger Point (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 460
|
||||
Hp: 70
|
||||
Attack: 120
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Carbink
|
||||
Pokedex Number: 703
|
||||
Gender Ratio: Genderless
|
||||
Abilities: Clear Body - Sturdy (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 500
|
||||
Hp: 50
|
||||
Attack: 50
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Carkol
|
||||
Pokedex Number: 838
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Steam Engine - Flame Body - Flash Fire (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 410
|
||||
Hp: 80
|
||||
Attack: 60
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Carnivine
|
||||
Pokedex Number: 455
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Levitate
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 454
|
||||
Hp: 74
|
||||
Attack: 100
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Carracosta
|
||||
Pokedex Number: 565
|
||||
Gender Ratio: ♂:87.5% ♀:12.5%
|
||||
Abilities: Solid Rock - Sturdy - Swift Swim (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 495
|
||||
Hp: 74
|
||||
Attack: 108
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Carvanha
|
||||
Pokedex Number: 318
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Rough Skin - Speed Boost (Hidden Ability)
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 305
|
||||
Hp: 45
|
||||
Attack: 90
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
|
||||
Name: Cascoon
|
||||
Pokedex Number: 268
|
||||
Gender Ratio: ♂:50% ♀:50%
|
||||
Abilities: Shed Skin
|
||||
---Base Stats---
|
||||
|
||||
Base Stats
|
||||
----------------------
|
||||
Total: 205
|
||||
Hp: 50
|
||||
Attack: 35
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue