Commit bd71056ff04be170588476b12324ae91e888a88f
1 parent
36a26094
fix: update 任务表和成就系统表
Showing
4 changed files
with
8 additions
and
11 deletions
Show diff stats
Datas/pro2d/task/QuestAchievementDatas.xlsx
No preview for this file type
Datas/pro2d/task/QuestDataCondition.xlsx deleted
No preview for this file type
Datas/pro2d/task/QuestDatas.xlsx
No preview for this file type
Defines/pro2d.xml
... | ... | @@ -853,12 +853,11 @@ |
853 | 853 | <var name="QuestName" type="string"/> |
854 | 854 | <var name="QuestGoalText" type="string"/> |
855 | 855 | <var name="Active" type="int"/> |
856 | - <var name="QuestGoal" type="int"/> | |
857 | 856 | <var name="QuestGoalTypeTag" type="int"/> |
858 | - <var name="QuestGoalProgressMax" type="int"/> | |
859 | - <var name="QuestPrecondition" type="int"/> | |
860 | - <var name="UnlockCondition" type="int"/> | |
861 | - <var name="TaskCondition" type="int"/> | |
857 | + <var name="UnlockConditionCompare" type="string"/> | |
858 | + <var name="UnlockConditionParamList" type="int"/> | |
859 | + <var name="TaskConditionCompare" type="string"/> | |
860 | + <var name="TaskConditionParamList" type="int"/> | |
862 | 861 | <var name="Circulable" type="int"/> |
863 | 862 | <var name="QuestAward" type="string"/> |
864 | 863 | <var name="StartTime" type="string"/> |
... | ... | @@ -869,12 +868,11 @@ |
869 | 868 | <var name="QuestName" type="string"/> |
870 | 869 | <var name="QuestGoalText" type="string"/> |
871 | 870 | <var name="Active" type="int"/> |
872 | - <var name="QuestGoal" type="int"/> | |
873 | 871 | <var name="QuestGoalTypeTag" type="int"/> |
874 | - <var name="QuestGoalProgressMax" type="int"/> | |
875 | - <var name="QuestPrecondition" type="int"/> | |
876 | - <var name="UnlockCondition" type="int"/> | |
877 | - <var name="TaskCondition" type="int"/> | |
872 | + <var name="UnlockConditionCompare" type="string"/> | |
873 | + <var name="UnlockConditionParamList" type="int"/> | |
874 | + <var name="TaskConditionCompare" type="string"/> | |
875 | + <var name="TaskConditionParamList" type="int"/> | |
878 | 876 | <var name="QuestAward" type="string"/> |
879 | 877 | </bean> |
880 | 878 | |
... | ... | @@ -1177,7 +1175,6 @@ |
1177 | 1175 | <table name="TbPropertiesName" value="PropertiesName" input="pro2d/PropertiesName.xls"/> |
1178 | 1176 | <table name="TbQuestDatas" value="QuestDatas" input="pro2d/task/QuestDatas.xlsx"/> |
1179 | 1177 | <table name="TbQuestAchievementData" value="QuestAchievementDatas" input="pro2d/task/QuestAchievementDatas.xlsx"/> |
1180 | - <table name="TbQuestDataCondition" value="QuestDataCondition" input="pro2d/task/QuestDataCondition.xlsx"/> | |
1181 | 1178 | |
1182 | 1179 | <table name="TbRogueChapter" value="RogueChapter" input="pro2d/RogueChapter.xlsx"/> |
1183 | 1180 | <table name="TbRogueMonsterCard" value="RogueMonsterCard" input="pro2d/RogueMonsterCard.xlsx"/> | ... | ... |