Crafter Tier + Tweaks

This commit is contained in:
mikx
2023-05-18 20:21:19 -04:00
parent b4a1bc4d06
commit fa26a868a3
6 changed files with 814 additions and 309 deletions

View File

@@ -1,31 +1,277 @@
{ "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}
]
}]}
{
"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 of Insanity",
"Essence of Horror",
"Essence of Delirium",
"Essence of Hysteria"
],
"SetTextColor": [
"30 144 255"
],
"SetBackgroundColor": [
"0 0 0"
],
"SetBorderColor": [
"255 0 0"
],
"SetFontSize": "45",
"Conditions": [],
"Actions": [
{
"name": "CustomAlertSound",
"va": "mx_essence.mp3",
"vb": null,
"vc": null,
"vd": null
}
]
},
{
"Type": "All",
"Show": "True",
"Class": [
null
],
"BaseType": [
"Deafening Essence"
],
"SetTextColor": [
"30 144 255"
],
"SetBackgroundColor": [
"0 0 0"
],
"SetBorderColor": [
"30 144 255"
],
"SetFontSize": "45",
"Conditions": [],
"Actions": [
{
"name": "CustomAlertSound",
"va": "mx_essence.mp3",
"vb": null,
"vc": null,
"vd": null
}
]
},
{
"Type": "All",
"Show": "True",
"Class": [
null
],
"BaseType": [
"Shrieking 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
}
]
},
{
"Type": "All",
"Show": "True",
"Class": [
null
],
"BaseType": [
"Screaming Essence"
],
"SetTextColor": [
"30 144 255"
],
"SetBackgroundColor": [
"0 0 0"
],
"SetBorderColor": [
"30 144 255"
],
"SetFontSize": "38",
"Conditions": [],
"Actions": [
{
"name": "CustomAlertSound",
"va": "mx_essence.mp3",
"vb": null,
"vc": null,
"vd": null
}
]
},
{
"Type": "All",
"Show": "True",
"Class": [
null
],
"BaseType": [
"Wailing Essence"
],
"SetTextColor": [
"30 144 255"
],
"SetBackgroundColor": [
"0 0 0"
],
"SetBorderColor": [
"30 144 255"
],
"SetFontSize": "35",
"Conditions": [],
"Actions": [
{
"name": "CustomAlertSound",
"va": "mx_essence.mp3",
"vb": null,
"vc": null,
"vd": null
}
]
},
{
"Type": "All",
"Show": "True",
"Class": [
null
],
"BaseType": [
"Weeping Essence"
],
"SetTextColor": [
"30 144 255"
],
"SetBackgroundColor": [
"0 0 0"
],
"SetBorderColor": [
"30 144 255"
],
"SetFontSize": "33",
"Conditions": [],
"Actions": [
{
"name": "CustomAlertSound",
"va": "mx_essence.mp3",
"vb": null,
"vc": null,
"vd": null
}
]
},
{
"Type": "All",
"Show": "True",
"Class": [
null
],
"BaseType": [
"Muttering Essence"
],
"SetTextColor": [
"30 144 255"
],
"SetBackgroundColor": [
"0 0 0"
],
"SetBorderColor": [
"30 144 255"
],
"SetFontSize": "30",
"Conditions": [],
"Actions": [
{
"name": "CustomAlertSound",
"va": "mx_essence.mp3",
"vb": null,
"vc": null,
"vd": null
}
]
},
{
"Type": "All",
"Show": "True",
"Class": [
null
],
"BaseType": [
"Whispering Essence"
],
"SetTextColor": [
"30 144 255"
],
"SetBackgroundColor": [
"0 0 0"
],
"SetBorderColor": [
"30 144 255"
],
"SetFontSize": "25",
"Conditions": [],
"Actions": [
{
"name": "CustomAlertSound",
"va": "mx_essence.mp3",
"vb": null,
"vc": null,
"vd": null
}
]
}
]
}