Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

建議:自動購買商城物品增加「原價生命樹之露」選項 #50

Open
morita2022 opened this issue Jan 11, 2024 · 2 comments

Comments

@morita2022
Copy link

玩家缺乏大量露水的情況下,商城基本上是有出必買,甚至大佬們都是直接刷
建議可以新增該選項(但不放在默認),讓有需要的玩家可以自己選擇

@moonheart
Copy link
Owner

moonheart commented Jan 11, 2024

需要等出露水的时候手动设置下折扣

@hoshinomichi999
Copy link

hoshinomichi999 commented Mar 16, 2024

"Shop": {
"AutoBuyItems": [
{
"BuyItem": {
"ItemCount": 5,
"ItemId": 1,
"ItemType": 24
},
"ShopTabId": 1,
"MinDiscountPercent": 0,
"ConsumeItem": {
"ItemCount": 0,
"ItemId": 1,
"ItemType": 1
}
},
{
"BuyItem": null,
"ShopTabId": 1,
"MinDiscountPercent": 0,
"ConsumeItem": {
"ItemCount": 0,
"ItemId": 1,
"ItemType": 3
}
}
]

原價購買生命樹之露
修正到 appsetting.user.json 裡的
"Shop"開頭那段
註解:
#以下代碼代表"生命樹之露"
{ "ItemCount": 5,
"ItemId": 1,
"ItemType": 24 },

#折扣比例(應該可以直接改這邊就好)
"MinDiscountPercent": 0,

#消耗物品(鑽石 itemType 1 or 金幣 itemType 3)
"ConsumeItem": {}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants