Commit c6b000eb526d431541a5cf7ecd716fc2593949fe
1 parent
612a9761
新增 Weapon 表
Showing
7 changed files
with
9 additions
and
0 deletions
Show diff stats
Datas/pro2d/Buff.xlsx
No preview for this file type
Datas/pro2d/CarbonMonster.xlsx
No preview for this file type
Datas/pro2d/HeroToSkill.xlsx
No preview for this file type
Datas/pro2d/RogueMonsterCard.xlsx
No preview for this file type
No preview for this file type
Datas/pro2d/hero.xlsx
No preview for this file type
Defines/pro2d.xml
... | ... | @@ -36,6 +36,7 @@ |
36 | 36 | <var name="passiveSkillId1" type="int"/> |
37 | 37 | <var name="passiveSkillId2" type="int"/> |
38 | 38 | <var name="passiveSkillId3" type="int"/> |
39 | + <var name="weapon" type="int"/> | |
39 | 40 | <var name="perfabName" type="string"/> |
40 | 41 | <var name="iconUrl" type="string"/> |
41 | 42 | <var name="attackLv" type="int"/> |
... | ... | @@ -327,6 +328,12 @@ |
327 | 328 | <var name="mainCarbons" type="map,int,mainCarbon"/> |
328 | 329 | </bean> |
329 | 330 | |
331 | + <bean name="Weapon"> | |
332 | + <var name="id" type="int"/> | |
333 | + <var name="atlasAsset" type="string"/> | |
334 | + <var name="region" type="string"/> | |
335 | + </bean> | |
336 | + | |
330 | 337 | <table name="TbHero" value="Hero" input="pro2d/hero.xlsx"/> |
331 | 338 | <table name="TbHeroLvUpValue" value="HeroLvUpValue" input="pro2d/HeroLvUpValue.xlsx"/> |
332 | 339 | <table name="TbMonsterWave" value="MonsterWave" input="pro2d/MonsterWave.xlsx"/> |
... | ... | @@ -352,4 +359,6 @@ |
352 | 359 | <table name="TbSkillConfig" value="SkillConfig" input="pro2d/SkillConfig.xlsx"/> |
353 | 360 | <table name="TbBuff" value="Buff" input="pro2d/Buff.xlsx"/> |
354 | 361 | <table name="TbBullet" value="Bullet" input="pro2d/Bullet.xlsx"/> |
362 | + | |
363 | + <table name="TbWeapon" value="Weapon" input="pro2d/Weapon.xlsx"/> | |
355 | 364 | </module> |
356 | 365 | \ No newline at end of file | ... | ... |