mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
feat: 练度统计
This commit is contained in:
parent
b44c9caa47
commit
cb9c31f27c
15 changed files with 845 additions and 36 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue