forked from stefan2200/TWB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.example.json
94 lines (93 loc) · 2.29 KB
/
config.example.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
{
"build": {
"name": "tw_bot",
"version": "1.5.1",
"author": "stefan2200"
},
"server": {
"server": "nlc1",
"endpoint": "https://nlc1.tribalwars.nl/game.php",
"server_on_twplus": false
},
"reporting": {
"enabled": false,
"connection_string": "file://cache/logs/twb_{ts}.log"
},
"bot": {
"active_hours": "6-23",
"delay_factor": 1.0,
"active_delay": 200,
"inactive_still_active": true,
"inactive_delay": 2000,
"add_new_villages": true,
"village_name_template": "Village {num}",
"village_name_number_length": 3,
"auto_set_village_names": false,
"user_agent": null
},
"building": {
"manage_buildings": true,
"default": "purple_predator",
"max_lookahead": 2,
"max_queued_items": 2
},
"units": {
"recruit": true,
"upgrade": true,
"default": "basic",
"batch_size": 25,
"manage_defence": false,
"remove_manual_queued": false,
"randomize_unit_queue": true
},
"village_template": {
"building": "purple_predator",
"units": "basic",
"managed": true,
"scout_first": false,
"additional_farms": [],
"prioritize_building": false,
"prioritize_snob": false,
"trade_for_premium": false,
"gather_enabled": false,
"gather_selection": 1,
"snobs": 0,
"evacuate_fragile_units_on_attack": false,
"support_others": false,
"support_others_factor": 0.25,
"support_others_max_villages": 2,
"request_support_on_attack": false
},
"farms": {
"farm": true,
"min_points": 0,
"max_points": 50,
"find_player_owned": false,
"search_radius": 100,
"default_away_time": 3600,
"full_loot_away_time": 1800,
"low_loot_away_time": 7200,
"max_farms": 25,
"attack_higher_points": false,
"force_scout_if_available": true
},
"market": {
"auto_trade": true,
"max_trade_duration": 1,
"auto_remove": true,
"trade_multiplier": true,
"trade_multiplier_value": 1.0,
"trade_max_per_hour": 1
},
"world": {
"knight_enabled": null,
"flags_enabled": null,
"quests_enabled": null,
"trade_for_premium": false,
"archers_enabled": true,
"building_destruction_enabled": true,
"boosters_enabled": null
},
"villages": {
}
}