Commit 2e390d9c6e10a27ea8b6797edeac5da46866f5e2
1 parent
adec39ae
增加学宫门票,增加血宫关卡数量限制(999关),更改血宫表格数据格式
Showing
4 changed files
with
7 additions
and
3 deletions
Show diff stats
Datas/pro2d/GlobalBaseDatas.xlsx
No preview for this file type
Datas/pro2d/ItemData.xlsx
No preview for this file type
Datas/pro2d/UnlimitedCarbonDatas.xlsx
No preview for this file type
Defines/pro2d.xml
... | ... | @@ -122,8 +122,12 @@ |
122 | 122 | <var name="cd" type="float"/> |
123 | 123 | </bean> |
124 | 124 | |
125 | - <bean name="UnlimitedCarbonDatas"> | |
126 | - <var name="CarbonLayer" type="int"/> | |
125 | + <bean name="UnlimitedChapterDatas"> | |
126 | + <var name="ChapterID" type="int"/> | |
127 | + <var name="UnlimitedCarbonDatas" type="map,int,UnlimitedCarbonData"/> | |
128 | + </bean> | |
129 | + | |
130 | + <bean name="UnlimitedCarbonData"> | |
127 | 131 | <var name="MonsterPoolID" type="int"/> |
128 | 132 | <var name="BaseCost" type="int"/> |
129 | 133 | <var name="CostRatio" type="string"/> |
... | ... | @@ -853,7 +857,7 @@ |
853 | 857 | <table name="TbOpenBox" value="OpenBox" input="pro2d/OpenBox.xlsx"/> |
854 | 858 | <table name="TbConsumptionItemData" value="ConsumptionItemData" input="pro2d/ConsumptionItemData.xlsx"/> |
855 | 859 | <table name="TbCoupleTies" value="CoupleTies" input="pro2d/CoupleTiesDatas.xlsx"/> |
856 | - <table name="TbUnlimitedCarbonDatas" value="UnlimitedCarbonDatas" input="pro2d/CarbonDatas@UnlimitedCarbonDatas.xlsx"/> | |
860 | + <table name="TbUnlimitedChapterDatas" value="UnlimitedChapterDatas" input="pro2d/ChapterDatas@UnlimitedCarbonDatas.xlsx"/> | |
857 | 861 | <table name="TbUnlimitedCarbonMonsterCostDatas" value="UnlimitedCarbonMonsterCostDatas" input="pro2d/MonsterDatas@UnlimitedCarbonDatas.xlsx"/> |
858 | 862 | <table name="TbUnlimitedCarbonPreviewReward" value="UnlimitedCarbonPreviewReward" input="pro2d/PreviewReward@UnlimitedCarbonDatas.xlsx"/> |
859 | 863 | <table name="TbPopupsDatas" value="PopupsDatas" input="pro2d/PopupsDatas.xlsx"/> | ... | ... |