-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathsetup_mage.json
80 lines (80 loc) · 2.67 KB
/
setup_mage.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
{
"general":
{
"loot_type":"auto",
"loot_priority":"after"
},
"script_options": {
"hours_leave": [9],
"skill_train":"magic"
},
"containers":
{
"loot_bp":"Red Backpack"
},
"tools": {},
"items":
{
"mana potion": {"hotkey":"e", "id":268, "use":"self"},
"great fireball rune": {"hotkey":"f9", "id":3191, "use":"crosshair"},
"brown mushroom": {"hotkey":"f11", "id":3725, "use":"use"}
},
"spells":
{
"exura gran":"r",
"exevo frigo hur":"1",
"exori tera":"q"
},
"healing":
[
{"type":"hp", "below_percent":75, "use_spell":"exura gran", "min_mana_percent":5, "priority":3},
{"type":"mp", "below_percent":80, "use_item":"mana potion", "priority":2}
],
"hunt_config": {
"cap_leave": 100,
"mana_name": "mana potion",
"take_mana": 120,
"mana_leave": 60
},
"label_actions": [],
"persistent_actions": [
{"action":"drop_vials", "interval":60},
{"action":"recover_full_mana", "interval":3, "args":["e"]}
],
"target_monsters":
[
{"name":"Elf", "action":"follow", "loot":true},
{"name":"Elf Scout", "action":"follow", "loot":true},
{"name":"Elf Arcanist", "action":"follow", "loot":true}
],
"target_spells": [
{"name":"exori tera", "min_mana_percent":10, "priority":1, "cooldown":2, "monsters":["Elf", "Elf Scout", "Elf Arcanist"]},
{"name":"exevo frigo hur", "min_mana_percent":20, "priority":3, "cooldown": 4, "min_monster_count":2}
],
"loot":
[
{"name":"small diamond", "action":"loot", "dest":"loot_bp"},
{"name":"elven amulet", "action":"loot", "dest":"loot_bp"},
{"name":"elven astral observer", "action":"loot", "dest":"loot_bp"},
{"name":"elven scouting glass", "action":"loot", "dest":"loot_bp"},
{"name":"elvish bow", "action":"loot", "dest":"loot_bp"},
{"name":"elvish talisman", "action":"loot", "dest":"loot_bp"},
{"name":"health potion", "action":"loot", "dest":"loot_bp"},
{"name":"heaven blossom", "action":"loot", "dest":"loot_bp"},
{"name":"holy orchid", "action":"loot", "dest":"loot_bp"},
{"name":"life crystal", "action":"loot", "dest":"loot_bp"},
{"name":"mana potion", "action":"loot", "dest":"loot_bp"},
{"name":"poisonous slime", "action":"loot", "dest":"loot_bp"},
{"name":"serpent sword", "action":"loot", "dest":"loot_bp"},
{"name":"steel helmet", "action":"loot", "dest":"loot_bp"},
{"name":"strong health potion", "action":"loot", "dest":"loot_bp"},
{"name":"wand of cosmic energy", "action":"loot", "dest":"loot_bp"},
{"name":"yellow gem", "action":"loot", "dest":"loot_bp"},
{"name":"fish", "action":"use"},
{"name":"plum", "action":"use"},
{"name":"plums", "action":"use"},
{"name":"ham", "action":"use"},
{"name":"grape", "action":"use"},
{"name":"grapes", "action":"use"}
]
}