-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathsetup_ek.json
74 lines (74 loc) · 2.22 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
{
"general":
{
"loot_type":"manual",
"anti_trap":"weapon"
},
"script_options": {
"hours_leave": [9]
},
"containers":
{
"gold_bp":"Shopping Bag",
"loot_bp":"Red Backpack"
},
"tools":
{
"rope": {"name":"rope", "id": 3003},
"shovel": {"name":"shovel", "id": 3457}
},
"items":
{
"mana potion": {"hotkey":"f1", "id":268, "use":"self"},
"health potion": {"hotkey":"f2", "id":266, "use":"self"}
},
"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}
],
"hunt_config": {
"cap_leave": 80,
"mana_name": "mana potion",
"take_mana": 100,
"mana_leave": 40,
"health_name": "health potion",
"take_health": 30,
"health_leave": 15
},
"label_actions": [],
"persistent_actions": [],
"target_monsters":
[
{"name":"Cyclops", "action":"follow", "loot":true},
{"name":"Cyclops Drone", "action":"follow", "loot":true},
{"name":"Cyclops Smith", "action":"follow", "loot":true},
{"name":"Bat", "action":"follow", "loot":true},
{"name":"Ghoul", "action":"follow", "loot":true},
{"name":"Skeleton", "action":"follow", "loot":true}
],
"target_spells": [],
"loot":
[
{"name":"gold coin", "action":"loot", "dest":"gold_bp"},
{"name":"gold coins", "action":"loot", "dest":"gold_bp"},
{"name":"double axe", "action":"loot", "dest":"loot_bp"},
{"name":"health potion", "action":"loot", "dest":"loot_bp"},
{"name":"halberd", "action":"loot", "dest":"loot_bp"},
{"name":"life ring", "action":"loot", "dest":"loot_bp"},
{"name":"cyclops trophy", "action":"loot", "dest":"loot_bp"},
{"name":"club ring", "action":"loot", "dest":"loot_bp"},
{"name":"spiked squelcher", "action":"loot", "dest":"loot_bp"},
{"name":"cyclops toe", "action":"loot", "dest":"loot_bp"},
{"name":"dark helmet", "action":"loot", "dest":"loot_bp"},
{"name":"strong health potion", "action":"loot", "dest":"loot_bp"},
{"name":"heavy machete", "action":"loot", "dest":"loot_bp"},
{"name":"battle hammer", "action":"loot", "dest":"loot_bp"},
{"name":"meat", "action":"use"}
]
}