【战斗】========主角技能gm添加字段

dev_chengFeng
wangzhenxing 2021-11-26 13:07:49 +08:00
parent 0d18d4595e
commit 180d76f3b9
1 changed files with 1 additions and 0 deletions

View File

@ -341,6 +341,7 @@ function this.RefreshFightData(type)
data.position = (i - 1) % 6 + 1
data.id = monster.id
data.star = monster.star
data.teamDamage=monster.props[2]
data.property = {}
for pi = 1, 25 do
data.property[pi] = monster.props[pi] or 0