PoE-MxFilter-Filson/JEWEL.json

91 lines
3.1 KiB
JSON

{ "blocks": [{
"Type": "Normal",
"Show": true,
"Class": ["Abyss Jewel"],
"BaseType": [null],
"SetTextColor": ["30 144 255"],
"SetBackgroundColor": ["43 86 128"],
"SetBorderColor": ["24 44 64"],
"SetFontSize": "45",
"Conditions": [
{"name": "Rarity", "op": null, "value": "Magic"}
],
"Actions": [
{"name": "CustomAlertSound", "va": "mx_jewel.mp3", "vb": null, "vc": null, "vd": null}
]
},{
"Type": "All",
"Show": true,
"Class": ["Abyss Jewel"],
"BaseType": [null],
"SetTextColor": ["255 255 0"],
"SetBackgroundColor": ["43 86 128"],
"SetBorderColor": ["24 44 64"],
"SetFontSize": "45",
"Conditions": [
{"name": "Rarity", "op": null, "value": "Rare"}
],
"Actions": [
{"name": "CustomAlertSound", "va": "mx_jewel.mp3", "vb": null, "vc": null, "vd": null}
]
},{
"Type": "All",
"Show": true,
"Class": ["Abyss Jewel"],
"BaseType": [null],
"SetTextColor": ["227 122 2"],
"SetBackgroundColor": ["43 86 128"],
"SetBorderColor": ["24 44 64"],
"SetFontSize": "45",
"Conditions": [
{"name": "Rarity", "op": null, "value": "Unique"}
],
"Actions": [
{"name": "CustomAlertSound", "va": "mx_jewel.mp3", "vb": null, "vc": null, "vd": null}
]
},{
"Type": "Normal",
"Show": true,
"Class": ["Jewel"],
"BaseType": [null],
"SetTextColor": ["30 144 255"],
"SetBackgroundColor": ["9 43 77"],
"SetBorderColor": ["30 144 255"],
"SetFontSize": "35",
"Conditions": [
{"name": "Rarity", "op": null, "value": "Magic"}
],
"Actions": [
{"name": "CustomAlertSound", "va": "mx_jewel.mp3", "vb": null, "vc": null, "vd": null}
]
},{
"Type": "All",
"Show": true,
"Class": ["Jewel"],
"BaseType": [null],
"SetTextColor": ["255 255 0"],
"SetBackgroundColor": ["9 43 77"],
"SetBorderColor": ["30 144 255"],
"SetFontSize": "45",
"Conditions": [
{"name": "Rarity", "op": null, "value": "Rare"}
],
"Actions": [
{"name": "CustomAlertSound", "va": "mx_jewel.mp3", "vb": null, "vc": null, "vd": null}
]
},{
"Type": "All",
"Show": true,
"Class": ["Jewel"],
"BaseType": [null],
"SetTextColor": ["180 96 0"],
"SetBackgroundColor": ["9 43 77"],
"SetBorderColor": ["30 144 255"],
"SetFontSize": "45",
"Conditions": [
{"name": "Rarity", "op": null, "value": "Unique"}
],
"Actions": [
{"name": "CustomAlertSound", "va": "mx_jewel.mp3", "vb": null, "vc": null, "vd": null}
]
}]}