This commit is contained in:
2025-01-08 23:59:41 +08:00
parent aa2d915bb3
commit 52cc268368
9 changed files with 213 additions and 142 deletions

View File

@@ -46,6 +46,16 @@ import { Talents } from "./TalentSet"
* lv : 1 精英 2史诗 3 传说
* kind 1 火 2 水 3 气
**/
export enum HeroKind {
fire = 1,
water = 2,
air = 3,
}
export enum HeroType {
fire = 1,
water = 2,
air = 3,
}
export const HeroInfo = {
//坦克, 高防 攻击时有可能冲击目标造成70% 攻击伤害
5001: {