-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod.json
More file actions
39 lines (39 loc) · 1.03 KB
/
mod.json
File metadata and controls
39 lines (39 loc) · 1.03 KB
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
{
"geode": "4.6.1",
"gd": {
"win": "2.2074",
"android": "2.2074"
},
"id": "b4uti4gd.betteryoylecake",
"name": "BetterYoylecake",
"tags": ["joke"],
"version": "v1.0.6",
"developer": "B4uti4GD",
"description": "A rework of YoylecakeJumpscare",
"links": {
"source": "https://github.com/B4uti4github/BetterYoylecakeMod"
},
"settings": {
"activate-worst-deaths": {
"name": "activate worst deaths",
"type": "bool",
"default": true
},
"Percent-of-the-f": {
"name": "Percent for worst deaths onwards",
"enable-if": "activate-worst-deaths",
"enable-if-description": "requires activate-worst-deaths",
"description": "worst deaths after percent, works if activate worst death is activated",
"type": "float",
"default": 80,
"min": 0,
"max": 100,
"control": {
"slider": true
}
}
},
"resources": {
"files": ["resources/yoylecake.png", "resources/yoylecake2.png", "resources/y-sfx.ogg", "resources/y-sfx2.mp3"]
}
}