1
This commit is contained in:
parent
a74e772bb6
commit
d86af0711b
@ -1499,7 +1499,7 @@ class BattleData(object):
|
|||||||
['hero_skin',0,'英雄皮肤 item id'],
|
['hero_skin',0,'英雄皮肤 item id'],
|
||||||
['skill_id',0,'备战技能 item id'],
|
['skill_id',0,'备战技能 item id'],
|
||||||
['battle_times',0,'战斗次数'],
|
['battle_times',0,'战斗次数'],
|
||||||
['chip_page',_common.Attr(),'铭文页属性'],
|
['chip_page', Attr(),'铭文页属性'],
|
||||||
['hero_dto','','英雄详情'],
|
['hero_dto','','英雄详情'],
|
||||||
['weapon_dto1','','武器1详情'],
|
['weapon_dto1','','武器1详情'],
|
||||||
['weapon_dto2','','武器2详情'],
|
['weapon_dto2','','武器2详情'],
|
||||||
@ -1510,5 +1510,5 @@ class BattleTeam(object):
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.fields = [
|
self.fields = [
|
||||||
['team_uuid','','队伍唯一id'],
|
['team_uuid','','队伍唯一id'],
|
||||||
['!members', _common.BattleData(), '成员数据'],
|
['!members', BattleData(), '成员数据'],
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user