# ------------------------------------------------------
# Pokemon Starter Kit Wild Pokemonn Encounters
# ------------------------------------------------------
# This File contains all Wild Pokemon Data. This File, when in
Debug Mode, will be
# converted into a Data File used by RPG Maker XP. Firstly, the
Number of the Map is
# Placed before the name of the map. Then, Each Map is broken
down into Land, Water,
# and more.
#
# Each subsection contains one of the following:
# - Land - Grass (Terrain Tag 2)
# - Cave - Caves (Terrain Tag 2)
# - Water - Ocean/River (Terrain Tag 6/7)
# - RockSmash - Smashable Rocks (Events)
# - OldRod - Fished with Old Rod (Events)
# - GoodRod - Fished with Good Rod (Events)
# - SuperRod - Fished with Super Rod (Events)
#
# After that follows the encounter data. For Land and Cave
encounter types,
# each entry must have a species and level, separated by commas.
Rarer
# species should be placed lower in the list. For all other
encounter types,
# each entry must have a species, minimum level, and maximum
level, separated by
# commas.
#
# Each species entered must be capitalized with no spaces. This
is for Simplicity.
#
# However, there are some exceptions with the Following Pokemon:
# - NIDORANmA (Male Nidoran)
# - NIDORANfE (Female Nidoran)
# - FARFETCHD (Farfetch'd)
# - MR_MIME (Mr. Mime)
# - PORYGON2 (Porygon 2)
#
# Depending on the encounter type, the number of entries required
varies:
# - Land/Cave: 12 entries
# - Water/RockSmash: 5 entries
# - OldRod: 2 entries
# - GoodRod: 3 entries
# - SuperRod: 5 entries
#
# The Higher up any certain Pokemon is on the Encounters list,
the more of a chance
# the player has to encounter it in a Wild Battle. This repeats
itself for Each
# Encountering Zone, such as Land or Water.
# ------------------------------------------------------
# Encounters
# ------------------------------------------------------
#
# ------------------------------------------------------
032 # Johto - Route 29
# ------------------------------------------------------
25,10,10
Land
HOOTHOOT,2
HOOTHOOT,3
HOPPIP,3
HOPPIP,2
SENTRET,3
SENTRET,2
PIDGEY,2
SENTRET,2
PIDGEY,2
RATTATA,3
HOOTHOOT,2
RATTATA,2
# ------------------------------------------------------
001 # Johto - Realwood Run
# ------------------------------------------------------
25,10,10
Land
MANKEY,5
MANKEY,6
WEEDLE,5
WEEDLE,6
SENTRET,4
SENTRET,5
AZURILL,2
PIDGEY,2
TOGEPI,3
VENONAT,2
VENONAT,5
# ------------------------------------------------------
004 # Johto - Novice Rank Gardens
# ------------------------------------------------------
25,10,10
Land
VULPIX,15
VULPIX,16
PHANPY,14
RATTATA,12
ELEKID,12
MAGBY,12
MAGBY,11
SENTRET,16
PHANPY,18
WINGULL,19
WINGULL,20
FARFETCHD,16
# ------------------------------------------------------
004 # Johto - Novice Rank Gardens
# ------------------------------------------------------
25,10,10
Land
VULPIX,15
VULPIX,16
PHANPY,14
RATTATA,12
ELEKID,12
MAGBY,12
MAGBY,11
SENTRET,16
PHANPY,18
WINGULL,19
WINGULL,20
FARFETCHD,16
# ------------------------------------------------------
# End
# ------------------------------------------------------