mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-07-04 20:50:27 -04:00
Updated README and LICENSE
This commit is contained in:
parent
0e80d726b4
commit
44f48ecb69
2 changed files with 46 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2024 raeleus
|
||||
Copyright (c) 2024 Raymond Buckley
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
45
README.md
45
README.md
|
@ -1,2 +1,47 @@
|
|||
# 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<br>
|
||||
Health points 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>
|
||||
|
||||
Commands are entered with hashtags. For example, you can roll a die if you type the following:
|
||||
`#roll`<br>
|
||||
|
||||
Hashtags can have parameters:<br>
|
||||
`#roll advantage 4d6`<br>
|
||||
|
||||
The hashtags allow for as much immersion and complexity as you want:<br>
|
||||
`#attack the evil chicken`<br>
|
||||
`#attack ranged disadvantage easy the goblin with your spear`<br>
|
||||
`#cast thunderwave at the skeletons`<br>
|
||||
`#check persuasion 15`<br>
|
||||
`#try charisma to kiss the frog`<br>
|
||||
|
||||
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:<br>
|
||||
`#buy 2 "red herrings" with 3 gold`<br>
|
||||
|
||||
You should start by creating a character:<br>
|
||||
`#setup`<br>
|
||||
|
||||
You can create multiple characters in your party. In story mode, type the following:<br>
|
||||
`Barbara #setup`<br>
|
||||
|
||||
You will then use story mode to act upon that character:<br>
|
||||
`Barbara #take greataxe`<br>
|
||||
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue