技能系统基本完善 ,现在需要完善基础技能
This commit is contained in:
@@ -81,7 +81,10 @@ export class EquipsComp extends Component {
|
||||
break
|
||||
case "accessory":
|
||||
if(this.accessory.uuid==0) return 4
|
||||
lv=EquipInfo[this.accessory.uuid].lv
|
||||
lv=EquipInfo[this.accessory.uuid].lv+1
|
||||
if(lv>5){
|
||||
lv=5
|
||||
}
|
||||
break
|
||||
}
|
||||
return lv
|
||||
|
||||
Reference in New Issue
Block a user