Commit e9b2d1cdd1edb19c9c6670d89e1f1348056cfbae
1 parent
45cfe1c5
弹窗、全局变量表修改
Showing
3 changed files
with
8 additions
and
0 deletions
Show diff stats
Datas/pro2d/GlobalBaseDatas.xlsx
No preview for this file type
No preview for this file type
Defines/pro2d.xml
... | ... | @@ -147,6 +147,13 @@ |
147 | 147 | <var name="BoxReawardID" type="list,int"/> |
148 | 148 | </bean> |
149 | 149 | |
150 | + <bean name="PopupsDatas"> | |
151 | + <var name="PopupsName" type="string"/> | |
152 | + <var name="PopupsTitle" type="string"/> | |
153 | + <var name="PopupsContext" type="string"/> | |
154 | + <var name="PopupsButtonText" type="string"/> | |
155 | + </bean> | |
156 | + | |
150 | 157 | <bean name="Carbon"> |
151 | 158 | <var name="carbonName" type="string"/> |
152 | 159 | <var name="carbonMonster" type="string"/> |
... | ... | @@ -846,6 +853,7 @@ |
846 | 853 | <table name="TbUnlimitedCarbonDatas" value="UnlimitedCarbonDatas" input="pro2d/CarbonDatas@UnlimitedCarbonDatas.xlsx"/> |
847 | 854 | <table name="TbUnlimitedCarbonMonsterCostDatas" value="UnlimitedCarbonMonsterCostDatas" input="pro2d/MonsterDatas@UnlimitedCarbonDatas.xlsx"/> |
848 | 855 | <table name="TbUnlimitedCarbonPreviewReward" value="UnlimitedCarbonPreviewReward" input="pro2d/PreviewReward@UnlimitedCarbonDatas.xlsx"/> |
856 | + <table name="TbPopupsDatas" value="PopupsDatas" input="pro2d/PopupsDatas.xlsx"/> | |
849 | 857 | |
850 | 858 | |
851 | 859 | <table name="TbQuestDatas" value="QuestDatas" input="pro2d/QuestDatas.xlsx"/> | ... | ... |