-
Notifications
You must be signed in to change notification settings - Fork 0
/
config-default.php
33 lines (32 loc) · 1.02 KB
/
config-default.php
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
<?php
return array(
'host' => 'https://eu.api.battle.net',
'api-key' => '',
'matchMakingQueue' => 'HOTS_SOLO',
'output' => array(
'file' => '7x_roster.html',
'top' => null,
'league' => 'master',
'allow0pts' => false,
),
'images' => array(
'races_images_url' => 'http://starcraft.7x.ru/img/',
'races' => array(
'zerg' => 'zerg9x14.png',
'protoss' => 'protoss9x14.png',
'terran' => 'terran9x14.png',
'random' => 'random.png',
),
'leagues_images_url' => 'http://starcraft.7x.ru/img/',
'leagues' => array(
'grandmaster' => array(
'top16' => 'grandmaster-top8-15x15-t.png',
'default' => 'grandmaster-15x15-t.png',
),
'master' => array(
'top8' => 'master-top8-15x15-t.png',
'default' => 'master-15x15-t.png',
),
),
)
);