Commit db33b04694235e17606243f4970bc7872e3e1946
1 parent
22b78189
宝石熔炼(分解)表更新
Showing
3 changed files
with
26 additions
and
0 deletions
Show diff stats
No preview for this file type
No preview for this file type
Defines/pro2d.xml
... | ... | @@ -698,6 +698,30 @@ |
698 | 698 | |
699 | 699 | </bean> |
700 | 700 | |
701 | + <bean name="GemAttention"> | |
702 | + | |
703 | + <var name="ID" type="int"/> | |
704 | + <var name="Name" type="string"/> | |
705 | + <var name="Describe" type="string"/> | |
706 | + | |
707 | + <var name="CanStrengthen" type="bool"/> | |
708 | + <var name="AppointMin" type="bool"/> | |
709 | + <var name="CreateProbability" type="float"/> | |
710 | + <var name="TimeSubtract" type="float"/> | |
711 | + <var name="CreateAdd" type="float"/> | |
712 | + <var name="otherEvent" type="string"/> | |
713 | + | |
714 | + </bean> | |
715 | + | |
716 | + <bean name="GemCreateLimit"> | |
717 | + | |
718 | + <var name="ID" type="int"/> | |
719 | + <var name="LimitTaskId" type="int"/> | |
720 | + <var name="Num" type="int"/> | |
721 | + <var name="Describe" type="string"/> | |
722 | + | |
723 | + </bean> | |
724 | + | |
701 | 725 | <table name="TbHero" value="Hero" input="pro2d/hero.xlsx"/> |
702 | 726 | <table name="TbHeroLvUpValue" value="HeroLvUpValue" input="pro2d/HeroLvUpValue.xlsx"/> |
703 | 727 | <table name="TbHeroReinLevelValue" value="HeroReinLevelValue" input="pro2d/HeroReinLevelValue.xlsx"/> |
... | ... | @@ -748,4 +772,6 @@ |
748 | 772 | <table name="TbCrystalReinforcement" value="CrystalReinforcement" input="pro2d/CrystalReinforcement.xlsx"/> |
749 | 773 | <table name="TbAttributesEntry" value="AttributesEntry" input="pro2d/AttributesEntry.xlsx"/> |
750 | 774 | <table name="TbTeamBonus" value="TeamBonus" input="pro2d/TeamBonus.xlsx"/> |
775 | + <table name="TbGemAttention" value="GemAttention" input="pro2d/GemAttention.xlsx"/> | |
776 | + <table name="TbGemCreateLimit" value="GemCreateLimit" input="pro2d/GemCreateLimit.xlsx"/> | |
751 | 777 | </module> |
752 | 778 | \ No newline at end of file | ... | ... |