PoE-MxFilter-Filson/DIVINATIONCARD.json

50 lines
1.8 KiB
JSON
Raw Normal View History

2023-05-02 14:49:57 -04:00
{ "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": [null],
"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": [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}
]
}]}