From e8d3d2336047356cd310ae9980bd53614d0880e5 Mon Sep 17 00:00:00 2001 From: Aldione Date: Thu, 21 May 2020 01:34:27 +0200 Subject: [PATCH] add stealth ring Added stealth ring on coryms --- stonerefiner/setup_ek.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stonerefiner/setup_ek.json b/stonerefiner/setup_ek.json index aaaa683..579f4a6 100644 --- a/stonerefiner/setup_ek.json +++ b/stonerefiner/setup_ek.json @@ -50,7 +50,8 @@ "label_actions": [ {"label":"withdraw_ring", "action":"withdraw_item_from_depot_to_backpack", "args": { - "item_name":"stealth ring", "depot_num":3, "backpack_name":"Backpack", "amount":3, "stack":false}} + "item_name":"stealth ring", "depot_num":3, "backpack_name":"Backpack", "amount":3, "stack":false}}, + {"label":"use_stealth_ring", "action":"use_hotkey", "args": {"hotkey":"f8"}}, ], "persistent_actions": [ {"action":"drop_vials", "interval":60},