Κορα ΚορεΒΙΖΙΟΝ Wiki
Advertisement
Pokemon Δίχως Μέλλον Παρελθοντικές εκδόσεις

Wikimania[]

Α'Προβολή: Qora 55

Που ζεί;[]

Θα ανακοινωθεί σύντομα

Στατιστικά[]

Wikimania[]

Stat Range
Στο Lv. 50 Στο Lv. 100
HP: 95
155 - 202 300 - 394
Attack: 63
61 - 126 117 - 247
Defense: 45
45 - 106 85 - 207
Sp.Atk: 25
27 - 84 49 - 163
Sp.Def: 77
73 - 141 143 - 278
Speed: 57
55 - 119 107 - 234
Σύνολο: 362   Άλλα Pokémon με αυτό το σύνολο  
  • Minimum stats are calculated with 0 EVs, IVs of 0, and a hindering nature, if applicable.
  • Maximum stats are calculated with 252 EVs, IVs of 31, and a helpful nature, if applicable.


WikimaniaDark[]

Stat Range
Στο Lv. 50 Στο Lv. 100
HP: 95
155 - 202 300 - 394
Attack: 63
61 - 126 117 - 247
Defense: 45
45 - 106 85 - 207
Sp.Atk: 25
27 - 84 49 - 163
Sp.Def: 77
73 - 141 143 - 278
Speed: 57
55 - 119 107 - 234
Σύνολο: 362   Άλλα Pokémon με αυτό το σύνολο  
  • Minimum stats are calculated with 0 EVs, IVs of 0, and a hindering nature, if applicable.
  • Maximum stats are calculated with 252 EVs, IVs of 31, and a helpful nature, if applicable.


PBS[]

Name=Wikimania

InternalName=WIKIMANIA

Type1=MAGIC

Type2=GUST

BaseStats=95,63,45,57,25,77

GenderRate=AlwaysFemale

GrowthRate=Slow

BaseEXP=124

EffortPoints=0,1,0,0,0,0

Rareness=190

Happiness=70

Abilities=STENCH,HERBALILITY

HiddenAbility=IMPOSTER,INTIMIDATE,SHINYGATHER

Moves=1,MEGADRAIN,1,DAZZLINGLICK,1,MAGICHAND,1,EDGE,40,MAGICCROWN,40,MAGICSCOOP,40,NORMALIZE,40,BATONPASS,50,WRINGOUT,60,METRONOME,70,RELICSONG,80,MAGICBOMB,86,MINDRECOVERCY

Compatibility=Undiscovered

StepsToHatch=4000

Height=0.9

Weight=9.1

Color=Red

Habitat=Grassland

Kind=Wikimedia

Pokedex=Wikimania was one of the most helpful Wikimedia Projects. It was hidden and found by the Wikimedia Foundation. Now it is on Wikimania 2016 and it is going for Wikimania 2017.

FormNames=Wikimania,WikimaniaDark

WildItemUncommon=ORANBERRY

WildItemRare=ANGLESTONE

BattlerPlayerY=0

BattlerEnemyY=6

BattlerAltitude=0

Evolutions=

Σκριπτ[]

MultipleForms.register(:WIKIMANIA,{
"type2"=>proc{|pokemon|
   types=[:GUST,:DARK]
   next getID(PBTypes,types[pokemon.form])
},
"getAbilityList"=>proc{|pokemon|
   next [[getID(PBAbilities,:LIGHTER),0],
         [getID(PBAbilities,:SHINYGATHER),1],
         [getID(PBAbilities,:JUSTIFIED),2],
         [getID(PBAbilities,:INTIMILOW),3],
         [getID(PBAbilities,:STENCH),4]] if pokemon.form==1 # Dark Mode
   next                                                    # Light Mode
},
"getForm"=>proc{|pokemon|
   if pbGetMetadata($game_map.map_id,MetadataDarkMap) || 
     (PBDayNight.isNight? && pbGetMetadata($game_map.map_id,MetadataOutdoor)) ||
     isConst?(pokemon.item,PBItems,:DUSKSTONE)
     next 1 # Dark Colors with White Text
   else
     next 0 # Classical Colors with Black Text
   end
}
})

Sprites[]

Advertisement