Hashtag-DnD/README.md
2024-09-29 09:34:48 -07:00

45 lines
No EOL
1.6 KiB
Markdown

# 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<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>
See the [user guide here](https://github.com/raeleus/Hashtag-DnD/wiki).
v. 0.1.0
* Added `#renameitem` to rename an existing item
* Added `#renamecharacter` to rename an existing character
* Added `#clonecharacter` to copy an existing character
* 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