Scenario script for AI Dungeon
Find a file
2024-10-11 08:01:15 -07:00
.gitattributes Initial commit 2024-09-15 22:36:10 -07:00
Context.js Initial commit 2024-09-15 22:36:10 -07:00
Input.js Update docs and allow hitmodifier to be a dice roll in #addenemy 2024-10-11 08:01:15 -07:00
Library.js Added hit modifier to enemy attacks. 2024-10-11 00:08:04 -07:00
LICENSE.md Updated README and LICENSE 2024-09-15 22:44:25 -07:00
Output.js Update docs and allow hitmodifier to be a dice roll in #addenemy 2024-10-11 08:01:15 -07:00
README.md Update README.md 2024-10-09 10:21:08 -07:00
story-cards.json Added story cards. 2024-09-22 13:05:41 -07:00

Hashtag-DnD

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
Health points and a focus on strategic combat.
Skill/Ability based gameplay guarantees a challenge at every turn
Advanced dice rolling syntax allows you to set the precise odds
Unlimited party size with each character having their own inventory, stats, and biographies
Multiplayer compatible
Personalized note system that does not take up context space
Create locations to travel to and view them in a map

See the user guide here. Watch the tutorial video.

v. 0.2.0

  • #note without parameters will store the last action's text into the notes
  • #goto specified with a distance and location name will take you partially toward the target
  • #goto allows you to travel by typing a location number instead of a name
  • You may add flavor text to any hashtag by typing text after a line break after the hashtag (shift + enter on desktop). Thanks Xiron!
  • You may use commas in coordinates now
  • The scenario keeps track of how many days have passed since the adventure has started. See #rest, #showday, #setday.
  • Added automatic difficulty which is DC 0
  • Added #version
  • Allow adding a plus or minus number to #roll. ie. #roll 5d20+6
  • Minor bug fixes and improvements

v. 0.1.0

  • Added #createlocation, #goto, #gonorth, #gosouth, #goeast, #gowest, #removelocation, #clearlocations, #getlocation and #showlocations to enable travelling.
  • Added #map to generate an ASCII map based on the locations and player location.
  • Added #renameitem to rename an existing item
  • Added #renamecharacter to rename an existing character
  • Added #clonecharacter to copy an existing character
  • #removenote can remove more than one note at a time
  • Minor bug fixes and improvements

v. 0.0.6

  • #cast no longer requires quotes
  • Minor bug fixes and improvements

v. 0.0.5

  • Fixed using the "all" keyword in the #drop fails
  • Minor bug fixes and improvements

v. 0.0.4

  • Added #generatename (male|female) (fantasy|modern|scifi|nordic) to retrieve a random name from the specified gender and genre

v. 0.0.3

  • Added #setdefaultdifficulty (difficulty_class or effortless|easy|medium|hard|impossible) to set the default difficulty of #check, #try, #attack, #cast

v. 0.0.2

  • Fixed incorrect synonyms
  • You may use #pay as a synonym for #drop
  • You may inverse skill/ability with the hashtag. ie. #intelligence check instead of #check intelligence
  • Adjusted #showskills to display both the proficiency and ability modifier
  • Minor improvements and bug fixes

v. 0.0.1

  • Initial release