Skip to content

NikolaiF90/AIDCharacterSheetandMechanicSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

128 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[AID] Character Sheet and Mechanics System (CSMS)

by PrinceF90

"The AI handles judgment. The script handles consistency."

Cover Art


CSMS is a mechanics and character system for AI Dungeon. Ordinances, dice, inventory, combat, and progression — all in one script.

For full documentation, guides, and examples — visit the website.


Installation

  1. Copy library.js contents into your scenario's Library tab
  2. Add to Input tab:
CSMS("input");
const modifier = (text) => { return { text } };
modifier(text)
  1. Add to Context tab:
CSMS("context");
const modifier = (text) => { return { text, stop } };
modifier(text)
  1. Add to Output tab:
CSMS("output");
const modifier = (text) => { return { text } };
modifier(text)

CC0-1.0 — free to use, modify, and share. Credit appreciated but not required.

About

A character sheet and mechanics system for AI Dungeon. Ordinances, dice, inventory, and progression — the AI judges, the script executes.

Topics

Resources

License

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Contributors