Commit e4dfabea8ccf36a2b635c861249f594ebe48c61d
1 parent
0f972630
好感度表格修改
Showing
5 changed files
with
3 additions
and
1 deletions
Show diff stats
Datas/pro2d/FavorabilityDataConfig.xlsx
No preview for this file type
Datas/pro2d/ItemData.xlsx
No preview for this file type
Datas/pro2d/PopupsDatas.xlsx
No preview for this file type
Datas/pro2d/hero.xlsx
No preview for this file type
Defines/pro2d.xml
... | ... | @@ -580,6 +580,7 @@ |
580 | 580 | <var name="ArmorType" type="(list#sep==),int"/> |
581 | 581 | <var name="ShoesType" type="(list#sep==),int"/> |
582 | 582 | <var name="CoupleTiesID" type="int"/> |
583 | + <var name="FavorabilityID" type="string"/> | |
583 | 584 | |
584 | 585 | <var name="atks" type="map,NumericType,int"/> |
585 | 586 | <var name="defs" type="map,NumericType,int"/> |
... | ... | @@ -1200,7 +1201,7 @@ |
1200 | 1201 | </bean> |
1201 | 1202 | |
1202 | 1203 | <bean name="FavorabilityDataConfig"> |
1203 | - <var name="FAID" type="int"/> | |
1204 | + <var name="FAID" type="string"/> | |
1204 | 1205 | <var name="LevelDatas" type="map,int,LevelData"/> |
1205 | 1206 | </bean> |
1206 | 1207 | |
... | ... | @@ -1314,4 +1315,5 @@ |
1314 | 1315 | <table name="TbCompassDatas" value="CompassDatas" input="pro2d/CompassDatas.xlsx"/> |
1315 | 1316 | <table name="TbLanguage" value="Language" input="pro2d/Language.xlsx"/> |
1316 | 1317 | <table name="TbCompassSkillConfig" value="CompassSkillConfig" input="pro2d/CompassSkillConfig.xlsx"/> |
1318 | + <table name="TbFavorabilityDataConfig" value="FavorabilityDataConfig" input="pro2d/FavorabilityDataConfig.xlsx"/> | |
1317 | 1319 | </module> |
1318 | 1320 | \ No newline at end of file | ... | ... |