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

14 lines
792 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
@register.register(shinyarticuno,bool,true)
:endif
:endif
:if:<register.value(shinyarticuno)>=true
@npc.wearskin(0,[POKEMON|S]144)
:endif
:endif
:end