P3D-Legacy/P3D/Content/Data/Scripts/whirlislands/lugiawarp1.dat

15 lines
960 B
Plaintext
Raw Normal View History

2016-09-07 18:50:38 +02:00
<EFBFBD><EFBFBD>version=2
:if:<register.registered(battlelugia)>=False <and> <inventory.countitem(71)>>0
2021-10-09 07:49:18 +02:00
:if:<register.registered(shinylugia)>=false <and> <player.position(y)>>12
@register.register(shinylugia,bool,false)
:if:<system.random(1,<math.floor(<pokemon.mastershinyrate>/2)>)>=1
2022-08-25 08:12:33 +02:00
@register.change(shinylugia,true)
2021-10-09 07:49:18 +02:00
:endif
:endif
:if:<register.value(shinylugia)>=true
@npc.wearskin(0,[POKEMON|S]249)
:endif
@npc.warp(0,3,0.5,-1)
@pokemon.cry(249)
:endif
:end