forked from soundboardio/soundboardio-lakatos
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsoundboardio.json
105 lines (105 loc) · 2.45 KB
/
soundboardio.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "SuperBobo Soundboard",
"shortName": "SuperBobo",
"description": "Sounds I find particularly interesting or usable",
"author": {
"name": "mbobcik",
"url": "https://github.com/mbobcik"
},
"color": "#ff6000",
"version": "1.0.2",
"lang": "cs",
"rootUrl": "sounds/",
"icons": [
{
"src": "/icons/icon.svg",
"sizes": "48x48",
"purpose": "maskable any",
"type": "image/svg"
},
{
"src": "/icons/icon.png",
"sizes": "144x144",
"type": "image/png"
}
],
"tiles": [
{
"name": "AoE Under Attack",
"filename": "aoe_under_attack_horn.mp3"
},
{
"filename": "counter-strike-cs-radio-enemy-spotted.mp3",
"name": "CS Enemy spotted"
},
{
"filename": "gtav-death-sound-effect.mp3",
"name": "GTA V Death"
},
{
"filename": "hl2-combine-radio-sound.mp3",
"name": "HL2 Combine radio"
},
{
"filename": "hl2-cp-overwatch-announcement.mp3",
"name": "HL2 Combine overwatch announcement"
},
{
"filename": "hl2-death-beeping.mp3",
"name": "HL2 death beeping"
},
{
"filename": "hl2-major-fracture-detected.mp3",
"name": "HL2 Major fracture detected"
},
{
"filename": "hl2-pick-up-that-can.mp3",
"name": "HL2 Pick up that can"
},
{
"filename": "hl2-weapon-gun-pickup.mp3",
"name": "HL2 Weapon pickup"
},
{
"filename": "Half_Life 2-HL2 Medkit sound.mp3",
"name": "HL2 Medkit pickup"
},
{
"filename": "star-wars-droid-roger-roger.mp3",
"name": "Star Wars Roger roger"
},
{
"filename": "warcraft-3-ve-vzduchu-citim-magii.mp3",
"name": "Warcraft 3 Ve vzduchu cítím magii..."
},
{
"filename": "warcraft3-zase-prace.mp3",
"name": "Warcraft 3 Zase práce?"
},
{
"filename": "warcraft-3-jsem hotov.mp3",
"name": "Warcraft 3 Jsem hotov"
},
{
"filename": "ETC_MoshPit_Upgrade_GTR01.mp3",
"name": "HotS ETC Mosh Pit"
},
{
"filename": "ETC_Moshpit_RockNeverDies01.mp3",
"name": "HotS ETC Mosh Pit 2"
},
{
"filename": "ETC_TurnedUpToEleven.mp3",
"name": "HotS ETC Turned Up To Eleven"
},
{
"filename": "HotS_ForcesOfEvil.mp3",
"name": "HotS Forces Of Evil"
}
,
{
"filename": "HotS_VictoryThroughRighteousness.mp3",
"name": "HotS Victory Through Righteousness"
}
]
}