-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathsetup_ek.json
75 lines (75 loc) · 2.29 KB
/
setup_ek.json
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
67
68
69
70
71
72
73
74
75
{
"general":
{
"loot_type":"manual",
"loot_priority":"first",
"anti_trap":"weapon",
"walk_type":"keys"
},
"script_options": {
"hours_leave": [9.5],
"duration_hours": 8,
"skill_train":"sword",
"use_soft_boots":false,
"imbuements":[],
"#sort_deposit": {"alexander":6, "lailene":6, "tamoril":8, "rashid": 9, "green_djinn": 10}
},
"containers": {
"gold_bp":"Shopping Bag",
"loot_bp":"Red Backpack"
},
"tools":
{
"rope": {"name":"rope"}
},
"items":
{
"stealth ring": {"hotkey":"f8", "use":"equip"},
"strong mana potion": {"hotkey":"e", "use":"self"},
"strong health potion": {"hotkey":"f2", "use":"self"},
"brown mushroom": {"hotkey":"f11", "use":"use"}
},
"spells":
{
"exura ico":"r"
},
"healing":
[
{"type":"hp", "below_percent":50, "use_item":"strong health potion", "priority":5},
{"type":"hp", "below_percent":85, "use_spell":"exura ico", "min_mana_percent":10, "priority":4},
{"type":"mp", "below_percent":30, "use_item":"strong mana potion", "priority":3}
],
"hunt_config": {
"cap_leave": 50,
"mana_name": "strong mana potion",
"take_mana": 200,
"mana_leave": 70,
"health_name": "strong health potion",
"take_health": 50,
"health_leave": 20
},
"label_actions":
[
{"label":"withdraw_ring", "action":"withdraw_item_from_depot_to_backpack", "args": {
"item_name":"stealth ring", "depot_num":3, "backpack_name":"Backpack", "amount":5, "stack":false}}
],
"persistent_actions": [
{"action":"drop_vials", "min_interval":60, "max_interval": 200},
{"action":"equip_item", "min_interval":1, "max_interval":3, "use_in_battle":true, "args":{"hotkey":"f8", "selected_monsters":["Stonerefiner", "Corym Skirmisher", "Corym Charlatan"], "amount":3}}
],
"target_monsters":
[
{"name":"Stonerefiner", "action":"follow", "loot":true}
],
"loot": [
{"name":"platinum coin", "action":"loot", "dest":"gold_bp"},
{"name":"platinum coins", "action":"loot", "dest":"gold_bp"},
{"name":"glob of acid slime", "action":"loot", "dest":"loot_bp"},
{"name":"rare earth", "action":"loot", "dest":"loot_bp"},
{"name":"poisonous slime", "action":"loot", "dest":"loot_bp"},
{"name":"half-digested stone", "action":"loot", "dest":"loot_bp"},
{"name":"half-digested stones", "action":"loot", "dest":"loot_bp"},
{"name":"stonerefiners skull", "action":"loot", "dest":"loot_bp"},
{"name":"rat cheese", "action":"use"}
]
}