Commit fcdce915760bdd4fe06da58b4e87f3817233d2ce
1 parent
2e17ffa3
更新表格
Showing
3 changed files
with
40 additions
and
1 deletions
Show diff stats
Datas/pro2d/Dispatch.xlsx
No preview for this file type
No preview for this file type
Defines/pro2d.xml
... | ... | @@ -352,6 +352,29 @@ |
352 | 352 | <var name="GetWayLink" type="string"/> |
353 | 353 | </bean> |
354 | 354 | |
355 | + <bean name="EquipmentDataNew"> | |
356 | + <var name="EquipID" type="int"/> | |
357 | + <var name="EquipName" type="string"/> | |
358 | + <var name="EquipType" type="int"/> | |
359 | + <var name="Grade" type="int"/> | |
360 | + <var name="Star" type="int"/> | |
361 | + | |
362 | + <var name="GemNum" type="int"/> | |
363 | + <var name="PrefabId" type="int"/> | |
364 | + <var name="Atk" type="float"/> | |
365 | + <var name="Crit" type="float"/> | |
366 | + <var name="Def" type="float"/> | |
367 | + <var name="Dodge" type="float"/> | |
368 | + <var name="Hp" type="float"/> | |
369 | + | |
370 | + <var name="StrengthenMaterialsCombinationID" type="int"/> | |
371 | + | |
372 | + <var name="ImageName" type="string"/> | |
373 | + <var name="DetailText" type="string"/> | |
374 | + <var name="GetWay" type="string"/> | |
375 | + <var name="GetWayLink" type="string"/> | |
376 | + </bean> | |
377 | + | |
355 | 378 | <bean name="EquipmentType"> |
356 | 379 | <var name="EquipType" type="int"/> |
357 | 380 | <var name="EquipBagClassify" type="int"/> |
... | ... | @@ -360,6 +383,19 @@ |
360 | 383 | <var name="GemType" type="string"/> |
361 | 384 | </bean> |
362 | 385 | |
386 | + <bean name="EquipmentAdvancedEntry"> | |
387 | + <var name="ID" type="int"/> | |
388 | + <var name="Description" type="string"/> | |
389 | + <var name="EntryToWeapon" type="string"/> | |
390 | + <var name="Star" type="int"/> | |
391 | + <var name="weight" type="int"/> | |
392 | + <var name="Lower" type="int"/> | |
393 | + <var name="Upper" type="int"/> | |
394 | + <var name="IsPct" type="bool"/> | |
395 | + </bean> | |
396 | + | |
397 | + | |
398 | + | |
363 | 399 | <bean name="EquipBreakdown"> |
364 | 400 | <var name="EquipID" type="int"/> |
365 | 401 | <var name="BraekdownResults" type="list,BraekdownResult"/> |
... | ... | @@ -1044,7 +1080,10 @@ |
1044 | 1080 | <table name="TbDropChildGroup" value="DropChildGroup" input="pro2d/DropChildGroup.xlsx"/> |
1045 | 1081 | |
1046 | 1082 | <table name="TbEquipmentData" value="EquipmentData" input="pro2d/BaseData@EquipmentData.xlsx"/> |
1047 | - <table name="TbEquipmentType" value="EquipmentType" input="pro2d/EquipmentType@EquipmentData.xlsx"/> | |
1083 | + <table name="TbEquipmentDataNew" value="EquipmentDataNew" input="pro2d/BaseData@EquipmentDataNew.xlsx"/> | |
1084 | + <table name="TbEquipmentType" value="EquipmentType" input="pro2d/EquipmentType@EquipmentDataNew.xlsx"/> | |
1085 | + <table name="TbEquipmentAdvancedEntry" value="EquipmentAdvancedEntry" input="pro2d/EquipmentAdvancedEntry@EquipmentDataNew.xlsx"/> | |
1086 | + | |
1048 | 1087 | <table name="TbEquipBreakdown" value="EquipBreakdown" input="pro2d/EquipBreakdown.xlsx"/> |
1049 | 1088 | <table name="TbEquipmentLvUpMaterials" value="EquipmentLvUpMaterials" input="pro2d/EquipmentLvUpMaterials.xlsx"/> |
1050 | 1089 | <table name="TbEquipmentComposite" value="EquipmentComposite" input="pro2d/EquipmentComposite.xlsx"/> | ... | ... |