Skip to content

Commit

Permalink
add second quest
Browse files Browse the repository at this point in the history
  • Loading branch information
iMega committed Oct 23, 2016
1 parent 80e5585 commit 678e215
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions config/quest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@
'1bdf7da9-a290-405e-8d4d-3d43bac4f9d2',
],
],
'023fabdb-82fa-4feb-92b1-afbde628403d' => [
'title' => 'квест "Спб"',
'description' => '',
'points' => [
'ab95b999-6b02-45b2-a4c1-ac7098201d36',
'17120974-ce95-4ac0-b34a-1097c1806fe6',
'a69da8fa-30e2-4513-bb8f-4c8ebf03982e',
],
],
],
'points' => [
'1d2d4455-bb0a-48f0-8970-63e4db6bc52c' => [
Expand Down Expand Up @@ -101,6 +110,60 @@
60 => 'Памятник композитору Сергею Рахманинову.',
],
],
/**
* SPB
*/
'ab95b999-6b02-45b2-a4c1-ac7098201d36' => [
'title' => 'First point',
'description' => '',
'coords' => [
'latitude' => [0, 100],
'longitude' => [0, 100],
],
'prompt' => [
20 => 'Test first prompt',
40 => 'Test secont prompt',
60 => 'Test answer',
],
],
/**
* 60.006151, 30.402674
* 60.006250, 30.403245
* 60.005967, 30.402859
* 60.006037, 30.403487
*/
'17120974-ce95-4ac0-b34a-1097c1806fe6' => [
'title' => 'Second point',
'description' => '',
'coords' => [
'latitude' => [60.0059, 60.0062],
'longitude' => [30.4026, 30.4034],
],
'prompt' => [
20 => 'Test first prompt',
40 => 'Test secont prompt',
60 => 'Test answer',
],
],
/**
* 60.006507, 30.402248
* 60.006603, 30.401875
* 60.006859, 30.402275
* 60.006766, 30.402658
*/
'a69da8fa-30e2-4513-bb8f-4c8ebf03982e' => [
'title' => 'Finish point',
'description' => '',
'coords' => [
'latitude' => [60.0065, 60.0068],
'longitude' => [30.4018, 30.4026],
],
'prompt' => [
20 => 'Test first prompt',
40 => 'Test secont prompt',
60 => 'Test answer',
],
],
/**
* Точки кветста для тестирования
*/
Expand Down

0 comments on commit 678e215

Please sign in to comment.