皮肤:周边相关功能影响
This commit is contained in:
@@ -9,6 +9,8 @@ export class HeroesRecord {
|
||||
@prop({ required: true, default: 0 })
|
||||
hid: number; // 武将id
|
||||
@prop({ required: true, default: 0 })
|
||||
skinId: number; // 皮肤id,fashions表的heroId
|
||||
@prop({ required: true, default: 0 })
|
||||
quality: number; // 品质
|
||||
@prop({ required: true, default: 0 })
|
||||
star: number; // 星级
|
||||
@@ -25,6 +27,7 @@ export class HeroesRecord {
|
||||
|
||||
constructor(pvpHero: PvpHeroInfo, damage: number, heal: number, underDamage: number) {
|
||||
this.hid = pvpHero.actorId;
|
||||
this.skinId = pvpHero.skinId;
|
||||
this.quality = pvpHero.quality;
|
||||
this.star = pvpHero.star;
|
||||
this.colorStar = pvpHero.colorStar;
|
||||
|
||||
Reference in New Issue
Block a user