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

46
MISC.json Normal file
View File

@@ -0,0 +1,46 @@
{ "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}
]
}]}