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
ESSENCE.json Normal file
View File

@@ -0,0 +1,31 @@
{ "blocks": [{
"Type": "All",
"Show": true,
"Class": [null],
"BaseType": ["Remnant of Corruption"],
"SetTextColor": ["210 0 0"],
"SetBackgroundColor": ["0 0 0"],
"SetBorderColor": ["30 144 255"],
"SetFontSize": "40",
"Conditions": [
],
"Actions": [
{"name": "CustomAlertSound", "va": "mx_essence.mp3", "vb": null, "vc": null, "vd": null}
]
},{
"Type": "All",
"Show": true,
"Class": [null],
"BaseType": ["Essence"],
"SetTextColor": ["30 144 255"],
"SetBackgroundColor": ["0 0 0"],
"SetBorderColor": ["30 144 255"],
"SetFontSize": "40",
"Conditions": [
],
"Actions": [
{"name": "CustomAlertSound", "va": "mx_essence.mp3", "vb": null, "vc": null, "vd": null}
]
}]}