use MasterShinyRate

update various scripts to use the master shiny rate as basis
This commit is contained in:
darkfire006 2021-09-29 18:10:32 -05:00
parent 42f8f5e1a2
commit 08955ddcf3
5 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ version=2
@options.show(Yes,No)
:when:Yes
@camera.reset
:if:<system.random(1,2048)>=1
:if:<system.random(1,<math.floor(<pokemon.mastershinyrate>/2)>)>=1
@register.register(shinycelebi)
:else
@register.unregister(shinycelebi)