initial commit

This commit is contained in:
mikx
2023-05-02 14:49:57 -04:00
commit d901f95723
17 changed files with 8442 additions and 0 deletions

31
FOSSIL.json Normal file
View File

@@ -0,0 +1,31 @@
{ "blocks": [{
"Type": "All",
"Show": true,
"Class": ["Stackable Currency"],
"BaseType": ["Fossil"],
"SetTextColor": ["255 165 0 255"],
"SetBackgroundColor": ["56 56 56"],
"SetBorderColor": ["255 165 0 255"],
"SetFontSize": "35",
"Conditions": [
],
"Actions": [
{"name": "CustomAlertSound", "va": "mx_fossil.mp3", "vb": null, "vc": null, "vd": null}
]
},{
"Type": "All",
"Show": true,
"Class": [null],
"BaseType": ["Resonator"],
"SetTextColor": ["255 165 0 255"],
"SetBackgroundColor": ["56 56 56"],
"SetBorderColor": ["255 165 0 255"],
"SetFontSize": "40",
"Conditions": [
],
"Actions": [
{"name": "CustomAlertSound", "va": "mx_fossil.mp3", "vb": null, "vc": null, "vd": null}
]
}]}