Commit ab5aff7d7c7b81288d7a078fc0bda6e2073c0d34

Authored by yangjiyue
1 parent 6a846790

增加羁绊buff表

Datas/pro2d/CoupleTiesDatas.xlsx 0 → 100644
No preview for this file type
Datas/pro2d/hero.xlsx
No preview for this file type
@@ -339,6 +339,18 @@ @@ -339,6 +339,18 @@
339 <var name="GoodsDataStructs" type="map,int,GoodsDataStruct"/> 339 <var name="GoodsDataStructs" type="map,int,GoodsDataStruct"/>
340 </bean> 340 </bean>
341 341
  342 +
  343 + <bean name="CoupleTiesBuffData">
  344 + <var name="AttributesEntryID" type="int"/>
  345 + <var name="Coefficient" type="float"/>
  346 + </bean>
  347 +
  348 +
  349 + <bean name="CoupleTies">
  350 + <var name="CoupleTiesID" type="int"/>
  351 + <var name="CoupleTiesBuffDatas" type="map,int,CoupleTiesBuffData"/>
  352 + </bean>
  353 +
342 <bean name="RechargeDatas"> 354 <bean name="RechargeDatas">
343 <var name="StoreType" type="int"/> 355 <var name="StoreType" type="int"/>
344 <var name="StoreResetCycle" type="int"/> 356 <var name="StoreResetCycle" type="int"/>
@@ -686,6 +698,7 @@ @@ -686,6 +698,7 @@
686 <table name="TbItemMiscellaneousData" value="ItemMiscellaneousData" input="pro2d/MiscellaneousData@ItemData.xlsx"/> 698 <table name="TbItemMiscellaneousData" value="ItemMiscellaneousData" input="pro2d/MiscellaneousData@ItemData.xlsx"/>
687 <table name="TbOpenBox" value="OpenBox" input="pro2d/OpenBox.xlsx"/> 699 <table name="TbOpenBox" value="OpenBox" input="pro2d/OpenBox.xlsx"/>
688 <table name="TbConsumptionItemData" value="ConsumptionItemData" input="pro2d/ConsumptionItemData.xlsx"/> 700 <table name="TbConsumptionItemData" value="ConsumptionItemData" input="pro2d/ConsumptionItemData.xlsx"/>
  701 + <table name="TbCoupleTies" value="CoupleTies" input="pro2d/CoupleTiesDatas.xlsx"/>
689 702
690 <table name="TbQuestDatas" value="QuestDatas" input="pro2d/QuestDatas.xlsx"/> 703 <table name="TbQuestDatas" value="QuestDatas" input="pro2d/QuestDatas.xlsx"/>
691 <table name="TbIntervalTable" value="IntervalTable" input="pro2d/IntervalTable.xlsx"/> 704 <table name="TbIntervalTable" value="IntervalTable" input="pro2d/IntervalTable.xlsx"/>