-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathsetup_ek.json
59 lines (59 loc) · 1.33 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
{
"general":
{
"loot_type":"auto",
"loot_priority":"after",
"follow_mode":"bot",
"anti_trap":"weapon"
},
"script_options": {
"task":true,
"hours_leave": [9.5],
"skill_train":"sword"
},
"containers": {
"loot_bp":"Red Backpack"
},
"tools": {
"rope": {"name":"rope"}
},
"items": {
"mana potion": {"hotkey":"f1", "use":"self"},
"health potion": {"hotkey":"f2", "use":"self"},
"brown mushroom": {"hotkey":"f11", "use":"use"}
},
"spells": {
"utani hur": "v",
"exura ico":"f3",
"exori ico":"q"
},
"healing": [
{"type":"hp", "below_percent":60, "use_item":"health potion", "priority":3},
{"type":"hp", "below_percent":85, "use_spell":"exura ico", "min_mana_percent":20, "priority":2},
{"type":"mp", "below_percent":60, "use_item":"mana potion", "priority":1}
],
"hunt_config": {
"cap_leave": 60,
"mana_name": "mana potion",
"take_mana": 100,
"mana_leave": 25,
"health_name": "health potion",
"take_health": 10,
"health_leave": 5
},
"persistent_actions": [
{"action":"eat_food", "interval":30}
],
"target_monsters":
[
{"name":"Tarantula", "action":"follow", "loot":true},
{"name":"Poison Spider", "action":"follow", "loot":false},
{"name":"Spider", "action":"follow", "loot":false}
],
"target_spells":
[
{"name":"exori ico", "min_mana_percent":20, "priority":1, "cooldown":6,
"monsters":["Tarantula", "Giant Spider"]}
],
"loot": []
}