Added Auto-Cards by LewdLeah.

This commit is contained in:
raeleus 2025-08-03 23:36:24 -07:00
parent 226c82442b
commit 28327a9ceb
5 changed files with 5981 additions and 2 deletions

View file

@ -1,4 +1,5 @@
const modifier = (text) => {
[text, stop] = AutoCards("context", text, stop);
return { text }
}

View file

@ -318,6 +318,8 @@ const modifier = (text) => {
if (state.flavorText != null) text += state.flavorText
text = AutoCards("input", text);
return { text }
}

5972
Library.js

File diff suppressed because it is too large Load diff

View file

@ -645,6 +645,8 @@ const modifier = (text) => {
}
state.show = null
text = AutoCards("output", text);
return { text }
}

View file

@ -18,8 +18,12 @@ See the [user guide here](https://github.com/raeleus/Hashtag-DnD/wiki).
Watch the [tutorial video](https://youtu.be/E5TYU7rDaBQ).
Hashtag-DnD has another new scenario! Check out the [VTOL-Knights Repository](https://github.com/raeleus/Hashtag-DnD/tree/VTOL-Knights)
This script implements Auto-Cards by LewdLeah. See more details [on github](https://github.com/LewdLeah/Auto-Cards)
v.0.7.0
v. 0.8.0
* Added Auto-Cards by LewdLeah. This feature is disabled by default. Activate it by changing the "Disabled" setting to "false" in the "Configure Auto-Cards" story card.
v. 0.7.0
* Added allies which are NPC characters that fight alongside the characters in encounters
* Fixed enemy spells showing the damage dice in the output text.