Commit 3ba5bcead0b4c083fea01ec075d134b17a0b9901
1 parent
8e735369
增加三个SkillConfig相关表
Showing
4 changed files
with
17 additions
and
0 deletions
Show diff stats
No preview for this file type
No preview for this file type
No preview for this file type
Defines/pro2d.xml
@@ -171,6 +171,20 @@ | @@ -171,6 +171,20 @@ | ||
171 | <var name="needExp" type="int"/> | 171 | <var name="needExp" type="int"/> |
172 | </bean> | 172 | </bean> |
173 | 173 | ||
174 | + <bean name="SkillConfig"> | ||
175 | + <var name="name" type="string"/> | ||
176 | + <var name="path" type="string"/> | ||
177 | + </bean> | ||
178 | + | ||
179 | + <bean name="Buff"> | ||
180 | + <var name="name" type="string"/> | ||
181 | + <var name="path" type="string"/> | ||
182 | + </bean> | ||
183 | + | ||
184 | + <bean name="Bullet"> | ||
185 | + <var name="name" type="string"/> | ||
186 | + <var name="path" type="string"/> | ||
187 | + </bean> | ||
174 | 188 | ||
175 | <table name="TbHero" value="Hero" input="pro2d/hero.xlsx"/> | 189 | <table name="TbHero" value="Hero" input="pro2d/hero.xlsx"/> |
176 | <table name="TbMonsterWave" value="MonsterWave" input="pro2d/MonsterWave.xlsx"/> | 190 | <table name="TbMonsterWave" value="MonsterWave" input="pro2d/MonsterWave.xlsx"/> |
@@ -184,4 +198,7 @@ | @@ -184,4 +198,7 @@ | ||
184 | 198 | ||
185 | <table name="TbAccountLevelExp" value="AccountLevelExp" input="pro2d/AccountLevelExp.xlsx"/> | 199 | <table name="TbAccountLevelExp" value="AccountLevelExp" input="pro2d/AccountLevelExp.xlsx"/> |
186 | 200 | ||
201 | + <table name="TbSkillConfig" value="SkillConfig" input="pro2d/SkillConfig.xlsx"/> | ||
202 | + <table name="TbBuff" value="Buff" input="pro2d/Buff.xlsx"/> | ||
203 | + <table name="TbBullet" value="Bullet" input="pro2d/Bullet.xlsx"/> | ||
187 | </module> | 204 | </module> |
188 | \ No newline at end of file | 205 | \ No newline at end of file |