moonheart / mementomori-helper

メメントモリ MementoMori 游戏助手 Game Assistant ゲームアシスタント
GNU Lesser General Public License v2.1
63 stars 11 forks source link

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

Open morita2022 opened 8 months ago

morita2022 commented 8 months ago

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

moonheart commented 8 months ago

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

hoshinomichi999 commented 6 months ago

"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": {}