Commit 6b6a91d7770e0b67fda82d175472d3d817c46b9a
1 parent
b7472657
feat: 添加抽卡母子表
Showing
3 changed files
with
23 additions
and
0 deletions
Show diff stats
No preview for this file type
No preview for this file type
Defines/pro2d.xml
| @@ -544,6 +544,27 @@ | @@ -544,6 +544,27 @@ | ||
| 544 | <var name="DBG" type="string"/> | 544 | <var name="DBG" type="string"/> |
| 545 | </bean> | 545 | </bean> |
| 546 | 546 | ||
| 547 | + <bean name="DropPool"> | ||
| 548 | + <var name="ID" type="int"/> | ||
| 549 | + <var name="ChildId" type="int"/> | ||
| 550 | + <var name="DrawCount" type="int"/> | ||
| 551 | + <var name="Desc" type="string"/> | ||
| 552 | + <var name="Costs" type="string"/> | ||
| 553 | + </bean> | ||
| 554 | + | ||
| 555 | + <bean name="DropInfo"> | ||
| 556 | + <var name="Min" type="int"/> | ||
| 557 | + <var name="Max" type="int"/> | ||
| 558 | + <var name="Weight" type="int"/> | ||
| 559 | + <var name="Desc" type="string"/> | ||
| 560 | + </bean> | ||
| 561 | + | ||
| 562 | + <bean name="DropChildPool"> | ||
| 563 | + <var name="ID" type="int"/> | ||
| 564 | + <var name="Name" type="string"/> | ||
| 565 | + <var name="DropInfos" type="map,int,DropInfo"/> | ||
| 566 | + </bean> | ||
| 567 | + | ||
| 547 | <table name="TbHero" value="Hero" input="pro2d/hero.xlsx"/> | 568 | <table name="TbHero" value="Hero" input="pro2d/hero.xlsx"/> |
| 548 | <table name="TbHeroLvUpValue" value="HeroLvUpValue" input="pro2d/HeroLvUpValue.xlsx"/> | 569 | <table name="TbHeroLvUpValue" value="HeroLvUpValue" input="pro2d/HeroLvUpValue.xlsx"/> |
| 549 | <table name="TbMonsterWave" value="MonsterWave" input="pro2d/MonsterWave.xlsx"/> | 570 | <table name="TbMonsterWave" value="MonsterWave" input="pro2d/MonsterWave.xlsx"/> |
| @@ -584,4 +605,6 @@ | @@ -584,4 +605,6 @@ | ||
| 584 | <table name="TbWeapon" value="Weapon" input="pro2d/Weapon.xlsx"/> | 605 | <table name="TbWeapon" value="Weapon" input="pro2d/Weapon.xlsx"/> |
| 585 | <table name="TbDialogueAll" value="DialogueAll" input="pro2d/DialogueAll.xlsx"/> | 606 | <table name="TbDialogueAll" value="DialogueAll" input="pro2d/DialogueAll.xlsx"/> |
| 586 | <table name="TbDialogueToChapter" value="DialogueToChapter" input="pro2d/DialogueToChapter.xlsx"/> | 607 | <table name="TbDialogueToChapter" value="DialogueToChapter" input="pro2d/DialogueToChapter.xlsx"/> |
| 608 | + <table name="TbDropPool" value="DropPool" input="pro2d/DropPool.xlsx"/> | ||
| 609 | + <table name="TbDropChildPool" value="DropChildPool" input="pro2d/DropChildPool.xlsx"/> | ||
| 587 | </module> | 610 | </module> |
| 588 | \ No newline at end of file | 611 | \ No newline at end of file |