-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.json
91 lines (91 loc) · 2.44 KB
/
index.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
[
{
"url": "https://github.com/sbordeyne/balamod-mods",
"id": "quick_reroll",
"name": "Quick Reroll",
"description": [
"Press R in the shop to reroll it"
],
"version": "1.0.6",
"load_before": [],
"load_after": [],
"authors": ["Dogeek <[email protected]>"]
},
{
"url": "https://github.com/Zei33/deselect-all-balamod",
"id": "deselect-all",
"name": "Deselect All",
"description": [
"Adds a button to deselect all highlighted cards."
],
"version": "1.0.0",
"load_before": [],
"load_after": [],
"authors": ["Zei33 <[email protected]>"]
},
{
"url": "https://github.com/Zei33/balatro-safety-balamod",
"id": "balatro-safety",
"name": "Balatro Safety",
"description": [
"Protects you from accidentally making",
"dangerous decisions. You'll be presented",
"with a confirmation before some choices."
],
"version": "1.0.0",
"load_before": [],
"load_after": [],
"authors": ["Zei33 <[email protected]>"]
},
{
"url": "https://github.com/jacobr1227/double_seals",
"id": "double_seals",
"name": "Double Seals",
"description": [
"Doubles the base game seals' effects.",
"Also supports my other Seal mods."
],
"version": "2.2.0",
"load_before": [],
"load_after": [],
"authors": ["jacobr1227/Skjell <[email protected]>"]
},
{
"url": "https://github.com/jacobr1227/double_seals",
"id": "orange_seals",
"name": "Orange Seals",
"description": [
"Enhances random cards when discarded."
],
"version": "2.2.0",
"load_before": [],
"load_after": ["double_seals"],
"authors": ["jacobr1227/Skjell <[email protected]>"]
},
{
"url": "https://github.com/jacobr1227/double_seals",
"id": "silver_seals",
"name": "Silver Seals",
"description": [
"Creates Spectral cards when held",
"in hand at the end of a round."
],
"version": "2.2.0",
"load_before": [],
"load_after": ["double_seals"],
"authors": ["jacobr1227/Skjell <[email protected]>"]
},
{
"url": "https://github.com/Agoraaa/FlushHotkeys",
"id": "flush_hotkeys",
"name": "Flush Hotkeys",
"description": [
"Hotkeys for flushes, full houses and more.",
"Try pressing S, D, F and mouse buttons!"
],
"version": "1.0.0",
"load_before": [],
"load_after": [],
"authors": ["Agoraaa"]
}
]