pingthings 1.1.0 → 1.3.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/LICENSE +15 -0
- package/README.md +40 -0
- package/package.json +1 -1
- package/packs/mduel-retro/manifest.json +58 -0
- package/packs/mduel-retro/sounds/boots.ogg +0 -0
- package/packs/mduel-retro/sounds/bullet-reflect.ogg +0 -0
- package/packs/mduel-retro/sounds/explosion.ogg +0 -0
- package/packs/mduel-retro/sounds/hook-hit.ogg +0 -0
- package/packs/mduel-retro/sounds/lightning.ogg +0 -0
- package/packs/mduel-retro/sounds/menu-cancel.ogg +0 -0
- package/packs/mduel-retro/sounds/menu-move.ogg +0 -0
- package/packs/mduel-retro/sounds/menu-ok.ogg +0 -0
- package/packs/mduel-retro/sounds/mine-drop.ogg +0 -0
- package/packs/mduel-retro/sounds/pickup.ogg +0 -0
- package/packs/mduel-retro/sounds/platform-explode.ogg +0 -0
- package/packs/mduel-retro/sounds/skull-pickup.ogg +0 -0
- package/packs/mduel-retro/sounds/skull.ogg +0 -0
- package/packs/mduel-retro/sounds/spawn.ogg +0 -0
- package/packs/mduel-retro/sounds/splash-big.ogg +0 -0
- package/packs/mduel-retro/sounds/splash-small.ogg +0 -0
- package/packs/mduel-retro/sounds/teleport.ogg +0 -0
- package/packs/mduel-retro/sounds/throw.ogg +0 -0
- package/packs/nature-animals/openpeon.json +107 -0
- package/packs/nature-forest/manifest.json +13 -5
- package/packs/nature-forest/openpeon.json +102 -0
- package/packs/nature-forest/sounds/pebbles-1.ogg +0 -0
- package/packs/nature-forest/sounds/pebbles-2.ogg +0 -0
- package/packs/nature-forest/sounds/pebbles-3.ogg +0 -0
- package/packs/nature-forest/sounds/wood-creak-1.ogg +0 -0
- package/packs/nature-night/openpeon.json +102 -0
- package/packs/nature-ocean/manifest.json +18 -11
- package/packs/nature-ocean/openpeon.json +92 -0
- package/packs/nature-ocean/sounds/ambient-shore.ogg +0 -0
- package/packs/nature-ocean/sounds/splash.ogg +0 -0
- package/packs/nature-ocean/sounds/tide-1.ogg +0 -0
- package/packs/nature-ocean/sounds/tide-2.ogg +0 -0
- package/packs/nature-weather/manifest.json +18 -10
- package/packs/nature-weather/openpeon.json +97 -0
- package/packs/nature-weather/sounds/breeze-1.ogg +0 -0
- package/packs/nature-weather/sounds/breeze-2.ogg +0 -0
- package/packs/nature-weather/sounds/breeze-3.ogg +0 -0
- package/packs/nature-weather/sounds/real-thunder.ogg +0 -0
- package/packs/office-classic/manifest.json +11 -3
- package/packs/office-classic/openpeon.json +107 -0
- package/packs/office-classic/sounds/clock-tick.ogg +0 -0
- package/packs/office-classic/sounds/heavy-door.ogg +0 -0
- package/packs/office-classic/sounds/item-place.ogg +0 -0
- package/packs/office-classic/sounds/lock-open.ogg +0 -0
- package/packs/office-digital/manifest.json +12 -6
- package/packs/office-digital/openpeon.json +107 -0
- package/packs/office-digital/sounds/soft-switch-1.ogg +0 -0
- package/packs/office-digital/sounds/soft-switch-2.ogg +0 -0
- package/packs/office-digital/sounds/soft-switch-3.ogg +0 -0
- package/packs/office-mechanical/manifest.json +10 -4
- package/packs/office-mechanical/openpeon.json +107 -0
- package/packs/office-mechanical/sounds/power-switch.ogg +0 -0
- package/packs/office-mechanical/sounds/whir-1.ogg +0 -0
- package/packs/office-mechanical/sounds/whir-2.ogg +0 -0
- package/packs/office-minimal/manifest.json +14 -8
- package/packs/office-minimal/openpeon.json +107 -0
- package/packs/office-minimal/sounds/click-soft-1.ogg +0 -0
- package/packs/office-minimal/sounds/click-soft-2.ogg +0 -0
- package/packs/office-minimal/sounds/mouse-click.ogg +0 -0
- package/packs/serene-bells/manifest.json +17 -8
- package/packs/serene-bells/openpeon.json +102 -0
- package/packs/serene-bells/sounds/glass-chime-1.ogg +0 -0
- package/packs/serene-bells/sounds/glass-chime-2.ogg +0 -0
- package/packs/serene-bells/sounds/glass-chime-3.ogg +0 -0
- package/packs/serene-bells/sounds/metal-chime-1.ogg +0 -0
- package/packs/serene-bells/sounds/metal-chime-2.ogg +0 -0
- package/packs/serene-tones/manifest.json +21 -10
- package/packs/serene-tones/openpeon.json +97 -0
- package/packs/serene-tones/sounds/ambient-1.ogg +0 -0
- package/packs/serene-tones/sounds/ambient-2.ogg +0 -0
- package/packs/serene-tones/sounds/ambient-3.ogg +0 -0
- package/packs/serene-tones/sounds/soft-tone-1.ogg +0 -0
- package/packs/serene-tones/sounds/soft-tone-2.ogg +0 -0
- package/packs/serene-tones/sounds/soft-tone-3.ogg +0 -0
- package/packs/serene-water/manifest.json +14 -9
- package/packs/serene-water/openpeon.json +97 -0
- package/packs/serene-water/sounds/flowing-1.ogg +0 -0
- package/packs/serene-water/sounds/flowing-2.ogg +0 -0
- package/packs/serene-water/sounds/flowing-3.ogg +0 -0
- package/packs/serene-wind/manifest.json +52 -0
- package/packs/serene-wind/sounds/breeze-soft-1.ogg +0 -0
- package/packs/serene-wind/sounds/breeze-soft-2.ogg +0 -0
- package/packs/serene-wind/sounds/breeze-soft-3.ogg +0 -0
- package/packs/serene-wind/sounds/wind-chime-1-20s.ogg +0 -0
- package/packs/serene-wind/sounds/wind-chime-1-45s.ogg +0 -0
- package/packs/serene-wind/sounds/wind-chime-1-5s.ogg +0 -0
- package/packs/serene-wind/sounds/wind-chime-1-70s.ogg +0 -0
- package/packs/serene-wind/sounds/wind-chime-2-20s.ogg +0 -0
- package/packs/serene-wind/sounds/wind-chime-2-45s.ogg +0 -0
- package/packs/serene-wind/sounds/wind-chime-2-5s.ogg +0 -0
- package/packs/serene-wind/sounds/wind-chime-2-70s.ogg +0 -0
- package/packs/serene-wind/sounds/wind-chime-3-20s.ogg +0 -0
- package/packs/serene-wind/sounds/wind-chime-3-45s.ogg +0 -0
- package/packs/serene-wind/sounds/wind-chime-3-5s.ogg +0 -0
- package/packs/serene-wind/sounds/wind-chime-3-70s.ogg +0 -0
- package/src/cli/browse.js +4 -1
- package/src/cli/completions.js +2 -1
- package/src/cli/theme.js +45 -1
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
{
|
|
2
|
+
"cesp_version": "1.0",
|
|
3
|
+
"name": "office-mechanical",
|
|
4
|
+
"display_name": "Machines, stamps, taps, and tools",
|
|
5
|
+
"version": "1.0.0",
|
|
6
|
+
"license": "CC0-1.0",
|
|
7
|
+
"author": {
|
|
8
|
+
"name": "rubberduck (https://opengameart.org/content/100-cc0-sfx)"
|
|
9
|
+
},
|
|
10
|
+
"categories": {
|
|
11
|
+
"task.acknowledge": {
|
|
12
|
+
"sounds": [
|
|
13
|
+
{
|
|
14
|
+
"file": "sounds/clamp.ogg",
|
|
15
|
+
"label": "clamp",
|
|
16
|
+
"sha256": "f09ce3b53a20836fb6dcba11591c76d3450c980d7e503e7aa3d93db8c741f755"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"file": "sounds/hum-1.ogg",
|
|
20
|
+
"label": "hum 1",
|
|
21
|
+
"sha256": "83558bfa45019ba66da11c1e33a06caf1458e672f03ea46f47967b0ff348ebee"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"file": "sounds/hum-2.ogg",
|
|
25
|
+
"label": "hum 2",
|
|
26
|
+
"sha256": "1b9d69841840aca2f162f96de5e065b3a0977018b1888e59d4b25967b81450c1"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"file": "sounds/machine-1.ogg",
|
|
30
|
+
"label": "machine 1",
|
|
31
|
+
"sha256": "76760c370851da59af3c1edbd61d8a076d3113210d2690f838175426fd3b417e"
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
"input.required": {
|
|
36
|
+
"sounds": [
|
|
37
|
+
{
|
|
38
|
+
"file": "sounds/machine-2.ogg",
|
|
39
|
+
"label": "machine 2",
|
|
40
|
+
"sha256": "f39e15f0e937a0dba6783a3ee51240b593b9fa9ab401fe4a7d3920ae5455ba01"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"file": "sounds/machine-3.ogg",
|
|
44
|
+
"label": "machine 3",
|
|
45
|
+
"sha256": "14c1431e8f725b963570252c028998fd07a55f93f31264135cd1fe051606c674"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"file": "sounds/ratchet.ogg",
|
|
49
|
+
"label": "ratchet",
|
|
50
|
+
"sha256": "f4a05107ae3e95e0f2b448203ee2a20f98691fe588cca9a5da717c0bc8b09d75"
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
"task.complete": {
|
|
55
|
+
"sounds": [
|
|
56
|
+
{
|
|
57
|
+
"file": "sounds/stamp-1.ogg",
|
|
58
|
+
"label": "stamp 1",
|
|
59
|
+
"sha256": "a55ba3d21101331a889ad4bb7e443e8638d3c9d4f1f9d0c92f7312bb2f7267df"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"file": "sounds/stamp-2.ogg",
|
|
63
|
+
"label": "stamp 2",
|
|
64
|
+
"sha256": "37025f2e17839e84865a10bd08a80ef7f903450a057879f6dc7c42a47e97d586"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"file": "sounds/stamp-3.ogg",
|
|
68
|
+
"label": "stamp 3",
|
|
69
|
+
"sha256": "345ab0103534e8bf5c30bf572db01388592271c6f7caec9af709d098f4b10fd6"
|
|
70
|
+
}
|
|
71
|
+
]
|
|
72
|
+
},
|
|
73
|
+
"task.error": {
|
|
74
|
+
"sounds": [
|
|
75
|
+
{
|
|
76
|
+
"file": "sounds/tap-1.ogg",
|
|
77
|
+
"label": "tap 1",
|
|
78
|
+
"sha256": "dcdb2bdd58042473289487371d2a8ee08a222de1d2048746142c54db3733116b"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"file": "sounds/tap-2.ogg",
|
|
82
|
+
"label": "tap 2",
|
|
83
|
+
"sha256": "d32fd73560b20bcf3616b0205d34796e3ff08b4714b5ccec8c3ae2da4e196f11"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"file": "sounds/tap-3.ogg",
|
|
87
|
+
"label": "tap 3",
|
|
88
|
+
"sha256": "2f27f2748690b16721577f9b8e2984574632e73e2cee8ca9eb39913a8176bebc"
|
|
89
|
+
}
|
|
90
|
+
]
|
|
91
|
+
},
|
|
92
|
+
"resource.limit": {
|
|
93
|
+
"sounds": [
|
|
94
|
+
{
|
|
95
|
+
"file": "sounds/tap-4.ogg",
|
|
96
|
+
"label": "tap 4",
|
|
97
|
+
"sha256": "abbf88d18737781496974013272ee7fad62a36594ee025be01feb5290c4d4b0e"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"file": "sounds/wrench.ogg",
|
|
101
|
+
"label": "wrench",
|
|
102
|
+
"sha256": "db920af36bb99f29f17dbcc4a17b0549b767ed7caaeb22ed008217ea890a66f8"
|
|
103
|
+
}
|
|
104
|
+
]
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -6,8 +6,11 @@
|
|
|
6
6
|
"credits": "Kenney (https://kenney.nl)",
|
|
7
7
|
"category": "minimal",
|
|
8
8
|
"sounds": [
|
|
9
|
+
"sounds/click-soft-1.ogg",
|
|
10
|
+
"sounds/click-soft-2.ogg",
|
|
9
11
|
"sounds/drop-1.ogg",
|
|
10
12
|
"sounds/drop-2.ogg",
|
|
13
|
+
"sounds/mouse-click.ogg",
|
|
11
14
|
"sounds/scroll-1.ogg",
|
|
12
15
|
"sounds/scroll-2.ogg",
|
|
13
16
|
"sounds/select-1.ogg",
|
|
@@ -24,22 +27,25 @@
|
|
|
24
27
|
],
|
|
25
28
|
"events": {
|
|
26
29
|
"done": [
|
|
30
|
+
"sounds/click-soft-1.ogg",
|
|
31
|
+
"sounds/click-soft-2.ogg",
|
|
27
32
|
"sounds/drop-1.ogg",
|
|
28
|
-
"sounds/drop-2.ogg"
|
|
29
|
-
"sounds/scroll-1.ogg",
|
|
30
|
-
"sounds/scroll-2.ogg"
|
|
33
|
+
"sounds/drop-2.ogg"
|
|
31
34
|
],
|
|
32
35
|
"permission": [
|
|
33
|
-
"sounds/
|
|
34
|
-
"sounds/
|
|
35
|
-
"sounds/
|
|
36
|
+
"sounds/mouse-click.ogg",
|
|
37
|
+
"sounds/scroll-1.ogg",
|
|
38
|
+
"sounds/scroll-2.ogg",
|
|
39
|
+
"sounds/select-1.ogg"
|
|
36
40
|
],
|
|
37
41
|
"complete": [
|
|
42
|
+
"sounds/select-2.ogg",
|
|
43
|
+
"sounds/select-3.ogg",
|
|
38
44
|
"sounds/switch-1.ogg",
|
|
39
|
-
"sounds/switch-2.ogg"
|
|
40
|
-
"sounds/tick-1.ogg"
|
|
45
|
+
"sounds/switch-2.ogg"
|
|
41
46
|
],
|
|
42
47
|
"error": [
|
|
48
|
+
"sounds/tick-1.ogg",
|
|
43
49
|
"sounds/tick-2.ogg",
|
|
44
50
|
"sounds/tick-3.ogg",
|
|
45
51
|
"sounds/toggle-1.ogg"
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
{
|
|
2
|
+
"cesp_version": "1.0",
|
|
3
|
+
"name": "office-minimal",
|
|
4
|
+
"display_name": "Subtle clicks, ticks, and toggles",
|
|
5
|
+
"version": "1.0.0",
|
|
6
|
+
"license": "CC0-1.0",
|
|
7
|
+
"author": {
|
|
8
|
+
"name": "Kenney (https://kenney.nl)"
|
|
9
|
+
},
|
|
10
|
+
"categories": {
|
|
11
|
+
"task.acknowledge": {
|
|
12
|
+
"sounds": [
|
|
13
|
+
{
|
|
14
|
+
"file": "sounds/drop-1.ogg",
|
|
15
|
+
"label": "drop 1",
|
|
16
|
+
"sha256": "df37bf03f56f6581c16b56398d0f78b38be260a339763b6ebd930c5e46ddfa42"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"file": "sounds/drop-2.ogg",
|
|
20
|
+
"label": "drop 2",
|
|
21
|
+
"sha256": "b18e591a77c726d8bfd538511f7e11fa344f1ee5cc7c4bb23c612560e9cb575e"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"file": "sounds/scroll-1.ogg",
|
|
25
|
+
"label": "scroll 1",
|
|
26
|
+
"sha256": "2b4145846cc0543957ddef00611d63852bf147c472e5e8fd2de4e6e94fcec5f3"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"file": "sounds/scroll-2.ogg",
|
|
30
|
+
"label": "scroll 2",
|
|
31
|
+
"sha256": "f88f4c48e8818e6ba0cf07a6f86473c0f6b034776db6b7dfb0336133900cc88f"
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
"input.required": {
|
|
36
|
+
"sounds": [
|
|
37
|
+
{
|
|
38
|
+
"file": "sounds/select-1.ogg",
|
|
39
|
+
"label": "select 1",
|
|
40
|
+
"sha256": "8a5806afe8f79199fbd72e586d064fe6c16864a86ceb6cef96d29c59126d1775"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"file": "sounds/select-2.ogg",
|
|
44
|
+
"label": "select 2",
|
|
45
|
+
"sha256": "4428cb1daa538dd4db8f8f9674b44cc3178688eb1e91a51804d32508cec80906"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"file": "sounds/select-3.ogg",
|
|
49
|
+
"label": "select 3",
|
|
50
|
+
"sha256": "2bbd59cb219d17ebcffa0972b3fb0ce427dc846a706c6ef85fe0cd3848885c39"
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
"task.complete": {
|
|
55
|
+
"sounds": [
|
|
56
|
+
{
|
|
57
|
+
"file": "sounds/switch-1.ogg",
|
|
58
|
+
"label": "switch 1",
|
|
59
|
+
"sha256": "e1ab9aa0120080581ec2d21ac7521afd8603fd7f809317369ea52e79221b8d02"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"file": "sounds/switch-2.ogg",
|
|
63
|
+
"label": "switch 2",
|
|
64
|
+
"sha256": "7d58fe66b04b35fd8d5136cd0ff4bfd9690dedbb5076babbc4a1b96b44c53846"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"file": "sounds/tick-1.ogg",
|
|
68
|
+
"label": "tick 1",
|
|
69
|
+
"sha256": "775fe098287a69bbc095f938b8067898292147507916cea507574287c427315a"
|
|
70
|
+
}
|
|
71
|
+
]
|
|
72
|
+
},
|
|
73
|
+
"task.error": {
|
|
74
|
+
"sounds": [
|
|
75
|
+
{
|
|
76
|
+
"file": "sounds/tick-2.ogg",
|
|
77
|
+
"label": "tick 2",
|
|
78
|
+
"sha256": "17ad4e196e7ba39ed3197a6b184294f75ac654750f301cf457823860c5bc8e4d"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"file": "sounds/tick-3.ogg",
|
|
82
|
+
"label": "tick 3",
|
|
83
|
+
"sha256": "c3648e458d722e2c25feddf2983871fabbede95649b326d89e11b799cbb9cd3e"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"file": "sounds/toggle-1.ogg",
|
|
87
|
+
"label": "toggle 1",
|
|
88
|
+
"sha256": "5b22ff679a3a4fc31a3074f8d77e7b38f95a43cccc4f24c53429176fc1b8b253"
|
|
89
|
+
}
|
|
90
|
+
]
|
|
91
|
+
},
|
|
92
|
+
"resource.limit": {
|
|
93
|
+
"sounds": [
|
|
94
|
+
{
|
|
95
|
+
"file": "sounds/toggle-2.ogg",
|
|
96
|
+
"label": "toggle 2",
|
|
97
|
+
"sha256": "5260584d86ce6eed3fb544e6743410d4e12c90cbf7a9aa3c0a349ece62aad965"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"file": "sounds/toggle-3.ogg",
|
|
101
|
+
"label": "toggle 3",
|
|
102
|
+
"sha256": "bbab97582711baacd5b53383b9df210744783c35da70f5e0cd55099aa34aa494"
|
|
103
|
+
}
|
|
104
|
+
]
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -11,8 +11,13 @@
|
|
|
11
11
|
"sounds/crystal-3.ogg",
|
|
12
12
|
"sounds/crystal-4.ogg",
|
|
13
13
|
"sounds/crystal-5.ogg",
|
|
14
|
+
"sounds/glass-chime-1.ogg",
|
|
15
|
+
"sounds/glass-chime-2.ogg",
|
|
16
|
+
"sounds/glass-chime-3.ogg",
|
|
14
17
|
"sounds/gong-1.ogg",
|
|
15
18
|
"sounds/gong-2.ogg",
|
|
19
|
+
"sounds/metal-chime-1.ogg",
|
|
20
|
+
"sounds/metal-chime-2.ogg",
|
|
16
21
|
"sounds/temple-bell-1.ogg",
|
|
17
22
|
"sounds/temple-bell-2.ogg",
|
|
18
23
|
"sounds/temple-bell-3.ogg",
|
|
@@ -29,21 +34,25 @@
|
|
|
29
34
|
],
|
|
30
35
|
"permission": [
|
|
31
36
|
"sounds/crystal-5.ogg",
|
|
32
|
-
"sounds/
|
|
33
|
-
"sounds/
|
|
37
|
+
"sounds/glass-chime-1.ogg",
|
|
38
|
+
"sounds/glass-chime-2.ogg",
|
|
39
|
+
"sounds/glass-chime-3.ogg"
|
|
34
40
|
],
|
|
35
41
|
"complete": [
|
|
42
|
+
"sounds/gong-1.ogg",
|
|
43
|
+
"sounds/gong-2.ogg",
|
|
44
|
+
"sounds/metal-chime-1.ogg",
|
|
45
|
+
"sounds/metal-chime-2.ogg"
|
|
46
|
+
],
|
|
47
|
+
"error": [
|
|
36
48
|
"sounds/temple-bell-1.ogg",
|
|
37
49
|
"sounds/temple-bell-2.ogg",
|
|
38
|
-
"sounds/temple-bell-3.ogg"
|
|
50
|
+
"sounds/temple-bell-3.ogg",
|
|
51
|
+
"sounds/wind-chime-1.ogg"
|
|
39
52
|
],
|
|
40
|
-
"
|
|
41
|
-
"sounds/wind-chime-1.ogg",
|
|
53
|
+
"blocked": [
|
|
42
54
|
"sounds/wind-chime-2.ogg",
|
|
43
55
|
"sounds/wind-chime-3.ogg"
|
|
44
|
-
],
|
|
45
|
-
"blocked": [
|
|
46
|
-
"sounds/crystal-1.ogg"
|
|
47
56
|
]
|
|
48
57
|
}
|
|
49
58
|
}
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
{
|
|
2
|
+
"cesp_version": "1.0",
|
|
3
|
+
"name": "serene-bells",
|
|
4
|
+
"display_name": "Temple bells, gongs, and crystal chimes",
|
|
5
|
+
"version": "1.0.0",
|
|
6
|
+
"license": "CC0-1.0",
|
|
7
|
+
"author": {
|
|
8
|
+
"name": "rubberduck (https://opengameart.org/content/100-cc0-sfx)"
|
|
9
|
+
},
|
|
10
|
+
"categories": {
|
|
11
|
+
"task.acknowledge": {
|
|
12
|
+
"sounds": [
|
|
13
|
+
{
|
|
14
|
+
"file": "sounds/crystal-1.ogg",
|
|
15
|
+
"label": "crystal 1",
|
|
16
|
+
"sha256": "76472d04fd226ed4085e2311579f06743058c6d2e84b58f98f8411a1df6f59da"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"file": "sounds/crystal-2.ogg",
|
|
20
|
+
"label": "crystal 2",
|
|
21
|
+
"sha256": "6a5298598dccc8d3e9bcbb796592e2faf8a2466fb44e30e49e16c9efdb88d4d1"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"file": "sounds/crystal-3.ogg",
|
|
25
|
+
"label": "crystal 3",
|
|
26
|
+
"sha256": "36101e663a3632b3250d31a2a8126503522949d8f0f9c71e972395e8fa730240"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"file": "sounds/crystal-4.ogg",
|
|
30
|
+
"label": "crystal 4",
|
|
31
|
+
"sha256": "5b5d3cc2fbc28641ac43edb5aa35d71454e94bae3dfd602651f8534489025ec8"
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
"input.required": {
|
|
36
|
+
"sounds": [
|
|
37
|
+
{
|
|
38
|
+
"file": "sounds/crystal-5.ogg",
|
|
39
|
+
"label": "crystal 5",
|
|
40
|
+
"sha256": "2208e1672bcf978b4017dce7d5c041baaf54783eff0b7fcefd19f50b696b71cb"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"file": "sounds/gong-1.ogg",
|
|
44
|
+
"label": "gong 1",
|
|
45
|
+
"sha256": "2a342c131b799b50a37aa3042d0e17df4681e7e6b236490304fbb858f4b2bdc9"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"file": "sounds/gong-2.ogg",
|
|
49
|
+
"label": "gong 2",
|
|
50
|
+
"sha256": "7243bed6531923f645a2174930d78590f74dee7a4293029a5bcdffdd950d917c"
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
"task.complete": {
|
|
55
|
+
"sounds": [
|
|
56
|
+
{
|
|
57
|
+
"file": "sounds/temple-bell-1.ogg",
|
|
58
|
+
"label": "temple bell 1",
|
|
59
|
+
"sha256": "58f691e86643830a9e1b3b98a89663c630557516d80884414b92e6e104a59088"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"file": "sounds/temple-bell-2.ogg",
|
|
63
|
+
"label": "temple bell 2",
|
|
64
|
+
"sha256": "98873698998affe3b148cf07e94ac34d9bf926efde21599811bfa6e4a9b39852"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"file": "sounds/temple-bell-3.ogg",
|
|
68
|
+
"label": "temple bell 3",
|
|
69
|
+
"sha256": "8d9527e50779b225c1f156b79a799d16b95f8b7888d213b5deb8df0b6b90df4b"
|
|
70
|
+
}
|
|
71
|
+
]
|
|
72
|
+
},
|
|
73
|
+
"task.error": {
|
|
74
|
+
"sounds": [
|
|
75
|
+
{
|
|
76
|
+
"file": "sounds/wind-chime-1.ogg",
|
|
77
|
+
"label": "wind chime 1",
|
|
78
|
+
"sha256": "169a111dd165ca9f7888da4960a9741299cff9ae67b96db78cc91389c06f1388"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"file": "sounds/wind-chime-2.ogg",
|
|
82
|
+
"label": "wind chime 2",
|
|
83
|
+
"sha256": "793c1c9f3b294456aacf1ec6b9177d57c1b003c6f6119f6468471d9841c4d884"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"file": "sounds/wind-chime-3.ogg",
|
|
87
|
+
"label": "wind chime 3",
|
|
88
|
+
"sha256": "34cc9a8d84b5896a6d8320d389359e61cc6d767dc008e5b6f08d92d3325adc48"
|
|
89
|
+
}
|
|
90
|
+
]
|
|
91
|
+
},
|
|
92
|
+
"resource.limit": {
|
|
93
|
+
"sounds": [
|
|
94
|
+
{
|
|
95
|
+
"file": "sounds/crystal-1.ogg",
|
|
96
|
+
"label": "crystal 1",
|
|
97
|
+
"sha256": "76472d04fd226ed4085e2311579f06743058c6d2e84b58f98f8411a1df6f59da"
|
|
98
|
+
}
|
|
99
|
+
]
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -6,6 +6,9 @@
|
|
|
6
6
|
"credits": "rubberduck (https://opengameart.org/content/100-cc0-sfx)",
|
|
7
7
|
"category": "tones",
|
|
8
8
|
"sounds": [
|
|
9
|
+
"sounds/ambient-1.ogg",
|
|
10
|
+
"sounds/ambient-2.ogg",
|
|
11
|
+
"sounds/ambient-3.ogg",
|
|
9
12
|
"sounds/chime-1.ogg",
|
|
10
13
|
"sounds/chime-2.ogg",
|
|
11
14
|
"sounds/chime-3.ogg",
|
|
@@ -13,6 +16,9 @@
|
|
|
13
16
|
"sounds/resonance-2.ogg",
|
|
14
17
|
"sounds/resonance-3.ogg",
|
|
15
18
|
"sounds/resonance-4.ogg",
|
|
19
|
+
"sounds/soft-tone-1.ogg",
|
|
20
|
+
"sounds/soft-tone-2.ogg",
|
|
21
|
+
"sounds/soft-tone-3.ogg",
|
|
16
22
|
"sounds/tone-1.ogg",
|
|
17
23
|
"sounds/tone-2.ogg",
|
|
18
24
|
"sounds/tone-3.ogg",
|
|
@@ -21,27 +27,32 @@
|
|
|
21
27
|
],
|
|
22
28
|
"events": {
|
|
23
29
|
"done": [
|
|
24
|
-
"sounds/
|
|
30
|
+
"sounds/ambient-1.ogg",
|
|
31
|
+
"sounds/ambient-2.ogg",
|
|
32
|
+
"sounds/ambient-3.ogg",
|
|
33
|
+
"sounds/chime-1.ogg"
|
|
34
|
+
],
|
|
35
|
+
"permission": [
|
|
25
36
|
"sounds/chime-2.ogg",
|
|
26
37
|
"sounds/chime-3.ogg",
|
|
27
|
-
"sounds/resonance-1.ogg"
|
|
38
|
+
"sounds/resonance-1.ogg",
|
|
39
|
+
"sounds/resonance-2.ogg"
|
|
28
40
|
],
|
|
29
|
-
"
|
|
30
|
-
"sounds/resonance-2.ogg",
|
|
41
|
+
"complete": [
|
|
31
42
|
"sounds/resonance-3.ogg",
|
|
32
|
-
"sounds/resonance-4.ogg"
|
|
43
|
+
"sounds/resonance-4.ogg",
|
|
44
|
+
"sounds/soft-tone-1.ogg",
|
|
45
|
+
"sounds/soft-tone-2.ogg"
|
|
33
46
|
],
|
|
34
|
-
"
|
|
47
|
+
"error": [
|
|
48
|
+
"sounds/soft-tone-3.ogg",
|
|
35
49
|
"sounds/tone-1.ogg",
|
|
36
50
|
"sounds/tone-2.ogg",
|
|
37
51
|
"sounds/tone-3.ogg"
|
|
38
52
|
],
|
|
39
|
-
"
|
|
53
|
+
"blocked": [
|
|
40
54
|
"sounds/tone-4.ogg",
|
|
41
55
|
"sounds/tone-5.ogg"
|
|
42
|
-
],
|
|
43
|
-
"blocked": [
|
|
44
|
-
"sounds/chime-1.ogg"
|
|
45
56
|
]
|
|
46
57
|
}
|
|
47
58
|
}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
{
|
|
2
|
+
"cesp_version": "1.0",
|
|
3
|
+
"name": "serene-tones",
|
|
4
|
+
"display_name": "Soft metallic tones, chimes, and resonances",
|
|
5
|
+
"version": "1.0.0",
|
|
6
|
+
"license": "CC0-1.0",
|
|
7
|
+
"author": {
|
|
8
|
+
"name": "rubberduck (https://opengameart.org/content/100-cc0-sfx)"
|
|
9
|
+
},
|
|
10
|
+
"categories": {
|
|
11
|
+
"task.acknowledge": {
|
|
12
|
+
"sounds": [
|
|
13
|
+
{
|
|
14
|
+
"file": "sounds/chime-1.ogg",
|
|
15
|
+
"label": "chime 1",
|
|
16
|
+
"sha256": "d96f0989a9a0195f89e6edd7a4aff82afc06208ac09d4ffed346bfe7d73cf72e"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"file": "sounds/chime-2.ogg",
|
|
20
|
+
"label": "chime 2",
|
|
21
|
+
"sha256": "274b5f054a4114bc450a93c19d6910de66dc5400845b93e86303ec3d9bf89f0b"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"file": "sounds/chime-3.ogg",
|
|
25
|
+
"label": "chime 3",
|
|
26
|
+
"sha256": "0b1509913c81c66f38b4caac082f35ba84f35f986923c9c5a4657fd1a3903473"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"file": "sounds/resonance-1.ogg",
|
|
30
|
+
"label": "resonance 1",
|
|
31
|
+
"sha256": "b1e239b5c3c2fc961b2ea2f2f065b18578fab6a0526c968a4d6aa51a1b29c970"
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
"input.required": {
|
|
36
|
+
"sounds": [
|
|
37
|
+
{
|
|
38
|
+
"file": "sounds/resonance-2.ogg",
|
|
39
|
+
"label": "resonance 2",
|
|
40
|
+
"sha256": "be059b1317d6439c95be0298b35b5a3e26709bb99101a8872ee69a3aa005ae75"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"file": "sounds/resonance-3.ogg",
|
|
44
|
+
"label": "resonance 3",
|
|
45
|
+
"sha256": "c92f2fb602d3ce126ab1d5d960cb374ae64ec0f59323cb33dbace4f29752c675"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"file": "sounds/resonance-4.ogg",
|
|
49
|
+
"label": "resonance 4",
|
|
50
|
+
"sha256": "9785e14cb4c9b9e67f8eb90f7f7432050de56aff568bdd019b0d8ac6fd2febb2"
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
"task.complete": {
|
|
55
|
+
"sounds": [
|
|
56
|
+
{
|
|
57
|
+
"file": "sounds/tone-1.ogg",
|
|
58
|
+
"label": "tone 1",
|
|
59
|
+
"sha256": "7429854e121d59b179aa112d92bdf408d414d53548808bd13e8214b33a6572ea"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"file": "sounds/tone-2.ogg",
|
|
63
|
+
"label": "tone 2",
|
|
64
|
+
"sha256": "acd35999e7ca9d2a977eff0843ce9911efbc482e64e66edc67f2875342d005f3"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"file": "sounds/tone-3.ogg",
|
|
68
|
+
"label": "tone 3",
|
|
69
|
+
"sha256": "535be3d3e6e06b5008cc181edb0747a5a00cc8e46973eb3f0efe0c9a59b11821"
|
|
70
|
+
}
|
|
71
|
+
]
|
|
72
|
+
},
|
|
73
|
+
"task.error": {
|
|
74
|
+
"sounds": [
|
|
75
|
+
{
|
|
76
|
+
"file": "sounds/tone-4.ogg",
|
|
77
|
+
"label": "tone 4",
|
|
78
|
+
"sha256": "438107b84d47a02c851c787a993dc787d560bc2eff58d62ca5dd14b25e146767"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"file": "sounds/tone-5.ogg",
|
|
82
|
+
"label": "tone 5",
|
|
83
|
+
"sha256": "122c78198d381aef1dbea904432e75057bcb025f469905310cc2a1847d08136e"
|
|
84
|
+
}
|
|
85
|
+
]
|
|
86
|
+
},
|
|
87
|
+
"resource.limit": {
|
|
88
|
+
"sounds": [
|
|
89
|
+
{
|
|
90
|
+
"file": "sounds/chime-1.ogg",
|
|
91
|
+
"label": "chime 1",
|
|
92
|
+
"sha256": "d96f0989a9a0195f89e6edd7a4aff82afc06208ac09d4ffed346bfe7d73cf72e"
|
|
93
|
+
}
|
|
94
|
+
]
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -14,6 +14,9 @@
|
|
|
14
14
|
"sounds/bowl-4.ogg",
|
|
15
15
|
"sounds/drip-1.ogg",
|
|
16
16
|
"sounds/drip-2.ogg",
|
|
17
|
+
"sounds/flowing-1.ogg",
|
|
18
|
+
"sounds/flowing-2.ogg",
|
|
19
|
+
"sounds/flowing-3.ogg",
|
|
17
20
|
"sounds/vessel-1.ogg",
|
|
18
21
|
"sounds/vessel-2.ogg",
|
|
19
22
|
"sounds/water-drop-1.ogg",
|
|
@@ -23,25 +26,27 @@
|
|
|
23
26
|
"done": [
|
|
24
27
|
"sounds/bamboo-1.ogg",
|
|
25
28
|
"sounds/bamboo-2.ogg",
|
|
26
|
-
"sounds/bowl-1.ogg"
|
|
27
|
-
"sounds/bowl-2.ogg"
|
|
29
|
+
"sounds/bowl-1.ogg"
|
|
28
30
|
],
|
|
29
31
|
"permission": [
|
|
32
|
+
"sounds/bowl-2.ogg",
|
|
30
33
|
"sounds/bowl-3.ogg",
|
|
31
|
-
"sounds/bowl-4.ogg"
|
|
32
|
-
"sounds/drip-1.ogg"
|
|
34
|
+
"sounds/bowl-4.ogg"
|
|
33
35
|
],
|
|
34
36
|
"complete": [
|
|
37
|
+
"sounds/drip-1.ogg",
|
|
35
38
|
"sounds/drip-2.ogg",
|
|
36
|
-
"sounds/
|
|
37
|
-
"sounds/vessel-2.ogg"
|
|
39
|
+
"sounds/flowing-1.ogg"
|
|
38
40
|
],
|
|
39
41
|
"error": [
|
|
40
|
-
"sounds/
|
|
41
|
-
"sounds/
|
|
42
|
+
"sounds/flowing-2.ogg",
|
|
43
|
+
"sounds/flowing-3.ogg",
|
|
44
|
+
"sounds/vessel-1.ogg"
|
|
42
45
|
],
|
|
43
46
|
"blocked": [
|
|
44
|
-
"sounds/
|
|
47
|
+
"sounds/vessel-2.ogg",
|
|
48
|
+
"sounds/water-drop-1.ogg",
|
|
49
|
+
"sounds/water-drop-2.ogg"
|
|
45
50
|
]
|
|
46
51
|
}
|
|
47
52
|
}
|