Scenario script for AI Dungeon
Find a file
2024-09-15 22:44:25 -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 Initial commit 2024-09-15 22:36:10 -07:00
Library.js Initial commit 2024-09-15 22:36:10 -07:00
LICENSE.md Updated README and LICENSE 2024-09-15 22:44:25 -07:00
Output.js Initial commit 2024-09-15 22:36:10 -07:00
README.md Updated README and LICENSE 2024-09-15 22:44:25 -07:00

Hashtag-DnD

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

Commands are entered with hashtags. For example, you can roll a die if you type the following: #roll

Hashtags can have parameters:
#roll advantage 4d6

The hashtags allow for as much immersion and complexity as you want:
#attack the evil chicken
#attack ranged disadvantage easy the goblin with your spear
#cast thunderwave at the skeletons
#check persuasion 15
#try charisma to kiss the frog

Use quotes when you have spaces in a parameter. This isn't always necessary, but it is advised when multiple parameters make the phrase ambiguous:
#buy 2 "red herrings" with 3 gold

You should start by creating a character:
#setup

You can create multiple characters in your party. In story mode, type the following:
Barbara #setup

You will then use story mode to act upon that character:
Barbara #take greataxe

To see the full list of hashtags, use #help

If the scenario is having trouble responding to your hashtags, use Story mode. Try not to use Say mode with hash tags, but it works for most commands. Do mode automatically assigns the character name to the character name you set in AID when third person mode is activated.

The provided scenario is very bare bones. This is intended to be the base for your own story development. Look out for future scenarios based on Hashtag DnD!

v. 0.0.1

  • Initial release