Commit 7cfc550981ed990d03ca1b3c24b5ec77958041f1
1 parent
67432df9
添加测试数据
Showing
3 changed files
with
7 additions
and
0 deletions
Show diff stats
Datas/pro2d/HeroGradeMemoryComposite.xls
No preview for this file type
Datas/pro2d/HeroGradeMemoryGroup.xls
No preview for this file type
Defines/pro2d.xml
| ... | ... | @@ -526,6 +526,7 @@ |
| 526 | 526 | |
| 527 | 527 | <bean name="HeroGradeMemoryGroup"> |
| 528 | 528 | <var name="HeroID" type="int"/> |
| 529 | + <var name="Grade_0" type="list,int"/> | |
| 529 | 530 | <var name="Grade_1" type="list,int"/> |
| 530 | 531 | <var name="Grade_2" type="list,int"/> |
| 531 | 532 | <var name="Grade_3" type="list,int"/> |
| ... | ... | @@ -746,6 +747,11 @@ |
| 746 | 747 | <var name="PopupsButtonText" type="string"/> |
| 747 | 748 | </bean> |
| 748 | 749 | |
| 750 | + <bean name="PropertiesName"> | |
| 751 | + <var name="Properties" type="string"/> | |
| 752 | + <var name="PropertiesNameText" type="string"/> | |
| 753 | + </bean> | |
| 754 | + | |
| 749 | 755 | <bean name="QuestDataStruct"> |
| 750 | 756 | <var name="QuestName" type="string"/> |
| 751 | 757 | <var name="QuestGoalText" type="string"/> |
| ... | ... | @@ -1005,6 +1011,7 @@ |
| 1005 | 1011 | |
| 1006 | 1012 | <table name="TbOpenBox" value="OpenBox" input="pro2d/OpenBox.xlsx"/> |
| 1007 | 1013 | <table name="TbPopupsDatas" value="PopupsDatas" input="pro2d/PopupsDatas.xlsx"/> |
| 1014 | + <table name="TbPropertiesName" value="PropertiesName" input="pro2d/PropertiesName.xls"/> | |
| 1008 | 1015 | <table name="TbQuestDatas" value="QuestDatas" input="pro2d/QuestDatas.xlsx"/> |
| 1009 | 1016 | |
| 1010 | 1017 | <table name="TbRogueChapter" value="RogueChapter" input="pro2d/RogueChapter.xlsx"/> | ... | ... |