Commit 1c469de1f50837875d4c540c675b4ff3ed397831
1 parent
e8ec24f6
feat: 添加装备合成表
Showing
3 changed files
with
6 additions
and
1 deletions
Show diff stats
No preview for this file type
Datas/pro2d/EquipmentData.xlsx
No preview for this file type
Defines/pro2d.xml
@@ -328,7 +328,11 @@ | @@ -328,7 +328,11 @@ | ||
328 | <var name="MaterialsCombinations" type="map,int,string"/> | 328 | <var name="MaterialsCombinations" type="map,int,string"/> |
329 | </bean> | 329 | </bean> |
330 | 330 | ||
331 | - | 331 | + <bean name="EquipmentComposite"> |
332 | + <var name="EquipID" type="int32"/> | ||
333 | + <var name="Composite" type="string"/> | ||
334 | + </bean> | ||
335 | + | ||
332 | <bean name="ItemData"> | 336 | <bean name="ItemData"> |
333 | <var name="ID" type="int"/> | 337 | <var name="ID" type="int"/> |
334 | <var name="Name" type="string"/> | 338 | <var name="Name" type="string"/> |
@@ -898,6 +902,7 @@ | @@ -898,6 +902,7 @@ | ||
898 | <table name="TbEquipmentType" value="EquipmentType" input="pro2d/EquipmentType@EquipmentData.xlsx"/> | 902 | <table name="TbEquipmentType" value="EquipmentType" input="pro2d/EquipmentType@EquipmentData.xlsx"/> |
899 | <table name="TbEquipBreakdown" value="EquipBreakdown" input="pro2d/EquipBreakdown.xlsx"/> | 903 | <table name="TbEquipBreakdown" value="EquipBreakdown" input="pro2d/EquipBreakdown.xlsx"/> |
900 | <table name="TbEquipmentLvUpMaterials" value="EquipmentLvUpMaterials" input="pro2d/EquipmentLvUpMaterials.xlsx"/> | 904 | <table name="TbEquipmentLvUpMaterials" value="EquipmentLvUpMaterials" input="pro2d/EquipmentLvUpMaterials.xlsx"/> |
905 | + <table name="TbEquipmentComposite" value="EquipmentComposite" input="pro2d/EquipmentComposite.xlsx"/> | ||
901 | <table name="TbItemData" value="ItemData" input="pro2d/BaseData@ItemData.xlsx"/> | 906 | <table name="TbItemData" value="ItemData" input="pro2d/BaseData@ItemData.xlsx"/> |
902 | <table name="TbItemMiscellaneousData" value="ItemMiscellaneousData" input="pro2d/MiscellaneousData@ItemData.xlsx"/> | 907 | <table name="TbItemMiscellaneousData" value="ItemMiscellaneousData" input="pro2d/MiscellaneousData@ItemData.xlsx"/> |
903 | <table name="TbOpenBox" value="OpenBox" input="pro2d/OpenBox.xlsx"/> | 908 | <table name="TbOpenBox" value="OpenBox" input="pro2d/OpenBox.xlsx"/> |