@theideaguards/create-pixin 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.mjs +60 -0
- package/package.json +20 -0
- package/templates/clean/README.md +26 -0
- package/templates/clean/_gitignore +9 -0
- package/templates/clean/content/game.json +16 -0
- package/templates/clean/export/README.md +10 -0
- package/templates/clean/index.html +12 -0
- package/templates/clean/package.json +27 -0
- package/templates/clean/scripts/build-assets.mjs +138 -0
- package/templates/clean/src/main.tsx +14 -0
- package/templates/clean/tsconfig.json +14 -0
- package/templates/clean/vite.config.ts +8 -0
- package/templates/demo/content/game.json +3494 -0
|
@@ -0,0 +1,3494 @@
|
|
|
1
|
+
{
|
|
2
|
+
"start": "tavern",
|
|
3
|
+
"referenceHeight": 1080,
|
|
4
|
+
"scenes": {
|
|
5
|
+
"tavern": {
|
|
6
|
+
"id": "tavern",
|
|
7
|
+
"name": "Hospoda",
|
|
8
|
+
"width": 1920,
|
|
9
|
+
"depth": {
|
|
10
|
+
"yNearFrac": 0.96,
|
|
11
|
+
"yFarFrac": 0.7,
|
|
12
|
+
"scaleNear": 1,
|
|
13
|
+
"scaleFar": 0.62,
|
|
14
|
+
"stops": [
|
|
15
|
+
{
|
|
16
|
+
"yFrac": 0.5,
|
|
17
|
+
"scale": 0.62
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"yFrac": 0.96,
|
|
21
|
+
"scale": 1
|
|
22
|
+
}
|
|
23
|
+
]
|
|
24
|
+
},
|
|
25
|
+
"spawn": {
|
|
26
|
+
"xFrac": 0.66,
|
|
27
|
+
"yFrac": 0.9
|
|
28
|
+
},
|
|
29
|
+
"walkable": [
|
|
30
|
+
0.028,
|
|
31
|
+
0.793,
|
|
32
|
+
0.182,
|
|
33
|
+
0.749,
|
|
34
|
+
0.236,
|
|
35
|
+
0.745,
|
|
36
|
+
0.254,
|
|
37
|
+
0.732,
|
|
38
|
+
0.257,
|
|
39
|
+
0.681,
|
|
40
|
+
0.285,
|
|
41
|
+
0.665,
|
|
42
|
+
0.295,
|
|
43
|
+
0.684,
|
|
44
|
+
0.303,
|
|
45
|
+
0.713,
|
|
46
|
+
0.382,
|
|
47
|
+
0.734,
|
|
48
|
+
0.407,
|
|
49
|
+
0.714,
|
|
50
|
+
0.471,
|
|
51
|
+
0.736,
|
|
52
|
+
0.509,
|
|
53
|
+
0.751,
|
|
54
|
+
0.559,
|
|
55
|
+
0.747,
|
|
56
|
+
0.592,
|
|
57
|
+
0.742,
|
|
58
|
+
0.692,
|
|
59
|
+
0.704,
|
|
60
|
+
0.637,
|
|
61
|
+
0.691,
|
|
62
|
+
0.498,
|
|
63
|
+
0.694,
|
|
64
|
+
0.424,
|
|
65
|
+
0.676,
|
|
66
|
+
0.404,
|
|
67
|
+
0.661,
|
|
68
|
+
0.47,
|
|
69
|
+
0.629,
|
|
70
|
+
0.507,
|
|
71
|
+
0.62,
|
|
72
|
+
0.674,
|
|
73
|
+
0.651,
|
|
74
|
+
0.672,
|
|
75
|
+
0.666,
|
|
76
|
+
0.726,
|
|
77
|
+
0.682,
|
|
78
|
+
0.762,
|
|
79
|
+
0.671,
|
|
80
|
+
0.834,
|
|
81
|
+
0.709,
|
|
82
|
+
0.838,
|
|
83
|
+
0.732,
|
|
84
|
+
0.858,
|
|
85
|
+
0.74,
|
|
86
|
+
0.858,
|
|
87
|
+
0.774,
|
|
88
|
+
0.879,
|
|
89
|
+
0.796,
|
|
90
|
+
0.916,
|
|
91
|
+
0.815,
|
|
92
|
+
0.75,
|
|
93
|
+
0.944,
|
|
94
|
+
0.687,
|
|
95
|
+
0.982,
|
|
96
|
+
0.029,
|
|
97
|
+
0.98
|
|
98
|
+
],
|
|
99
|
+
"layers": [
|
|
100
|
+
{
|
|
101
|
+
"kind": "image",
|
|
102
|
+
"band": "background",
|
|
103
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/f2ab2120dd0700e3.webp",
|
|
104
|
+
"fit": "stretch",
|
|
105
|
+
"parallax": 1,
|
|
106
|
+
"timeFadeAt": 360
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"kind": "image",
|
|
110
|
+
"band": "background",
|
|
111
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/4f3c3052036ad9be.webp",
|
|
112
|
+
"fit": "stretch",
|
|
113
|
+
"timeFadeAt": 720
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"kind": "image",
|
|
117
|
+
"band": "background",
|
|
118
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/37d92f93c70c0faa.webp",
|
|
119
|
+
"fit": "stretch",
|
|
120
|
+
"timeFadeAt": 1080
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"kind": "image",
|
|
124
|
+
"band": "background",
|
|
125
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/692fb0768539d090.webp",
|
|
126
|
+
"fit": "stretch",
|
|
127
|
+
"timeFadeAt": 0
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"kind": "image",
|
|
131
|
+
"band": "mid",
|
|
132
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/9e224447e45372b7.webp",
|
|
133
|
+
"fit": "none",
|
|
134
|
+
"xFrac": 0.5106765184381779,
|
|
135
|
+
"yFrac": 0.6475054229934923,
|
|
136
|
+
"scale": 1.01,
|
|
137
|
+
"anchorYFrac": 0.7
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"kind": "image",
|
|
141
|
+
"band": "mid",
|
|
142
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/cb98fba8c513028c.webp",
|
|
143
|
+
"fit": "none",
|
|
144
|
+
"scale": 0.52,
|
|
145
|
+
"xFrac": 0.39872559652928413,
|
|
146
|
+
"yFrac": 0.7662689804772236,
|
|
147
|
+
"role": "occluder",
|
|
148
|
+
"anchorYFrac": 0.86
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"kind": "image",
|
|
152
|
+
"band": "foreground",
|
|
153
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/99002b039f5ac53e.webp",
|
|
154
|
+
"fit": "none",
|
|
155
|
+
"xFrac": 0.801382863340564,
|
|
156
|
+
"yFrac": 0.8958785249457701,
|
|
157
|
+
"role": "occluder"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"kind": "image",
|
|
161
|
+
"band": "foreground",
|
|
162
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/73ebc6031310a544.webp",
|
|
163
|
+
"fit": "none",
|
|
164
|
+
"scale": 0.52,
|
|
165
|
+
"xFrac": 0.15011523861171358,
|
|
166
|
+
"yFrac": 0.8790672451193059
|
|
167
|
+
}
|
|
168
|
+
],
|
|
169
|
+
"npcs": [
|
|
170
|
+
{
|
|
171
|
+
"npc": "keeper",
|
|
172
|
+
"spawn": {
|
|
173
|
+
"xFrac": 0.53,
|
|
174
|
+
"yFrac": 0.676
|
|
175
|
+
},
|
|
176
|
+
"approachAt": {
|
|
177
|
+
"xFrac": 0.592,
|
|
178
|
+
"yFrac": 0.762
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
],
|
|
182
|
+
"interactables": [
|
|
183
|
+
{
|
|
184
|
+
"kind": "trigger",
|
|
185
|
+
"id": "intro-trigger",
|
|
186
|
+
"hitArea": [
|
|
187
|
+
0.038,
|
|
188
|
+
0.785,
|
|
189
|
+
0.042,
|
|
190
|
+
0.97,
|
|
191
|
+
0.98,
|
|
192
|
+
0.971,
|
|
193
|
+
0.969,
|
|
194
|
+
0.759
|
|
195
|
+
],
|
|
196
|
+
"effects": [
|
|
197
|
+
{
|
|
198
|
+
"kind": "startSequence",
|
|
199
|
+
"sequence": "intro"
|
|
200
|
+
}
|
|
201
|
+
],
|
|
202
|
+
"when": {
|
|
203
|
+
"kind": "not",
|
|
204
|
+
"of": {
|
|
205
|
+
"kind": "flag",
|
|
206
|
+
"flag": "saw-intro"
|
|
207
|
+
}
|
|
208
|
+
},
|
|
209
|
+
"once": true,
|
|
210
|
+
"by": "player",
|
|
211
|
+
"on": "enter"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"kind": "pickable",
|
|
215
|
+
"id": "take-fork",
|
|
216
|
+
"item": "hook",
|
|
217
|
+
"hitArea": [
|
|
218
|
+
0.471,
|
|
219
|
+
0.57,
|
|
220
|
+
0.471,
|
|
221
|
+
0.601,
|
|
222
|
+
0.501,
|
|
223
|
+
0.604,
|
|
224
|
+
0.496,
|
|
225
|
+
0.568
|
|
226
|
+
],
|
|
227
|
+
"examine": "Stará ohnutá vidlička na pultu. Tak akorát na hák.",
|
|
228
|
+
"when": {
|
|
229
|
+
"kind": "not",
|
|
230
|
+
"of": {
|
|
231
|
+
"kind": "hasItem",
|
|
232
|
+
"item": "hook"
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"kind": "interact",
|
|
238
|
+
"id": "poster",
|
|
239
|
+
"hitArea": [
|
|
240
|
+
0.153,
|
|
241
|
+
0.492,
|
|
242
|
+
0.158,
|
|
243
|
+
0.577,
|
|
244
|
+
0.193,
|
|
245
|
+
0.57,
|
|
246
|
+
0.191,
|
|
247
|
+
0.491
|
|
248
|
+
],
|
|
249
|
+
"effects": [
|
|
250
|
+
{
|
|
251
|
+
"kind": "setFlag",
|
|
252
|
+
"flag": "read-poster"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"kind": "say",
|
|
256
|
+
"text": "Vyhláška: kdo probudí spící princeznu, dostane půl království! Půl království pro mě, Clauda. To zní jako plán."
|
|
257
|
+
}
|
|
258
|
+
],
|
|
259
|
+
"examine": "Královská vyhláška přibitá na prkně.",
|
|
260
|
+
"approachRadius": 250,
|
|
261
|
+
"approachAt": {
|
|
262
|
+
"xFrac": 0.191,
|
|
263
|
+
"yFrac": 0.766
|
|
264
|
+
}
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"kind": "interact",
|
|
268
|
+
"id": "cellar",
|
|
269
|
+
"hitArea": [
|
|
270
|
+
0.78,
|
|
271
|
+
0.394,
|
|
272
|
+
0.779,
|
|
273
|
+
0.682,
|
|
274
|
+
0.849,
|
|
275
|
+
0.705,
|
|
276
|
+
0.858,
|
|
277
|
+
0.396
|
|
278
|
+
],
|
|
279
|
+
"effects": [
|
|
280
|
+
{
|
|
281
|
+
"kind": "say",
|
|
282
|
+
"text": "Z poklopu se ozývá cupitání. Krysy. Tam dolů bez kočky nelezu."
|
|
283
|
+
}
|
|
284
|
+
],
|
|
285
|
+
"examine": "Dveře do sklepa.",
|
|
286
|
+
"uses": [
|
|
287
|
+
{
|
|
288
|
+
"item": "cat",
|
|
289
|
+
"effects": [
|
|
290
|
+
{
|
|
291
|
+
"kind": "takeItem",
|
|
292
|
+
"item": "cat"
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"kind": "setFlag",
|
|
296
|
+
"flag": "rats-cleared"
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"kind": "say",
|
|
300
|
+
"text": "Spustil jsem kočku dolů. Chvíli lov, vřískot - a pak ticho. Krysy jsou v tahu!"
|
|
301
|
+
}
|
|
302
|
+
]
|
|
303
|
+
}
|
|
304
|
+
],
|
|
305
|
+
"when": {
|
|
306
|
+
"kind": "not",
|
|
307
|
+
"of": {
|
|
308
|
+
"kind": "flag",
|
|
309
|
+
"flag": "rats-cleared"
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"kind": "interact",
|
|
315
|
+
"id": "cellar-clear",
|
|
316
|
+
"hitArea": [
|
|
317
|
+
0.779,
|
|
318
|
+
0.392,
|
|
319
|
+
0.778,
|
|
320
|
+
0.682,
|
|
321
|
+
0.851,
|
|
322
|
+
0.707,
|
|
323
|
+
0.859,
|
|
324
|
+
0.396
|
|
325
|
+
],
|
|
326
|
+
"effects": [
|
|
327
|
+
{
|
|
328
|
+
"kind": "say",
|
|
329
|
+
"text": "Zdola se ozývá jen spokojené předení. Hodná kočka."
|
|
330
|
+
}
|
|
331
|
+
],
|
|
332
|
+
"examine": "Sklep je teď bez krys.",
|
|
333
|
+
"when": {
|
|
334
|
+
"kind": "flag",
|
|
335
|
+
"flag": "rats-cleared"
|
|
336
|
+
}
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"kind": "exit",
|
|
340
|
+
"id": "to-street",
|
|
341
|
+
"to": "scene",
|
|
342
|
+
"hitArea": [
|
|
343
|
+
0.046,
|
|
344
|
+
0.399,
|
|
345
|
+
0.051,
|
|
346
|
+
0.773,
|
|
347
|
+
0.15,
|
|
348
|
+
0.756,
|
|
349
|
+
0.146,
|
|
350
|
+
0.395
|
|
351
|
+
],
|
|
352
|
+
"examine": "Dveře ven na ulici."
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"kind": "interact",
|
|
356
|
+
"id": "rest",
|
|
357
|
+
"hitArea": [
|
|
358
|
+
0.414,
|
|
359
|
+
0.634,
|
|
360
|
+
0.457,
|
|
361
|
+
0.642,
|
|
362
|
+
0.482,
|
|
363
|
+
0.687,
|
|
364
|
+
0.479,
|
|
365
|
+
0.918,
|
|
366
|
+
0.429,
|
|
367
|
+
0.922,
|
|
368
|
+
0.363,
|
|
369
|
+
0.913,
|
|
370
|
+
0.319,
|
|
371
|
+
0.88,
|
|
372
|
+
0.309,
|
|
373
|
+
0.755,
|
|
374
|
+
0.377,
|
|
375
|
+
0.727,
|
|
376
|
+
0.41,
|
|
377
|
+
0.739
|
|
378
|
+
],
|
|
379
|
+
"effects": [
|
|
380
|
+
{
|
|
381
|
+
"kind": "startDialog",
|
|
382
|
+
"dialog": "wait-time"
|
|
383
|
+
}
|
|
384
|
+
],
|
|
385
|
+
"uses": [],
|
|
386
|
+
"examine": "Můj oblíbený stůl. U pár piv tu čas uteče raz dva.",
|
|
387
|
+
"approachAt": {
|
|
388
|
+
"xFrac": 0.486,
|
|
389
|
+
"yFrac": 0.836
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
],
|
|
393
|
+
"ambientLight": {
|
|
394
|
+
"color": "#c5a277",
|
|
395
|
+
"intensity": 0.8
|
|
396
|
+
},
|
|
397
|
+
"lights": [
|
|
398
|
+
{
|
|
399
|
+
"id": "hearth",
|
|
400
|
+
"x": 0.36,
|
|
401
|
+
"y": 0.201,
|
|
402
|
+
"radius": 0.28,
|
|
403
|
+
"color": "#ff9a3c",
|
|
404
|
+
"intensity": 1.3,
|
|
405
|
+
"flicker": 0.45
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"id": "light",
|
|
409
|
+
"x": 0.921,
|
|
410
|
+
"y": 0.756,
|
|
411
|
+
"radius": 0.18,
|
|
412
|
+
"color": "#ff6117",
|
|
413
|
+
"intensity": 1.45,
|
|
414
|
+
"flicker": 0.15,
|
|
415
|
+
"scaleY": 0.8,
|
|
416
|
+
"rotation": 27
|
|
417
|
+
}
|
|
418
|
+
],
|
|
419
|
+
"emitters": [
|
|
420
|
+
{
|
|
421
|
+
"id": "embers",
|
|
422
|
+
"x": 0.93,
|
|
423
|
+
"y": 0.757,
|
|
424
|
+
"rate": 8,
|
|
425
|
+
"life": 1.8,
|
|
426
|
+
"color": "#ffb24a",
|
|
427
|
+
"alpha": 0.7,
|
|
428
|
+
"size": 4,
|
|
429
|
+
"grow": -1,
|
|
430
|
+
"shape": "round",
|
|
431
|
+
"angle": -90,
|
|
432
|
+
"spread": 25,
|
|
433
|
+
"speed": 42,
|
|
434
|
+
"gravity": -8,
|
|
435
|
+
"spawnRadius": 16,
|
|
436
|
+
"blend": "add"
|
|
437
|
+
}
|
|
438
|
+
],
|
|
439
|
+
"characterScale": 4,
|
|
440
|
+
"holes": [
|
|
441
|
+
[
|
|
442
|
+
0.315,
|
|
443
|
+
0.864,
|
|
444
|
+
0.416,
|
|
445
|
+
0.802,
|
|
446
|
+
0.466,
|
|
447
|
+
0.812,
|
|
448
|
+
0.46,
|
|
449
|
+
0.835,
|
|
450
|
+
0.443,
|
|
451
|
+
0.873,
|
|
452
|
+
0.48,
|
|
453
|
+
0.871,
|
|
454
|
+
0.482,
|
|
455
|
+
0.935,
|
|
456
|
+
0.427,
|
|
457
|
+
0.932,
|
|
458
|
+
0.423,
|
|
459
|
+
0.898,
|
|
460
|
+
0.371,
|
|
461
|
+
0.926,
|
|
462
|
+
0.314,
|
|
463
|
+
0.887,
|
|
464
|
+
0.314,
|
|
465
|
+
0.864
|
|
466
|
+
]
|
|
467
|
+
],
|
|
468
|
+
"spawnPoints": [
|
|
469
|
+
{
|
|
470
|
+
"at": {
|
|
471
|
+
"xFrac": 0.372,
|
|
472
|
+
"yFrac": 0.781
|
|
473
|
+
},
|
|
474
|
+
"target": "player",
|
|
475
|
+
"on": "start"
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"at": {
|
|
479
|
+
"xFrac": 0.115,
|
|
480
|
+
"yFrac": 0.781
|
|
481
|
+
},
|
|
482
|
+
"target": "player"
|
|
483
|
+
}
|
|
484
|
+
],
|
|
485
|
+
"shadows": {
|
|
486
|
+
"opacity": 0.52
|
|
487
|
+
}
|
|
488
|
+
},
|
|
489
|
+
"scene": {
|
|
490
|
+
"id": "scene",
|
|
491
|
+
"name": "Ulice",
|
|
492
|
+
"layers": [
|
|
493
|
+
{
|
|
494
|
+
"kind": "image",
|
|
495
|
+
"band": "background",
|
|
496
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/e598d9ba2fc874fa.webp",
|
|
497
|
+
"fit": "stretch",
|
|
498
|
+
"timeFadeAt": 360
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"kind": "image",
|
|
502
|
+
"band": "background",
|
|
503
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/6051813c5c3ce5c3.webp",
|
|
504
|
+
"fit": "stretch",
|
|
505
|
+
"timeFadeAt": 720
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"kind": "image",
|
|
509
|
+
"band": "background",
|
|
510
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/29be4a8955304ce2.webp",
|
|
511
|
+
"fit": "stretch",
|
|
512
|
+
"timeFadeAt": 1080
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"kind": "image",
|
|
516
|
+
"band": "background",
|
|
517
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/388cbf67a42055b8.webp",
|
|
518
|
+
"fit": "stretch",
|
|
519
|
+
"timeFadeAt": 0
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"kind": "image",
|
|
523
|
+
"band": "foreground",
|
|
524
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/edf0da29dc49a155.webp",
|
|
525
|
+
"fit": "none",
|
|
526
|
+
"name": "Wall",
|
|
527
|
+
"scale": 0.57,
|
|
528
|
+
"xFrac": 0.7137426900584795,
|
|
529
|
+
"yFrac": 0.8831578947368419
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"kind": "image",
|
|
533
|
+
"band": "foreground",
|
|
534
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/b34fba36cec61d64.webp",
|
|
535
|
+
"fit": "none",
|
|
536
|
+
"name": "Klacek",
|
|
537
|
+
"scale": 0.17,
|
|
538
|
+
"xFrac": 0.24707602339181262,
|
|
539
|
+
"yFrac": 0.9042105263157895,
|
|
540
|
+
"when": {
|
|
541
|
+
"kind": "not",
|
|
542
|
+
"of": {
|
|
543
|
+
"kind": "flag",
|
|
544
|
+
"flag": "picked:stick"
|
|
545
|
+
}
|
|
546
|
+
}
|
|
547
|
+
}
|
|
548
|
+
],
|
|
549
|
+
"walkable": [
|
|
550
|
+
0.188,
|
|
551
|
+
0.823,
|
|
552
|
+
0.191,
|
|
553
|
+
0.89,
|
|
554
|
+
0.254,
|
|
555
|
+
0.997,
|
|
556
|
+
0.996,
|
|
557
|
+
0.998,
|
|
558
|
+
0.995,
|
|
559
|
+
0.734,
|
|
560
|
+
0.88,
|
|
561
|
+
0.739,
|
|
562
|
+
0.801,
|
|
563
|
+
0.689,
|
|
564
|
+
0.622,
|
|
565
|
+
0.702,
|
|
566
|
+
0.581,
|
|
567
|
+
0.643,
|
|
568
|
+
0.56,
|
|
569
|
+
0.6,
|
|
570
|
+
0.473,
|
|
571
|
+
0.595,
|
|
572
|
+
0.457,
|
|
573
|
+
0.631,
|
|
574
|
+
0.441,
|
|
575
|
+
0.647,
|
|
576
|
+
0.385,
|
|
577
|
+
0.642,
|
|
578
|
+
0.377,
|
|
579
|
+
0.702,
|
|
580
|
+
0.371,
|
|
581
|
+
0.73,
|
|
582
|
+
0.36,
|
|
583
|
+
0.775,
|
|
584
|
+
0.305,
|
|
585
|
+
0.821
|
|
586
|
+
],
|
|
587
|
+
"interactables": [
|
|
588
|
+
{
|
|
589
|
+
"kind": "exit",
|
|
590
|
+
"id": "to-tavern",
|
|
591
|
+
"to": "tavern",
|
|
592
|
+
"hitArea": [
|
|
593
|
+
0.359,
|
|
594
|
+
0.437,
|
|
595
|
+
0.358,
|
|
596
|
+
0.767,
|
|
597
|
+
0.298,
|
|
598
|
+
0.82,
|
|
599
|
+
0.199,
|
|
600
|
+
0.803,
|
|
601
|
+
0.185,
|
|
602
|
+
0.809,
|
|
603
|
+
0.176,
|
|
604
|
+
0.361
|
|
605
|
+
],
|
|
606
|
+
"examine": "Do hospody"
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
"kind": "interact",
|
|
610
|
+
"id": "grate",
|
|
611
|
+
"hitArea": [
|
|
612
|
+
0.595,
|
|
613
|
+
0.743,
|
|
614
|
+
0.605,
|
|
615
|
+
0.779,
|
|
616
|
+
0.711,
|
|
617
|
+
0.771,
|
|
618
|
+
0.692,
|
|
619
|
+
0.739
|
|
620
|
+
],
|
|
621
|
+
"effects": [
|
|
622
|
+
{
|
|
623
|
+
"kind": "say",
|
|
624
|
+
"text": "Skrz mříž dole něco probleskuje. Rukou nedosáhnu. Kdybych tak měl svojí udici."
|
|
625
|
+
}
|
|
626
|
+
],
|
|
627
|
+
"examine": "Odtoková stoka",
|
|
628
|
+
"when": {
|
|
629
|
+
"kind": "not",
|
|
630
|
+
"of": {
|
|
631
|
+
"kind": "flag",
|
|
632
|
+
"flag": "fished-charm"
|
|
633
|
+
}
|
|
634
|
+
},
|
|
635
|
+
"uses": [
|
|
636
|
+
{
|
|
637
|
+
"item": "hook",
|
|
638
|
+
"effects": [
|
|
639
|
+
{
|
|
640
|
+
"kind": "giveItem",
|
|
641
|
+
"item": "charm"
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
"kind": "setFlag",
|
|
645
|
+
"flag": "fished-charm"
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"kind": "say",
|
|
649
|
+
"text": "Takle se rybaří! Amulet je na háčku!"
|
|
650
|
+
}
|
|
651
|
+
]
|
|
652
|
+
}
|
|
653
|
+
]
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"kind": "interact",
|
|
657
|
+
"id": "grate-empty",
|
|
658
|
+
"hitArea": [
|
|
659
|
+
0.594,
|
|
660
|
+
0.74,
|
|
661
|
+
0.604,
|
|
662
|
+
0.781,
|
|
663
|
+
0.713,
|
|
664
|
+
0.772,
|
|
665
|
+
0.693,
|
|
666
|
+
0.736
|
|
667
|
+
],
|
|
668
|
+
"effects": [
|
|
669
|
+
{
|
|
670
|
+
"kind": "say",
|
|
671
|
+
"text": "Prázdný kanál, další amulet už asi neulovím."
|
|
672
|
+
}
|
|
673
|
+
],
|
|
674
|
+
"examine": "Odtoková stoka",
|
|
675
|
+
"when": {
|
|
676
|
+
"kind": "flag",
|
|
677
|
+
"flag": "fished-charm"
|
|
678
|
+
}
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"kind": "exit",
|
|
682
|
+
"id": "to-market",
|
|
683
|
+
"to": "street",
|
|
684
|
+
"hitArea": [
|
|
685
|
+
0.941,
|
|
686
|
+
0.367,
|
|
687
|
+
0.946,
|
|
688
|
+
0.984,
|
|
689
|
+
0.995,
|
|
690
|
+
0.991,
|
|
691
|
+
0.995,
|
|
692
|
+
0.398
|
|
693
|
+
],
|
|
694
|
+
"examine": "Cesta na tržnici"
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"kind": "pickable",
|
|
698
|
+
"id": "stick",
|
|
699
|
+
"item": "item",
|
|
700
|
+
"hitArea": [
|
|
701
|
+
0.213,
|
|
702
|
+
0.841,
|
|
703
|
+
0.233,
|
|
704
|
+
0.828,
|
|
705
|
+
0.284,
|
|
706
|
+
0.956,
|
|
707
|
+
0.264,
|
|
708
|
+
0.981
|
|
709
|
+
],
|
|
710
|
+
"examine": "To je klacek!"
|
|
711
|
+
}
|
|
712
|
+
],
|
|
713
|
+
"depth": {
|
|
714
|
+
"yNearFrac": 0.95,
|
|
715
|
+
"yFarFrac": 0.6,
|
|
716
|
+
"scaleNear": 1,
|
|
717
|
+
"scaleFar": 0.7,
|
|
718
|
+
"stops": [
|
|
719
|
+
{
|
|
720
|
+
"yFrac": 0.6,
|
|
721
|
+
"scale": 0.25
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"yFrac": 0.95,
|
|
725
|
+
"scale": 1.3
|
|
726
|
+
}
|
|
727
|
+
]
|
|
728
|
+
},
|
|
729
|
+
"spawn": {
|
|
730
|
+
"xFrac": 0.5,
|
|
731
|
+
"yFrac": 0.85
|
|
732
|
+
},
|
|
733
|
+
"width": 2592,
|
|
734
|
+
"characterScale": 4,
|
|
735
|
+
"colorGradeByTime": [
|
|
736
|
+
{
|
|
737
|
+
"at": 360,
|
|
738
|
+
"grade": {
|
|
739
|
+
"brightness": 1,
|
|
740
|
+
"contrast": 1.02,
|
|
741
|
+
"saturation": 1.1,
|
|
742
|
+
"hue": -16,
|
|
743
|
+
"tintStrength": 0.4,
|
|
744
|
+
"tint": "#ffbb00"
|
|
745
|
+
}
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"at": 720,
|
|
749
|
+
"grade": {
|
|
750
|
+
"brightness": 1,
|
|
751
|
+
"contrast": 1,
|
|
752
|
+
"saturation": 0.8,
|
|
753
|
+
"hue": 0
|
|
754
|
+
}
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"at": 1080,
|
|
758
|
+
"grade": {
|
|
759
|
+
"brightness": 0.92,
|
|
760
|
+
"contrast": 1.06,
|
|
761
|
+
"saturation": 1.04,
|
|
762
|
+
"hue": -10,
|
|
763
|
+
"tintStrength": 0.32,
|
|
764
|
+
"tint": "#6a78ff"
|
|
765
|
+
}
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"at": 0,
|
|
769
|
+
"grade": {
|
|
770
|
+
"brightness": 0.34,
|
|
771
|
+
"contrast": 1.26,
|
|
772
|
+
"saturation": 0.58,
|
|
773
|
+
"hue": -22,
|
|
774
|
+
"tint": "#3800ff",
|
|
775
|
+
"tintStrength": 0.7
|
|
776
|
+
}
|
|
777
|
+
}
|
|
778
|
+
],
|
|
779
|
+
"spawnPoints": [
|
|
780
|
+
{
|
|
781
|
+
"at": {
|
|
782
|
+
"xFrac": 0.344,
|
|
783
|
+
"yFrac": 0.796
|
|
784
|
+
},
|
|
785
|
+
"target": "player",
|
|
786
|
+
"from": "tavern"
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"at": {
|
|
790
|
+
"xFrac": 0.94,
|
|
791
|
+
"yFrac": 0.775
|
|
792
|
+
},
|
|
793
|
+
"target": "player",
|
|
794
|
+
"from": "street"
|
|
795
|
+
}
|
|
796
|
+
],
|
|
797
|
+
"shadows": {
|
|
798
|
+
"opacity": 0.52
|
|
799
|
+
},
|
|
800
|
+
"lights": [
|
|
801
|
+
{
|
|
802
|
+
"id": "light",
|
|
803
|
+
"x": 0.396,
|
|
804
|
+
"y": 0.501,
|
|
805
|
+
"radius": 0.3,
|
|
806
|
+
"color": "#ffa200",
|
|
807
|
+
"intensity": 0.7,
|
|
808
|
+
"when": {
|
|
809
|
+
"kind": "timeOfDay",
|
|
810
|
+
"from": 1080,
|
|
811
|
+
"to": 360
|
|
812
|
+
},
|
|
813
|
+
"flicker": 0.15
|
|
814
|
+
},
|
|
815
|
+
{
|
|
816
|
+
"id": "light-2",
|
|
817
|
+
"x": 0.862,
|
|
818
|
+
"y": 0.389,
|
|
819
|
+
"radius": 0.3,
|
|
820
|
+
"color": "#ff9500",
|
|
821
|
+
"intensity": 0.7,
|
|
822
|
+
"flicker": 0.15,
|
|
823
|
+
"when": {
|
|
824
|
+
"kind": "timeOfDay",
|
|
825
|
+
"from": 1080,
|
|
826
|
+
"to": 360
|
|
827
|
+
}
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
"id": "light-3",
|
|
831
|
+
"x": 0.089,
|
|
832
|
+
"y": 0.228,
|
|
833
|
+
"radius": 0.3,
|
|
834
|
+
"color": "#ff9f00",
|
|
835
|
+
"intensity": 0.7,
|
|
836
|
+
"flicker": 0.15,
|
|
837
|
+
"when": {
|
|
838
|
+
"kind": "timeOfDay",
|
|
839
|
+
"from": 1080,
|
|
840
|
+
"to": 360
|
|
841
|
+
}
|
|
842
|
+
}
|
|
843
|
+
],
|
|
844
|
+
"emitters": [
|
|
845
|
+
{
|
|
846
|
+
"id": "smoke",
|
|
847
|
+
"x": 0.638,
|
|
848
|
+
"y": 0.574,
|
|
849
|
+
"rate": 14,
|
|
850
|
+
"life": 3.2,
|
|
851
|
+
"color": "#c6cddd",
|
|
852
|
+
"alpha": 0.32,
|
|
853
|
+
"size": 6,
|
|
854
|
+
"grow": 18,
|
|
855
|
+
"shape": "round",
|
|
856
|
+
"angle": -29,
|
|
857
|
+
"spread": 16,
|
|
858
|
+
"speed": 26,
|
|
859
|
+
"gravity": -6,
|
|
860
|
+
"spawnRadius": 4,
|
|
861
|
+
"blend": "normal"
|
|
862
|
+
}
|
|
863
|
+
]
|
|
864
|
+
},
|
|
865
|
+
"street": {
|
|
866
|
+
"id": "street",
|
|
867
|
+
"name": "Market",
|
|
868
|
+
"width": 2592,
|
|
869
|
+
"depth": {
|
|
870
|
+
"yNearFrac": 0.96,
|
|
871
|
+
"yFarFrac": 0.66,
|
|
872
|
+
"scaleNear": 1,
|
|
873
|
+
"scaleFar": 0.55,
|
|
874
|
+
"stops": [
|
|
875
|
+
{
|
|
876
|
+
"yFrac": 0.65,
|
|
877
|
+
"scale": 0.2
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
"yFrac": 0.96,
|
|
881
|
+
"scale": 1.3
|
|
882
|
+
}
|
|
883
|
+
]
|
|
884
|
+
},
|
|
885
|
+
"spawn": {
|
|
886
|
+
"xFrac": 0.07,
|
|
887
|
+
"yFrac": 0.9
|
|
888
|
+
},
|
|
889
|
+
"walkable": [
|
|
890
|
+
0.004,
|
|
891
|
+
0.817,
|
|
892
|
+
0.288,
|
|
893
|
+
0.82,
|
|
894
|
+
0.305,
|
|
895
|
+
0.812,
|
|
896
|
+
0.305,
|
|
897
|
+
0.784,
|
|
898
|
+
0.305,
|
|
899
|
+
0.739,
|
|
900
|
+
0.306,
|
|
901
|
+
0.704,
|
|
902
|
+
0.32,
|
|
903
|
+
0.698,
|
|
904
|
+
0.33,
|
|
905
|
+
0.667,
|
|
906
|
+
0.357,
|
|
907
|
+
0.657,
|
|
908
|
+
0.411,
|
|
909
|
+
0.652,
|
|
910
|
+
0.429,
|
|
911
|
+
0.652,
|
|
912
|
+
0.435,
|
|
913
|
+
0.674,
|
|
914
|
+
0.459,
|
|
915
|
+
0.681,
|
|
916
|
+
0.483,
|
|
917
|
+
0.68,
|
|
918
|
+
0.489,
|
|
919
|
+
0.681,
|
|
920
|
+
0.491,
|
|
921
|
+
0.709,
|
|
922
|
+
0.515,
|
|
923
|
+
0.719,
|
|
924
|
+
0.551,
|
|
925
|
+
0.715,
|
|
926
|
+
0.602,
|
|
927
|
+
0.722,
|
|
928
|
+
0.627,
|
|
929
|
+
0.729,
|
|
930
|
+
0.639,
|
|
931
|
+
0.729,
|
|
932
|
+
0.664,
|
|
933
|
+
0.727,
|
|
934
|
+
0.706,
|
|
935
|
+
0.709,
|
|
936
|
+
0.73,
|
|
937
|
+
0.704,
|
|
938
|
+
0.758,
|
|
939
|
+
0.692,
|
|
940
|
+
0.812,
|
|
941
|
+
0.702,
|
|
942
|
+
0.811,
|
|
943
|
+
0.769,
|
|
944
|
+
0.811,
|
|
945
|
+
0.793,
|
|
946
|
+
0.86,
|
|
947
|
+
0.81,
|
|
948
|
+
0.899,
|
|
949
|
+
0.826,
|
|
950
|
+
0.938,
|
|
951
|
+
0.835,
|
|
952
|
+
0.996,
|
|
953
|
+
0.834,
|
|
954
|
+
0.996,
|
|
955
|
+
0.984,
|
|
956
|
+
0.004,
|
|
957
|
+
0.991
|
|
958
|
+
],
|
|
959
|
+
"layers": [
|
|
960
|
+
{
|
|
961
|
+
"kind": "image",
|
|
962
|
+
"band": "background",
|
|
963
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/7984221d5793697b.webp",
|
|
964
|
+
"fit": "stretch",
|
|
965
|
+
"timeFadeAt": 360
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
"kind": "image",
|
|
969
|
+
"band": "background",
|
|
970
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/d8974d9718bba934.webp",
|
|
971
|
+
"fit": "stretch",
|
|
972
|
+
"timeFadeAt": 720
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"kind": "image",
|
|
976
|
+
"band": "background",
|
|
977
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/9155243c100a873d.webp",
|
|
978
|
+
"fit": "stretch",
|
|
979
|
+
"timeFadeAt": 1080
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
"kind": "image",
|
|
983
|
+
"band": "background",
|
|
984
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/b864b2a6585a491a.webp",
|
|
985
|
+
"fit": "stretch",
|
|
986
|
+
"timeFadeAt": 0
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"kind": "image",
|
|
990
|
+
"band": "mid",
|
|
991
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/b6c75797fa598c13.webp",
|
|
992
|
+
"fit": "none",
|
|
993
|
+
"anchorYFrac": 0.85,
|
|
994
|
+
"role": "occluder",
|
|
995
|
+
"scale": 0.57,
|
|
996
|
+
"xFrac": 0.6011695906432749,
|
|
997
|
+
"yFrac": 0.589122807017544
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
"kind": "image",
|
|
1001
|
+
"band": "foreground",
|
|
1002
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/2e60e843d68c2406.webp",
|
|
1003
|
+
"fit": "none",
|
|
1004
|
+
"xFrac": 0.8470760233918131,
|
|
1005
|
+
"yFrac": 0.5000000000000001,
|
|
1006
|
+
"scale": 0.56
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
"kind": "image",
|
|
1010
|
+
"band": "foreground",
|
|
1011
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/741b5b8e6d57ded4.webp",
|
|
1012
|
+
"fit": "width",
|
|
1013
|
+
"xFrac": 0.5,
|
|
1014
|
+
"yFrac": 0.9035087719298245
|
|
1015
|
+
},
|
|
1016
|
+
{
|
|
1017
|
+
"kind": "image",
|
|
1018
|
+
"band": "background",
|
|
1019
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/72790d5eab29f036.webp",
|
|
1020
|
+
"fit": "none",
|
|
1021
|
+
"anchorYFrac": 0.85,
|
|
1022
|
+
"scale": 0.3,
|
|
1023
|
+
"xFrac": 0.24152046783625733,
|
|
1024
|
+
"yFrac": 0.8059649122807017,
|
|
1025
|
+
"when": {
|
|
1026
|
+
"kind": "not",
|
|
1027
|
+
"of": {
|
|
1028
|
+
"kind": "flag",
|
|
1029
|
+
"flag": "picked:rope"
|
|
1030
|
+
}
|
|
1031
|
+
}
|
|
1032
|
+
},
|
|
1033
|
+
{
|
|
1034
|
+
"kind": "animated",
|
|
1035
|
+
"band": "foreground",
|
|
1036
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/dc4a58515d5883f2.webp",
|
|
1037
|
+
"frameWidth": 56,
|
|
1038
|
+
"frameHeight": 56,
|
|
1039
|
+
"columns": 3,
|
|
1040
|
+
"frames": 9,
|
|
1041
|
+
"fps": 8,
|
|
1042
|
+
"fit": "none",
|
|
1043
|
+
"scale": 2.93,
|
|
1044
|
+
"xFrac": 0.2766081871345029,
|
|
1045
|
+
"yFrac": 0.4929824561403509,
|
|
1046
|
+
"when": {
|
|
1047
|
+
"kind": "not",
|
|
1048
|
+
"of": {
|
|
1049
|
+
"kind": "hasItem",
|
|
1050
|
+
"item": "cat"
|
|
1051
|
+
}
|
|
1052
|
+
}
|
|
1053
|
+
}
|
|
1054
|
+
],
|
|
1055
|
+
"npcs": [
|
|
1056
|
+
{
|
|
1057
|
+
"npc": "vendor",
|
|
1058
|
+
"spawn": {
|
|
1059
|
+
"xFrac": 0.846,
|
|
1060
|
+
"yFrac": 0.75
|
|
1061
|
+
}
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
"npc": "onion",
|
|
1065
|
+
"spawn": {
|
|
1066
|
+
"xFrac": 0.6,
|
|
1067
|
+
"yFrac": 0.9
|
|
1068
|
+
},
|
|
1069
|
+
"when": {
|
|
1070
|
+
"kind": "timeOfDay",
|
|
1071
|
+
"from": 300,
|
|
1072
|
+
"to": 780
|
|
1073
|
+
},
|
|
1074
|
+
"path": {
|
|
1075
|
+
"points": [
|
|
1076
|
+
0.45,
|
|
1077
|
+
0.9,
|
|
1078
|
+
0.68,
|
|
1079
|
+
0.9
|
|
1080
|
+
],
|
|
1081
|
+
"mode": "pingpong",
|
|
1082
|
+
"id": "onion-patrol",
|
|
1083
|
+
"name": "Ranní trh"
|
|
1084
|
+
}
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
"npc": "drunk",
|
|
1088
|
+
"spawn": {
|
|
1089
|
+
"xFrac": 0.415,
|
|
1090
|
+
"yFrac": 0.82
|
|
1091
|
+
}
|
|
1092
|
+
}
|
|
1093
|
+
],
|
|
1094
|
+
"interactables": [
|
|
1095
|
+
{
|
|
1096
|
+
"kind": "interact",
|
|
1097
|
+
"id": "cat",
|
|
1098
|
+
"hitArea": [
|
|
1099
|
+
0.251,
|
|
1100
|
+
0.459,
|
|
1101
|
+
0.253,
|
|
1102
|
+
0.541,
|
|
1103
|
+
0.31,
|
|
1104
|
+
0.534,
|
|
1105
|
+
0.305,
|
|
1106
|
+
0.452
|
|
1107
|
+
],
|
|
1108
|
+
"effects": [
|
|
1109
|
+
{
|
|
1110
|
+
"kind": "say",
|
|
1111
|
+
"text": "Zatoulaná kočka. Kručí jí v břiše a měří si mě."
|
|
1112
|
+
}
|
|
1113
|
+
],
|
|
1114
|
+
"examine": "Mourovatá kočka v uličce.",
|
|
1115
|
+
"uses": [
|
|
1116
|
+
{
|
|
1117
|
+
"item": "fish",
|
|
1118
|
+
"effects": [
|
|
1119
|
+
{
|
|
1120
|
+
"kind": "takeItem",
|
|
1121
|
+
"item": "fish"
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
"kind": "giveItem",
|
|
1125
|
+
"item": "cat"
|
|
1126
|
+
},
|
|
1127
|
+
{
|
|
1128
|
+
"kind": "setFlag",
|
|
1129
|
+
"flag": "got-cat"
|
|
1130
|
+
},
|
|
1131
|
+
{
|
|
1132
|
+
"kind": "say",
|
|
1133
|
+
"text": "Hodil jsem jí rybu - a kočka jde teď za mnou. Mňau."
|
|
1134
|
+
}
|
|
1135
|
+
]
|
|
1136
|
+
}
|
|
1137
|
+
],
|
|
1138
|
+
"when": {
|
|
1139
|
+
"kind": "not",
|
|
1140
|
+
"of": {
|
|
1141
|
+
"kind": "flag",
|
|
1142
|
+
"flag": "got-cat"
|
|
1143
|
+
}
|
|
1144
|
+
},
|
|
1145
|
+
"approachAt": {
|
|
1146
|
+
"xFrac": 0.314,
|
|
1147
|
+
"yFrac": 0.796
|
|
1148
|
+
}
|
|
1149
|
+
},
|
|
1150
|
+
{
|
|
1151
|
+
"kind": "exit",
|
|
1152
|
+
"id": "to-street",
|
|
1153
|
+
"to": "scene",
|
|
1154
|
+
"hitArea": [
|
|
1155
|
+
0.002,
|
|
1156
|
+
0.45,
|
|
1157
|
+
0.05,
|
|
1158
|
+
0.45,
|
|
1159
|
+
0.05,
|
|
1160
|
+
0.96,
|
|
1161
|
+
0.002,
|
|
1162
|
+
0.96
|
|
1163
|
+
],
|
|
1164
|
+
"examine": "Ulice u hospody"
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
"kind": "exit",
|
|
1168
|
+
"id": "to-tower",
|
|
1169
|
+
"to": "tower",
|
|
1170
|
+
"hitArea": [
|
|
1171
|
+
0.728,
|
|
1172
|
+
0.695,
|
|
1173
|
+
0.725,
|
|
1174
|
+
0.595,
|
|
1175
|
+
0.721,
|
|
1176
|
+
0.529,
|
|
1177
|
+
0.72,
|
|
1178
|
+
0.455,
|
|
1179
|
+
0.722,
|
|
1180
|
+
0.367,
|
|
1181
|
+
0.728,
|
|
1182
|
+
0.281,
|
|
1183
|
+
0.735,
|
|
1184
|
+
0.236,
|
|
1185
|
+
0.75,
|
|
1186
|
+
0.179,
|
|
1187
|
+
0.77,
|
|
1188
|
+
0.129,
|
|
1189
|
+
0.781,
|
|
1190
|
+
0.107,
|
|
1191
|
+
0.835,
|
|
1192
|
+
0.115,
|
|
1193
|
+
0.848,
|
|
1194
|
+
0.156,
|
|
1195
|
+
0.857,
|
|
1196
|
+
0.263,
|
|
1197
|
+
0.858,
|
|
1198
|
+
0.34,
|
|
1199
|
+
0.815,
|
|
1200
|
+
0.367,
|
|
1201
|
+
0.815,
|
|
1202
|
+
0.701
|
|
1203
|
+
],
|
|
1204
|
+
"examine": "Cesta k věži.",
|
|
1205
|
+
"approachAt": {
|
|
1206
|
+
"xFrac": 0.773,
|
|
1207
|
+
"yFrac": 0.727
|
|
1208
|
+
}
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"kind": "pickable",
|
|
1212
|
+
"id": "rope",
|
|
1213
|
+
"item": "item-4",
|
|
1214
|
+
"hitArea": [
|
|
1215
|
+
0.211,
|
|
1216
|
+
0.767,
|
|
1217
|
+
0.21,
|
|
1218
|
+
0.835,
|
|
1219
|
+
0.268,
|
|
1220
|
+
0.841,
|
|
1221
|
+
0.267,
|
|
1222
|
+
0.775
|
|
1223
|
+
],
|
|
1224
|
+
"examine": "Hele provaz, ten by se mohl hodit."
|
|
1225
|
+
}
|
|
1226
|
+
],
|
|
1227
|
+
"ambientLight": {
|
|
1228
|
+
"color": "#eaf0f5",
|
|
1229
|
+
"intensity": 1
|
|
1230
|
+
},
|
|
1231
|
+
"emitters": [
|
|
1232
|
+
{
|
|
1233
|
+
"id": "smoke",
|
|
1234
|
+
"x": 0.358,
|
|
1235
|
+
"y": 0.296,
|
|
1236
|
+
"rate": 6,
|
|
1237
|
+
"life": 3.6,
|
|
1238
|
+
"color": "#9aa0a4",
|
|
1239
|
+
"alpha": 0.32,
|
|
1240
|
+
"size": 10,
|
|
1241
|
+
"grow": 14,
|
|
1242
|
+
"shape": "round",
|
|
1243
|
+
"angle": -90,
|
|
1244
|
+
"spread": 12,
|
|
1245
|
+
"speed": 28,
|
|
1246
|
+
"gravity": -6,
|
|
1247
|
+
"spawnRadius": 6,
|
|
1248
|
+
"blend": "normal"
|
|
1249
|
+
}
|
|
1250
|
+
],
|
|
1251
|
+
"vignette": {
|
|
1252
|
+
"intensity": 0.22,
|
|
1253
|
+
"size": 0.74,
|
|
1254
|
+
"color": "#000000"
|
|
1255
|
+
},
|
|
1256
|
+
"characterScale": 4,
|
|
1257
|
+
"colorGradeByTime": [
|
|
1258
|
+
{
|
|
1259
|
+
"at": 360,
|
|
1260
|
+
"grade": {
|
|
1261
|
+
"brightness": 1,
|
|
1262
|
+
"contrast": 1.02,
|
|
1263
|
+
"saturation": 1.1,
|
|
1264
|
+
"hue": -16,
|
|
1265
|
+
"tint": "#ffba1a",
|
|
1266
|
+
"tintStrength": 0.4
|
|
1267
|
+
}
|
|
1268
|
+
},
|
|
1269
|
+
{
|
|
1270
|
+
"at": 720,
|
|
1271
|
+
"grade": {
|
|
1272
|
+
"brightness": 1,
|
|
1273
|
+
"contrast": 1,
|
|
1274
|
+
"saturation": 1,
|
|
1275
|
+
"hue": 0
|
|
1276
|
+
}
|
|
1277
|
+
},
|
|
1278
|
+
{
|
|
1279
|
+
"at": 1080,
|
|
1280
|
+
"grade": {
|
|
1281
|
+
"brightness": 0.92,
|
|
1282
|
+
"contrast": 1.06,
|
|
1283
|
+
"saturation": 1.04,
|
|
1284
|
+
"hue": -10,
|
|
1285
|
+
"tintStrength": 0.32,
|
|
1286
|
+
"tint": "#6a78ff"
|
|
1287
|
+
}
|
|
1288
|
+
},
|
|
1289
|
+
{
|
|
1290
|
+
"at": 0,
|
|
1291
|
+
"grade": {
|
|
1292
|
+
"brightness": 0.34,
|
|
1293
|
+
"contrast": 1.26,
|
|
1294
|
+
"saturation": 0.58,
|
|
1295
|
+
"hue": -22,
|
|
1296
|
+
"tint": "#3800ff",
|
|
1297
|
+
"tintStrength": 0.7
|
|
1298
|
+
}
|
|
1299
|
+
}
|
|
1300
|
+
],
|
|
1301
|
+
"holes": [
|
|
1302
|
+
[
|
|
1303
|
+
0.418,
|
|
1304
|
+
0.798,
|
|
1305
|
+
0.418,
|
|
1306
|
+
0.865,
|
|
1307
|
+
0.44,
|
|
1308
|
+
0.885,
|
|
1309
|
+
0.467,
|
|
1310
|
+
0.893,
|
|
1311
|
+
0.499,
|
|
1312
|
+
0.897,
|
|
1313
|
+
0.53,
|
|
1314
|
+
0.899,
|
|
1315
|
+
0.564,
|
|
1316
|
+
0.893,
|
|
1317
|
+
0.6,
|
|
1318
|
+
0.893,
|
|
1319
|
+
0.637,
|
|
1320
|
+
0.897,
|
|
1321
|
+
0.665,
|
|
1322
|
+
0.892,
|
|
1323
|
+
0.694,
|
|
1324
|
+
0.886,
|
|
1325
|
+
0.705,
|
|
1326
|
+
0.876,
|
|
1327
|
+
0.741,
|
|
1328
|
+
0.889,
|
|
1329
|
+
0.755,
|
|
1330
|
+
0.883,
|
|
1331
|
+
0.758,
|
|
1332
|
+
0.88,
|
|
1333
|
+
0.759,
|
|
1334
|
+
0.842,
|
|
1335
|
+
0.758,
|
|
1336
|
+
0.831,
|
|
1337
|
+
0.712,
|
|
1338
|
+
0.823,
|
|
1339
|
+
0.696,
|
|
1340
|
+
0.816,
|
|
1341
|
+
0.689,
|
|
1342
|
+
0.791
|
|
1343
|
+
]
|
|
1344
|
+
],
|
|
1345
|
+
"spawnPoints": [
|
|
1346
|
+
{
|
|
1347
|
+
"at": {
|
|
1348
|
+
"xFrac": 0.775,
|
|
1349
|
+
"yFrac": 0.715
|
|
1350
|
+
},
|
|
1351
|
+
"target": "player",
|
|
1352
|
+
"from": "tower"
|
|
1353
|
+
},
|
|
1354
|
+
{
|
|
1355
|
+
"at": {
|
|
1356
|
+
"xFrac": 0.057,
|
|
1357
|
+
"yFrac": 0.845
|
|
1358
|
+
},
|
|
1359
|
+
"target": "player",
|
|
1360
|
+
"from": "scene"
|
|
1361
|
+
}
|
|
1362
|
+
],
|
|
1363
|
+
"lights": [
|
|
1364
|
+
{
|
|
1365
|
+
"id": "light",
|
|
1366
|
+
"x": 0.304,
|
|
1367
|
+
"y": 0.421,
|
|
1368
|
+
"radius": 0.31,
|
|
1369
|
+
"color": "#ffb000",
|
|
1370
|
+
"intensity": 0.85,
|
|
1371
|
+
"flicker": 0.15,
|
|
1372
|
+
"when": {
|
|
1373
|
+
"kind": "timeOfDay",
|
|
1374
|
+
"from": 1080,
|
|
1375
|
+
"to": 360
|
|
1376
|
+
}
|
|
1377
|
+
},
|
|
1378
|
+
{
|
|
1379
|
+
"id": "light-2",
|
|
1380
|
+
"x": 0.481,
|
|
1381
|
+
"y": 0.581,
|
|
1382
|
+
"radius": 0.09,
|
|
1383
|
+
"color": "#ffa500",
|
|
1384
|
+
"intensity": 1,
|
|
1385
|
+
"flicker": 0.15,
|
|
1386
|
+
"when": {
|
|
1387
|
+
"kind": "timeOfDay",
|
|
1388
|
+
"from": 1080,
|
|
1389
|
+
"to": 360
|
|
1390
|
+
}
|
|
1391
|
+
},
|
|
1392
|
+
{
|
|
1393
|
+
"id": "light-3",
|
|
1394
|
+
"x": 0.829,
|
|
1395
|
+
"y": 0.562,
|
|
1396
|
+
"radius": 0.21,
|
|
1397
|
+
"color": "#ff9c00",
|
|
1398
|
+
"intensity": 1,
|
|
1399
|
+
"flicker": 0.15,
|
|
1400
|
+
"when": {
|
|
1401
|
+
"kind": "timeOfDay",
|
|
1402
|
+
"from": 1080,
|
|
1403
|
+
"to": 360
|
|
1404
|
+
}
|
|
1405
|
+
}
|
|
1406
|
+
]
|
|
1407
|
+
},
|
|
1408
|
+
"tower": {
|
|
1409
|
+
"id": "tower",
|
|
1410
|
+
"name": "Věž (venku)",
|
|
1411
|
+
"width": 2592,
|
|
1412
|
+
"depth": {
|
|
1413
|
+
"yNearFrac": 0.96,
|
|
1414
|
+
"yFarFrac": 0.72,
|
|
1415
|
+
"scaleNear": 1,
|
|
1416
|
+
"scaleFar": 0.62
|
|
1417
|
+
},
|
|
1418
|
+
"spawn": {
|
|
1419
|
+
"xFrac": 0.16,
|
|
1420
|
+
"yFrac": 0.9
|
|
1421
|
+
},
|
|
1422
|
+
"walkable": [
|
|
1423
|
+
0.005,
|
|
1424
|
+
0.821,
|
|
1425
|
+
0.255,
|
|
1426
|
+
0.815,
|
|
1427
|
+
0.41,
|
|
1428
|
+
0.81,
|
|
1429
|
+
0.493,
|
|
1430
|
+
0.8,
|
|
1431
|
+
0.522,
|
|
1432
|
+
0.824,
|
|
1433
|
+
0.534,
|
|
1434
|
+
0.842,
|
|
1435
|
+
0.643,
|
|
1436
|
+
0.834,
|
|
1437
|
+
0.786,
|
|
1438
|
+
0.905,
|
|
1439
|
+
0.793,
|
|
1440
|
+
0.962,
|
|
1441
|
+
0.571,
|
|
1442
|
+
0.989,
|
|
1443
|
+
0.005,
|
|
1444
|
+
0.989
|
|
1445
|
+
],
|
|
1446
|
+
"layers": [
|
|
1447
|
+
{
|
|
1448
|
+
"kind": "image",
|
|
1449
|
+
"band": "background",
|
|
1450
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/1903b0b6cf4120e1.webp",
|
|
1451
|
+
"fit": "stretch",
|
|
1452
|
+
"timeFadeAt": 360
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
"kind": "image",
|
|
1456
|
+
"band": "background",
|
|
1457
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/aa8ffe88cb71421b.webp",
|
|
1458
|
+
"fit": "stretch",
|
|
1459
|
+
"timeFadeAt": 720
|
|
1460
|
+
},
|
|
1461
|
+
{
|
|
1462
|
+
"kind": "image",
|
|
1463
|
+
"band": "background",
|
|
1464
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/6ec045e92226b2a5.webp",
|
|
1465
|
+
"fit": "stretch",
|
|
1466
|
+
"timeFadeAt": 1080
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
"kind": "image",
|
|
1470
|
+
"band": "background",
|
|
1471
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/1a4d32ae55347211.webp",
|
|
1472
|
+
"fit": "stretch",
|
|
1473
|
+
"timeFadeAt": 0
|
|
1474
|
+
},
|
|
1475
|
+
{
|
|
1476
|
+
"kind": "animated",
|
|
1477
|
+
"band": "background",
|
|
1478
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/0e9e148c58526923.webp",
|
|
1479
|
+
"frameWidth": 92,
|
|
1480
|
+
"frameHeight": 92,
|
|
1481
|
+
"columns": 3,
|
|
1482
|
+
"frames": 9,
|
|
1483
|
+
"fps": 8,
|
|
1484
|
+
"fit": "none",
|
|
1485
|
+
"when": {
|
|
1486
|
+
"kind": "flag",
|
|
1487
|
+
"flag": "guard-asleep"
|
|
1488
|
+
},
|
|
1489
|
+
"loop": false,
|
|
1490
|
+
"scale": 3,
|
|
1491
|
+
"xFrac": 0.5628654970760233,
|
|
1492
|
+
"yFrac": 0.7540350877192983
|
|
1493
|
+
}
|
|
1494
|
+
],
|
|
1495
|
+
"npcs": [
|
|
1496
|
+
{
|
|
1497
|
+
"npc": "guard",
|
|
1498
|
+
"spawn": {
|
|
1499
|
+
"xFrac": 0.557,
|
|
1500
|
+
"yFrac": 0.844
|
|
1501
|
+
},
|
|
1502
|
+
"when": {
|
|
1503
|
+
"kind": "not",
|
|
1504
|
+
"of": {
|
|
1505
|
+
"kind": "flag",
|
|
1506
|
+
"flag": "guard-asleep"
|
|
1507
|
+
}
|
|
1508
|
+
}
|
|
1509
|
+
}
|
|
1510
|
+
],
|
|
1511
|
+
"interactables": [
|
|
1512
|
+
{
|
|
1513
|
+
"kind": "exit",
|
|
1514
|
+
"id": "to-street",
|
|
1515
|
+
"to": "street",
|
|
1516
|
+
"hitArea": [
|
|
1517
|
+
0.002,
|
|
1518
|
+
0.5,
|
|
1519
|
+
0.06,
|
|
1520
|
+
0.5,
|
|
1521
|
+
0.06,
|
|
1522
|
+
0.96,
|
|
1523
|
+
0.002,
|
|
1524
|
+
0.96
|
|
1525
|
+
],
|
|
1526
|
+
"examine": "Zpátky do města."
|
|
1527
|
+
},
|
|
1528
|
+
{
|
|
1529
|
+
"kind": "exit",
|
|
1530
|
+
"id": "to-tower-room",
|
|
1531
|
+
"to": "tower-room",
|
|
1532
|
+
"hitArea": [
|
|
1533
|
+
0.687,
|
|
1534
|
+
0.158,
|
|
1535
|
+
0.662,
|
|
1536
|
+
0.298,
|
|
1537
|
+
0.659,
|
|
1538
|
+
0.376,
|
|
1539
|
+
0.66,
|
|
1540
|
+
0.546,
|
|
1541
|
+
0.665,
|
|
1542
|
+
0.779,
|
|
1543
|
+
0.666,
|
|
1544
|
+
0.843,
|
|
1545
|
+
0.749,
|
|
1546
|
+
0.881,
|
|
1547
|
+
0.747,
|
|
1548
|
+
0.577,
|
|
1549
|
+
0.748,
|
|
1550
|
+
0.396,
|
|
1551
|
+
0.747,
|
|
1552
|
+
0.305,
|
|
1553
|
+
0.736,
|
|
1554
|
+
0.2,
|
|
1555
|
+
0.719,
|
|
1556
|
+
0.126,
|
|
1557
|
+
0.696,
|
|
1558
|
+
0.081
|
|
1559
|
+
],
|
|
1560
|
+
"examine": "Dveře do věže.",
|
|
1561
|
+
"when": {
|
|
1562
|
+
"kind": "flag",
|
|
1563
|
+
"flag": "guard-asleep"
|
|
1564
|
+
},
|
|
1565
|
+
"approachAt": {
|
|
1566
|
+
"xFrac": 0.686,
|
|
1567
|
+
"yFrac": 0.866
|
|
1568
|
+
}
|
|
1569
|
+
},
|
|
1570
|
+
{
|
|
1571
|
+
"kind": "interact",
|
|
1572
|
+
"id": "tower-locked",
|
|
1573
|
+
"hitArea": [
|
|
1574
|
+
0.696,
|
|
1575
|
+
0.08,
|
|
1576
|
+
0.675,
|
|
1577
|
+
0.189,
|
|
1578
|
+
0.663,
|
|
1579
|
+
0.295,
|
|
1580
|
+
0.66,
|
|
1581
|
+
0.439,
|
|
1582
|
+
0.666,
|
|
1583
|
+
0.841,
|
|
1584
|
+
0.75,
|
|
1585
|
+
0.881,
|
|
1586
|
+
0.75,
|
|
1587
|
+
0.351,
|
|
1588
|
+
0.743,
|
|
1589
|
+
0.255,
|
|
1590
|
+
0.739,
|
|
1591
|
+
0.2,
|
|
1592
|
+
0.723,
|
|
1593
|
+
0.129
|
|
1594
|
+
],
|
|
1595
|
+
"effects": [
|
|
1596
|
+
{
|
|
1597
|
+
"kind": "say",
|
|
1598
|
+
"text": "Zamčeno. Nejdřív musím tu stráž nějak dostat od dveří."
|
|
1599
|
+
}
|
|
1600
|
+
],
|
|
1601
|
+
"examine": "Těžké okované dveře věže.",
|
|
1602
|
+
"when": {
|
|
1603
|
+
"kind": "not",
|
|
1604
|
+
"of": {
|
|
1605
|
+
"kind": "flag",
|
|
1606
|
+
"flag": "guard-asleep"
|
|
1607
|
+
}
|
|
1608
|
+
}
|
|
1609
|
+
},
|
|
1610
|
+
{
|
|
1611
|
+
"kind": "pickable",
|
|
1612
|
+
"id": "hrebik",
|
|
1613
|
+
"item": "item-2",
|
|
1614
|
+
"hitArea": [
|
|
1615
|
+
0.125,
|
|
1616
|
+
0.657,
|
|
1617
|
+
0.127,
|
|
1618
|
+
0.805,
|
|
1619
|
+
0.238,
|
|
1620
|
+
0.807,
|
|
1621
|
+
0.235,
|
|
1622
|
+
0.665
|
|
1623
|
+
],
|
|
1624
|
+
"examine": "Hromada harampádí... ááá hele hřebík!",
|
|
1625
|
+
"approachAt": {
|
|
1626
|
+
"xFrac": 0.213,
|
|
1627
|
+
"yFrac": 0.83
|
|
1628
|
+
}
|
|
1629
|
+
}
|
|
1630
|
+
],
|
|
1631
|
+
"characterScale": 4,
|
|
1632
|
+
"colorGradeByTime": [
|
|
1633
|
+
{
|
|
1634
|
+
"at": 360,
|
|
1635
|
+
"grade": {
|
|
1636
|
+
"brightness": 1,
|
|
1637
|
+
"contrast": 1.02,
|
|
1638
|
+
"saturation": 1.1,
|
|
1639
|
+
"hue": -16,
|
|
1640
|
+
"tint": "#ffad00",
|
|
1641
|
+
"tintStrength": 0.4
|
|
1642
|
+
}
|
|
1643
|
+
},
|
|
1644
|
+
{
|
|
1645
|
+
"at": 720,
|
|
1646
|
+
"grade": {
|
|
1647
|
+
"brightness": 1,
|
|
1648
|
+
"contrast": 1,
|
|
1649
|
+
"saturation": 1,
|
|
1650
|
+
"hue": 0
|
|
1651
|
+
}
|
|
1652
|
+
},
|
|
1653
|
+
{
|
|
1654
|
+
"at": 1080,
|
|
1655
|
+
"grade": {
|
|
1656
|
+
"brightness": 0.92,
|
|
1657
|
+
"contrast": 1.06,
|
|
1658
|
+
"saturation": 1.04,
|
|
1659
|
+
"hue": -10,
|
|
1660
|
+
"tintStrength": 0.32,
|
|
1661
|
+
"tint": "#6a78ff"
|
|
1662
|
+
}
|
|
1663
|
+
},
|
|
1664
|
+
{
|
|
1665
|
+
"at": 0,
|
|
1666
|
+
"grade": {
|
|
1667
|
+
"brightness": 0.34,
|
|
1668
|
+
"contrast": 1.26,
|
|
1669
|
+
"saturation": 0.58,
|
|
1670
|
+
"hue": -22,
|
|
1671
|
+
"tint": "#4000ff",
|
|
1672
|
+
"tintStrength": 0.7
|
|
1673
|
+
}
|
|
1674
|
+
}
|
|
1675
|
+
],
|
|
1676
|
+
"spawnPoints": [
|
|
1677
|
+
{
|
|
1678
|
+
"at": {
|
|
1679
|
+
"xFrac": 0.064,
|
|
1680
|
+
"yFrac": 0.899
|
|
1681
|
+
},
|
|
1682
|
+
"target": "player",
|
|
1683
|
+
"from": "street"
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
"at": {
|
|
1687
|
+
"xFrac": 0.696,
|
|
1688
|
+
"yFrac": 0.864
|
|
1689
|
+
},
|
|
1690
|
+
"target": "player",
|
|
1691
|
+
"from": "tower-room"
|
|
1692
|
+
}
|
|
1693
|
+
],
|
|
1694
|
+
"lights": [
|
|
1695
|
+
{
|
|
1696
|
+
"id": "light",
|
|
1697
|
+
"x": 0.622,
|
|
1698
|
+
"y": 0.508,
|
|
1699
|
+
"radius": 0.36,
|
|
1700
|
+
"color": "#ffa302",
|
|
1701
|
+
"intensity": 1,
|
|
1702
|
+
"flicker": 0.15,
|
|
1703
|
+
"when": {
|
|
1704
|
+
"kind": "timeOfDay",
|
|
1705
|
+
"from": 1080,
|
|
1706
|
+
"to": 360
|
|
1707
|
+
}
|
|
1708
|
+
},
|
|
1709
|
+
{
|
|
1710
|
+
"id": "light-2",
|
|
1711
|
+
"x": 0.722,
|
|
1712
|
+
"y": 0.496,
|
|
1713
|
+
"radius": 0.34,
|
|
1714
|
+
"color": "#ffa500",
|
|
1715
|
+
"intensity": 1.25,
|
|
1716
|
+
"flicker": 0.15,
|
|
1717
|
+
"when": {
|
|
1718
|
+
"kind": "timeOfDay",
|
|
1719
|
+
"from": 1080,
|
|
1720
|
+
"to": 360
|
|
1721
|
+
}
|
|
1722
|
+
}
|
|
1723
|
+
]
|
|
1724
|
+
},
|
|
1725
|
+
"tower-room": {
|
|
1726
|
+
"id": "tower-room",
|
|
1727
|
+
"name": "Ložnice ve věži",
|
|
1728
|
+
"width": 1920,
|
|
1729
|
+
"depth": {
|
|
1730
|
+
"yNearFrac": 0.96,
|
|
1731
|
+
"yFarFrac": 0.74,
|
|
1732
|
+
"scaleNear": 1,
|
|
1733
|
+
"scaleFar": 0.64,
|
|
1734
|
+
"stops": [
|
|
1735
|
+
{
|
|
1736
|
+
"yFrac": 0.65,
|
|
1737
|
+
"scale": 0.85
|
|
1738
|
+
},
|
|
1739
|
+
{
|
|
1740
|
+
"yFrac": 0.96,
|
|
1741
|
+
"scale": 1
|
|
1742
|
+
}
|
|
1743
|
+
]
|
|
1744
|
+
},
|
|
1745
|
+
"spawn": {
|
|
1746
|
+
"xFrac": 0.25,
|
|
1747
|
+
"yFrac": 0.9
|
|
1748
|
+
},
|
|
1749
|
+
"walkable": [
|
|
1750
|
+
0.995,
|
|
1751
|
+
0.762,
|
|
1752
|
+
0.975,
|
|
1753
|
+
0.743,
|
|
1754
|
+
0.806,
|
|
1755
|
+
0.695,
|
|
1756
|
+
0.785,
|
|
1757
|
+
0.695,
|
|
1758
|
+
0.742,
|
|
1759
|
+
0.704,
|
|
1760
|
+
0.685,
|
|
1761
|
+
0.717,
|
|
1762
|
+
0.649,
|
|
1763
|
+
0.728,
|
|
1764
|
+
0.595,
|
|
1765
|
+
0.74,
|
|
1766
|
+
0.571,
|
|
1767
|
+
0.775,
|
|
1768
|
+
0.459,
|
|
1769
|
+
0.85,
|
|
1770
|
+
0.452,
|
|
1771
|
+
0.879,
|
|
1772
|
+
0.419,
|
|
1773
|
+
0.894,
|
|
1774
|
+
0.387,
|
|
1775
|
+
0.902,
|
|
1776
|
+
0.313,
|
|
1777
|
+
0.834,
|
|
1778
|
+
0.216,
|
|
1779
|
+
0.834,
|
|
1780
|
+
0.129,
|
|
1781
|
+
0.932,
|
|
1782
|
+
0.114,
|
|
1783
|
+
0.982,
|
|
1784
|
+
0.997,
|
|
1785
|
+
0.993
|
|
1786
|
+
],
|
|
1787
|
+
"layers": [
|
|
1788
|
+
{
|
|
1789
|
+
"kind": "image",
|
|
1790
|
+
"band": "background",
|
|
1791
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/363d7ba375e6054f.webp",
|
|
1792
|
+
"fit": "stretch",
|
|
1793
|
+
"timeFadeAt": 360
|
|
1794
|
+
},
|
|
1795
|
+
{
|
|
1796
|
+
"kind": "image",
|
|
1797
|
+
"band": "background",
|
|
1798
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/213bb88725ea26bf.webp",
|
|
1799
|
+
"fit": "stretch",
|
|
1800
|
+
"timeFadeAt": 720
|
|
1801
|
+
},
|
|
1802
|
+
{
|
|
1803
|
+
"kind": "image",
|
|
1804
|
+
"band": "background",
|
|
1805
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/f141c13bedefff29.webp",
|
|
1806
|
+
"fit": "stretch",
|
|
1807
|
+
"timeFadeAt": 1080
|
|
1808
|
+
},
|
|
1809
|
+
{
|
|
1810
|
+
"kind": "image",
|
|
1811
|
+
"band": "background",
|
|
1812
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/9c6365d8f721df68.webp",
|
|
1813
|
+
"fit": "stretch",
|
|
1814
|
+
"timeFadeAt": 0
|
|
1815
|
+
},
|
|
1816
|
+
{
|
|
1817
|
+
"kind": "animated",
|
|
1818
|
+
"band": "background",
|
|
1819
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/d36f3d59dc8d3226.webp",
|
|
1820
|
+
"frameWidth": 176,
|
|
1821
|
+
"frameHeight": 176,
|
|
1822
|
+
"columns": 2,
|
|
1823
|
+
"frames": 3,
|
|
1824
|
+
"fps": 3,
|
|
1825
|
+
"fit": "none",
|
|
1826
|
+
"scale": 2.1,
|
|
1827
|
+
"when": {
|
|
1828
|
+
"kind": "not",
|
|
1829
|
+
"of": {
|
|
1830
|
+
"kind": "flag",
|
|
1831
|
+
"flag": "princess-awake"
|
|
1832
|
+
}
|
|
1833
|
+
},
|
|
1834
|
+
"loop": true,
|
|
1835
|
+
"xFrac": 0.4789520065075922,
|
|
1836
|
+
"yFrac": 0.6860086767895879
|
|
1837
|
+
},
|
|
1838
|
+
{
|
|
1839
|
+
"kind": "animated",
|
|
1840
|
+
"band": "background",
|
|
1841
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/59556ae544ab6301.webp",
|
|
1842
|
+
"frameWidth": 176,
|
|
1843
|
+
"frameHeight": 176,
|
|
1844
|
+
"columns": 4,
|
|
1845
|
+
"frames": 11,
|
|
1846
|
+
"fps": 8,
|
|
1847
|
+
"fit": "none",
|
|
1848
|
+
"xFrac": 0.4789520065075923,
|
|
1849
|
+
"yFrac": 0.686008676789588,
|
|
1850
|
+
"scale": 2.1,
|
|
1851
|
+
"when": {
|
|
1852
|
+
"kind": "flag",
|
|
1853
|
+
"flag": "princess-awake"
|
|
1854
|
+
},
|
|
1855
|
+
"loop": false
|
|
1856
|
+
}
|
|
1857
|
+
],
|
|
1858
|
+
"interactables": [
|
|
1859
|
+
{
|
|
1860
|
+
"kind": "interact",
|
|
1861
|
+
"id": "princess",
|
|
1862
|
+
"hitArea": [
|
|
1863
|
+
0.443,
|
|
1864
|
+
0.849,
|
|
1865
|
+
0.567,
|
|
1866
|
+
0.773,
|
|
1867
|
+
0.57,
|
|
1868
|
+
0.672,
|
|
1869
|
+
0.562,
|
|
1870
|
+
0.618,
|
|
1871
|
+
0.538,
|
|
1872
|
+
0.597,
|
|
1873
|
+
0.509,
|
|
1874
|
+
0.59,
|
|
1875
|
+
0.489,
|
|
1876
|
+
0.588,
|
|
1877
|
+
0.351,
|
|
1878
|
+
0.629,
|
|
1879
|
+
0.343,
|
|
1880
|
+
0.665,
|
|
1881
|
+
0.343,
|
|
1882
|
+
0.714
|
|
1883
|
+
],
|
|
1884
|
+
"effects": [
|
|
1885
|
+
{
|
|
1886
|
+
"kind": "startDialog",
|
|
1887
|
+
"dialog": "princess"
|
|
1888
|
+
}
|
|
1889
|
+
],
|
|
1890
|
+
"examine": "Spící princezna. Klid jak v sarkofágu. Skoro škoda ji budit.",
|
|
1891
|
+
"when": {
|
|
1892
|
+
"kind": "not",
|
|
1893
|
+
"of": {
|
|
1894
|
+
"kind": "flag",
|
|
1895
|
+
"flag": "princess-awake"
|
|
1896
|
+
}
|
|
1897
|
+
},
|
|
1898
|
+
"approachAt": {
|
|
1899
|
+
"xFrac": 0.548,
|
|
1900
|
+
"yFrac": 0.797
|
|
1901
|
+
}
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
"kind": "exit",
|
|
1905
|
+
"id": "to-tower",
|
|
1906
|
+
"to": "tower",
|
|
1907
|
+
"hitArea": [
|
|
1908
|
+
0.999,
|
|
1909
|
+
0.589,
|
|
1910
|
+
0.925,
|
|
1911
|
+
0.59,
|
|
1912
|
+
0.915,
|
|
1913
|
+
0.988,
|
|
1914
|
+
0.999,
|
|
1915
|
+
0.991
|
|
1916
|
+
],
|
|
1917
|
+
"examine": "Dolů po schodech.",
|
|
1918
|
+
"approachAt": {
|
|
1919
|
+
"xFrac": 0.905,
|
|
1920
|
+
"yFrac": 0.936
|
|
1921
|
+
}
|
|
1922
|
+
}
|
|
1923
|
+
],
|
|
1924
|
+
"lights": [
|
|
1925
|
+
{
|
|
1926
|
+
"id": "candle",
|
|
1927
|
+
"x": 0.606,
|
|
1928
|
+
"y": 0.498,
|
|
1929
|
+
"radius": 0.32,
|
|
1930
|
+
"color": "#ffd9a0",
|
|
1931
|
+
"intensity": 0.95,
|
|
1932
|
+
"flicker": 0.18
|
|
1933
|
+
}
|
|
1934
|
+
],
|
|
1935
|
+
"characterScale": 3.7,
|
|
1936
|
+
"spawnPoints": [
|
|
1937
|
+
{
|
|
1938
|
+
"at": {
|
|
1939
|
+
"xFrac": 0.904,
|
|
1940
|
+
"yFrac": 0.914
|
|
1941
|
+
},
|
|
1942
|
+
"target": "player"
|
|
1943
|
+
}
|
|
1944
|
+
],
|
|
1945
|
+
"colorGradeByTime": [
|
|
1946
|
+
{
|
|
1947
|
+
"at": 360,
|
|
1948
|
+
"grade": {
|
|
1949
|
+
"brightness": 1,
|
|
1950
|
+
"contrast": 1.02,
|
|
1951
|
+
"saturation": 1.1,
|
|
1952
|
+
"hue": -16,
|
|
1953
|
+
"tint": "#ffb200",
|
|
1954
|
+
"tintStrength": 0.4
|
|
1955
|
+
}
|
|
1956
|
+
},
|
|
1957
|
+
{
|
|
1958
|
+
"at": 720,
|
|
1959
|
+
"grade": {
|
|
1960
|
+
"brightness": 1,
|
|
1961
|
+
"contrast": 1,
|
|
1962
|
+
"saturation": 1,
|
|
1963
|
+
"hue": 0
|
|
1964
|
+
}
|
|
1965
|
+
},
|
|
1966
|
+
{
|
|
1967
|
+
"at": 1080,
|
|
1968
|
+
"grade": {
|
|
1969
|
+
"brightness": 0.92,
|
|
1970
|
+
"contrast": 1.06,
|
|
1971
|
+
"saturation": 1.04,
|
|
1972
|
+
"hue": -10,
|
|
1973
|
+
"tintStrength": 0.32,
|
|
1974
|
+
"tint": "#6a78ff"
|
|
1975
|
+
}
|
|
1976
|
+
},
|
|
1977
|
+
{
|
|
1978
|
+
"at": 0,
|
|
1979
|
+
"grade": {
|
|
1980
|
+
"brightness": 0.72,
|
|
1981
|
+
"contrast": 1.26,
|
|
1982
|
+
"saturation": 0.58,
|
|
1983
|
+
"hue": -22,
|
|
1984
|
+
"tint": "#4700ff",
|
|
1985
|
+
"tintStrength": 0.4
|
|
1986
|
+
}
|
|
1987
|
+
}
|
|
1988
|
+
]
|
|
1989
|
+
},
|
|
1990
|
+
"daycycle": {
|
|
1991
|
+
"id": "daycycle",
|
|
1992
|
+
"name": "Ukázka: denní cyklus",
|
|
1993
|
+
"width": 2592,
|
|
1994
|
+
"depth": {
|
|
1995
|
+
"yNearFrac": 0.96,
|
|
1996
|
+
"yFarFrac": 0.7,
|
|
1997
|
+
"scaleNear": 1,
|
|
1998
|
+
"scaleFar": 0.62
|
|
1999
|
+
},
|
|
2000
|
+
"spawn": {
|
|
2001
|
+
"xFrac": 0.5,
|
|
2002
|
+
"yFrac": 0.9
|
|
2003
|
+
},
|
|
2004
|
+
"walkable": [
|
|
2005
|
+
0.05,
|
|
2006
|
+
0.7,
|
|
2007
|
+
0.95,
|
|
2008
|
+
0.7,
|
|
2009
|
+
0.95,
|
|
2010
|
+
0.965,
|
|
2011
|
+
0.05,
|
|
2012
|
+
0.965
|
|
2013
|
+
],
|
|
2014
|
+
"layers": [
|
|
2015
|
+
{
|
|
2016
|
+
"kind": "image",
|
|
2017
|
+
"band": "background",
|
|
2018
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/ea5c8ff5e8eae4f3.webp",
|
|
2019
|
+
"fit": "stretch",
|
|
2020
|
+
"parallax": 1,
|
|
2021
|
+
"timeFadeAt": 360
|
|
2022
|
+
},
|
|
2023
|
+
{
|
|
2024
|
+
"kind": "image",
|
|
2025
|
+
"band": "background",
|
|
2026
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/c3a33b0c757cac5a.webp",
|
|
2027
|
+
"fit": "stretch",
|
|
2028
|
+
"parallax": 1,
|
|
2029
|
+
"timeFadeAt": 720
|
|
2030
|
+
},
|
|
2031
|
+
{
|
|
2032
|
+
"kind": "image",
|
|
2033
|
+
"band": "background",
|
|
2034
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/c01ce159581981e2.webp",
|
|
2035
|
+
"fit": "stretch",
|
|
2036
|
+
"parallax": 1,
|
|
2037
|
+
"timeFadeAt": 1080
|
|
2038
|
+
},
|
|
2039
|
+
{
|
|
2040
|
+
"kind": "image",
|
|
2041
|
+
"band": "background",
|
|
2042
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/ead1809a9c7e7c5f.webp",
|
|
2043
|
+
"fit": "stretch",
|
|
2044
|
+
"parallax": 1,
|
|
2045
|
+
"timeFadeAt": 0
|
|
2046
|
+
},
|
|
2047
|
+
{
|
|
2048
|
+
"kind": "image",
|
|
2049
|
+
"band": "mid",
|
|
2050
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/b6c75797fa598c13.webp",
|
|
2051
|
+
"fit": "none",
|
|
2052
|
+
"xFrac": 0.6099415204678362,
|
|
2053
|
+
"yFrac": 0.5919298245614036,
|
|
2054
|
+
"scale": 0.55
|
|
2055
|
+
},
|
|
2056
|
+
{
|
|
2057
|
+
"kind": "image",
|
|
2058
|
+
"band": "foreground",
|
|
2059
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/2e60e843d68c2406.webp",
|
|
2060
|
+
"fit": "none",
|
|
2061
|
+
"scale": 0.55,
|
|
2062
|
+
"xFrac": 0.8523391812865498,
|
|
2063
|
+
"yFrac": 0.49017543859649126
|
|
2064
|
+
},
|
|
2065
|
+
{
|
|
2066
|
+
"kind": "image",
|
|
2067
|
+
"band": "foreground",
|
|
2068
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/741b5b8e6d57ded4.webp",
|
|
2069
|
+
"fit": "width",
|
|
2070
|
+
"xFrac": 0.5,
|
|
2071
|
+
"yFrac": 0.9042105263157892
|
|
2072
|
+
}
|
|
2073
|
+
],
|
|
2074
|
+
"interactables": [
|
|
2075
|
+
{
|
|
2076
|
+
"kind": "exit",
|
|
2077
|
+
"id": "to-tavern",
|
|
2078
|
+
"to": "tavern",
|
|
2079
|
+
"hitArea": [
|
|
2080
|
+
0,
|
|
2081
|
+
0.5,
|
|
2082
|
+
0.06,
|
|
2083
|
+
0.5,
|
|
2084
|
+
0.06,
|
|
2085
|
+
0.96,
|
|
2086
|
+
0,
|
|
2087
|
+
0.96
|
|
2088
|
+
],
|
|
2089
|
+
"examine": "Zpět do hry."
|
|
2090
|
+
}
|
|
2091
|
+
],
|
|
2092
|
+
"characterScale": 3,
|
|
2093
|
+
"colorGradeByTime": [
|
|
2094
|
+
{
|
|
2095
|
+
"at": 360,
|
|
2096
|
+
"grade": {
|
|
2097
|
+
"brightness": 1,
|
|
2098
|
+
"contrast": 1.02,
|
|
2099
|
+
"saturation": 1.1,
|
|
2100
|
+
"hue": -16,
|
|
2101
|
+
"tintStrength": 0.4,
|
|
2102
|
+
"tint": "#ffc022"
|
|
2103
|
+
}
|
|
2104
|
+
},
|
|
2105
|
+
{
|
|
2106
|
+
"at": 720,
|
|
2107
|
+
"grade": {
|
|
2108
|
+
"brightness": 1,
|
|
2109
|
+
"contrast": 1,
|
|
2110
|
+
"saturation": 1,
|
|
2111
|
+
"hue": 0
|
|
2112
|
+
}
|
|
2113
|
+
},
|
|
2114
|
+
{
|
|
2115
|
+
"at": 1080,
|
|
2116
|
+
"grade": {
|
|
2117
|
+
"brightness": 0.92,
|
|
2118
|
+
"contrast": 1.06,
|
|
2119
|
+
"saturation": 1.04,
|
|
2120
|
+
"hue": -10,
|
|
2121
|
+
"tintStrength": 0.32,
|
|
2122
|
+
"tint": "#6a78ff"
|
|
2123
|
+
}
|
|
2124
|
+
},
|
|
2125
|
+
{
|
|
2126
|
+
"at": 0,
|
|
2127
|
+
"grade": {
|
|
2128
|
+
"brightness": 0.34,
|
|
2129
|
+
"contrast": 1.26,
|
|
2130
|
+
"saturation": 0.58,
|
|
2131
|
+
"hue": -22,
|
|
2132
|
+
"tintStrength": 0.7,
|
|
2133
|
+
"tint": "#3901ff"
|
|
2134
|
+
}
|
|
2135
|
+
}
|
|
2136
|
+
]
|
|
2137
|
+
}
|
|
2138
|
+
},
|
|
2139
|
+
"items": {
|
|
2140
|
+
"hook": {
|
|
2141
|
+
"id": "hook",
|
|
2142
|
+
"name": "Udice",
|
|
2143
|
+
"examine": "Udice, s tím bych mohl něco ulovit...",
|
|
2144
|
+
"icon": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/f83e3a009872de32.webp"
|
|
2145
|
+
},
|
|
2146
|
+
"charm": {
|
|
2147
|
+
"id": "charm",
|
|
2148
|
+
"name": "Amulet",
|
|
2149
|
+
"examine": "Zlatá brož pro štěstí. Hezky se třpytí.",
|
|
2150
|
+
"icon": "/assets/item/charm.png"
|
|
2151
|
+
},
|
|
2152
|
+
"fish": {
|
|
2153
|
+
"id": "fish",
|
|
2154
|
+
"name": "Ryba",
|
|
2155
|
+
"examine": "Čerstvá stříbrná ryba. Páchne lákavě - aspoň pro kočku.",
|
|
2156
|
+
"icon": "/assets/item/fish.png"
|
|
2157
|
+
},
|
|
2158
|
+
"cat": {
|
|
2159
|
+
"id": "cat",
|
|
2160
|
+
"name": "Kočka",
|
|
2161
|
+
"examine": "Zatoulaná mourovatá kočka. Vrní, když ji držíš.",
|
|
2162
|
+
"icon": "/assets/item/cat.png"
|
|
2163
|
+
},
|
|
2164
|
+
"beer": {
|
|
2165
|
+
"id": "beer",
|
|
2166
|
+
"name": "Pivo",
|
|
2167
|
+
"examine": "Korbel zlatavého piva s pěknou čepicí pěny.",
|
|
2168
|
+
"icon": "/assets/item/beer.png"
|
|
2169
|
+
},
|
|
2170
|
+
"onion": {
|
|
2171
|
+
"id": "onion",
|
|
2172
|
+
"name": "Cibule",
|
|
2173
|
+
"examine": "Žlutá cibule. Štiplavá až k slzám. ...Co kdybych si do ní pořádně kousl?",
|
|
2174
|
+
"use": [
|
|
2175
|
+
{
|
|
2176
|
+
"when": {
|
|
2177
|
+
"kind": "not",
|
|
2178
|
+
"of": {
|
|
2179
|
+
"kind": "flag",
|
|
2180
|
+
"flag": "ate-onion"
|
|
2181
|
+
}
|
|
2182
|
+
},
|
|
2183
|
+
"effects": [
|
|
2184
|
+
{
|
|
2185
|
+
"kind": "setFlag",
|
|
2186
|
+
"flag": "ate-onion"
|
|
2187
|
+
},
|
|
2188
|
+
{
|
|
2189
|
+
"kind": "takeItem",
|
|
2190
|
+
"item": "onion"
|
|
2191
|
+
},
|
|
2192
|
+
{
|
|
2193
|
+
"kind": "say",
|
|
2194
|
+
"text": "Kousl jsem si do syrové cibule. AÚÚ! Oči tečou, huba pálí - ale teď mám dech jak rozzuřený drak. Dokonalý."
|
|
2195
|
+
}
|
|
2196
|
+
]
|
|
2197
|
+
}
|
|
2198
|
+
],
|
|
2199
|
+
"icon": "/assets/item/onion.png"
|
|
2200
|
+
},
|
|
2201
|
+
"item": {
|
|
2202
|
+
"id": "item",
|
|
2203
|
+
"name": "Klacek",
|
|
2204
|
+
"examine": "Hmm... Klacek",
|
|
2205
|
+
"icon": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/b34fba36cec61d64.webp"
|
|
2206
|
+
},
|
|
2207
|
+
"item-2": {
|
|
2208
|
+
"id": "item-2",
|
|
2209
|
+
"name": "Hřebík",
|
|
2210
|
+
"examine": "Ten hřebík by šel ohnout",
|
|
2211
|
+
"icon": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/60f96d213356ddd1.webp"
|
|
2212
|
+
},
|
|
2213
|
+
"item-3": {
|
|
2214
|
+
"id": "item-3",
|
|
2215
|
+
"name": "Klacek s provazem",
|
|
2216
|
+
"examine": "Klacek a provat... To by se mohlo hodit",
|
|
2217
|
+
"icon": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/089ce233c00fefb7.webp"
|
|
2218
|
+
},
|
|
2219
|
+
"item-4": {
|
|
2220
|
+
"id": "item-4",
|
|
2221
|
+
"name": "Provaz",
|
|
2222
|
+
"examine": "Provaz bych mohl k něčemu přivázat... Nebo něco svázat",
|
|
2223
|
+
"icon": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/72790d5eab29f036.webp"
|
|
2224
|
+
}
|
|
2225
|
+
},
|
|
2226
|
+
"initialFlags": {},
|
|
2227
|
+
"clock": {
|
|
2228
|
+
"dayLengthSec": 1000,
|
|
2229
|
+
"startMinutes": 360
|
|
2230
|
+
},
|
|
2231
|
+
"rules": [
|
|
2232
|
+
{
|
|
2233
|
+
"id": "beer-unlocked",
|
|
2234
|
+
"when": {
|
|
2235
|
+
"kind": "flag",
|
|
2236
|
+
"flag": "rats-cleared"
|
|
2237
|
+
},
|
|
2238
|
+
"then": [
|
|
2239
|
+
{
|
|
2240
|
+
"kind": "setFlag",
|
|
2241
|
+
"flag": "beer-unlocked"
|
|
2242
|
+
}
|
|
2243
|
+
],
|
|
2244
|
+
"once": true
|
|
2245
|
+
},
|
|
2246
|
+
{
|
|
2247
|
+
"id": "guard-sober-up",
|
|
2248
|
+
"when": {
|
|
2249
|
+
"kind": "all",
|
|
2250
|
+
"of": [
|
|
2251
|
+
{
|
|
2252
|
+
"kind": "not",
|
|
2253
|
+
"of": {
|
|
2254
|
+
"kind": "timeOfDay",
|
|
2255
|
+
"from": 960,
|
|
2256
|
+
"to": 300
|
|
2257
|
+
}
|
|
2258
|
+
},
|
|
2259
|
+
{
|
|
2260
|
+
"kind": "flag",
|
|
2261
|
+
"flag": "guard-asleep"
|
|
2262
|
+
}
|
|
2263
|
+
]
|
|
2264
|
+
},
|
|
2265
|
+
"then": [
|
|
2266
|
+
{
|
|
2267
|
+
"kind": "setFlag",
|
|
2268
|
+
"flag": "guard-asleep",
|
|
2269
|
+
"value": false
|
|
2270
|
+
},
|
|
2271
|
+
{
|
|
2272
|
+
"kind": "setFlag",
|
|
2273
|
+
"flag": "beer1",
|
|
2274
|
+
"value": false
|
|
2275
|
+
},
|
|
2276
|
+
{
|
|
2277
|
+
"kind": "setFlag",
|
|
2278
|
+
"flag": "beer2",
|
|
2279
|
+
"value": false
|
|
2280
|
+
},
|
|
2281
|
+
{
|
|
2282
|
+
"kind": "setFlag",
|
|
2283
|
+
"flag": "beer3",
|
|
2284
|
+
"value": false
|
|
2285
|
+
}
|
|
2286
|
+
]
|
|
2287
|
+
}
|
|
2288
|
+
],
|
|
2289
|
+
"npcs": {
|
|
2290
|
+
"keeper": {
|
|
2291
|
+
"id": "keeper",
|
|
2292
|
+
"name": "Hospodský",
|
|
2293
|
+
"dialog": "keeper",
|
|
2294
|
+
"voice": {
|
|
2295
|
+
"pitch": 0.8
|
|
2296
|
+
},
|
|
2297
|
+
"view": {
|
|
2298
|
+
"atlas": "/assets/char/keeper.png",
|
|
2299
|
+
"frameWidth": 92,
|
|
2300
|
+
"frameHeight": 92,
|
|
2301
|
+
"columns": 8,
|
|
2302
|
+
"anchorX": 0.5,
|
|
2303
|
+
"anchorY": 0.88,
|
|
2304
|
+
"clips": {
|
|
2305
|
+
"idle.S": {
|
|
2306
|
+
"frames": [
|
|
2307
|
+
0,
|
|
2308
|
+
1,
|
|
2309
|
+
2,
|
|
2310
|
+
3
|
|
2311
|
+
],
|
|
2312
|
+
"fps": 5,
|
|
2313
|
+
"loop": true
|
|
2314
|
+
},
|
|
2315
|
+
"idle.E": {
|
|
2316
|
+
"frames": [
|
|
2317
|
+
4,
|
|
2318
|
+
5,
|
|
2319
|
+
6,
|
|
2320
|
+
7
|
|
2321
|
+
],
|
|
2322
|
+
"fps": 5,
|
|
2323
|
+
"loop": true
|
|
2324
|
+
}
|
|
2325
|
+
}
|
|
2326
|
+
},
|
|
2327
|
+
"approachGap": 180
|
|
2328
|
+
},
|
|
2329
|
+
"vendor": {
|
|
2330
|
+
"id": "vendor",
|
|
2331
|
+
"name": "Rybářka",
|
|
2332
|
+
"dialog": "vendor",
|
|
2333
|
+
"voice": {
|
|
2334
|
+
"pitch": 1.35
|
|
2335
|
+
},
|
|
2336
|
+
"view": {
|
|
2337
|
+
"atlas": "/assets/char/vendor.png",
|
|
2338
|
+
"frameWidth": 92,
|
|
2339
|
+
"frameHeight": 92,
|
|
2340
|
+
"columns": 8,
|
|
2341
|
+
"anchorX": 0.5,
|
|
2342
|
+
"anchorY": 0.88,
|
|
2343
|
+
"clips": {
|
|
2344
|
+
"idle.S": {
|
|
2345
|
+
"frames": [
|
|
2346
|
+
0,
|
|
2347
|
+
1,
|
|
2348
|
+
2,
|
|
2349
|
+
3
|
|
2350
|
+
],
|
|
2351
|
+
"fps": 5,
|
|
2352
|
+
"loop": true
|
|
2353
|
+
},
|
|
2354
|
+
"idle.E": {
|
|
2355
|
+
"frames": [
|
|
2356
|
+
4,
|
|
2357
|
+
5,
|
|
2358
|
+
6,
|
|
2359
|
+
7
|
|
2360
|
+
],
|
|
2361
|
+
"fps": 5,
|
|
2362
|
+
"loop": true
|
|
2363
|
+
}
|
|
2364
|
+
}
|
|
2365
|
+
}
|
|
2366
|
+
},
|
|
2367
|
+
"onion": {
|
|
2368
|
+
"id": "onion",
|
|
2369
|
+
"name": "Cibulář",
|
|
2370
|
+
"dialog": "onion-seller",
|
|
2371
|
+
"voice": {
|
|
2372
|
+
"pitch": 1.1
|
|
2373
|
+
},
|
|
2374
|
+
"monologues": [
|
|
2375
|
+
{
|
|
2376
|
+
"text": "Cibule! Kupte si cibuli!",
|
|
2377
|
+
"after": 1500,
|
|
2378
|
+
"every": 6000,
|
|
2379
|
+
"when": {
|
|
2380
|
+
"kind": "timeOfDay",
|
|
2381
|
+
"from": 300,
|
|
2382
|
+
"to": 780
|
|
2383
|
+
}
|
|
2384
|
+
}
|
|
2385
|
+
],
|
|
2386
|
+
"view": {
|
|
2387
|
+
"atlas": "/assets/char/onion.png",
|
|
2388
|
+
"frameWidth": 92,
|
|
2389
|
+
"frameHeight": 92,
|
|
2390
|
+
"columns": 20,
|
|
2391
|
+
"anchorX": 0.5,
|
|
2392
|
+
"anchorY": 0.88,
|
|
2393
|
+
"clips": {
|
|
2394
|
+
"idle.S": {
|
|
2395
|
+
"frames": [
|
|
2396
|
+
0,
|
|
2397
|
+
1,
|
|
2398
|
+
2,
|
|
2399
|
+
3
|
|
2400
|
+
],
|
|
2401
|
+
"fps": 5,
|
|
2402
|
+
"loop": true
|
|
2403
|
+
},
|
|
2404
|
+
"idle.E": {
|
|
2405
|
+
"frames": [
|
|
2406
|
+
4,
|
|
2407
|
+
5,
|
|
2408
|
+
6,
|
|
2409
|
+
7
|
|
2410
|
+
],
|
|
2411
|
+
"fps": 5,
|
|
2412
|
+
"loop": true
|
|
2413
|
+
},
|
|
2414
|
+
"walk.S": {
|
|
2415
|
+
"frames": [
|
|
2416
|
+
8,
|
|
2417
|
+
9,
|
|
2418
|
+
10,
|
|
2419
|
+
11,
|
|
2420
|
+
12,
|
|
2421
|
+
13
|
|
2422
|
+
],
|
|
2423
|
+
"fps": 10,
|
|
2424
|
+
"loop": true,
|
|
2425
|
+
"sound": "sfx-footstep"
|
|
2426
|
+
},
|
|
2427
|
+
"walk.E": {
|
|
2428
|
+
"frames": [
|
|
2429
|
+
14,
|
|
2430
|
+
15,
|
|
2431
|
+
16,
|
|
2432
|
+
17,
|
|
2433
|
+
18,
|
|
2434
|
+
19
|
|
2435
|
+
],
|
|
2436
|
+
"fps": 10,
|
|
2437
|
+
"loop": true,
|
|
2438
|
+
"sound": "sfx-footstep"
|
|
2439
|
+
}
|
|
2440
|
+
}
|
|
2441
|
+
}
|
|
2442
|
+
},
|
|
2443
|
+
"guard": {
|
|
2444
|
+
"id": "guard",
|
|
2445
|
+
"name": "Stráž",
|
|
2446
|
+
"dialog": "guard",
|
|
2447
|
+
"voice": {
|
|
2448
|
+
"pitch": 0.7
|
|
2449
|
+
},
|
|
2450
|
+
"view": {
|
|
2451
|
+
"atlas": "/assets/char/guard.png",
|
|
2452
|
+
"frameWidth": 92,
|
|
2453
|
+
"frameHeight": 92,
|
|
2454
|
+
"columns": 8,
|
|
2455
|
+
"anchorX": 0.5,
|
|
2456
|
+
"anchorY": 0.87,
|
|
2457
|
+
"clips": {
|
|
2458
|
+
"idle.S": {
|
|
2459
|
+
"frames": [
|
|
2460
|
+
0,
|
|
2461
|
+
1,
|
|
2462
|
+
2,
|
|
2463
|
+
3
|
|
2464
|
+
],
|
|
2465
|
+
"fps": 5,
|
|
2466
|
+
"loop": true
|
|
2467
|
+
},
|
|
2468
|
+
"idle.E": {
|
|
2469
|
+
"frames": [
|
|
2470
|
+
4,
|
|
2471
|
+
5,
|
|
2472
|
+
6,
|
|
2473
|
+
7
|
|
2474
|
+
],
|
|
2475
|
+
"fps": 5,
|
|
2476
|
+
"loop": true
|
|
2477
|
+
}
|
|
2478
|
+
}
|
|
2479
|
+
}
|
|
2480
|
+
},
|
|
2481
|
+
"drunk": {
|
|
2482
|
+
"id": "drunk",
|
|
2483
|
+
"name": "Opilec",
|
|
2484
|
+
"voice": {
|
|
2485
|
+
"pitch": 0.6
|
|
2486
|
+
},
|
|
2487
|
+
"inspect": {
|
|
2488
|
+
"text": "Místní štamgast. Chrápe na lavičce u kašny."
|
|
2489
|
+
},
|
|
2490
|
+
"monologues": [
|
|
2491
|
+
{
|
|
2492
|
+
"text": "...eště jedno, hospodo...",
|
|
2493
|
+
"after": 2500,
|
|
2494
|
+
"every": 9000
|
|
2495
|
+
},
|
|
2496
|
+
{
|
|
2497
|
+
"text": "Zzzz... chrrr... pšš...",
|
|
2498
|
+
"after": 6500,
|
|
2499
|
+
"every": 9000
|
|
2500
|
+
}
|
|
2501
|
+
],
|
|
2502
|
+
"view": {
|
|
2503
|
+
"atlas": "/assets/char/drunk.png",
|
|
2504
|
+
"frameWidth": 92,
|
|
2505
|
+
"frameHeight": 92,
|
|
2506
|
+
"columns": 8,
|
|
2507
|
+
"anchorX": 0.5,
|
|
2508
|
+
"anchorY": 0.87,
|
|
2509
|
+
"clips": {
|
|
2510
|
+
"idle.S": {
|
|
2511
|
+
"frames": [
|
|
2512
|
+
0,
|
|
2513
|
+
1,
|
|
2514
|
+
2,
|
|
2515
|
+
3
|
|
2516
|
+
],
|
|
2517
|
+
"fps": 5,
|
|
2518
|
+
"loop": true
|
|
2519
|
+
},
|
|
2520
|
+
"idle.E": {
|
|
2521
|
+
"frames": [
|
|
2522
|
+
4,
|
|
2523
|
+
5,
|
|
2524
|
+
6,
|
|
2525
|
+
7
|
|
2526
|
+
],
|
|
2527
|
+
"fps": 5,
|
|
2528
|
+
"loop": true
|
|
2529
|
+
}
|
|
2530
|
+
}
|
|
2531
|
+
}
|
|
2532
|
+
}
|
|
2533
|
+
},
|
|
2534
|
+
"dialogs": {
|
|
2535
|
+
"keeper": {
|
|
2536
|
+
"start": "root",
|
|
2537
|
+
"nodes": {
|
|
2538
|
+
"root": {
|
|
2539
|
+
"branch": [
|
|
2540
|
+
{
|
|
2541
|
+
"when": {
|
|
2542
|
+
"kind": "flag",
|
|
2543
|
+
"flag": "rats-cleared"
|
|
2544
|
+
},
|
|
2545
|
+
"to": "free"
|
|
2546
|
+
},
|
|
2547
|
+
{
|
|
2548
|
+
"when": {
|
|
2549
|
+
"kind": "flag",
|
|
2550
|
+
"flag": "keeper-deal"
|
|
2551
|
+
},
|
|
2552
|
+
"to": "nag"
|
|
2553
|
+
}
|
|
2554
|
+
],
|
|
2555
|
+
"next": "offer"
|
|
2556
|
+
},
|
|
2557
|
+
"offer": {
|
|
2558
|
+
"speaker": "keeper",
|
|
2559
|
+
"text": "Á, tak už ses probral z kocoviny? Poslyš, trhane - mám ve sklepě krysy. Vyžeň je a piva ti naleju, kolik uneseš.",
|
|
2560
|
+
"choices": [
|
|
2561
|
+
{
|
|
2562
|
+
"text": "Beru ten kšeft.",
|
|
2563
|
+
"effects": [
|
|
2564
|
+
{
|
|
2565
|
+
"kind": "setFlag",
|
|
2566
|
+
"flag": "keeper-deal"
|
|
2567
|
+
}
|
|
2568
|
+
],
|
|
2569
|
+
"next": "dealdone"
|
|
2570
|
+
},
|
|
2571
|
+
{
|
|
2572
|
+
"text": "A pivo hned, zadarmo?",
|
|
2573
|
+
"next": "nochance"
|
|
2574
|
+
},
|
|
2575
|
+
{
|
|
2576
|
+
"text": "Zatím ne."
|
|
2577
|
+
}
|
|
2578
|
+
]
|
|
2579
|
+
},
|
|
2580
|
+
"dealdone": {
|
|
2581
|
+
"speaker": "keeper",
|
|
2582
|
+
"text": "Platí. Sklep je tamhle u baru za dveřmi. Žádné krysy - a teče pivo."
|
|
2583
|
+
},
|
|
2584
|
+
"nochance": {
|
|
2585
|
+
"speaker": "keeper",
|
|
2586
|
+
"text": "Zadarmo? Cha! Na pivo si tady musíš zasloužit, chlapče.",
|
|
2587
|
+
"next": "offer"
|
|
2588
|
+
},
|
|
2589
|
+
"nag": {
|
|
2590
|
+
"speaker": "keeper",
|
|
2591
|
+
"text": "Pořád ty krysy slyším cupitat. Žádné krysy - žádné pivo."
|
|
2592
|
+
},
|
|
2593
|
+
"free": {
|
|
2594
|
+
"branch": [
|
|
2595
|
+
{
|
|
2596
|
+
"when": {
|
|
2597
|
+
"kind": "hasItem",
|
|
2598
|
+
"item": "beer"
|
|
2599
|
+
},
|
|
2600
|
+
"to": "hasbeer"
|
|
2601
|
+
},
|
|
2602
|
+
{
|
|
2603
|
+
"when": {
|
|
2604
|
+
"kind": "flag",
|
|
2605
|
+
"flag": "got-first-beer"
|
|
2606
|
+
},
|
|
2607
|
+
"to": "more"
|
|
2608
|
+
}
|
|
2609
|
+
],
|
|
2610
|
+
"speaker": "keeper",
|
|
2611
|
+
"text": "Sklep je čistý! Tu máš, na účet podniku. ...A někdo tam u poklopu nechal rybářský splávek, co? Cha.",
|
|
2612
|
+
"effects": [
|
|
2613
|
+
{
|
|
2614
|
+
"kind": "giveItem",
|
|
2615
|
+
"item": "beer"
|
|
2616
|
+
},
|
|
2617
|
+
{
|
|
2618
|
+
"kind": "setFlag",
|
|
2619
|
+
"flag": "got-first-beer"
|
|
2620
|
+
}
|
|
2621
|
+
]
|
|
2622
|
+
},
|
|
2623
|
+
"more": {
|
|
2624
|
+
"speaker": "keeper",
|
|
2625
|
+
"text": "Další pivo? Drž. Ale pomalu, chlapče.",
|
|
2626
|
+
"effects": [
|
|
2627
|
+
{
|
|
2628
|
+
"kind": "giveItem",
|
|
2629
|
+
"item": "beer"
|
|
2630
|
+
}
|
|
2631
|
+
]
|
|
2632
|
+
},
|
|
2633
|
+
"hasbeer": {
|
|
2634
|
+
"speaker": "keeper",
|
|
2635
|
+
"text": "Nejdřív dopij, co máš v ruce. Jedno po druhém."
|
|
2636
|
+
}
|
|
2637
|
+
}
|
|
2638
|
+
},
|
|
2639
|
+
"vendor": {
|
|
2640
|
+
"start": "root",
|
|
2641
|
+
"nodes": {
|
|
2642
|
+
"root": {
|
|
2643
|
+
"branch": [
|
|
2644
|
+
{
|
|
2645
|
+
"when": {
|
|
2646
|
+
"kind": "hasItem",
|
|
2647
|
+
"item": "charm"
|
|
2648
|
+
},
|
|
2649
|
+
"to": "trade"
|
|
2650
|
+
},
|
|
2651
|
+
{
|
|
2652
|
+
"when": {
|
|
2653
|
+
"kind": "flag",
|
|
2654
|
+
"flag": "traded-fish"
|
|
2655
|
+
},
|
|
2656
|
+
"to": "done"
|
|
2657
|
+
}
|
|
2658
|
+
],
|
|
2659
|
+
"next": "lament"
|
|
2660
|
+
},
|
|
2661
|
+
"lament": {
|
|
2662
|
+
"speaker": "vendor",
|
|
2663
|
+
"text": "Ach jo. Ztratila jsem svůj amulet pro štěstí - spadl mi do té mříže v uličce. Bez něj mi ryby na udici nejdou.",
|
|
2664
|
+
"choices": [
|
|
2665
|
+
{
|
|
2666
|
+
"text": "Mrknu po něm."
|
|
2667
|
+
},
|
|
2668
|
+
{
|
|
2669
|
+
"text": "Nemáš rybu nazbyt?",
|
|
2670
|
+
"next": "norfree"
|
|
2671
|
+
}
|
|
2672
|
+
]
|
|
2673
|
+
},
|
|
2674
|
+
"norfree": {
|
|
2675
|
+
"speaker": "vendor",
|
|
2676
|
+
"text": "Rybu jen tak? Přines mi ten amulet a dostaneš tu nejtučnější, co mám!"
|
|
2677
|
+
},
|
|
2678
|
+
"trade": {
|
|
2679
|
+
"speaker": "vendor",
|
|
2680
|
+
"text": "Můj amulet! Tys ho našel! Ty jsi učiněný anděl, trhane. Na - vem si tu nejlepší rybu!",
|
|
2681
|
+
"effects": [
|
|
2682
|
+
{
|
|
2683
|
+
"kind": "takeItem",
|
|
2684
|
+
"item": "charm"
|
|
2685
|
+
},
|
|
2686
|
+
{
|
|
2687
|
+
"kind": "giveItem",
|
|
2688
|
+
"item": "fish"
|
|
2689
|
+
},
|
|
2690
|
+
{
|
|
2691
|
+
"kind": "setFlag",
|
|
2692
|
+
"flag": "traded-fish"
|
|
2693
|
+
}
|
|
2694
|
+
]
|
|
2695
|
+
},
|
|
2696
|
+
"done": {
|
|
2697
|
+
"speaker": "vendor",
|
|
2698
|
+
"text": "Díky tobě zas loví jako za mlada. Víc ryb nazbyt nemám, promiň."
|
|
2699
|
+
}
|
|
2700
|
+
}
|
|
2701
|
+
},
|
|
2702
|
+
"onion-seller": {
|
|
2703
|
+
"start": "root",
|
|
2704
|
+
"nodes": {
|
|
2705
|
+
"root": {
|
|
2706
|
+
"branch": [
|
|
2707
|
+
{
|
|
2708
|
+
"when": {
|
|
2709
|
+
"kind": "hasItem",
|
|
2710
|
+
"item": "onion"
|
|
2711
|
+
},
|
|
2712
|
+
"to": "hasonion"
|
|
2713
|
+
}
|
|
2714
|
+
],
|
|
2715
|
+
"next": "sell"
|
|
2716
|
+
},
|
|
2717
|
+
"sell": {
|
|
2718
|
+
"speaker": "onion",
|
|
2719
|
+
"text": "Cibule! Krásná cibule! Ty vypadáš jako chlap, co potřebuje cibuli. První je zadarmo - stejně ji nikdo nechce.",
|
|
2720
|
+
"choices": [
|
|
2721
|
+
{
|
|
2722
|
+
"text": "Beru cibuli.",
|
|
2723
|
+
"effects": [
|
|
2724
|
+
{
|
|
2725
|
+
"kind": "giveItem",
|
|
2726
|
+
"item": "onion"
|
|
2727
|
+
}
|
|
2728
|
+
],
|
|
2729
|
+
"next": "took"
|
|
2730
|
+
},
|
|
2731
|
+
{
|
|
2732
|
+
"text": "Na co mi je cibule?",
|
|
2733
|
+
"next": "why"
|
|
2734
|
+
},
|
|
2735
|
+
{
|
|
2736
|
+
"text": "Dík, nechci."
|
|
2737
|
+
}
|
|
2738
|
+
]
|
|
2739
|
+
},
|
|
2740
|
+
"took": {
|
|
2741
|
+
"speaker": "onion",
|
|
2742
|
+
"text": "Moudrá volba! Cibule vyřeší skoro všechno."
|
|
2743
|
+
},
|
|
2744
|
+
"why": {
|
|
2745
|
+
"speaker": "onion",
|
|
2746
|
+
"text": "Na co? Na guláš, na pláč, na zahnání upírů... a kdo ví, na co ještě.",
|
|
2747
|
+
"next": "sell"
|
|
2748
|
+
},
|
|
2749
|
+
"hasonion": {
|
|
2750
|
+
"speaker": "onion",
|
|
2751
|
+
"text": "Cibuli už máš. Víc než jednu cibuli člověk nepotřebuje, věř starému cibuláři."
|
|
2752
|
+
}
|
|
2753
|
+
}
|
|
2754
|
+
},
|
|
2755
|
+
"guard": {
|
|
2756
|
+
"start": "root",
|
|
2757
|
+
"nodes": {
|
|
2758
|
+
"root": {
|
|
2759
|
+
"branch": [
|
|
2760
|
+
{
|
|
2761
|
+
"when": {
|
|
2762
|
+
"kind": "flag",
|
|
2763
|
+
"flag": "guard-asleep"
|
|
2764
|
+
},
|
|
2765
|
+
"to": "asleep"
|
|
2766
|
+
}
|
|
2767
|
+
],
|
|
2768
|
+
"next": "taunt"
|
|
2769
|
+
},
|
|
2770
|
+
"taunt": {
|
|
2771
|
+
"branch": [
|
|
2772
|
+
{
|
|
2773
|
+
"when": {
|
|
2774
|
+
"kind": "all",
|
|
2775
|
+
"of": [
|
|
2776
|
+
{
|
|
2777
|
+
"kind": "hasItem",
|
|
2778
|
+
"item": "beer"
|
|
2779
|
+
},
|
|
2780
|
+
{
|
|
2781
|
+
"kind": "not",
|
|
2782
|
+
"of": {
|
|
2783
|
+
"kind": "timeOfDay",
|
|
2784
|
+
"from": 960,
|
|
2785
|
+
"to": 300
|
|
2786
|
+
}
|
|
2787
|
+
}
|
|
2788
|
+
]
|
|
2789
|
+
},
|
|
2790
|
+
"to": "notyet"
|
|
2791
|
+
}
|
|
2792
|
+
],
|
|
2793
|
+
"speaker": "guard",
|
|
2794
|
+
"text": "Stůj! Trhani do královské věže nesmějí. Mazej, než tě praštím halapartnou.",
|
|
2795
|
+
"choices": [
|
|
2796
|
+
{
|
|
2797
|
+
"text": "Nedal by sis pivko?",
|
|
2798
|
+
"when": {
|
|
2799
|
+
"kind": "all",
|
|
2800
|
+
"of": [
|
|
2801
|
+
{
|
|
2802
|
+
"kind": "hasItem",
|
|
2803
|
+
"item": "beer"
|
|
2804
|
+
},
|
|
2805
|
+
{
|
|
2806
|
+
"kind": "timeOfDay",
|
|
2807
|
+
"from": 960,
|
|
2808
|
+
"to": 1380
|
|
2809
|
+
}
|
|
2810
|
+
]
|
|
2811
|
+
},
|
|
2812
|
+
"next": "drink"
|
|
2813
|
+
},
|
|
2814
|
+
{
|
|
2815
|
+
"text": "Jen se kouknu dovnitř.",
|
|
2816
|
+
"next": "no"
|
|
2817
|
+
},
|
|
2818
|
+
{
|
|
2819
|
+
"text": "Tak jo, už du."
|
|
2820
|
+
}
|
|
2821
|
+
]
|
|
2822
|
+
},
|
|
2823
|
+
"notyet": {
|
|
2824
|
+
"speaker": "guard",
|
|
2825
|
+
"text": "Teď ne, trhane - služba. Ale večer u večeře bych pivo neodmít. To si piš."
|
|
2826
|
+
},
|
|
2827
|
+
"no": {
|
|
2828
|
+
"speaker": "guard",
|
|
2829
|
+
"text": "Ani náhodou. Padej."
|
|
2830
|
+
},
|
|
2831
|
+
"drink": {
|
|
2832
|
+
"branch": [
|
|
2833
|
+
{
|
|
2834
|
+
"when": {
|
|
2835
|
+
"kind": "flag",
|
|
2836
|
+
"flag": "beer2"
|
|
2837
|
+
},
|
|
2838
|
+
"to": "rung3"
|
|
2839
|
+
},
|
|
2840
|
+
{
|
|
2841
|
+
"when": {
|
|
2842
|
+
"kind": "flag",
|
|
2843
|
+
"flag": "beer1"
|
|
2844
|
+
},
|
|
2845
|
+
"to": "rung2"
|
|
2846
|
+
}
|
|
2847
|
+
],
|
|
2848
|
+
"next": "rung1"
|
|
2849
|
+
},
|
|
2850
|
+
"rung1": {
|
|
2851
|
+
"speaker": "guard",
|
|
2852
|
+
"text": "No... jedno pivko službu nezkazí. *glo glo glo* ...Dík.",
|
|
2853
|
+
"effects": [
|
|
2854
|
+
{
|
|
2855
|
+
"kind": "takeItem",
|
|
2856
|
+
"item": "beer"
|
|
2857
|
+
},
|
|
2858
|
+
{
|
|
2859
|
+
"kind": "setFlag",
|
|
2860
|
+
"flag": "beer1"
|
|
2861
|
+
}
|
|
2862
|
+
]
|
|
2863
|
+
},
|
|
2864
|
+
"rung2": {
|
|
2865
|
+
"speaker": "guard",
|
|
2866
|
+
"text": "Šecko nej-nejlepší! *škyt* Eště jedno bys neměl?",
|
|
2867
|
+
"effects": [
|
|
2868
|
+
{
|
|
2869
|
+
"kind": "takeItem",
|
|
2870
|
+
"item": "beer"
|
|
2871
|
+
},
|
|
2872
|
+
{
|
|
2873
|
+
"kind": "setFlag",
|
|
2874
|
+
"flag": "beer2"
|
|
2875
|
+
}
|
|
2876
|
+
]
|
|
2877
|
+
},
|
|
2878
|
+
"rung3": {
|
|
2879
|
+
"speaker": "guard",
|
|
2880
|
+
"text": "Já jen... na chvilinku... zavřu očííí... *chrrr*",
|
|
2881
|
+
"effects": [
|
|
2882
|
+
{
|
|
2883
|
+
"kind": "takeItem",
|
|
2884
|
+
"item": "beer"
|
|
2885
|
+
},
|
|
2886
|
+
{
|
|
2887
|
+
"kind": "setFlag",
|
|
2888
|
+
"flag": "beer3"
|
|
2889
|
+
},
|
|
2890
|
+
{
|
|
2891
|
+
"kind": "setFlag",
|
|
2892
|
+
"flag": "guard-asleep"
|
|
2893
|
+
}
|
|
2894
|
+
]
|
|
2895
|
+
},
|
|
2896
|
+
"asleep": {
|
|
2897
|
+
"speaker": "guard",
|
|
2898
|
+
"text": "*chrrr... chrrr... pšššš... chrrr*"
|
|
2899
|
+
}
|
|
2900
|
+
}
|
|
2901
|
+
},
|
|
2902
|
+
"intro-line": {
|
|
2903
|
+
"start": "a",
|
|
2904
|
+
"nodes": {
|
|
2905
|
+
"a": {
|
|
2906
|
+
"speaker": "Vypravěč",
|
|
2907
|
+
"text": "Byl jednou jeden trhan. Bez koruny, bez domova - a hlavně bez piva.",
|
|
2908
|
+
"next": "b"
|
|
2909
|
+
},
|
|
2910
|
+
"b": {
|
|
2911
|
+
"speaker": "Claude",
|
|
2912
|
+
"text": "*škytne* Jmenuju se Claude. A propil jsem úplně všecko. I boty.",
|
|
2913
|
+
"next": "c"
|
|
2914
|
+
},
|
|
2915
|
+
"c": {
|
|
2916
|
+
"speaker": "Claude",
|
|
2917
|
+
"text": "Ale na téhle vyhlášce stojí: kdo probudí princeznu, dostane půl království. PŮL!",
|
|
2918
|
+
"next": "d"
|
|
2919
|
+
},
|
|
2920
|
+
"d": {
|
|
2921
|
+
"speaker": "Claude",
|
|
2922
|
+
"text": "Jak těžkej může bejt jeden polibek? ...ptá se chlap, co ještě netuší, do čeho jde."
|
|
2923
|
+
}
|
|
2924
|
+
}
|
|
2925
|
+
},
|
|
2926
|
+
"princess": {
|
|
2927
|
+
"start": "root",
|
|
2928
|
+
"nodes": {
|
|
2929
|
+
"root": {
|
|
2930
|
+
"branch": [
|
|
2931
|
+
{
|
|
2932
|
+
"when": {
|
|
2933
|
+
"kind": "flag",
|
|
2934
|
+
"flag": "ate-onion"
|
|
2935
|
+
},
|
|
2936
|
+
"to": "ready"
|
|
2937
|
+
}
|
|
2938
|
+
],
|
|
2939
|
+
"next": "asleep"
|
|
2940
|
+
},
|
|
2941
|
+
"asleep": {
|
|
2942
|
+
"speaker": "Claude",
|
|
2943
|
+
"text": "Spí jako dřevo. Celých sto let. Tak čím ji probrat?",
|
|
2944
|
+
"choices": [
|
|
2945
|
+
{
|
|
2946
|
+
"text": "Zkusit polibek pravé lásky",
|
|
2947
|
+
"effects": [
|
|
2948
|
+
{
|
|
2949
|
+
"kind": "setFlag",
|
|
2950
|
+
"flag": "tried-kiss"
|
|
2951
|
+
},
|
|
2952
|
+
{
|
|
2953
|
+
"kind": "startSequence",
|
|
2954
|
+
"sequence": "kiss-fail"
|
|
2955
|
+
}
|
|
2956
|
+
]
|
|
2957
|
+
},
|
|
2958
|
+
{
|
|
2959
|
+
"text": "Jemně s ní zatřást",
|
|
2960
|
+
"next": "shake"
|
|
2961
|
+
},
|
|
2962
|
+
{
|
|
2963
|
+
"text": "Plácnout ji přes tvář",
|
|
2964
|
+
"next": "slap"
|
|
2965
|
+
},
|
|
2966
|
+
{
|
|
2967
|
+
"text": "Zařvat jí do ucha",
|
|
2968
|
+
"next": "yell"
|
|
2969
|
+
},
|
|
2970
|
+
{
|
|
2971
|
+
"text": "Nechat ji spát"
|
|
2972
|
+
}
|
|
2973
|
+
]
|
|
2974
|
+
},
|
|
2975
|
+
"shake": {
|
|
2976
|
+
"speaker": "Princezna",
|
|
2977
|
+
"text": "Mňhm... ještě pět minutek, chůvo...",
|
|
2978
|
+
"next": "asleep"
|
|
2979
|
+
},
|
|
2980
|
+
"slap": {
|
|
2981
|
+
"speaker": "Princezna",
|
|
2982
|
+
"text": "...ošklivý drak... dortík ti nedám... chrr...",
|
|
2983
|
+
"next": "asleep"
|
|
2984
|
+
},
|
|
2985
|
+
"yell": {
|
|
2986
|
+
"speaker": "Princezna",
|
|
2987
|
+
"text": "Chrrr... chtělo... by to... něco silnějšího... fujtajbl...",
|
|
2988
|
+
"next": "asleep"
|
|
2989
|
+
},
|
|
2990
|
+
"ready": {
|
|
2991
|
+
"speaker": "Claude",
|
|
2992
|
+
"text": "Pusa mi čpí cibulí jak dračí sluj. Teď, nebo nikdy.",
|
|
2993
|
+
"choices": [
|
|
2994
|
+
{
|
|
2995
|
+
"text": "CIBULOVÝ POLIBEK!",
|
|
2996
|
+
"effects": [
|
|
2997
|
+
{
|
|
2998
|
+
"kind": "startSequence",
|
|
2999
|
+
"sequence": "onion-kiss"
|
|
3000
|
+
}
|
|
3001
|
+
]
|
|
3002
|
+
},
|
|
3003
|
+
{
|
|
3004
|
+
"text": "Ještě chvíli počkat"
|
|
3005
|
+
}
|
|
3006
|
+
]
|
|
3007
|
+
}
|
|
3008
|
+
}
|
|
3009
|
+
},
|
|
3010
|
+
"kiss-fail-line": {
|
|
3011
|
+
"start": "a",
|
|
3012
|
+
"nodes": {
|
|
3013
|
+
"a": {
|
|
3014
|
+
"speaker": "Claude",
|
|
3015
|
+
"text": "Tak jo, princezno... polibek pravé lásky. *cmrk*",
|
|
3016
|
+
"next": "b"
|
|
3017
|
+
},
|
|
3018
|
+
"b": {
|
|
3019
|
+
"speaker": "Princezna",
|
|
3020
|
+
"text": "Mňh... chrrr... ble, kdo mi to dýchá na obličej... chrrr...",
|
|
3021
|
+
"next": "c"
|
|
3022
|
+
},
|
|
3023
|
+
"c": {
|
|
3024
|
+
"speaker": "Claude",
|
|
3025
|
+
"text": "Nic. Ani ťuk. Tohle nám teda pohádky pěkně zatajily.",
|
|
3026
|
+
"next": "d"
|
|
3027
|
+
},
|
|
3028
|
+
"d": {
|
|
3029
|
+
"speaker": "Claude",
|
|
3030
|
+
"text": "Chtělo by to dech s pořádnou šťávou. Něco, co probudí i mrtvého."
|
|
3031
|
+
}
|
|
3032
|
+
}
|
|
3033
|
+
},
|
|
3034
|
+
"ending": {
|
|
3035
|
+
"start": "a",
|
|
3036
|
+
"nodes": {
|
|
3037
|
+
"a": {
|
|
3038
|
+
"speaker": "Claude",
|
|
3039
|
+
"text": "*zhluboka se nadechne a vtiskne princezně mohutný cibulový polibek*",
|
|
3040
|
+
"next": "b"
|
|
3041
|
+
},
|
|
3042
|
+
"b": {
|
|
3043
|
+
"speaker": "Princezna",
|
|
3044
|
+
"text": "*PRSK!* ...Co?! Kdo?! ...FUJ! CO TO JE ZA PŘÍŠERNÝ SMRAD?!",
|
|
3045
|
+
"next": "c"
|
|
3046
|
+
},
|
|
3047
|
+
"c": {
|
|
3048
|
+
"speaker": "Princezna",
|
|
3049
|
+
"text": "*kýchá, slzí* Já se... probudila? Sto let kouzel, a vzbudí mě CIBULE?!",
|
|
3050
|
+
"next": "d"
|
|
3051
|
+
},
|
|
3052
|
+
"d": {
|
|
3053
|
+
"speaker": "Claude",
|
|
3054
|
+
"text": "Dobrý den. Já su Claude. Du si pro slíbenou půlku království.",
|
|
3055
|
+
"next": "e"
|
|
3056
|
+
},
|
|
3057
|
+
"e": {
|
|
3058
|
+
"speaker": "Princezna",
|
|
3059
|
+
"text": "Půl království? Ty? Trhan, co smrdí jak utěrka namočená v cibulačce?",
|
|
3060
|
+
"next": "f"
|
|
3061
|
+
},
|
|
3062
|
+
"f": {
|
|
3063
|
+
"speaker": "Princezna",
|
|
3064
|
+
"text": "...Moment. Tys kvůli mně vyhnal krysy, vylovil amulet, opil stráž a kousl do syrové cibule?",
|
|
3065
|
+
"next": "g"
|
|
3066
|
+
},
|
|
3067
|
+
"g": {
|
|
3068
|
+
"speaker": "Claude",
|
|
3069
|
+
"text": "No... když to řekneš takhle nahlas, zní to dost zoufale, uznávám.",
|
|
3070
|
+
"next": "h"
|
|
3071
|
+
},
|
|
3072
|
+
"h": {
|
|
3073
|
+
"speaker": "Princezna",
|
|
3074
|
+
"text": "Je to absolutně nechutné. A zároveň nejromantičtější věc, co pro mě kdy kdo udělal.",
|
|
3075
|
+
"next": "i"
|
|
3076
|
+
},
|
|
3077
|
+
"i": {
|
|
3078
|
+
"speaker": "Princezna",
|
|
3079
|
+
"text": "Půl království ti patří. Ale úplně nejdřív, snažně tě prosím - mátový bonbón. HNED.",
|
|
3080
|
+
"next": "j"
|
|
3081
|
+
},
|
|
3082
|
+
"j": {
|
|
3083
|
+
"speaker": "Claude",
|
|
3084
|
+
"text": "Platí, princezno. A klidně dva.",
|
|
3085
|
+
"effects": [
|
|
3086
|
+
{
|
|
3087
|
+
"kind": "endGame"
|
|
3088
|
+
}
|
|
3089
|
+
]
|
|
3090
|
+
}
|
|
3091
|
+
}
|
|
3092
|
+
},
|
|
3093
|
+
"wait-time": {
|
|
3094
|
+
"start": "ask",
|
|
3095
|
+
"nodes": {
|
|
3096
|
+
"ask": {
|
|
3097
|
+
"speaker": "Claude",
|
|
3098
|
+
"text": "Na co si počkám?",
|
|
3099
|
+
"choices": [
|
|
3100
|
+
{
|
|
3101
|
+
"text": "Počkat do rána",
|
|
3102
|
+
"effects": [
|
|
3103
|
+
{
|
|
3104
|
+
"kind": "setClock",
|
|
3105
|
+
"minutes": 360
|
|
3106
|
+
}
|
|
3107
|
+
]
|
|
3108
|
+
},
|
|
3109
|
+
{
|
|
3110
|
+
"text": "Počkat do odpoledne",
|
|
3111
|
+
"effects": [
|
|
3112
|
+
{
|
|
3113
|
+
"kind": "setClock",
|
|
3114
|
+
"minutes": 720
|
|
3115
|
+
}
|
|
3116
|
+
]
|
|
3117
|
+
},
|
|
3118
|
+
{
|
|
3119
|
+
"text": "Počkat do večera",
|
|
3120
|
+
"effects": [
|
|
3121
|
+
{
|
|
3122
|
+
"kind": "setClock",
|
|
3123
|
+
"minutes": 960
|
|
3124
|
+
}
|
|
3125
|
+
]
|
|
3126
|
+
},
|
|
3127
|
+
{
|
|
3128
|
+
"text": "Radši nečekat"
|
|
3129
|
+
}
|
|
3130
|
+
]
|
|
3131
|
+
}
|
|
3132
|
+
}
|
|
3133
|
+
}
|
|
3134
|
+
},
|
|
3135
|
+
"sequences": {
|
|
3136
|
+
"intro": {
|
|
3137
|
+
"steps": [
|
|
3138
|
+
{
|
|
3139
|
+
"kind": "effects",
|
|
3140
|
+
"effects": [
|
|
3141
|
+
{
|
|
3142
|
+
"kind": "setFlag",
|
|
3143
|
+
"flag": "saw-intro"
|
|
3144
|
+
}
|
|
3145
|
+
]
|
|
3146
|
+
},
|
|
3147
|
+
{
|
|
3148
|
+
"kind": "camera",
|
|
3149
|
+
"to": {
|
|
3150
|
+
"xFrac": 0.5,
|
|
3151
|
+
"yFrac": 0.5
|
|
3152
|
+
},
|
|
3153
|
+
"zoom": 1.25,
|
|
3154
|
+
"ms": 500
|
|
3155
|
+
},
|
|
3156
|
+
{
|
|
3157
|
+
"kind": "dialog",
|
|
3158
|
+
"dialog": "intro-line"
|
|
3159
|
+
}
|
|
3160
|
+
]
|
|
3161
|
+
},
|
|
3162
|
+
"kiss-fail": {
|
|
3163
|
+
"steps": [
|
|
3164
|
+
{
|
|
3165
|
+
"kind": "camera",
|
|
3166
|
+
"to": {
|
|
3167
|
+
"xFrac": 0.5,
|
|
3168
|
+
"yFrac": 0.55
|
|
3169
|
+
},
|
|
3170
|
+
"zoom": 1.6,
|
|
3171
|
+
"ms": 600
|
|
3172
|
+
},
|
|
3173
|
+
{
|
|
3174
|
+
"kind": "wait",
|
|
3175
|
+
"ms": 400
|
|
3176
|
+
},
|
|
3177
|
+
{
|
|
3178
|
+
"kind": "dialog",
|
|
3179
|
+
"dialog": "kiss-fail-line"
|
|
3180
|
+
},
|
|
3181
|
+
{
|
|
3182
|
+
"kind": "wait",
|
|
3183
|
+
"ms": 300
|
|
3184
|
+
}
|
|
3185
|
+
]
|
|
3186
|
+
},
|
|
3187
|
+
"onion-kiss": {
|
|
3188
|
+
"steps": [
|
|
3189
|
+
{
|
|
3190
|
+
"kind": "camera",
|
|
3191
|
+
"to": {
|
|
3192
|
+
"xFrac": 0.5,
|
|
3193
|
+
"yFrac": 0.55
|
|
3194
|
+
},
|
|
3195
|
+
"zoom": 1.7,
|
|
3196
|
+
"ms": 600
|
|
3197
|
+
},
|
|
3198
|
+
{
|
|
3199
|
+
"kind": "wait",
|
|
3200
|
+
"ms": 400
|
|
3201
|
+
},
|
|
3202
|
+
{
|
|
3203
|
+
"kind": "effects",
|
|
3204
|
+
"effects": [
|
|
3205
|
+
{
|
|
3206
|
+
"kind": "setFlag",
|
|
3207
|
+
"flag": "princess-awake"
|
|
3208
|
+
}
|
|
3209
|
+
]
|
|
3210
|
+
},
|
|
3211
|
+
{
|
|
3212
|
+
"kind": "dialog",
|
|
3213
|
+
"dialog": "ending"
|
|
3214
|
+
}
|
|
3215
|
+
]
|
|
3216
|
+
}
|
|
3217
|
+
},
|
|
3218
|
+
"ambient": {
|
|
3219
|
+
"sound": "sound",
|
|
3220
|
+
"volume": 0.4
|
|
3221
|
+
},
|
|
3222
|
+
"footstep": {
|
|
3223
|
+
"sound": "sfx-footstep"
|
|
3224
|
+
},
|
|
3225
|
+
"pickupSound": "sfx-pickup",
|
|
3226
|
+
"transitionSound": "sfx-transition",
|
|
3227
|
+
"transition": {
|
|
3228
|
+
"color": "#1c1a17",
|
|
3229
|
+
"minMs": 280
|
|
3230
|
+
},
|
|
3231
|
+
"screens": {
|
|
3232
|
+
"loading": {
|
|
3233
|
+
"bg": {
|
|
3234
|
+
"image": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/6ef289098db9dead.webp"
|
|
3235
|
+
},
|
|
3236
|
+
"minMs": 2000
|
|
3237
|
+
},
|
|
3238
|
+
"title": {
|
|
3239
|
+
"bg": {
|
|
3240
|
+
"image": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/6ef289098db9dead.webp"
|
|
3241
|
+
},
|
|
3242
|
+
"heading": "The Magic Kiss",
|
|
3243
|
+
"headingColor": "#dd002f",
|
|
3244
|
+
"headingSize": 64,
|
|
3245
|
+
"buttonColor": "#e5e2df",
|
|
3246
|
+
"newGame": {
|
|
3247
|
+
"text": "Nová hra",
|
|
3248
|
+
"mode": "image",
|
|
3249
|
+
"image": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/049c2e8ca2dfe846.webp"
|
|
3250
|
+
},
|
|
3251
|
+
"continue": {
|
|
3252
|
+
"text": "Pokračovat",
|
|
3253
|
+
"mode": "image",
|
|
3254
|
+
"image": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/59795cf879f8005c.webp"
|
|
3255
|
+
},
|
|
3256
|
+
"logo": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/d2bad89b030d5782.webp"
|
|
3257
|
+
},
|
|
3258
|
+
"end": {
|
|
3259
|
+
"bg": {
|
|
3260
|
+
"image": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/fda3096f1cac8131.webp"
|
|
3261
|
+
},
|
|
3262
|
+
"size": 36,
|
|
3263
|
+
"color": "#fffae7",
|
|
3264
|
+
"align": "center",
|
|
3265
|
+
"text": "Konec.\n\nPrincezna se probudila. Trhan dostal facku. A žili spolu šťastně až do smrti... v oddělených komnatách."
|
|
3266
|
+
},
|
|
3267
|
+
"credits": {
|
|
3268
|
+
"bg": {
|
|
3269
|
+
"color": "#141414"
|
|
3270
|
+
},
|
|
3271
|
+
"scrollSpeed": 46,
|
|
3272
|
+
"size": 26,
|
|
3273
|
+
"color": "#e6ebf2",
|
|
3274
|
+
"align": "center",
|
|
3275
|
+
"text": "The Magic Kiss\n\n— Director —\nPierre the Puree\n\n— a všechny ostatní role —\nArt: Pierre the Puree - vytvořeno pomocí UE 5.7 a pixellab.ai\nKód: Claude code\nDesign: Clade & Pierre the Puree\nHudba: Music from #Uppbeat:\nhttps://uppbeat.io/t/kevin-macleod/simon-says-dont-50-cents\nScénář: Claude & Pierre the Puree\nCibule: Claude\n\nV hlavní roli: Claude\n\nVytvořeno v editoru Pixin Builder - jádro pixijs.com\n\nDíky, žes to dohrál!"
|
|
3276
|
+
}
|
|
3277
|
+
},
|
|
3278
|
+
"player": {
|
|
3279
|
+
"atlas": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/img/be50aa1da9adb9aa.webp",
|
|
3280
|
+
"frameWidth": 92,
|
|
3281
|
+
"frameHeight": 92,
|
|
3282
|
+
"columns": 10,
|
|
3283
|
+
"anchorX": 0.5,
|
|
3284
|
+
"anchorY": 0.891,
|
|
3285
|
+
"clips": {
|
|
3286
|
+
"idle.S": {
|
|
3287
|
+
"frames": [
|
|
3288
|
+
0,
|
|
3289
|
+
1,
|
|
3290
|
+
2,
|
|
3291
|
+
3
|
|
3292
|
+
],
|
|
3293
|
+
"fps": 5,
|
|
3294
|
+
"loop": true
|
|
3295
|
+
},
|
|
3296
|
+
"walk.S": {
|
|
3297
|
+
"frames": [
|
|
3298
|
+
4,
|
|
3299
|
+
5,
|
|
3300
|
+
6,
|
|
3301
|
+
7,
|
|
3302
|
+
8,
|
|
3303
|
+
9
|
|
3304
|
+
],
|
|
3305
|
+
"fps": 10,
|
|
3306
|
+
"loop": true
|
|
3307
|
+
},
|
|
3308
|
+
"idle.SE": {
|
|
3309
|
+
"frames": [
|
|
3310
|
+
10,
|
|
3311
|
+
11,
|
|
3312
|
+
12,
|
|
3313
|
+
13
|
|
3314
|
+
],
|
|
3315
|
+
"fps": 5,
|
|
3316
|
+
"loop": true
|
|
3317
|
+
},
|
|
3318
|
+
"walk.SE": {
|
|
3319
|
+
"frames": [
|
|
3320
|
+
14,
|
|
3321
|
+
15,
|
|
3322
|
+
16,
|
|
3323
|
+
17,
|
|
3324
|
+
18,
|
|
3325
|
+
19
|
|
3326
|
+
],
|
|
3327
|
+
"fps": 10,
|
|
3328
|
+
"loop": true
|
|
3329
|
+
},
|
|
3330
|
+
"idle.E": {
|
|
3331
|
+
"frames": [
|
|
3332
|
+
20,
|
|
3333
|
+
21,
|
|
3334
|
+
22,
|
|
3335
|
+
23
|
|
3336
|
+
],
|
|
3337
|
+
"fps": 5,
|
|
3338
|
+
"loop": true
|
|
3339
|
+
},
|
|
3340
|
+
"walk.E": {
|
|
3341
|
+
"frames": [
|
|
3342
|
+
24,
|
|
3343
|
+
25,
|
|
3344
|
+
26,
|
|
3345
|
+
27,
|
|
3346
|
+
28,
|
|
3347
|
+
29
|
|
3348
|
+
],
|
|
3349
|
+
"fps": 10,
|
|
3350
|
+
"loop": true,
|
|
3351
|
+
"sound": "sfx-footstep"
|
|
3352
|
+
},
|
|
3353
|
+
"idle.NE": {
|
|
3354
|
+
"frames": [
|
|
3355
|
+
30,
|
|
3356
|
+
31,
|
|
3357
|
+
32,
|
|
3358
|
+
33
|
|
3359
|
+
],
|
|
3360
|
+
"fps": 5,
|
|
3361
|
+
"loop": true
|
|
3362
|
+
},
|
|
3363
|
+
"walk.NE": {
|
|
3364
|
+
"frames": [
|
|
3365
|
+
34,
|
|
3366
|
+
35,
|
|
3367
|
+
36,
|
|
3368
|
+
37,
|
|
3369
|
+
38,
|
|
3370
|
+
39
|
|
3371
|
+
],
|
|
3372
|
+
"fps": 10,
|
|
3373
|
+
"loop": true,
|
|
3374
|
+
"sound": "sfx-footstep"
|
|
3375
|
+
},
|
|
3376
|
+
"idle.N": {
|
|
3377
|
+
"frames": [
|
|
3378
|
+
40,
|
|
3379
|
+
41,
|
|
3380
|
+
42,
|
|
3381
|
+
43
|
|
3382
|
+
],
|
|
3383
|
+
"fps": 5,
|
|
3384
|
+
"loop": true
|
|
3385
|
+
},
|
|
3386
|
+
"walk.N": {
|
|
3387
|
+
"frames": [
|
|
3388
|
+
44,
|
|
3389
|
+
45,
|
|
3390
|
+
46,
|
|
3391
|
+
47,
|
|
3392
|
+
48,
|
|
3393
|
+
49
|
|
3394
|
+
],
|
|
3395
|
+
"fps": 10,
|
|
3396
|
+
"loop": true,
|
|
3397
|
+
"sound": "sfx-footstep"
|
|
3398
|
+
}
|
|
3399
|
+
}
|
|
3400
|
+
},
|
|
3401
|
+
"font": "Georgia, 'Iowan Old Style', 'Palatino Linotype', 'Times New Roman', serif",
|
|
3402
|
+
"sounds": {
|
|
3403
|
+
"sfx-ambient": {
|
|
3404
|
+
"id": "sfx-ambient",
|
|
3405
|
+
"name": "Ambient drone",
|
|
3406
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/audio/a49b9c6073e89ec8.wav"
|
|
3407
|
+
},
|
|
3408
|
+
"sfx-pickup": {
|
|
3409
|
+
"id": "sfx-pickup",
|
|
3410
|
+
"name": "Pickup blip",
|
|
3411
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/audio/9af19aef3a5bcbe6.wav"
|
|
3412
|
+
},
|
|
3413
|
+
"sfx-transition": {
|
|
3414
|
+
"id": "sfx-transition",
|
|
3415
|
+
"name": "Scene transition",
|
|
3416
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/audio/2a251a6a4dfb85fc.wav"
|
|
3417
|
+
},
|
|
3418
|
+
"sfx-footstep": {
|
|
3419
|
+
"id": "sfx-footstep",
|
|
3420
|
+
"name": "Footstep",
|
|
3421
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/audio/6f2ab42bf65f62b4.wav"
|
|
3422
|
+
},
|
|
3423
|
+
"sfx-rain": {
|
|
3424
|
+
"id": "sfx-rain",
|
|
3425
|
+
"name": "Rain loop",
|
|
3426
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/audio/557d1c8c963f70ca.wav"
|
|
3427
|
+
},
|
|
3428
|
+
"sound": {
|
|
3429
|
+
"id": "sound",
|
|
3430
|
+
"name": "Song",
|
|
3431
|
+
"src": "https://martinsafka.github.io/point-and-click-pixin/play/assets/baked/audio/78a340672bf09a03.mp3"
|
|
3432
|
+
}
|
|
3433
|
+
},
|
|
3434
|
+
"weatherPresets": {
|
|
3435
|
+
"rain": {
|
|
3436
|
+
"id": "rain",
|
|
3437
|
+
"name": "Rain",
|
|
3438
|
+
"count": 480,
|
|
3439
|
+
"color": "#a9c2e0",
|
|
3440
|
+
"alpha": 0.5,
|
|
3441
|
+
"size": 26,
|
|
3442
|
+
"shape": "streak",
|
|
3443
|
+
"angle": 78,
|
|
3444
|
+
"speed": 950,
|
|
3445
|
+
"sway": 0,
|
|
3446
|
+
"swayFreq": 0,
|
|
3447
|
+
"blend": "normal",
|
|
3448
|
+
"ambient": {
|
|
3449
|
+
"sound": "sfx-rain",
|
|
3450
|
+
"volume": 0.45
|
|
3451
|
+
}
|
|
3452
|
+
},
|
|
3453
|
+
"snow": {
|
|
3454
|
+
"id": "snow",
|
|
3455
|
+
"name": "Snow",
|
|
3456
|
+
"count": 280,
|
|
3457
|
+
"color": "#ffffff",
|
|
3458
|
+
"alpha": 0.9,
|
|
3459
|
+
"size": 6,
|
|
3460
|
+
"shape": "round",
|
|
3461
|
+
"angle": 90,
|
|
3462
|
+
"speed": 90,
|
|
3463
|
+
"sway": 42,
|
|
3464
|
+
"swayFreq": 0.4,
|
|
3465
|
+
"blend": "add"
|
|
3466
|
+
},
|
|
3467
|
+
"dust": {
|
|
3468
|
+
"id": "dust",
|
|
3469
|
+
"name": "Dust",
|
|
3470
|
+
"count": 160,
|
|
3471
|
+
"color": "#d8c79a",
|
|
3472
|
+
"alpha": 0.32,
|
|
3473
|
+
"size": 4,
|
|
3474
|
+
"shape": "round",
|
|
3475
|
+
"angle": 100,
|
|
3476
|
+
"speed": 34,
|
|
3477
|
+
"sway": 30,
|
|
3478
|
+
"swayFreq": 0.25,
|
|
3479
|
+
"blend": "add"
|
|
3480
|
+
}
|
|
3481
|
+
},
|
|
3482
|
+
"recipes": [
|
|
3483
|
+
{
|
|
3484
|
+
"a": "item",
|
|
3485
|
+
"b": "item-4",
|
|
3486
|
+
"output": "item-3"
|
|
3487
|
+
},
|
|
3488
|
+
{
|
|
3489
|
+
"a": "item-3",
|
|
3490
|
+
"b": "item-2",
|
|
3491
|
+
"output": "hook"
|
|
3492
|
+
}
|
|
3493
|
+
]
|
|
3494
|
+
}
|