-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathsetup_rp.json
72 lines (72 loc) · 2.04 KB
/
setup_rp.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
{
"general":
{
"loot_type":"auto",
"loot_priority":"first"
},
"script_options": {
"hours_leave": [9.5],
"skill_train":"distance"
},
"containers":
{
"loot_bp":"Brocade Backpack"
},
"tools": {},
"items":
{
"mana potion": {"hotkey":"e", "id":268, "use":"self"},
"arrow": {"hotkey":"j", "id":3447, "use":"equip"},
"brown mushroom": {"hotkey":"f11", "id":3725, "use":"use"}
},
"spells":
{
"utani hur": "v",
"exura gran": "r",
"exori con": "q"
},
"healing":
[
{"type":"hp", "below_percent":80, "use_spell":"exura gran", "min_mana_percent":10, "priority":1},
{"type":"mp", "below_percent":35, "use_item":"mana potion", "priority":2}
],
"hunt_config": {
"cap_leave": 0,
"mana_name": "mana potion",
"take_mana": 90,
"mana_leave": 45,
"ammo_name": "arrow",
"take_ammo": 300,
"ammo_leave": 120
},
"persistent_actions": [
{"action":"eat_food", "interval":40, "args":{"hotkey":"f11"}},
{"action":"use_hotkey", "interval":54, "use_in_battle":true, "args":{"hotkey":"j"}},
{"action":"drop_vials", "interval":60}
],
"target_monsters":
[
{"name":"Elf Arcanist", "priority":2, "action":"distance", "min_dist":2, "max_dist":5, "loot":true},
{"name":"Elf", "action":"stand", "loot":true},
{"name":"Elf Scout", "priority":3, "action":"distance", "min_dist":2, "max_dist":5, "loot":true}
],
"target_spells":
[
{"name":"exori con", "min_mana_percent":30, "priority":1, "cooldown":5,
"monsters":["Elf", "Elf Scout", "Elf Arcanist"]}
],
"loot": [
{"name":"holy orchid", "action":"loot", "dest":"loot_bp"},
{"name":"arrow", "action":"loot", "dest":"loot_bp"},
{"name":"wand of cosmic energy", "action":"loot", "dest":"loot_bp"},
{"name":"life crystal", "action":"loot", "dest":"loot_bp"},
{"name":"health potion", "action":"loot", "dest":"loot_bp"},
{"name":"yellow gem", "action":"loot", "dest":"loot_bp"},
{"name":"heaven blossom", "action":"loot", "dest":"loot_bp"},
{"name":"elvish bow", "action":"loot", "dest":"loot_bp"},
{"name":"grapes", "action":"use"},
{"name":"plum", "action":"use"},
{"name":"melon", "action":"use"},
{"name":"bread", "action":"use"}
]
}