Class+BaseType Fix/Recipe Fix

This commit is contained in:
mikx
2023-05-11 15:41:48 -04:00
parent d901f95723
commit b4a1bc4d06
8 changed files with 2084 additions and 638 deletions

View File

@@ -1,148 +1,362 @@
{ "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": [
]
}]}
{
"blocks": [
{
"Type": "All",
"Show": "True",
"Class": [
],
"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": [
],
"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": [
],
"SetTextColor": [
"255 255 0"
],
"SetBackgroundColor": [
"53 0 53"
],
"SetBorderColor": [
"210 0 0"
],
"SetFontSize": "33",
"Conditions": [
{
"name": "Corrupted",
"op": null,
"value": "True"
},
{
"name": "Rarity",
"op": null,
"value": "Rare"
},
{
"name": null,
"op": null,
"value": null
}
],
"Actions": [
{
"name": null,
"va": null,
"vb": null,
"vc": null,
"vd": null
}
]
},
{
"Type": "All",
"Show": "True",
"Class": [
"Amulets",
"Rings"
],
"BaseType": [
],
"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": [
],
"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": [
],
"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": [
],
"SetTextColor": [
"255 255 0"
],
"SetBackgroundColor": [
"64 39 64"
],
"SetBorderColor": [
"210 0 0"
],
"SetFontSize": "33",
"Conditions": [
{
"name": "Rarity",
"op": null,
"value": "Rare"
},
{
"name": "Corrupted",
"op": null,
"value": "True"
},
{
"name": null,
"op": null,
"value": null
}
],
"Actions": [
{
"name": null,
"va": null,
"vb": null,
"vc": null,
"vd": null
}
]
},
{
"Type": "All",
"Show": "True",
"Class": [
"Belts"
],
"BaseType": [
],
"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": [
],
"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": []
}
]
}