-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathsetup_ek.json
107 lines (107 loc) · 4.31 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"general":
{
"loot_type":"auto",
"loot_priority":"after",
"anti_trap": "weapon",
"beta":true
},
"script_options": {
"hours_leave": [9.5],
"skill_train":"sword",
"imbuements":[
{"equip_slot":"weapon", "name":"Intricate Void", "type":"Mana Leech"},
{"equip_slot":"weapon", "name":"Intricate Vampirism", "type":"Life Leech"},
{"equip_slot":"helmet", "name":"Intricate Void", "type":"Mana Leech"}
],
"summon":false,
"sort_deposit": {"flint":5, "alexander":6, "lailene":6, "esrik":7, "tamoril":8, "rashid": 9, "green_djinn": 10}
},
"containers":
{
"loot_bp":"Red Backpack"
},
"tools": {},
"items":
{
"strong mana potion": { "hotkey": "e", "id": 237, "use": "self" },
"great health potion": { "hotkey": "f3", "id": 239, "use": "self" },
"supreme health potion": { "hotkey": "F", "id": 23375, "use": "self" },
"brown mushroom": { "hotkey": "f11", "id": 3725, "use": "use" },
"sword ring": { "hotkey": "6", "id": 3091, "use": "equip" }
},
"spells":
{
"utani hur": "v",
"utura gran": "R",
"utito tempo": "X",
"exura ico":"r",
"exura med ico": "g",
"exura gran ico":"f",
"exori":"1",
"exori min":"2",
"exori hur":"3",
"exori gran":"4",
"exori ico":"q",
"exani hur up":"=",
"exani hur down":"-",
"utevo gran res eq":"f9"
},
"healing":
[
{"type": "hp", "below_percent": 30, "use_spell": "exura gran ico", "min_mana_percent": 20, "priority": 7, "cooldown": 600 },
{"type": "hp", "below_percent": 40, "use_item": "supreme health potion", "priority": 6 },
{"type": "hp", "below_percent": 60, "use_item": "great health potion", "priority": 5 },
{"type": "hp", "below_percent": 85, "use_spell": "exura med ico", "min_mana_percent": 10, "priority": 4 },
{"type": "hp", "below_percent": 97, "use_spell": "exura ico", "min_mana_percent": 5, "priority": 3 },
{"type": "mp", "below_percent": 90, "use_item": "strong mana potion", "priority": 2 },
{"type": "hp", "below_percent": 95, "use_spell": "utura gran", "min_mana_percent": 20, "priority": 1, "cooldown": 60 }
],
"hunt_config": {
"cap_leave": 50,
"mana_name": "strong mana potion",
"take_mana": 1600,
"mana_leave": 250,
"health_name": "great health potion",
"take_health": 250,
"health_leave": 40,
"health_name2": "supreme health potion",
"take_health2": 50,
"health_leave2": 20
},
"label_actions": [
{"label":"refill_mana", "action":"wait_mana_percentage_below", "args": {"mana_perc":65, "hotkey":"e", "monster_count_below":2}}
],
"persistent_actions": [
{"action":"drop_vials", "interval":200},
{"action":"haste", "interval":40, "args":["v"]},
{"action":"anti_paralyze", "interval":1, "args":["v"]},
{"action":"lure_monsters", "interval":0.5, "args":{"count":8, "min_count":2, "drop_above_hp_perc":80}},
{"action":"equip_item", "interval":3, "use_in_battle":true, "args":{"hotkey":"6", "amount":0, "slot":"ring"}},
{"action":"eat_food", "interval":30, "args":["f11"]}
],
"target_monsters":
[
{"name":"Metal Gargoyle", "action":"follow", "loot":true},
{"name":"Rustheap Golem", "action":"follow", "loot":true},
{"name":"Glooth Anemone", "action":"follow", "loot":true},
{"name":"Blood Beast", "action":"follow", "loot":true},
{"name":"Walker", "action":"follow", "loot":true},
{"name":"Glooth Golem", "action":"follow", "loot":true},
{"name":"Rot Elemental", "action":"follow", "loot":true},
{"name":"Glooth Blob", "action":"follow", "loot":true},
{"name":"Devourer", "action":"follow", "loot":true}
],
"target_spells":
[
{"name":"exori hur", "min_mana_percent":10, "priority":1, "cooldown":5,
"monsters":["Metal Gargoyle", "Rustheap Golem", "Glooth Golem", "Rot Elemental", "Glooth Blob", "Devourer", "Glooth Anemone"]},
{"name":"exori ico", "min_mana_percent":10, "priority":1, "cooldown":5,
"monsters":["Metal Gargoyle", "Rustheap Golem", "Glooth Golem", "Rot Elemental", "Glooth Blob", "Devourer", "Glooth Anemone"]},
{"name":"exori min", "min_mana_percent":10, "priority":2, "cooldown": 6, "min_monster_count":2},
{"name":"exori", "min_mana_percent":7, "priority":3, "cooldown": 4, "min_monster_count":1},
{"name":"exori gran", "min_mana_percent":20, "priority":4, "cooldown": 6, "min_monster_count":2},
{"name":"utito tempo", "min_mana_percent":70, "priority":5, "cooldown": 15, "min_monster_count":3, "group":"support"}
],
"loot": []
}