55 lines
3.6 KiB
Plaintext
55 lines
3.6 KiB
Plaintext
version=2
|
|
:if:<pokedex.caught><50
|
|
@text.show(The goal may be~far away, but don't~give up yet!~Keep going!)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.caught><100
|
|
@text.show(Don't forget, some~Pokémon only appear at~certain times of the day!)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.caught><150
|
|
@text.show(If you break rocks,~some Pokémon that were~hiding there might~come jumping out!)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.caught><200
|
|
@text.show(That's wonderful you've~been able to gather~this many Pokémon!~The path ahead is long.*Keep up the~great work!)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.caught><250
|
|
@text.show(If you Headbutt a tree,~sometimes a Pokémon~might fall out!)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.caught><300
|
|
@text.show(A lot of Pokémon not~found in the Johto region~like to congregate~at the Safari Zone.)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.caught><350
|
|
@text.show(Some special places in~Johto hold Pokémon that~can't be found anywhere else.)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.caught><400
|
|
@text.show(Wow, you've gotten so far...!~I'm actually a little surprised!)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.caught><425
|
|
@text.show(This is a critical moment!~You can't become discouraged!)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.caught><450
|
|
@text.show(Just a little more!~I've got high expectations~for you!)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.caught><464
|
|
@text.show(I have never before~in all my years seen such~an incredible Trainer!)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.caught><721
|
|
@text.show(Wow! This is amazing!~There are Pokémon in here~that I never knew existed!)
|
|
:end
|
|
:endif
|
|
:if:<pokedex.caught>=721
|
|
@text.show(Excellent!*That is an amazing~National Pokédex!*Wow...~You've lived up to my~expectations wonderfully!*No, you've exceeded them,~<player.name>.*You've become an~amazing Trainer!*Thank you, <player.name>!)
|
|
@register.register(dexcomplete)
|
|
:end
|
|
:endif
|
|
:end |