mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
调整角色驱动盘整体评级分数
This commit is contained in:
parent
b46537ea3d
commit
289a0a9a6d
3 changed files with 8 additions and 8 deletions
|
|
@ -64,7 +64,7 @@ export default class Score {
|
|||
const rarity_multiplier = this.get_rarity_multiplier();
|
||||
const actual_count = this.get_actual_count();
|
||||
if (actual_count === 0 && this.partition <= 3) {
|
||||
return 12 * this.get_level_multiplier();
|
||||
return 12 * this.get_level_multiplier() * rarity_multiplier;
|
||||
}
|
||||
const max_count = this.get_max_count();
|
||||
if (max_count === 0)
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ export default class Score {
|
|||
const actual_count = this.get_actual_count()
|
||||
if (actual_count === 0 && this.partition <= 3) {
|
||||
// 1…1个有效副词条都没有吗?真是拿你没办法呢~给点主词条的分吧~❤️杂鱼~❤️杂鱼~❤️
|
||||
return 12 * this.get_level_multiplier()
|
||||
return 12 * this.get_level_multiplier() * rarity_multiplier
|
||||
}
|
||||
const max_count = this.get_max_count()
|
||||
if (max_count === 0) return 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue