PoE-MxFilter-Filson/ACCESSORIES.json

148 lines
4.8 KiB
JSON
Raw Normal View History

2023-05-02 14:49:57 -04:00
{ "blocks": [{
"Type": "All",
"Show": true,
"Class": [null],
"BaseType": ["Stygian Vise"],
"SetTextColor": ["175 96 37"],
"SetBackgroundColor": ["64 39 64"],
"SetBorderColor": ["112 255 112 255"],
"SetFontSize": "40",
"Conditions": [
{"name": "Rarity", "op": null, "value": "Unique"}
],
"Actions": [
{"name": "CustomAlertSound", "va": "mx_unique.mp3", "vb": null, "vc": null, "vd": null}
]
},{
"Type": "All",
"Show": true,
"Class": [null],
"BaseType": ["Stygian Vise"],
"SetTextColor": ["255 255 0 255"],
"SetBackgroundColor": ["64 39 64"],
"SetBorderColor": ["112 255 112 255"],
"SetFontSize": "40",
"Conditions": [
{"name": "Rarity", "op": null, "value": "Rare"}
],
"Actions": [
{"name": "CustomAlertSound", "va": "mx_league.mp3", "vb": null, "vc": null, "vd": null}
]
},{
"Type": "All",
"Show": true,
"Class": ["Amulets", "Rings"],
"BaseType": [null],
"SetTextColor": ["255 255 0 255"],
"SetBackgroundColor": ["53 0 53"],
"SetBorderColor": ["210 0 0"],
"SetFontSize": "32",
"Conditions": [
{"name": "Corrupted", "op": null, "value": "True"},
{"name": "Rarity", "op": null, "value": "Rare"}
],
"Actions": [
]
},{
"Type": "All",
"Show": true,
"Class": ["Amulets", "Rings"],
"BaseType": [null],
"SetTextColor": ["255 255 0 255"],
"SetBackgroundColor": ["53 0 53"],
"SetBorderColor": ["184 218 242"],
"SetFontSize": "40",
"Conditions": [
{"name": "Rarity", "op": null, "value": "Rare"},
{"name": "ItemLevel", "op": ">=", "value": 75},
{"name": "ItemLevel", "op": "<", "value": 100}
],
"Actions": [
]
},{
"Type": "All",
"Show": true,
"Class": ["Amulets", "Rings"],
"BaseType": [null],
"SetTextColor": ["255 255 0 255"],
"SetBackgroundColor": ["53 0 53"],
"SetBorderColor": ["180 96 0"],
"SetFontSize": "40",
"Conditions": [
{"name": "Rarity", "op": null, "value": "Rare"},
{"name": "ItemLevel", "op": ">=", "value": 60},
{"name": "ItemLevel", "op": "<", "value": 74}
],
"Actions": [
]
},{
"Type": "All",
"Show": true,
"Class": ["Amulets", "Rings"],
"BaseType": [null],
"SetTextColor": ["255 255 0 255"],
"SetBackgroundColor": ["53 0 53"],
"SetBorderColor": ["180 96 0"],
"SetFontSize": "30",
"Conditions": [
{"name": "Rarity", "op": null, "value": "Normal"},
{"name": "ItemLevel", "op": ">=", "value": 60},
{"name": "ItemLevel", "op": "<", "value": 74}
],
"Actions": [
]
},{
"Type": "All",
"Show": true,
"Class": ["Belts"],
"BaseType": [null],
"SetTextColor": ["255 255 0 255"],
"SetBackgroundColor": ["64 39 64"],
"SetBorderColor": ["210 0 0"],
"SetFontSize": "32",
"Conditions": [
{"name": "Rarity", "op": null, "value": "Rare"},
{"name": "Corrupted", "op": null, "value": "True"}
],
"Actions": [
]
},{
"Type": "All",
"Show": true,
"Class": ["Belts"],
"BaseType": [null],
"SetTextColor": ["255 255 0 255"],
"SetBackgroundColor": ["64 39 64"],
"SetBorderColor": ["184 218 242"],
"SetFontSize": "40",
"Conditions": [
{"name": "Rarity", "op": null, "value": "Rare"},
{"name": "ItemLevel", "op": ">=", "value": 75},
{"name": "ItemLevel", "op": "<", "value": 100}
],
"Actions": [
]
},{
"Type": "All",
"Show": true,
"Class": ["Belts"],
"BaseType": [null],
"SetTextColor": ["255 255 0 255"],
"SetBackgroundColor": ["64 39 64"],
"SetBorderColor": ["180 96 0"],
"SetFontSize": "40",
"Conditions": [
{"name": "Rarity", "op": null, "value": "Rare"},
{"name": "ItemLevel", "op": ">=", "value": 60},
{"name": "ItemLevel", "op": "<", "value": 74}
],
"Actions": [
]
}]}