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,6 +526,7 @@ | ||
526 | 526 | ||
527 | <bean name="HeroGradeMemoryGroup"> | 527 | <bean name="HeroGradeMemoryGroup"> |
528 | <var name="HeroID" type="int"/> | 528 | <var name="HeroID" type="int"/> |
529 | + <var name="Grade_0" type="list,int"/> | ||
529 | <var name="Grade_1" type="list,int"/> | 530 | <var name="Grade_1" type="list,int"/> |
530 | <var name="Grade_2" type="list,int"/> | 531 | <var name="Grade_2" type="list,int"/> |
531 | <var name="Grade_3" type="list,int"/> | 532 | <var name="Grade_3" type="list,int"/> |
@@ -746,6 +747,11 @@ | @@ -746,6 +747,11 @@ | ||
746 | <var name="PopupsButtonText" type="string"/> | 747 | <var name="PopupsButtonText" type="string"/> |
747 | </bean> | 748 | </bean> |
748 | 749 | ||
750 | + <bean name="PropertiesName"> | ||
751 | + <var name="Properties" type="string"/> | ||
752 | + <var name="PropertiesNameText" type="string"/> | ||
753 | + </bean> | ||
754 | + | ||
749 | <bean name="QuestDataStruct"> | 755 | <bean name="QuestDataStruct"> |
750 | <var name="QuestName" type="string"/> | 756 | <var name="QuestName" type="string"/> |
751 | <var name="QuestGoalText" type="string"/> | 757 | <var name="QuestGoalText" type="string"/> |
@@ -1005,6 +1011,7 @@ | @@ -1005,6 +1011,7 @@ | ||
1005 | 1011 | ||
1006 | <table name="TbOpenBox" value="OpenBox" input="pro2d/OpenBox.xlsx"/> | 1012 | <table name="TbOpenBox" value="OpenBox" input="pro2d/OpenBox.xlsx"/> |
1007 | <table name="TbPopupsDatas" value="PopupsDatas" input="pro2d/PopupsDatas.xlsx"/> | 1013 | <table name="TbPopupsDatas" value="PopupsDatas" input="pro2d/PopupsDatas.xlsx"/> |
1014 | + <table name="TbPropertiesName" value="PropertiesName" input="pro2d/PropertiesName.xls"/> | ||
1008 | <table name="TbQuestDatas" value="QuestDatas" input="pro2d/QuestDatas.xlsx"/> | 1015 | <table name="TbQuestDatas" value="QuestDatas" input="pro2d/QuestDatas.xlsx"/> |
1009 | 1016 | ||
1010 | <table name="TbRogueChapter" value="RogueChapter" input="pro2d/RogueChapter.xlsx"/> | 1017 | <table name="TbRogueChapter" value="RogueChapter" input="pro2d/RogueChapter.xlsx"/> |