Pokemon | Δίχως Μέλλον | Παρελθοντικές εκδόσεις |
---|
Kris Kris[]
Ά Προβολή: Ντόρα ΤΕΣΣΕΡΑ/Qora 59 (Θέση 709)
Που ζει;[]
Στο Route 209 και Route 211 στα δεξιά
Στατιστικά[]
Feminine Κρις Κρις[]
Stat | Range | ||||
---|---|---|---|---|---|
Στο Lv. 50 | Στο Lv. 100 | ||||
|
155 - 202 | 300 - 394 | |||
|
9 - 62 | 13 - 119 | |||
|
9 - 62 | 13 - 119 | |||
|
99 - 172 | 193 - 339 | |||
|
108 - 183 | 211 - 361 | |||
|
85 - 156 | 166 - 306 | |||
| |||||
|
Eternal Κρις Κρις[]
Stat | Range | ||||
---|---|---|---|---|---|
Στο Lv. 50 | Στο Lv. 100 | ||||
|
160 - 207 | 310 - 404 | |||
|
22 - 79 | 40 - 152 | |||
|
22 - 79 | 40 - 152 | |||
|
112 - 189 | 220 - 372 | |||
|
112 - 189 | 220 - 372 | |||
|
85 - 156 | 166 - 306 | |||
| |||||
|
Botanical Κρις Κρις[]
Stat | Range | ||||
---|---|---|---|---|---|
Στο Lv. 50 | Στο Lv. 100 | ||||
|
155 - 202 | 300 - 394 | |||
|
13 - 68 | 22 - 130 | |||
|
13 - 68 | 22 - 130 | |||
|
108 - 183 | 211 - 361 | |||
|
117 - 194 | 229 - 383 | |||
|
94 - 167 | 184 - 328 | |||
| |||||
|
Slogan[]
Feminine[]
Κρις Κρις, στην ψωμιέρα Κρις Κρις, Κρις Κρις.
Botanical[]
Κρισ Κρισ, νοστιμίζει την ζωή
PBS[]
Name=Kris Kris
InternalName=KRISKRIS
Type1=NORMAL
BaseStats=95,5,5,90,105,115
GenderRate=AlwaysFemale
GrowthRate=Medium
BaseEXP=110
EffortPoints=0,0,0,0,0,0
Rareness=155
Happiness=90
Abilities=DOWNLOAD
HiddenAbility=BOTANOTHERAPY
Moves=1,IRONDEFENSE,1,SWIFT,15,METRONOME,15,HOWL,30,FURYATTACK,30,EAGLEWIND,45,SLASH,45,SLAM,60,FURYCUTTER,60,ASSIST,75,TACKLE,75,GRASSKNOT,90,STEELWING,90,HEX,105,SELFDESTRUCT,105,EXPLOSION
Compatibility=Monster
StepsToHatch=8500
Height=1.2
Weight=2.9
Color=Brown
Habitat=Grassland
Kind=Medicon
Pokedex=A Kris Kris was found by the Wikimedia Foundation. From now, it is here and solves medical problems.
FormNames=Female,Eternal Forme,Alternate Female
BattlerPlayerY=0
BattlerEnemyY=4
BattlerAltitude=0
Evolutions=
Σκριπτ[]
MultipleForms.register(:KRISKRIS,{
"type1"=>proc{|pokemon|
next if pokemon.form==0
next getID(PBTypes,:LICK) if pokemon.form==1 # Eternal
},
"type2"=>proc{|pokemon|
next if pokemon.form==0
next getID(PBTypes,:FAIRY) if pokemon.form==1 # Eternal
next getID(PBTypes,:HERB) if pokemon.form==2 # Ζυμώνει ότι αξίζει - Alternate
},
"getBaseStats"=>proc{|pokemon|
next if pokemon.form==0
case pokemon.form
when 1; next [100,20,20,90,120,120] # Eternal
when 2; next [95,10,10,100,115,125] # Ζυμώνει ότι αξίζει - Alternate
else; next
end
},
"getAbilityList"=>proc{|pokemon|
next if pokemon.form==0
next [[getID(PBAbilities,:INFILTRATOR),0],
[getID(PBAbilities,:ANTISHARPNESS),1],
[getID(PBAbilities,:FLOERYGIST),2],
[getID(PBAbilities,:SUPERCLEARBODY),3],
[getID(PBAbilities,:TOUGHCLAWS),4]] if pokemon.form==1 # Eternal
},
"wildHoldItems"=>proc{|pokemon|
next [getID(PBItems,:ABILITYCAPSULE),
getID(PBItems,:ABILITYCAPSULE),
getID(PBItems,:ABILITYCAPSULE)] if pokemon.form==1 # Eternal
next [0,
getID(PBItems,:HERBGEM),
getID(PBItems,:BOTANICPLATE)] if pokemon.form==2 # Ζυμώνει ότι αξίζει - Alternate
next
},
"getMoveList"=>proc{|pokemon|
next if pokemon.form==0
movelist=[[1,:CHROMELICKS],[1,:MOONBLAST],[5,:REVELATIONDANCE],[5,:DRAININGKISS],
[10,:HERBALPUNCH],[10,:HERBOTOPIA],[20,:ATTRACT],[20,:FAIRYWIND],
[40,:SALAZIRE],[40,:DISARMINGVOICE],[80,:CASANOVA],[80,:HARASHLICKMENTO],
[160,:SUNNYBLAST],[160,:MOONBLOVER],[320,:REVELATIONDANCE],[320,:HERBALPUNCH]] if pokemon.form==1 # Eternal
movelist=[[1,:IRONDEFENSE],[1,:SWIFT],[15,:METRONOME],[15,:HOWL],
[30,:HERBSLAM],[30,:EAGLEWIND],[45,:SLASH],[45,:DAZZLINGLICK],
[60,:FURYCUTTER],[60,:ASSIST],[70,:SUNNYDRAGON],[70,:GRASSKNOT],
[80,:HEX],[90,:SWEETSODA],[90,:DOOMPRETZEL],[100,:EXPLOSION],
[105,:HERBLEAF],[110,:SIAXIS]] if pokemon.form==2 # Ζυμώνει ότι αξίζει - Alternate
for i in movelist
i[1]=getConst(PBMoves,i[1])
end
next movelist
},
"dexEntry"=>proc{|pokemon|
next if pokemon.form==0
next _INTL("Who know the fact about the ancient Kris Kris? It was recently found on the MYSTERY ZONE building out an alternative world that wasn't found out yet.") if pokemon.form==1 # Eternal
next _INTL("Kris Kris was found at the Medical Caves along with LG and Vodafone. It serves botanic help at all times, archeologists said") if pokemon.form==2 # Ζυμώνει ότι αξίζει - Alternate
},
"kind"=>proc{|pokemon|
next if pokemon.form==0
next _INTL("Distortion") if pokemon.form==1 # Eternal
next _INTL("Botanical") if pokemon.form==2 # Ζυμώνει ότι αξίζει - Alternate
},
"getFormOnCreation"=>proc{|pokemon|
maps=[112] # Map IDs for Eternal Forme
if $game_map && maps.include?($game_map.map_id)
next 1 # Eternal
else
next [0,2][rand(2)] # Using just rand(2) won't work because form 1 is Eternal Forme
end
}
})
Sprites[]
Trivia[]
Το βοτανικό Κρις Κρις είναι το μόνο Pokémon που μαθαίνει την κίνηση SIAXIS αλλα δεν μπορεί να κατέχει την ικανότητα με το ίδιο όνομα με κανέναν τρόπο. Λόγο αυτού:
- Δεν μπορεί να κάνει την κίνηση με ολόκληρη την δύναμη
- Δεν μπορεί να μάθει την κίνηση από το Move Tutor και μπορεί να μάθει την κίνηση μόνο στο επίπεδο 110 ή μέσω του Move Relearner (Αν σε περίπτωση την ξεχάσει την κίνηση)