Commit 36a26094a5a28f68d1569a9dfdca828ed1c3db06

Authored by saicom
1 parent ce80317e

新增天赋属性

Showing 2 changed files with 11 additions and 0 deletions   Show diff stats
Datas/pro2d/TalentTree.xlsx 0 → 100644
No preview for this file type
@@ -1098,6 +1098,15 @@ @@ -1098,6 +1098,15 @@
1098 <var name="region" type="string"/> 1098 <var name="region" type="string"/>
1099 </bean> 1099 </bean>
1100 1100
  1101 + <bean name="TalentTree">
  1102 + <var name="ID" type="int"/>
  1103 + <var name="Desc" type="string"/>
  1104 + <var name="Stage" type="int"/>
  1105 + <var name="PrevId" type="list,int"/>
  1106 + <var name="Type" type="int"/>
  1107 + <var name="Cost" type="string"/>
  1108 + </bean>
  1109 +
1101 1110
1102 <table name="TbAdvanceHero" value="AdvanceHero" input="pro2d/AdvanceHero.xlsx"/> 1111 <table name="TbAdvanceHero" value="AdvanceHero" input="pro2d/AdvanceHero.xlsx"/>
1103 <table name="TbActivityCtl" value="ActivityCtl" input="pro2d/activity/ActivityCtl.xlsx"/> 1112 <table name="TbActivityCtl" value="ActivityCtl" input="pro2d/activity/ActivityCtl.xlsx"/>
@@ -1197,5 +1206,7 @@ @@ -1197,5 +1206,7 @@
1197 <table name="TbWeapon" value="Weapon" input="pro2d/Weapon.xlsx"/> 1206 <table name="TbWeapon" value="Weapon" input="pro2d/Weapon.xlsx"/>
1198 <table name="TbDispatch" value="Dispatch" input="pro2d/Dispatch.xlsx"/> 1207 <table name="TbDispatch" value="Dispatch" input="pro2d/Dispatch.xlsx"/>
1199 1208
  1209 + <table name="TbTalentTree" value="TalentTree" input="pro2d/TalentTree.xlsx"/>
  1210 +
1200 1211
1201 </module> 1212 </module>
1202 \ No newline at end of file 1213 \ No newline at end of file