mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-08-22 10:17:08 -04:00
Added Auto-Cards by LewdLeah.
This commit is contained in:
parent
226c82442b
commit
28327a9ceb
5 changed files with 5981 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
const modifier = (text) => {
|
||||
[text, stop] = AutoCards("context", text, stop);
|
||||
return { text }
|
||||
}
|
||||
|
||||
|
|
2
Input.js
2
Input.js
|
@ -318,6 +318,8 @@ const modifier = (text) => {
|
|||
|
||||
if (state.flavorText != null) text += state.flavorText
|
||||
|
||||
text = AutoCards("input", text);
|
||||
|
||||
return { text }
|
||||
}
|
||||
|
||||
|
|
5972
Library.js
5972
Library.js
File diff suppressed because it is too large
Load diff
|
@ -645,6 +645,8 @@ const modifier = (text) => {
|
|||
}
|
||||
|
||||
state.show = null
|
||||
|
||||
text = AutoCards("output", text);
|
||||
return { text }
|
||||
}
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue