Commit d86342f24914ca2ae68c465985d47618dfdd4f8e
1 parent
38f8eaa3
增加全局List类型
Showing
2 changed files
with
7 additions
and
1 deletions
Show diff stats
Datas/pro2d/GlobalBaseDatas.xlsx
No preview for this file type
Defines/pro2d.xml
... | ... | @@ -5,6 +5,11 @@ |
5 | 5 | <var name="VarValue" type="string"/> |
6 | 6 | </bean> |
7 | 7 | |
8 | + <bean name="GlobalListDatas"> | |
9 | + <var name="ListName" type="string"/> | |
10 | + <var name="ListValueType" type="string"/> | |
11 | + <var name="ListData" type="list,string"/> | |
12 | + </bean> | |
8 | 13 | |
9 | 14 | <bean name="HeroLvUpValue"> |
10 | 15 | <var name="lvUpType" type="int"/> |
... | ... | @@ -820,7 +825,8 @@ |
820 | 825 | </bean> |
821 | 826 | |
822 | 827 | |
823 | - <table name="TbGlobalBaseDatas" value="GlobalBaseDatas" input="pro2d/GlobalBaseDatas.xlsx"/> | |
828 | + <table name="TbGlobalBaseDatas" value="GlobalBaseDatas" input="pro2d/BaseData@GlobalBaseDatas.xlsx"/> | |
829 | + <table name="TbGlobalListDatas" value="GlobalListDatas" input="pro2d/List@GlobalBaseDatas.xlsx"/> | |
824 | 830 | |
825 | 831 | <table name="TbHero" value="Hero" input="pro2d/hero.xlsx"/> |
826 | 832 | <table name="TbHeroLvUpValue" value="HeroLvUpValue" input="pro2d/HeroLvUpValue.xlsx"/> | ... | ... |