星露谷物語————實用修改

關(guān)于物品的修改
<parentSheetIndex>物品代碼</parentSheetIndex>
<price>出售價格</price>
<stack>數(shù)量</stack>
<quality>品質(zhì)</quality>

PS:數(shù)量上限是999;且品質(zhì)上限并非是4。

關(guān)于金錢的修改
<money>金錢數(shù)</money>
<totalMoneyEarned>總收入</totalMoneyEarned>
關(guān)于生命值的修改
<health>當(dāng)前生命值</health><maxHealth>最大生命值</maxHealth>
關(guān)于體力值的修改
<stamina>當(dāng)前體力值</stamina><maxStamina>最大體力值</maxStamina>
關(guān)于背包格量的修改
<maxItems>背包格量</maxItems>
關(guān)于房屋等級的修改
<houseUpgradeLevel>房屋等級</houseUpgradeLevel>
關(guān)于性別等級的修改
<isMale>true</isMale>【男】
<isMale>false</isMale>【女】
關(guān)于工具升級剩余天數(shù)
<daysLeftForToolUpgrade>剩余天數(shù)</daysLeftForToolUpgrade>
關(guān)于是否擁有下水道鑰匙:
<hasRustyKey>true</hasRustyKey>【擁有】
<hasRustyKey>false</hasRustyKey>【未擁有】
關(guān)于是否擁有沙漠礦洞鑰匙:
<hasSkullKey>true</hasSkullKey>【擁有】
<hasSkullKey>false</hasSkullKey>【未擁有】
關(guān)于是否擁有城鎮(zhèn)鑰匙:
<HasTownKey>true</HasTownKey>【擁有】
<HasTownKey>false</HasTownKey>【未擁有】
關(guān)于動物好感度的修改:
<friendshipTowardFarmer>好感數(shù)值</friendshipTowardFarmer>
關(guān)于家人好感度的修改:
<string>家人名稱</string></key><value><Friendship><Points>好感數(shù)值</Points>
關(guān)于村民好感度修改:
<item><key><string>村民名稱</string></key><value><int>好感數(shù)值</int></value></item>