Skip to content

Commit

Permalink
Kurayami updated the mod
Browse files Browse the repository at this point in the history
  • Loading branch information
kurayamiblackheart committed Jun 24, 2023
1 parent 0726e46 commit 829b0ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions Data/Scripts/001_Technical/001_MKXP_Compatibility.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,17 @@ def pbSetWindowText(string)
end

def kurayRNGforChannels
kurayRNG = rand(0..1000)
kurayRNG = rand(0..10000)
if kurayRNG < 5
return rand(0..11)
elsif kurayRNG < 205
elsif kurayRNG < 41
return rand(0..8)
elsif kurayRNG < 2041
return rand(0..5)
else
return rand(0..2)
end
# 0.04% chance to have an inverse magenta/yellow/cyan
# 0.4% chance to have an inverse (4/1000*100)
# 4% chance to have Cyan/Magenta/Yellow (40/1000*100)
# change Cyan/Magenta/Yellow to 20%
Expand Down
2 changes: 1 addition & 1 deletion Data/Scripts/050_AddOns/IntroScreen.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
###SCRIPTEDIT1
# Config value for selecting title screen style
SCREENSTYLE = 1
KURAYVERSION = "0.6.29"
KURAYVERSION = "0.6.30"
# 1 - FR/LG
# 2 - R/S/E

Expand Down

0 comments on commit 829b0ba

Please sign in to comment.