PoE-MxFilter-Filson/GEARBYSOCKET.json

151 lines
5.6 KiB
JSON

{ "blocks": [{
"Type": "All",
"Show": true,
"Class": [null],
"BaseType": [null],
"SetTextColor": ["186 186 9 255"],
"SetBackgroundColor": ["255 255 255 240"],
"SetBorderColor": ["210 0 220 255"],
"SetFontSize": "45",
"Conditions": [
{"name": "LinkedSockets", "op": "=", "value": "6"},
{"name": "Rarity", "op": "=", "value": "Rare"}
],
"Actions": [
{"name": "CustomAlertSound", "va": "mx_highvalue.mp3", "vb": null, "vc": null, "vd": null}
]
},{
"Type": "All",
"Show": true,
"Class": [null],
"BaseType": [null],
"SetTextColor": ["136 136 255 255"],
"SetBackgroundColor": ["255 255 255 240"],
"SetBorderColor": ["210 0 220 255"],
"SetFontSize": "45",
"Conditions": [
{"name": "LinkedSockets", "op": "=", "value": "6"},
{"name": "Rarity", "op": "=", "value": "Magic"}
],
"Actions": [
{"name": "CustomAlertSound", "va": "mx_highvalue.mp3", "vb": null, "vc": null, "vd": null}
]
},{
"Type": "All",
"Show": true,
"Class": [null],
"BaseType": [null],
"SetTextColor": ["127 127 127 255"],
"SetBackgroundColor": ["255 255 255 240"],
"SetBorderColor": ["210 0 220 255"],
"SetFontSize": "45",
"Conditions": [
{"name": "LinkedSockets", "op": "=", "value": "6"},
{"name": "Rarity", "op": "=", "value": "Normal"}
],
"Actions": [
{"name": "CustomAlertSound", "va": "mx_highvalue.mp3", "vb": null, "vc": null, "vd": null}
]
},{
"Type": "All",
"Show": true,
"Class": [null],
"BaseType": [null],
"SetTextColor": ["255 255 128 255"],
"SetBackgroundColor": ["160 160 160"],
"SetBorderColor": ["255 255 255 255"],
"SetFontSize": "40",
"Conditions": [
{"name": "LinkedSockets", "op": "=", "value": "5"},
{"name": "ItemLevel", "op": "<=", "value": "70"},
{"name": "Rarity", "op": "=", "value": "Rare"}
],
"Actions": [
{"name": "CustomAlertSound", "va": "mx_chase.mp3", "vb": null, "vc": null, "vd": null}
]
},{
"Type": "All",
"Show": true,
"Class": [null],
"BaseType": [null],
"SetTextColor": ["0 0 255 255"],
"SetBackgroundColor": ["160 160 160"],
"SetBorderColor": ["255 255 255 255"],
"SetFontSize": "40",
"Conditions": [
{"name": "LinkedSockets", "op": "=", "value": "5"},
{"name": "ItemLevel", "op": "<=", "value": "70"},
{"name": "Rarity", "op": "=", "value": "Magic"}
],
"Actions": [
{"name": "CustomAlertSound", "va": "mx_chase.mp3", "vb": null, "vc": null, "vd": null}
]
},{
"Type": "All",
"Show": true,
"Class": [null],
"BaseType": [null],
"SetTextColor": ["255 255 255 255"],
"SetBackgroundColor": ["160 160 160"],
"SetBorderColor": ["255 255 255 255"],
"SetFontSize": "40",
"Conditions": [
{"name": "LinkedSockets", "op": "=", "value": "5"},
{"name": "ItemLevel", "op": "<=", "value": "70"},
{"name": "Rarity", "op": "=", "value": "Normal"}
],
"Actions": [
{"name": "CustomAlertSound", "va": "mx_chase.mp3", "vb": null, "vc": null, "vd": null}
]
},{
"Type": "All",
"Show": true,
"Class": [null],
"BaseType": [null],
"SetTextColor": ["186 186 9 255"],
"SetBackgroundColor": ["0 0 64 240"],
"SetBorderColor": ["255 255 255 255"],
"SetFontSize": "35",
"Conditions": [
{"name": "LinkedSockets", "op": "=", "value": "4"},
{"name": "ItemLevel", "op": "<=", "value": "70"},
{"name": "Rarity", "op": "=", "value": "Rare"}
],
"Actions": [
{"name": "CustomAlertSound", "va": "mx_tier.mp3", "vb": null, "vc": null, "vd": null}
]
},{
"Type": "All",
"Show": true,
"Class": [null],
"BaseType": [null],
"SetTextColor": ["136 136 255 255"],
"SetBackgroundColor": ["0 0 64 240"],
"SetBorderColor": ["255 255 255 255"],
"SetFontSize": "35",
"Conditions": [
{"name": "LinkedSockets", "op": "=", "value": "4"},
{"name": "ItemLevel", "op": "<=", "value": "70"},
{"name": "Rarity", "op": "=", "value": "Magic"}
],
"Actions": [
{"name": "CustomAlertSound", "va": "mx_tier.mp3", "vb": null, "vc": null, "vd": null}
]
},{
"Type": "All",
"Show": true,
"Class": [null],
"BaseType": [null],
"SetTextColor": ["255 255 255 255"],
"SetBackgroundColor": ["0 0 64 240"],
"SetBorderColor": ["255 255 255 255"],
"SetFontSize": "35",
"Conditions": [
{"name": "LinkedSockets", "op": "=", "value": "4"},
{"name": "ItemLevel", "op": "<=", "value": "70"},
{"name": "Rarity", "op": "=", "value": "Normal"}
],
"Actions": [
{"name": "CustomAlertSound", "va": "mx_tier.mp3", "vb": null, "vc": null, "vd": null}
]
}]}