P3D-Legacy/P3D/Content/Data/Scripts/seafoam/articunomap.dat

14 lines
778 B
Plaintext
Raw Normal View History

2021-10-09 06:52:09 +02:00
<EFBFBD><EFBFBD>version=2
:if:<register.registered(battlearticuno)>=false
:if:<register.registered(shinyarticuno)>=false
@register.register(shinyarticuno,bool,false)
:if:<system.random(1,<math.floor(<pokemon.mastershinyrate>/2)>)>=1
2022-08-25 08:12:33 +02:00
@register.change(shinyarticuno,true)
2021-10-09 06:52:09 +02:00
:endif
:endif
:if:<register.value(shinyarticuno)>=true
@npc.wearskin(0,[POKEMON|S]144)
:endif
:endif
:end