Class+BaseType Fix/Recipe Fix

This commit is contained in:
mikx
2023-05-11 15:41:48 -04:00
parent d901f95723
commit b4a1bc4d06
8 changed files with 2084 additions and 638 deletions

View File

@@ -1,50 +1,135 @@
{ "blocks": [{
"Type": "All",
"Show": true,
"Class": ["Divination Card"],
"BaseType": ["Humility"],
"SetTextColor": ["255 40 0 220"],
"SetBackgroundColor": ["0 0 0"],
"SetBorderColor": ["184 218 242"],
"SetFontSize": "45",
"Conditions": [
{
"blocks": [
{
"Type": "All",
"Show": "True",
"Class": [
"Divination Card"
],
"BaseType": [
"Humility"
],
"SetTextColor": [
"255 40 0 220"
],
"SetBackgroundColor": [
"0 0 0"
],
"SetBorderColor": [
"184 218 242"
],
"SetFontSize": "45",
"Conditions": [],
"Actions": [
{
"name": "CustomAlertSound",
"va": "mx_chase.mp3",
"vb": null,
"vc": null,
"vd": null
}
]
},
{
"Type": "All",
"Show": "True",
"Class": [
],
"Actions": [
{"name": "CustomAlertSound", "va": "mx_chase.mp3", "vb": null, "vc": null, "vd": null}
]
},{
"Type": "All",
"Show": true,
"Class": [null],
"BaseType": ["Stacked Deck"],
"SetTextColor": ["184 218 242"],
"SetBackgroundColor": ["89 89 89"],
"SetBorderColor": ["184 218 242"],
"SetFontSize": "45",
"Conditions": [
],
"BaseType": [
"Stacked Deck"
],
"SetTextColor": [
"184 218 242"
],
"SetBackgroundColor": [
"89 89 89"
],
"SetBorderColor": [
"184 218 242"
],
"SetFontSize": "45",
"Conditions": [],
"Actions": [
{
"name": "MinimapIcon",
"va": 0,
"vb": "Cyan",
"vc": "UpsideDownHouse",
"vd": null
},
{
"name": "PlayEffect",
"va": "Cyan",
"vb": "Temp",
"vc": null,
"vd": null
},
{
"name": "CustomAlertSound",
"va": "mx_rareorb.mp3",
"vb": null,
"vc": null,
"vd": null
}
]
},
{
"Type": "All",
"Show": "True",
"Class": [
"Divination Card"
],
"BaseType": [
],
"Actions": [
{"name": "MinimapIcon", "va": 0, "vb": "Cyan", "vc": "UpsideDownHouse", "vd": null},
{"name": "PlayEffect", "va": "Cyan", "vb": "Temp", "vc": null, "vd": null},
{"name": "CustomAlertSound", "va": "mx_rareorb.mp3", "vb": null, "vc": null, "vd": null}
]
},{
"Type": "All",
"Show": true,
"Class": ["Divination Card"],
"BaseType": [null],
"SetTextColor": ["184 218 242"],
"SetBackgroundColor": ["89 89 89"],
"SetBorderColor": ["184 218 242"],
"SetFontSize": "40",
"Conditions": [
],
"Actions": [
{"name": "MinimapIcon", "va": 0, "vb": "Cyan", "vc": "UpsideDownHouse", "vd": null},
{"name": "PlayEffect", "va": "Cyan", "vb": "Temp", "vc": null, "vd": null},
{"name": "CustomAlertSound", "va": "mx_div.mp3", "vb": null, "vc": null, "vd": null}
]
}]}
],
"SetTextColor": [
"184 218 242"
],
"SetBackgroundColor": [
"0 0 0"
],
"SetBorderColor": [
"184 218 242"
],
"SetFontSize": "40",
"Conditions": [
{
"name": null,
"op": null,
"value": null
}
],
"Actions": [
{
"name": "MinimapIcon",
"va": "0",
"vb": "Cyan",
"vc": "UpsideDownHouse",
"vd": null
},
{
"name": "PlayEffect",
"va": "Cyan",
"vb": "Temp",
"vc": null,
"vd": null
},
{
"name": "CustomAlertSound",
"va": "mx_div.mp3",
"vb": null,
"vc": null,
"vd": null
},
{
"name": null,
"va": null,
"vb": null,
"vc": null,
"vd": null
}
]
}
]
}