feat: 练度统计

This commit is contained in:
bietiaop 2024-07-31 23:20:24 +08:00
parent b44c9caa47
commit cb9c31f27c
15 changed files with 845 additions and 36 deletions

View file

@ -342,6 +342,8 @@ export class Weapon {
this.talent_title = talent_title;
this.talent_content = talent_content;
this.profession = profession;
/** @type {number} 等级级别(取十位数字) */
this.level_rank = Math.floor(level / 10);
}
async get_assets() {