-
Notifications
You must be signed in to change notification settings - Fork 6
/
setup.json
65 lines (61 loc) · 1.4 KB
/
setup.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
{
"general":
{
"loot_type":"auto",
"loot_priority":"after",
"anti_trap":"weapon"
},
"script_options": {
"hours_leave": [9]
},
"containers":
{
"loot_bp":"Red Backpack"
},
"tools":
{
"rope": {"name":"rope", "id": 3003},
"shovel": {"name":"rope", "id": 3457}
},
"items":
{
"mana potion": {"hotkey":"e", "id":268, "use":"self"},
"brown mushroom": {"hotkey":"f11", "id":3725, "use":"use"},
"health potion": {"hotkey":"f", "id":266, "use":"self"}
},
"spells":
{
"exura ico":"v"
},
"healing":
[
{"type":"hp", "below_percent":75, "use_spell":"exura ico", "min_mana_percent":5, "priority":3},
{"type":"hp", "below_percent":55, "use_item":"health potion", "priority":3},
{"type":"mp", "below_percent":20, "use_item":"mana potion", "priority":2}
],
"hunt_config": {
"cap_leave": 40,
"mana_name": "mana potion",
"take_mana": 50,
"mana_leave": 30,
"health_name": "health potion",
"take_health": 25,
"health_leave": 12
},
"label_actions":
[],
"persistent_actions":
[
{"action":"drop_vials", "interval":60},
{"action":"cast_spell", "interval":10},
{"action":"eat_food", "interval":30, "args":["f11"]}
],
"target_monsters":
[
{"name":"Rotworm", "action":"follow", "loot":true},
{"name":"Carrion Worm", "action":"follow", "loot":true}
],
"target_spells":
[],
"loot": []
}