Commit 4e2aca02838fd934702dad32a8fc75171e331010
1 parent
d84ad5a2
update
Showing
3 changed files
with
5 additions
and
5 deletions
Show diff stats
Datas/pro2d/favorability/FavorabilityDataConfig.xlsx renamed to Datas/pro2d/FavorabilityDataConfig.xlsx
No preview for this file type
Datas/pro2d/task/QuestLikability.xlsx renamed to Datas/pro2d/task/QuestFavorability.xlsx
No preview for this file type
Defines/pro2d.xml
| ... | ... | @@ -945,7 +945,7 @@ |
| 945 | 945 | <var name="QuestAchievementDataStructs" type="map,int,QuestAchievementDataStruct"/> |
| 946 | 946 | </bean> |
| 947 | 947 | |
| 948 | - <bean name="QuestLikabilityDataStruct"> | |
| 948 | + <bean name="FavorabilityQuest"> | |
| 949 | 949 | <var name="QuestName" type="string"/> |
| 950 | 950 | <var name="QuestGoalText" type="string"/> |
| 951 | 951 | <var name="QuestGoalTypeTag" type="int"/> |
| ... | ... | @@ -957,9 +957,9 @@ |
| 957 | 957 | <var name="QuestAward" type="string"/> |
| 958 | 958 | </bean> |
| 959 | 959 | |
| 960 | - <bean name="QuestLikability"> | |
| 960 | + <bean name="QuestFavorability"> | |
| 961 | 961 | <var name="QuestTag" type="int"/> |
| 962 | - <var name="QuestLikabilityDataStructs" type="map,int,QuestLikabilityDataStruct"/> | |
| 962 | + <var name="FavorabilityQuests" type="map,int,FavorabilityQuest"/> | |
| 963 | 963 | </bean> |
| 964 | 964 | |
| 965 | 965 | <bean name="RechargeDatas"> |
| ... | ... | @@ -1290,7 +1290,7 @@ |
| 1290 | 1290 | <table name="TbPunchboard" value="Punchboard" input="pro2d/Punchboard.xlsx"/> |
| 1291 | 1291 | <table name="TbQuestDatas" value="QuestDatas" input="pro2d/task/QuestDatas.xlsx"/> |
| 1292 | 1292 | <table name="TbQuestAchievementData" value="QuestAchievementDatas" input="pro2d/task/QuestAchievementDatas.xlsx"/> |
| 1293 | - <table name="TbQuestLikability" value="QuestLikability" input="pro2d/task/QuestLikability.xlsx"/> | |
| 1293 | + <table name="TbQuestFavorability" value="QuestFavorability" input="pro2d/task/QuestFavorability.xlsx"/> | |
| 1294 | 1294 | |
| 1295 | 1295 | <table name="TbRogueChapter" value="RogueChapter" input="pro2d/RogueChapter.xlsx"/> |
| 1296 | 1296 | <table name="TbRogueMonsterCard" value="RogueMonsterCard" input="pro2d/RogueMonsterCard.xlsx"/> |
| ... | ... | @@ -1324,5 +1324,5 @@ |
| 1324 | 1324 | <table name="TbCompassDatas" value="CompassDatas" input="pro2d/CompassDatas.xlsx"/> |
| 1325 | 1325 | <table name="TbLanguage" value="Language" input="pro2d/Language.xlsx"/> |
| 1326 | 1326 | <table name="TbCompassSkillConfig" value="CompassSkillConfig" input="pro2d/CompassSkillConfig.xlsx"/> |
| 1327 | - <table name="TbFavorabilityDataConfig" value="FavorabilityDataConfig" input="pro2d/favorability/FavorabilityDataConfig.xlsx"/> | |
| 1327 | + <table name="TbFavorabilityDataConfig" value="FavorabilityDataConfig" input="pro2d/FavorabilityDataConfig.xlsx"/> | |
| 1328 | 1328 | </module> |
| 1329 | 1329 | \ No newline at end of file | ... | ... |