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

18 lines
1.5 KiB
Plaintext
Raw Normal View History

2016-09-07 18:50:38 +02:00
<EFBFBD><EFBFBD>version=2
@battle.starttrainer(mahogany_gym\leader)
@player.AchieveEmblem(glacier)
:if:<register.registered(glacierbadge_obtain)>=False
:then
@register.register(glacierbadge_obtain)
@register.register(trainer_mahogany_gym\001)
@register.register(trainer_mahogany_gym\002)
@register.register(trainer_mahogany_gym\003)
@register.register(trainer_mahogany_gym\004)
@register.register(trainer_mahogany_gym\005)
@player.GetBadge(15)
@text.show(That Badge will~raise the Special stats~of Pok<00>mon.*It also lets your~Pok<00>mon use Whirlpool~to get across real Whirlpools.*And this...~This is a gift from me!)
@item.give(206,1)
@item.messagegive(206,1)
@text.show(That TM contains Icy Wind.*It inflicts damage~and lowers speed.*It demonstrates~the harshness of winter.)
:endif
:end