Skip to content

Commit fbc71d4

Browse files
committed
example + metadata
1 parent 91a7bfc commit fbc71d4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+992
-1
lines changed

about.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Some of the things you can do include:
1515

1616
The [full documentation](https://github.com/GDColon/Custom-Textboxes?tab=readme-ov-file#custom-textboxes) can be found on GitHub.
1717

18+
<cy>Press SHIFT+ESC to close all active textboxes!</c>
19+
1820
Please report any bugs/issues/crashes you come across, as it's possible I missed a few.
1921

2022
Special thanks to Alphalaneous for helping me with some annoying parts.

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
# 1.0.2
2+
- Added links, tags, and previews to mod
3+
14
# 1.0.1
25
- Initial release!
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"to-show": "wraith_empty",
3+
"to-show-alt": "wraith_orb",
4+
5+
"wraith_empty": {
6+
"type": "gold",
7+
"hideStats": true,
8+
"rewards": [],
9+
"openSound": "sfx/rizz.wav",
10+
"onClaim": {
11+
"delay": 0.25,
12+
"spawnDialogue": "wraith_chest"
13+
}
14+
},
15+
16+
"wraith_orb": {
17+
"type": "small",
18+
"rewards": [
19+
{ "type": "orb", "amount": 1 }
20+
],
21+
"onClaim": {
22+
"delay": 0.25,
23+
"spawnDialogue": "wraith_orb"
24+
}
25+
}
26+
}

0 commit comments

Comments
 (0)