我一直原用舊的CONFIG FILE, 在內仍自行設定了保留多少個精靈球, 看看這個對你有沒有幫助
- "ItemRecycleFilter": [
- {
- "Key": "itemUnknown",
- "Value": 0
- },
- {
- "Key": "itemPokeBall",
- "Value": 100
- },
- {
- "Key": "itemGreatBall",
- "Value": 100
- },
- {
- "Key": "itemUltraBall",
- "Value": 100
- },
- {
- "Key": "itemMasterBall",
- "Value": 100
- },
- {
- "Key": "itemLuckyEgg",
- "Value": 200
- },
- {
- "Key": "itemIncenseOrdinary",
- "Value": 100
- },
- {
- "Key": "itemIncenseSpicy",
- "Value": 100
- },
- {
- "Key": "itemIncenseCool",
- "Value": 100
- },
- {
- "Key": "itemIncenseFloral",
- "Value": 100
- },
- {
- "Key": "itemTroyDisk",
- "Value": 100
- },
- {
- "Key": "itemXAttack",
- "Value": 100
- },
- {
- "Key": "itemXDefense",
- "Value": 100
- },
- {
- "Key": "itemXMiracle",
- "Value": 100
- },
- {
- "Key": "itemRazzBerry",
- "Value": 50
- },
- {
- "Key": "itemBlukBerry",
- "Value": 50
- },
- {
- "Key": "itemNanabBerry",
- "Value": 50
- },
- {
- "Key": "itemWeparBerry",
- "Value": 50
- },
- {
- "Key": "itemPinapBerry",
- "Value": 50
- },
- {
- "Key": "itemSpecialCamera",
- "Value": 100
- },
- {
- "Key": "itemIncubatorBasicUnlimited",
- "Value": 100
- },
- {
- "Key": "itemIncubatorBasic",
- "Value": 100
- },
- {
- "Key": "itemPokemonStorageUpgrade",
- "Value": 100
- },
- {
- "Key": "itemItemStorageUpgrade",
- "Value": 100
- }
複製代碼 |