Commit 8e5310cdc62573a2ad646d926284cff669abadb7
1 parent
46c40f28
表回溯
Showing
4 changed files
with
6 additions
and
17 deletions
Show diff stats
Datas/pro2d/DropAllGroup.xlsx deleted
No preview for this file type
Datas/pro2d/DropChildGroup.xlsx
No preview for this file type
Datas/pro2d/DropParentGroup.xlsx deleted
No preview for this file type
Defines/pro2d.xml
| @@ -544,20 +544,17 @@ | @@ -544,20 +544,17 @@ | ||
| 544 | <var name="DBG" type="string"/> | 544 | <var name="DBG" type="string"/> |
| 545 | </bean> | 545 | </bean> |
| 546 | 546 | ||
| 547 | - <bean name="DropAllGroup"> | 547 | + <bean name="DropGroup"> |
| 548 | <var name="ID" type="int"/> | 548 | <var name="ID" type="int"/> |
| 549 | - <var name="ParentId" type="int"/> | 549 | + <var name="ChildId" type="int"/> |
| 550 | <var name="DrawCount" type="int"/> | 550 | <var name="DrawCount" type="int"/> |
| 551 | <var name="Desc" type="string"/> | 551 | <var name="Desc" type="string"/> |
| 552 | <var name="Costs" type="string"/> | 552 | <var name="Costs" type="string"/> |
| 553 | </bean> | 553 | </bean> |
| 554 | 554 | ||
| 555 | - <bean name="DropParentGroup"> | ||
| 556 | - <var name="ID" type="int"/> | ||
| 557 | - <var name="ParentDropInfos" type="map,int,ParentDropInfo"/> | ||
| 558 | - </bean> | ||
| 559 | - | ||
| 560 | - <bean name="ParentDropInfo"> | 555 | + <bean name="DropInfo"> |
| 556 | + <var name="Min" type="int"/> | ||
| 557 | + <var name="Max" type="int"/> | ||
| 561 | <var name="Weight" type="int"/> | 558 | <var name="Weight" type="int"/> |
| 562 | <var name="Desc" type="string"/> | 559 | <var name="Desc" type="string"/> |
| 563 | </bean> | 560 | </bean> |
| @@ -568,13 +565,6 @@ | @@ -568,13 +565,6 @@ | ||
| 568 | <var name="DropInfos" type="map,int,DropInfo"/> | 565 | <var name="DropInfos" type="map,int,DropInfo"/> |
| 569 | </bean> | 566 | </bean> |
| 570 | 567 | ||
| 571 | - <bean name="DropInfo"> | ||
| 572 | - <var name="Min" type="int"/> | ||
| 573 | - <var name="Max" type="int"/> | ||
| 574 | - <var name="Weight" type="int"/> | ||
| 575 | - <var name="Desc" type="string"/> | ||
| 576 | - </bean> | ||
| 577 | - | ||
| 578 | <table name="TbHero" value="Hero" input="pro2d/hero.xlsx"/> | 568 | <table name="TbHero" value="Hero" input="pro2d/hero.xlsx"/> |
| 579 | <table name="TbHeroLvUpValue" value="HeroLvUpValue" input="pro2d/HeroLvUpValue.xlsx"/> | 569 | <table name="TbHeroLvUpValue" value="HeroLvUpValue" input="pro2d/HeroLvUpValue.xlsx"/> |
| 580 | <table name="TbMonsterWave" value="MonsterWave" input="pro2d/MonsterWave.xlsx"/> | 570 | <table name="TbMonsterWave" value="MonsterWave" input="pro2d/MonsterWave.xlsx"/> |
| @@ -615,7 +605,6 @@ | @@ -615,7 +605,6 @@ | ||
| 615 | <table name="TbWeapon" value="Weapon" input="pro2d/Weapon.xlsx"/> | 605 | <table name="TbWeapon" value="Weapon" input="pro2d/Weapon.xlsx"/> |
| 616 | <table name="TbDialogueAll" value="DialogueAll" input="pro2d/DialogueAll.xlsx"/> | 606 | <table name="TbDialogueAll" value="DialogueAll" input="pro2d/DialogueAll.xlsx"/> |
| 617 | <table name="TbDialogueToChapter" value="DialogueToChapter" input="pro2d/DialogueToChapter.xlsx"/> | 607 | <table name="TbDialogueToChapter" value="DialogueToChapter" input="pro2d/DialogueToChapter.xlsx"/> |
| 618 | - <table name="TbDropAllGroup" value="DropAllGroup" input="pro2d/DropAllGroup.xlsx"/> | ||
| 619 | - <table name="TbDropParentGroup" value="DropParentGroup" input="pro2d/DropParentGroup.xlsx"/> | 608 | + <table name="TbDropGroup" value="DropGroup" input="pro2d/DropGroup.xlsx"/> |
| 620 | <table name="TbDropChildGroup" value="DropChildGroup" input="pro2d/DropChildGroup.xlsx"/> | 609 | <table name="TbDropChildGroup" value="DropChildGroup" input="pro2d/DropChildGroup.xlsx"/> |
| 621 | </module> | 610 | </module> |
| 622 | \ No newline at end of file | 611 | \ No newline at end of file |