抽卡:转盘
This commit is contained in:
@@ -599,7 +599,7 @@ function getGachaHopePercent() {
|
||||
function getGachaTurntablePercent() {
|
||||
let arr = decodeArrayListStr(RECRUIT.RECRUIT_BONUS_HERO_QUANTITY);
|
||||
return arr.map(cur => {
|
||||
return { quality: parseInt(cur[0]), weight: parseInt(cur[1]) }
|
||||
return { quality: parseInt(cur[0]), count: parseInt(cur[1]) }
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user