This commit is contained in:
hujiabin 2023-02-21 16:05:05 +08:00
parent ab1a340f11
commit 829d6ab3c4

View File

@ -815,7 +815,7 @@ class ChipPro(object):
['item_num', 0, '道具数量'], ['item_num', 0, '道具数量'],
['chip_grade', 0, '芯片等级'], ['chip_grade', 0, '芯片等级'],
['chip_type', 0, '芯片类型1 攻击2 防御3 辅助'], ['chip_type', 0, '芯片类型1 攻击2 防御3 辅助'],
['state', 0, '状态:0 免费;1 常规], ['state', 0, '状态:0 免费;1 常规'],
['supper_state', 0, '是否锁定0 正常;1 锁住 ---弃用字段'], ['supper_state', 0, '是否锁定0 正常;1 锁住 ---弃用字段'],
['inlay_state', 0, '镶嵌状态0 未镶嵌;1 镶嵌了 ---弃用字段'], ['inlay_state', 0, '镶嵌状态0 未镶嵌;1 镶嵌了 ---弃用字段'],
['!rand_attr', [ChipAttr()], '属性'], ['!rand_attr', [ChipAttr()], '属性'],