PoE-MxFilter-Filson/MISC.json

46 lines
1.3 KiB
JSON

{ "blocks": [{
"Type": "All",
"Show": true,
"Class": ["Quest Items"],
"BaseType": [null],
"SetTextColor": ["17 158 56"],
"SetBackgroundColor": ["200 200 200"],
"SetBorderColor": ["0 0 0"],
"SetFontSize": "45",
"Conditions": [
],
"Actions": [
]
},{
"Type": "All",
"Show": true,
"Class": [null],
"BaseType": ["Silver Key", "Golden Key", "Treasure Key"],
"SetTextColor": ["255 40 0 220"],
"SetBackgroundColor": ["200 200 200"],
"SetBorderColor": ["0 0 0"],
"SetFontSize": "45",
"Conditions": [
],
"Actions": [
]
},{
"Type": "All",
"Show": true,
"Class": [null],
"BaseType": ["Stone of Passage", "Flashpowder Keg"],
"SetTextColor": ["210 0 0"],
"SetBackgroundColor": ["200 200 200"],
"SetBorderColor": ["210 0 0"],
"SetFontSize": "45",
"Conditions": [
],
"Actions": [
{"name": "PlayAlertSound", "va": 15, "vb": 30, "vc": null, "vd": null}
]
}]}