P3D-Legacy/P3D/Content/Data/Scripts/trainer/pewter_gym/leader.dat

20 lines
2.5 KiB
Plaintext

version=2
:if:<register.registered(clubintro)>=true <and> <register.registered(earthbadge_obtain)>=true <and> <register.registered(BrockRematchTalk)>=false
@text.show(Ah <player.name>,~you returned!*What brings you all~the way up here?*A battle bar in Johto?*I believe I've heard~about it yes.*It's quite a long way but~I can make it some mornings.*If you're there as well~I could show you the true~rock-hard strength of my~Pokémon!*I won't take you for granted~this time!)
@register.register(BrockRematchTalk)
@register.change(clubregisters,<register.value(clubregisters)>+1)
:end
:endif
@battle.starttrainer(pewter_gym\leader)
@player.AchieveEmblem(boulder)
:if:<register.registered(boulderbadge_obtain)>=False
@npc.unregister(pewter\museum2.dat|0|remove|0)
@register.register(boulderbadge_obtain)
@register.register(trainer_pewter_gym\001)
@player.GetBadge(1)
@Text.show(I really enjoyed~the battle with you,~<player.name>!*I'll give you the~move Rock Slide, too.*It can sometimes cause~your foe to flinch.)
@item.give(385,1)
@item.messagegive(385,1)
@Text.show(Brock: The world is huge.*There are still many~strong trainers like you.*Just wait and see.*I'm going to become~a lot stronger too!)
:endif
:end