Commit 2db5fa9ddcabb777f048d01bed45cf6d8aab7de7
1 parent
0e8d2490
增加物品的售价(买)和售价(卖)
Showing
2 changed files
with
2 additions
and
0 deletions
Show diff stats
Datas/pro2d/ItemData.xlsx
No preview for this file type
Defines/pro2d.xml
... | ... | @@ -166,6 +166,8 @@ |
166 | 166 | <var name="Strengthen" type="bool"/> |
167 | 167 | <var name="Split" type="bool"/> |
168 | 168 | <var name="Exchange" type="bool"/> |
169 | + <var name="BuyPrice" type="int"/> | |
170 | + <var name="SellPrice" type="int"/> | |
169 | 171 | <var name="Texture" type="string"/> |
170 | 172 | <var name="DetailText" type="string"/> |
171 | 173 | <var name="GetWay" type="string"/> | ... | ... |