initial commit

This commit is contained in:
mikx
2023-05-02 14:49:57 -04:00
commit d901f95723
17 changed files with 8442 additions and 0 deletions

125
HIDE.json Normal file
View File

@@ -0,0 +1,125 @@
{ "blocks": [{
"Type": "All",
"Show": false,
"Class": ["Active Skill Gems", "Support Skill Gems", "Skill Gems"],
"BaseType": [null],
"SetTextColor": [null],
"SetBackgroundColor": [null],
"SetBorderColor": [null],
"SetFontSize": null,
"Conditions": [
{"name": "Quality", "op": "=", "value": 0}
],
"Actions": [
]
},{
"Type": "All",
"Show": false,
"Class": ["Active Skill Gems", "Support Skill Gems", "Skill Gems"],
"BaseType": [null],
"SetTextColor": [null],
"SetBackgroundColor": [null],
"SetBorderColor": [null],
"SetFontSize": null,
"Conditions": [
],
"Actions": [
]
},{
"Type": "All",
"Show": false,
"Class": [null],
"BaseType": [null],
"SetTextColor": [null],
"SetBackgroundColor": [null],
"SetBorderColor": [null],
"SetFontSize": null,
"Conditions": [
{"name": "Sockets", "op": "<", "value": 3},
{"name": "Rarity", "op": null, "value": "Magic"}
],
"Actions": [
]
},{
"Type": "All",
"Show": false,
"Class": [null],
"BaseType": [null],
"SetTextColor": [null],
"SetBackgroundColor": [null],
"SetBorderColor": [null],
"SetFontSize": null,
"Conditions": [
{"name": "Sockets", "op": "<", "value": 3},
{"name": "Rarity", "op": null, "value": "Normal"}
],
"Actions": [
]
},{
"Type": "All",
"Show": false,
"Class": [null],
"BaseType": [null],
"SetTextColor": [null],
"SetBackgroundColor": [null],
"SetBorderColor": [null],
"SetFontSize": null,
"Conditions": [
{"name": "LinkedSockets", "op": "=", "value": 0},
{"name": "Rarity", "op": null, "value": "Magic"}
],
"Actions": [
]
},{
"Type": "All",
"Show": false,
"Class": [null],
"BaseType": [null],
"SetTextColor": [null],
"SetBackgroundColor": [null],
"SetBorderColor": [null],
"SetFontSize": null,
"Conditions": [
{"name": "LinkedSockets", "op": "=", "value": 0},
{"name": "Rarity", "op": null, "value": "Normal"}
],
"Actions": [
]
},{
"Type": "All",
"Show": false,
"Class": [null],
"BaseType": [null],
"SetTextColor": [null],
"SetBackgroundColor": [null],
"SetBorderColor": [null],
"SetFontSize": null,
"Conditions": [
{"name": "Rarity", "op": null, "value": "Magic"}
],
"Actions": [
]
},{
"Type": "All",
"Show": false,
"Class": [null],
"BaseType": [null],
"SetTextColor": [null],
"SetBackgroundColor": [null],
"SetBorderColor": [null],
"SetFontSize": null,
"Conditions": [
{"name": "Rarity", "op": null, "value": "Normal"}
],
"Actions": [
]
}]}