-
Notifications
You must be signed in to change notification settings - Fork 1
/
troopers.cfg
25 lines (22 loc) · 910 Bytes
/
troopers.cfg
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
# This is the troopers.sh config file.
# Any variable in this file will replace the script's defaults.
# Name of the army to attack.
# If this field is empty or absent, then a random army will be picked
# each time from the pre-battle page (/b/opp).
# friend="roushet"
friend="roushet"
# Extension of the site (e.g. in minitroopers.com, the extension is 'com').
# This determines the address of the server as well as the culture (language)
# of the pages received (which changes the words to look for when parsing).
# Currently supported cultures:
# "com", "fr"
# ext="com"
ext="com"
# The policy to use while printing reports for the account.
# It determines when to print the ratio of Current Money / Money needed for upgrade
# (for the first trooper).
# "never" : Don't print anything.
# "upgradable" : Only print ratio when > 1.
# "always" : Always print ratio.
# report="upgradable"
report="upgradable"