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

50
DIVINATIONCARD.json Normal file
View File

@@ -0,0 +1,50 @@
{ "blocks": [{
"Type": "All",
"Show": true,
"Class": ["Divination Card"],
"BaseType": ["Humility"],
"SetTextColor": ["255 40 0 220"],
"SetBackgroundColor": ["0 0 0"],
"SetBorderColor": ["184 218 242"],
"SetFontSize": "45",
"Conditions": [
],
"Actions": [
{"name": "CustomAlertSound", "va": "mx_chase.mp3", "vb": null, "vc": null, "vd": null}
]
},{
"Type": "All",
"Show": true,
"Class": [null],
"BaseType": ["Stacked Deck"],
"SetTextColor": ["184 218 242"],
"SetBackgroundColor": ["89 89 89"],
"SetBorderColor": ["184 218 242"],
"SetFontSize": "45",
"Conditions": [
],
"Actions": [
{"name": "MinimapIcon", "va": 0, "vb": "Cyan", "vc": "UpsideDownHouse", "vd": null},
{"name": "PlayEffect", "va": "Cyan", "vb": "Temp", "vc": null, "vd": null},
{"name": "CustomAlertSound", "va": "mx_rareorb.mp3", "vb": null, "vc": null, "vd": null}
]
},{
"Type": "All",
"Show": true,
"Class": ["Divination Card"],
"BaseType": [null],
"SetTextColor": ["184 218 242"],
"SetBackgroundColor": ["89 89 89"],
"SetBorderColor": ["184 218 242"],
"SetFontSize": "40",
"Conditions": [
],
"Actions": [
{"name": "MinimapIcon", "va": 0, "vb": "Cyan", "vc": "UpsideDownHouse", "vd": null},
{"name": "PlayEffect", "va": "Cyan", "vb": "Temp", "vc": null, "vd": null},
{"name": "CustomAlertSound", "va": "mx_div.mp3", "vb": null, "vc": null, "vd": null}
]
}]}