make barstound rarer

This commit is contained in:
Kae 2024-08-28 13:04:08 +10:00 committed by GitHub
parent 3c9c65fa38
commit 566b0f4d36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,10 +8,10 @@ function patch(data)
data.backdropImages = jarray{ data.backdropImages = jarray{
jarray{ jarray{
jarray{0, 0}, jarray{0, 0},
"/interface/title/" .. (sb.makeRandomSource():randUInt(100) == 0 and "barst" or "starb") .. "ound.png", "/interface/title/" .. (sb.makeRandomSource():randUInt(300) == 0 and "barst" or "starb") .. "ound.png",
0.5, 0.5,
jarray{0.5, 0.5} jarray{0.5, 0.5}
} }
} }
return data return data
end end