1
|
|
|
<?php |
2
|
|
|
return [ |
3
|
|
|
'adminEmail'=>'[email protected]', |
4
|
|
|
'isPartOfWline' => true, |
5
|
|
|
'maxtime'=>1800, //30min |
6
|
|
|
'cacheDuration'=>3600, |
7
|
|
|
'waters_version'=>3, |
8
|
|
|
'visited_version'=>3, |
9
|
|
|
'missions_version'=>3, |
10
|
|
|
'baits_version'=>1, |
11
|
|
|
'items_version'=>1, |
12
|
|
|
'parts_version'=>1, |
13
|
|
|
'parts_version'=>1, |
14
|
|
|
'listPerPage'=>10, |
15
|
|
|
'shopItemsPerPage'=>4, |
16
|
|
|
'wlineHost'=>'http://wline.hu/', |
17
|
|
|
'packagesSms' => [], |
18
|
|
|
'cronPassword' => 'secret', |
19
|
|
|
'wlineUsersTable' => 'users', |
20
|
|
|
'wlineRefreshAttribute' => 'lastRefresh', |
21
|
|
|
'googleMapsApiKey' => '', |
22
|
|
|
//game mechanic attributes |
23
|
|
|
'goldPerGateMission' => 5, |
24
|
|
|
'setPartFindTimeLimit' => 86400, |
25
|
|
|
'setPartFindXpLimit' => 100, |
26
|
|
|
'setPartFindChanceInitial' => 5, |
27
|
|
|
'setPartFindChanceTimeLimit' => 2, |
28
|
|
|
'setPartFindChanceXpLimit' => 1, |
29
|
|
|
'mapCenterCoords' => '45.807504,17.82389', |
30
|
|
|
'duelLevelRequirement' => 20, |
31
|
|
|
'duelWeakerOpponentLevelDiff' => 5, |
32
|
|
|
'duelMaxCallPerHour' => 3, |
33
|
|
|
'duelRevengeTimeLimitHours' => 12, |
34
|
|
|
'competitorCompensatorMin' => 33, |
35
|
|
|
'competitorCompensatorMax' => 66, |
36
|
|
|
'clubJoinLevelRequirement' => 30, |
37
|
|
|
'clubMaxMembers' => 8, |
38
|
|
|
'clubCreateLevelRequirement' => 45, |
39
|
|
|
'routineAwardForGold' => 30, |
40
|
|
|
'routineAwardForDiamant' => 100, |
41
|
|
|
]; |
|
|
|
|
42
|
|
|
|
This check marks files that end in a newline character, i.e. an empy line.