Commit 570ff3ec7ed173c0113d7e45b02a67693ec2eccd

Authored by loujiachen
1 parent 35e336ba

账号升级表

Showing 2 changed files with 6 additions and 0 deletions   Show diff stats
Datas/pro2d/AccountLevelExp.xlsx 0 → 100644
No preview for this file type
Defines/pro2d.xml
... ... @@ -102,6 +102,11 @@
102 102 <var name="waves" type="list,Wave"/>
103 103 </bean>
104 104  
  105 + <bean name="AccountLevelExp">
  106 + <var name="level" type="int"/>
  107 + <var name="needExp" type="int"/>
  108 + </bean>
  109 +
105 110 <table name="TbHero" value="Hero" input="pro2d/hero.xlsx"/>
106 111 <table name="TbMonsterWave" value="MonsterWave" input="pro2d/MonsterWave.xlsx"/>
107 112 <table name="TbSkill" value="Skill" input="pro2d/Skill.xlsx"/>
... ... @@ -109,4 +114,5 @@
109 114 <table name="TbRogueMonsterCard" value="RogueMonsterCard" input="pro2d/RogueMonsterCard.xlsx"/>
110 115  
111 116 <table name="TbRogueMonster" value="RogueMonster" input="pro2d/RogueMonster.xlsx"/>
  117 + <table name="TbAccountLevelExp" value="AccountLevelExp" input="pro2d/AccountLevelExp.xlsx"/>
112 118 </module>
113 119 \ No newline at end of file
... ...