-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathsetup_ek.json
135 lines (135 loc) · 4.12 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"general": {
"loot_type": "auto",
"loot_priority": "after",
"anti_trap":"weapon"
},
"script_options": {
"duration_hours": 8,
"hours_leave": [9.5],
"skill_train": "sword",
"#imbuements": [
{"equip_slot": "weapon", "name": "Intricate Vampirism", "type": "Life Leech"}
],
"#sort_deposit": {"rashid": 9, "green_djinn": 10},
"use_garlic_necklace": false
},
"containers": {
"loot_bp": "Red Backpack"
},
"tools": {},
"items": {
"strong mana potion": {"hotkey": "e", "use": "self"},
"supreme health potion": {"hotkey": "F", "use": "self"},
"great health potion": {"hotkey":"f7", "use":"self"},
"brown mushroom": {"hotkey": "f11", "use": "use"},
"small ruby": {"hotkey": "f10", "id": 3030, "use": "crosshair"},
"garlic necklace": {"hotkey": "f12", "use": "equip"}
},
"spells": {
"utani hur": "v",
"utura gran": "R",
"utito tempo": "X",
"exeta res": "x",
"exura ico": "r",
"exura gran ico": "f",
"exori": "1",
"exori min": "2",
"exori hur": "3",
"exori gran": "4",
"exori ico": "q"
},
"healing": [
{"type": "hp", "below_percent": 20, "use_spell": "exura gran ico", "min_mana_percent": 20, "priority": 5, "cooldown": 900},
{"type": "hp", "below_percent": 40, "use_item": "supreme health potion", "priority": 4},
{"type": "hp", "below_percent":70, "use_item":"great health potion", "priority":3},
{"type": "hp", "below_percent": 85, "use_spell": "exura ico", "min_mana_percent": 20, "priority": 3},
{"type": "mp", "below_percent": 80, "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": 20,
"gem_name": "small ruby",
"take_gem": 2,
"mana_name": "strong mana potion",
"take_mana": 1000,
"mana_leave": 300,
"health_name": "supreme health potion",
"take_health": 50,
"health_leave": 20,
"health_name2": "great health potion",
"take_health2": 400,
"health_leave2": 150
},
"label_actions": [
{"label": "call_withdraw_garlic_necklace", "action": "withdraw_item_from_depot_to_backpack",
"args": { "item_name": "garlic necklace", "depot_num": 4, "backpack_name": "Blue Backpack", "amount": 8, "stack": false}}
],
"persistent_actions": [
{"action": "haste", "interval": 40, "args": [ "v" ]},
{"action": "eat_food", "interval": 30, "args": [ "f11" ]},
{"enabled": false, "alias": "equip_amulet_alias", "action": "equip_item", "interval": 10, "use_in_battle": true, "args": { "hotkey": "f12", "amount": 0, "slot": "amulet"}},
{"enabled": false, "alias": "lure", "action": "lure_monsters", "interval": 1, "args": { "count": 4, "min_count": 2, "drop_above_hp_perc": 80}}
],
"target_monsters": [
{"name": "Faun", "action": "follow", "loot": true },
{"name": "Dark Faun", "action": "follow", "loot": true },
{"name": "Weakened Frazzlemaw", "action": "follow", "loot": true },
{"name": "Enfeebled Silencer", "action": "follow", "loot": true }
],
"target_spells": [
{
"name": "exori hur",
"min_mana_percent": 10,
"priority": 1,
"cooldown": 5,
"monsters": [
"Faun",
"Dark Faun",
"Weakened Frazzlemaw",
"Enfeebled Silencer"
]
},
{
"name": "exori ico",
"min_mana_percent": 10,
"priority": 1,
"cooldown": 5,
"monsters": [
"Faun",
"Dark Faun",
"Weakened Frazzlemaw",
"Enfeebled Silencer"
]
},
{
"name": "exori min",
"min_mana_percent": 20,
"priority": 2,
"cooldown": 6,
"min_monster_count": 2
},
{
"name": "exori",
"min_mana_percent": 10,
"priority": 3,
"cooldown": 4,
"min_monster_count": 3
},
{
"name": "exori gran",
"min_mana_percent": 30,
"priority": 4,
"cooldown": 6,
"min_monster_count": 3
},
{
"name": "utito tempo",
"min_mana_percent": 70,
"priority": 5,
"cooldown": 10,
"min_monster_count": 4
}
],
"loot": []
}