dd
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user