14 lines
768 B
Plaintext
14 lines
768 B
Plaintext
version=2
|
|
:if:<register.registered(battlediancie)>=false
|
|
:if:<register.registered(shinydiancie)>=false
|
|
@register.register(shinydiancie,bool,false)
|
|
:if:<system.random(1,<math.floor(<pokemon.mastershinyrate>/2)>)>=1
|
|
@register.change(shinydiancie,true)
|
|
:endif
|
|
:endif
|
|
:if:<register.value(shinydiancie)>=true
|
|
@npc.wearskin(0,[POKEMON|S]719)
|
|
:endif
|
|
:endif
|
|
:end
|