forked from AcademicDog/onmyoji_bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
conf_example.ini
50 lines (45 loc) · 1.61 KB
/
conf_example.ini
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
[DEFAULT]
######一般参数######
#client 运行平台:0-桌面版;1-MuMu模拟器
client = 0
#run_section 运行副本:0-御魂;1-御灵;2-探索
run_section = 0
#run_mode 御魂运行模式:0-单刷;1-司机;2-乘客;3-双开
run_mode = 0
#max_times 最大游戏次数:0-无数次;其他-其他次
max_times = 0
#end_operation 结束后操作:0-结束后关闭脚本;1-结束后关闭脚本和游戏
end_operation = 0
[mitama]
######御魂参数#####
#run_submode 具体副本:0-御魂;1-业原火;2-卑弥呼
run_submode = 0
#mitama_team_mark 御魂标记己方式神:0-不标记;1-标记第1个式神,2~5-以此类推
mitama_team_mark = 0
[watchdog]
######守护参数######
#watchdog_enable 是否超时自动关闭阴阳师:True-是;False-否
watchdog_enable = True
#max_win_time 画面超时时间(秒)
max_win_time = 100
#max_op_time 操作超时时间(秒)
max_op_time = 20
[explore]
#######探索参数######
#explore_mode 探索模式:0-单刷;1-队长;2-队员;3-双开
explore_mode = 0
#更换狗粮设置:1-左; 2-中; 3-右; 4-左后; 5-右后,下同
gouliang = [2, 3]
gouliang_b = []
#fight_boss_enable 结束后是否打BOSS:True-是;False-否
fight_boss_enable = False
#slide_shikigami 换狗粮是否拖放式神进度条:True-是;False-否
slide_shikigami = True
#slide_shikigami_progress 进度条位置(百分比)
slide_shikigami_progress = 10
#change_shikigami 更换狗粮卡片:0-素材;1-N卡;2-R卡
change_shikigami = 1
[others]
######调试参数######
#debug_enable 是否开启调试模式:True-是;False-否
debug_enable = False