-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathsetup.json
124 lines (123 loc) · 4.79 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
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
{
"general":
{
"loot_type":"manual",
"anti_trap":"weapon",
"loot_priority":"first"
},
"script_options": {
"hours_leave": [9],
"sort_deposit": {"alexander":6, "lailene":6, "tamoril":8, "rashid": 9, "green_djinn": 10}
},
"containers":
{
"gold_bp":"Shopping Bag",
"loot_bp":"Red Backpack"
},
"tools":
{
"rope": {"name":"rope", "id": 3003}
},
"items":
{
"mana potion": {"hotkey":"e", "id":268, "use":"self"},
"strong health potion": {"hotkey":"f2", "id":236, "use":"self"},
"gold coin": {"hotkey":"f12", "id":3031, "use":"use"},
"heavy magic missile rune": {"hotkey":"9", "id":3198, "use":"target"},
"brown mushroom": {"hotkey":"f11", "id":3725, "use":"use"}
},
"spells":
{
"exura ico":"r"
},
"healing":
[
{"type":"hp", "below_percent":50, "use_item":"strong health potion", "priority":5},
{"type":"hp", "below_percent":85, "use_spell":"exura ico", "min_mana_percent":10, "priority":4},
{"type":"mp", "below_percent":30, "use_item":"mana potion", "priority":3}
],
"hunt_config": {
"cap_leave": 50,
"mana_name": "mana potion",
"take_mana": 300,
"mana_leave": 60,
"rune_name": "heavy magic missile rune",
"take_rune": 50,
"rune_leave": 10,
"health_name": "strong health potion",
"take_health": 50,
"health_leave": 15
},
"persistent_actions": [
{"action":"drop_vials", "interval":60},
{"action":"anti_paralyze", "interval":1, "args":["r"]},
{"action":"eat_food", "interval":40, "args":{"hotkey":"f11"}}
],
"target_monsters":
[
{"name":"Carrion Worm", "action":"follow", "loot":true},
{"name":"Hunter", "action":"follow", "loot":true},
{"name":"Tarantula", "action":"follow", "loot":true},
{"name":"Rotworm", "action":"follow", "loot":true},
{"name":"Wild Warrior", "action":"follow", "loot":true},
{"name":"Smuggler", "action":"follow", "loot":true},
{"name":"Bandit", "action":"follow", "loot":true},
{"name":"Witch", "action":"follow", "loot":true},
{"name":"Dark Apprentice", "action":"follow", "loot":true},
{"name":"Dark Monk", "action":"follow", "loot":true},
{"name":"Monk", "action":"follow", "loot":true},
{"name":"Assassin", "action":"follow", "loot":true},
{"name":"Mummy", "action":"follow", "loot":true},
{"name":"Bandit", "action":"follow", "loot":true},
{"name":"Boar", "action":"follow", "loot":true},
{"name":"Wasp", "action":"follow", "loot":true}
],
"target_spells": [
{"name":"heavy magic missile rune", "min_mana_percent":20, "priority":4, "cooldown": 2, "monsters":["Ghost"]}
],
"loot":
[
{"name":"gold coins", "action":"loot", "dest":"gold_bp"},
{"name":"deer trophy", "action":"loot", "dest":"loot_bp"},
{"name":"wolf trophy", "action":"loot", "dest":"loot_bp"},
{"name":"small ruby", "action":"loot", "dest":"loot_bp"},
{"name":"sniper gloves", "action":"loot", "dest":"loot_bp"},
{"name":"lion trophy", "action":"loot", "dest":"loot_bp"},
{"name":"slingshot", "action":"loot", "dest":"loot_bp"},
{"name":"war hammer", "action":"loot", "dest":"loot_bp"},
{"name":"time ring", "action":"loot", "dest":"loot_bp"},
{"name":"tarantula egg", "action":"loot", "dest":"loot_bp"},
{"name":"pelvis bone", "action":"loot", "dest":"loot_bp"},
{"name":"witch broom", "action":"loot", "dest":"loot_bp"},
{"name":"necrotic rod", "action":"loot", "dest":"loot_bp"},
{"name":"witch hat", "action":"loot", "dest":"loot_bp"},
{"name":"silver dagger", "action":"loot", "dest":"loot_bp"},
{"name":"bag of apple slices", "action":"loot", "dest":"loot_bp"},
{"name":"health potion", "action":"loot", "dest":"loot_bp"},
{"name":"mana potion", "action":"loot", "dest":"loot_bp"},
{"name":"wand of dragonbreath", "action":"loot", "dest":"loot_bp"},
{"name":"wand of decay", "action":"loot", "dest":"loot_bp"},
{"name":"reins", "action":"loot", "dest":"loot_bp"},
{"name":"stealth ring", "action":"loot", "dest":"loot_bp"},
{"name":"dark rosary", "action":"loot", "dest":"loot_bp"},
{"name":"rope belt", "action":"loot", "dest":"loot_bp"},
{"name":"book of prayers", "action":"loot", "dest":"loot_bp"},
{"name":"life crystal", "action":"loot", "dest":"loot_bp"},
{"name":"ankh", "action":"loot", "dest":"loot_bp"},
{"name":"silver raid token", "action":"loot", "dest":"loot_bp"},
{"name":"yellow piece of cloth", "action":"loot", "dest":"loot_bp"},
{"name":"black pearl", "action":"loot", "dest":"loot_bp"},
{"name":"black shield", "action":"loot", "dest":"loot_bp"},
{"name":"silver amulet", "action":"loot", "dest":"loot_bp"},
{"name":"gauze bandage", "action":"loot", "dest":"loot_bp"},
{"name":"flask of embalming fluid", "action":"loot", "dest":"loot_bp"},
{"name":"safety pin", "action":"loot", "dest":"loot_bp"},
{"name":"stuffed toad", "action":"loot", "dest":"loot_bp"},
{"name":"mini mummy", "action":"loot", "dest":"loot_bp"},
{"name":"ham", "action":"use"},
{"name":"bread", "action":"use"},
{"name":"egg", "action":"use"},
{"name":"eggs", "action":"use"},
{"name":"meat", "action":"use"}
]
}