Commit 2f37089a8a0575bd2c7c0b1ebf8ffffdf003f1dd
1 parent
db33b046
宝石限制和宝石时间
Showing
4 changed files
with
25 additions
and
0 deletions
Show diff stats
No preview for this file type
Datas/pro2d/GemCreateLimit.xlsx
No preview for this file type
No preview for this file type
Defines/pro2d.xml
@@ -721,6 +721,29 @@ | @@ -721,6 +721,29 @@ | ||
721 | <var name="Describe" type="string"/> | 721 | <var name="Describe" type="string"/> |
722 | 722 | ||
723 | </bean> | 723 | </bean> |
724 | + | ||
725 | + <bean name="GemCreateGroup"> | ||
726 | + | ||
727 | + <var name="ID" type="int"/> | ||
728 | + <var name="Name" type="string"/> | ||
729 | + <var name="Min" type="int"/> | ||
730 | + <var name="Max" type="int"/> | ||
731 | + <var name="Describe" type="string"/> | ||
732 | + | ||
733 | + </bean> | ||
734 | + | ||
735 | + | ||
736 | + <bean name="GemCreateTime"> | ||
737 | + | ||
738 | + <var name="ID" type="int"/> | ||
739 | + <var name="Time" type="int"/> | ||
740 | + <var name="Min" type="int"/> | ||
741 | + <var name="Max" type="int"/> | ||
742 | + <var name="Describe" type="string"/> | ||
743 | + | ||
744 | + </bean> | ||
745 | + | ||
746 | + | ||
724 | 747 | ||
725 | <table name="TbHero" value="Hero" input="pro2d/hero.xlsx"/> | 748 | <table name="TbHero" value="Hero" input="pro2d/hero.xlsx"/> |
726 | <table name="TbHeroLvUpValue" value="HeroLvUpValue" input="pro2d/HeroLvUpValue.xlsx"/> | 749 | <table name="TbHeroLvUpValue" value="HeroLvUpValue" input="pro2d/HeroLvUpValue.xlsx"/> |
@@ -774,4 +797,6 @@ | @@ -774,4 +797,6 @@ | ||
774 | <table name="TbTeamBonus" value="TeamBonus" input="pro2d/TeamBonus.xlsx"/> | 797 | <table name="TbTeamBonus" value="TeamBonus" input="pro2d/TeamBonus.xlsx"/> |
775 | <table name="TbGemAttention" value="GemAttention" input="pro2d/GemAttention.xlsx"/> | 798 | <table name="TbGemAttention" value="GemAttention" input="pro2d/GemAttention.xlsx"/> |
776 | <table name="TbGemCreateLimit" value="GemCreateLimit" input="pro2d/GemCreateLimit.xlsx"/> | 799 | <table name="TbGemCreateLimit" value="GemCreateLimit" input="pro2d/GemCreateLimit.xlsx"/> |
800 | + <table name="TbGemCreateGroup" value="GemCreateGroup" input="pro2d/GemCreateGroup.xlsx"/> | ||
801 | + <table name="TbGemCreateTime" value="GemCreateTime" input="pro2d/GemCreateTime.xlsx"/> | ||
777 | </module> | 802 | </module> |
778 | \ No newline at end of file | 803 | \ No newline at end of file |