pyircbot/examples/data/config/UnoPlay.json

18 lines
478 B
JSON
Raw Normal View History

2017-01-01 14:01:23 -08:00
{
"unobot": "BTN-Uno",
"unochannel": "#BTN-uno",
2017-01-01 19:01:13 -08:00
"strategy": "play_by_chains",
"enforce_wd4": true,
2017-01-01 14:01:23 -08:00
"streak_max": 3,
"enable_autojoin": true,
"enable_trigger": false,
"enable_delays": true,
"enable_randomhuman": true,
"randomhuman_chance": 15,
"randomhuman_sleep": 4,
2017-01-01 19:01:13 -08:00
"delay_joingame": [3.2, 12.0],
"delay_beforepickcolor": [3.0, 6.0],
"delay_beforedraw": [3.0, 6.0],
"delay_beforemove": [3.0, 6.0]
2017-01-01 14:01:23 -08:00
}