圣遗物追加词条初步

This commit is contained in:
UnKownOwO
2023-02-19 16:31:33 +08:00
parent 777ffea0a9
commit aaaaaccf26
7 changed files with 198 additions and 34 deletions

View File

@@ -601,6 +601,11 @@
"field_name": "AppendPropDepotId",
"field_type": "int32",
"origin_name": "追加属性库ID"
},
{
"field_name": "AppendPropCount",
"field_type": "int32",
"origin_name": "追加属性初始条数"
}
]
},
@@ -983,7 +988,32 @@
"origin_name": "属性类别"
},
{
"field_name": "Weight",
"field_name": "RandomWeight",
"field_type": "int32",
"origin_name": "随机权重"
}
]
},
{
"table_name": "ReliquaryAffixData",
"field_list": [
{
"field_name": "AppendPropId",
"field_type": "int32",
"origin_name": "追加属性ID"
},
{
"field_name": "AppendPropDepotId",
"field_type": "int32",
"origin_name": "追加属性库ID"
},
{
"field_name": "PropType",
"field_type": "int32",
"origin_name": "属性类别"
},
{
"field_name": "RandomWeight",
"field_type": "int32",
"origin_name": "随机权重"
}