-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathsetup_ek.json
More file actions
66 lines (66 loc) · 3.02 KB
/
setup_ek.json
File metadata and controls
66 lines (66 loc) · 3.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"general":
{
"loot_type":"manual",
"anti_trap":"weapon"
},
"script_options": {
"hours_leave": [9]
},
"containers": {
"loot_bp":"Red Backpack"
},
"tools": {},
"items":
{
"jagged sword": {"hotkey":"1", "id":7774, "use":"equip"},
"knife": {"hotkey":"2", "id":3291, "use":"equip"},
"mana potion": {"hotkey":"f1", "id":268, "use":"self"},
"health potion": {"hotkey":"f2", "id":266, "use":"self"},
"brown mushroom": {"hotkey":"f11", "id":3725, "use":"use"}
},
"spells":
{
"exura ico":"r"
},
"healing":
[
{"type":"hp", "below_percent":60, "use_item":"health potion", "priority":3},
{"type":"hp", "below_percent":90, "use_spell":"exura ico", "min_mana_percent":20, "priority":2},
{"type":"mp", "below_percent":20, "use_item":"mana potion", "priority":1},
{"type":"hp", "below_percent":101, "use_spell":"exura ico", "min_mana_percent":95, "priority":0, "cooldown":30}
],
"hunt_config": {
"cap_leave": 50,
"mana_name": "mana potion",
"take_mana": 0,
"mana_leave": -1,
"health_name": "health potion",
"take_health": 5,
"health_leave": 3
},
"label_actions": [
{"label":"withdraw_brown_mushroom", "action":"withdraw_item_from_depot_to_backpack", "args": {
"item_name":"brown mushroom", "depot_num":4, "backpack_name":"Backpack", "amount":400, "stack":true}},
{"label":"activate_stop_target_low", "action":"set_persistent_interval", "args": {"persistent_alias":"stop_target_low", "interval":2}},
{"label":"wait_new_slime", "action":"wait", "args": {"tmin":60, "tmax":100}},
{"label":"deactivate_stop_target_low", "action":"set_persistent_interval", "args": {"persistent_alias":"stop_target_low", "interval":99999}},
{"label":"check_brown_mushroom", "action":"conditional_jump_item_count_below", "args": {"item_name":"brown mushroom", "amount":300, "label_jump":"exit"}},
{"label":"check_low_brown_mushroom", "action":"conditional_jump_item_count_below", "args": {"item_name":"brown mushroom", "amount":20, "label_jump":"leave"}},
{"label":"equip_strong_weapon", "action":"swap_equip", "use_in_battle":true, "args":{"item_equip":"jagged sword", "item_unequip":"knife", "selected_monsters":"all", "amount":0, "slot":"weapon"}},
{"label":"equip_weak_weapon", "action":"swap_equip", "use_in_battle":true, "args":{"item_equip":"knife", "item_unequip":"jagged sword", "selected_monsters":"all", "amount":0, "slot":"weapon"}},
{"label":"check_slime_exists", "action": "conditional_jump_monsters_on_screen", "args": {"selected_monsters":["Slime"] , "amount":1, "label_jump":"slime_ok", "label_skip":"leave", "turn_target_off":true}}
],
"persistent_actions": [
{"alias":"stop_target_low", "action": "stop_target_no_supplies", "interval": 4, "args": {"mana":false, "cap":false, "health":true}},
{"action":"eat_food", "interval":30, "use_in_battle":true, "args":{"hotkey":"f11"}}
],
"target_monsters":
[
{"name":"Squidgy Slime", "priority":3, "action":"stand", "loot":false},
{"name":"Bug", "action":"stand", "priority":2, "loot":false}
],
"target_spells": [
],
"loot": []
}