mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-09-22 03:26:53 -04:00
Compare commits
83 commits
Author | SHA1 | Date | |
---|---|---|---|
|
2a05c60a50 | ||
|
a0b34e059b | ||
|
8fe451aab8 | ||
|
28327a9ceb | ||
|
226c82442b | ||
|
8db353f486 | ||
|
1a6a605251 | ||
|
12ee7d35e3 | ||
|
79c77c7c18 | ||
|
89f9ee32a8 | ||
|
2a40d2691a | ||
|
1931b51474 | ||
|
bd2c9b4792 | ||
|
58cb8cd15d | ||
|
98408feaf3 | ||
|
29ee398f9d | ||
|
38590f6e6c | ||
|
737b2aa335 | ||
|
83790f66e0 | ||
|
2896dc0362 | ||
|
5ebdcf7bea | ||
|
496490306e | ||
|
b67e8db996 | ||
|
88331579b0 | ||
|
cdacdf7cf2 | ||
|
2466c71804 | ||
|
336b15fe01 | ||
|
88f0d3b5fe | ||
|
ecf2e1d036 | ||
|
d795d500ca | ||
|
0102b9ea56 | ||
|
fd4be27608 | ||
|
d9885330b8 | ||
|
6bd7a8b82a | ||
|
d4647f8832 | ||
|
5b69740764 | ||
|
cd7116d300 | ||
|
de7c0cfa45 | ||
|
a3c09c6fed | ||
|
40620d9e99 | ||
|
15a99ea8b9 | ||
|
789e05e5f6 | ||
|
0f8404345e | ||
|
9dbd0b2ef0 | ||
|
d2de7c9d74 | ||
|
02b75bcbd6 | ||
|
7ae04124b7 | ||
|
aa735eec71 | ||
|
f2850854e4 | ||
|
e7aeaf4dea | ||
|
dcb44d9f52 | ||
|
7fd92590f3 | ||
|
0830ead687 | ||
|
09bf0705ea | ||
|
c4d292ca5a | ||
|
b47946a590 | ||
|
cfe043cb9b | ||
|
70f90ca14f | ||
|
ce2eaa5932 | ||
|
ade4357de0 | ||
|
e13e65a37c | ||
|
457d7439a1 | ||
|
f989d68625 | ||
|
a8d586cf06 | ||
|
23ddbf0109 | ||
|
33fdbb5835 | ||
|
be4f84816f | ||
|
bc23453669 | ||
|
bbe1ae509f | ||
|
8e82997d1a | ||
|
a4e28a43b5 | ||
|
88cb0ee509 | ||
|
afb034c108 | ||
|
489ddad81e | ||
|
d25b9075bb | ||
|
aca1b29969 | ||
|
fc231644a8 | ||
|
3a25a8697a | ||
|
8b199345e9 | ||
|
264ced0e08 | ||
|
ac71bbad3e | ||
|
ed8ec30c86 | ||
|
35f491eece |
6 changed files with 18316 additions and 859 deletions
|
@ -1,4 +1,5 @@
|
|||
const modifier = (text) => {
|
||||
[text, stop] = AutoCards("context", text, stop);
|
||||
return { text }
|
||||
}
|
||||
|
||||
|
|
7938
Library.js
7938
Library.js
File diff suppressed because it is too large
Load diff
51
README.md
51
README.md
|
@ -4,18 +4,63 @@ A Scenario script for AI Dungeon
|
|||
Hashtag DnD is a scripted AI Dungeon scenario that gives you a variety of tools to enhance your adventure!
|
||||
|
||||
Features:
|
||||
Fully working inventory system<br>
|
||||
Health points and a focus on strategic combat.<br>
|
||||
Fully working inventory system, loot drops, and item/spell shops<br>
|
||||
Hit points, turn-based battles, and a focus on strategic combat<br>
|
||||
Skill/Ability based gameplay guarantees a challenge at every turn<br>
|
||||
Advanced dice rolling syntax allows you to set the precise odds<br>
|
||||
Unlimited party size with each character having their own inventory, stats, and biographies<br>
|
||||
Multiplayer compatible<br>
|
||||
Personalized note system that does not take up context space<br>
|
||||
Create locations to travel to and view them in a map
|
||||
Create locations to travel to and view them in a map<br>
|
||||
Minigames including Mastermind, Memory, and Stragedy, a fully developed trading card game
|
||||
|
||||
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.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.
|
||||
|
||||
v. 0.6.0
|
||||
* Added Memory/Matchmaking Game
|
||||
* Added Item Shop - Make sure to import the latest story cards: https://github.com/raeleus/Hashtag-DnD/blob/master/story-cards.json
|
||||
* Added commands #takeweapon, #takearmor, and #equip to allow automatic stat changes when using gear
|
||||
* Added command #reward for random loot dropping
|
||||
* Added descriptions for all DnD Player's Handbook and Dungeon Master's Guide items to story cards
|
||||
* Fixed #spellshop not giving properly randomized spells
|
||||
* Fixed #addcard not giving out numbered cards and instead giving out random ones
|
||||
|
||||
v. 0.5.0
|
||||
* Added Mastermind/Lockpicking Game
|
||||
* Added Spell Shop - Make sure to import the latest story cards: https://github.com/raeleus/Hashtag-DnD/blob/master/story-cards.json
|
||||
* Added descriptions for all DnD Player's Handbook spells to story cards.
|
||||
|
||||
v. 0.4.0
|
||||
* Added Stragedy Trading Card Game
|
||||
|
||||
v. 0.3.0
|
||||
* Added Boss and God difficulty encounters
|
||||
* Added Humanoid Enemy Presets
|
||||
* Added optional enemy parameter to #heal
|
||||
* Added #healparty
|
||||
* Added #block which reverses damage inflicted in the last turn in combat
|
||||
* Added #repeatturn to allow an enemy to do another attack
|
||||
* Tweaked #heal and #damage to allow targeting characters specified as a parameter
|
||||
* Fixed defeated enemies not being removed from combat
|
||||
* Minor bug fixes and improvements
|
||||
|
||||
v. 0.2.1 Hotfix 1
|
||||
* Call `#xp` with the parameter `party` to add xp to the entire group
|
||||
* List places of interest at your current coordinates to `#location`
|
||||
* Hotfix: Fixed being unable to use #damage to target enemies in combat. Thanks coryking!
|
||||
* Minor bug fixes and improvements
|
||||
|
||||
v. 0.2.0
|
||||
* Added combat hashtags: #setupenemy, #encounter, #showenemies, #addenemy, #removeenemy, #initiative, #turn, #flee
|
||||
* `#note` without parameters will store the last action's text into the notes
|
||||
|
|
7800
story-cards.json
7800
story-cards.json
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue