No description
Find a file
Ferriol Pey Comas a95a8a0e43 doc: Change version number to create new release.
In order to upload the plugin to Obisidian's repo it has to mach the current file version
2024-09-10 15:32:48 +02:00
res docs: Add info and correct spelling 2024-09-10 15:00:09 +02:00
.editorconfig feat(plugin): initial implementation of alignment tracker 2024-09-10 12:06:09 +02:00
.eslintignore feat(plugin): initial implementation of alignment tracker 2024-09-10 12:06:09 +02:00
.eslintrc feat(plugin): initial implementation of alignment tracker 2024-09-10 12:06:09 +02:00
.gitignore feat(plugin): initial implementation of alignment tracker 2024-09-10 12:06:09 +02:00
.npmrc feat(plugin): initial implementation of alignment tracker 2024-09-10 12:06:09 +02:00
esbuild.config.mjs feat(plugin): initial implementation of alignment tracker 2024-09-10 12:06:09 +02:00
LICENSE.md feat(plugin): initial implementation of alignment tracker 2024-09-10 12:06:09 +02:00
main.ts feat(api): add value scaling 2024-09-10 14:31:12 +02:00
manifest.json doc: Change version number to create new release. 2024-09-10 15:32:48 +02:00
package.json doc: Change version number to create new release. 2024-09-10 15:32:48 +02:00
README.md docs: Add info and correct spelling 2024-09-10 15:00:09 +02:00
styles.css fix(ui): color distribution gradually 2024-09-10 14:33:19 +02:00
tsconfig.json feat(plugin): initial implementation of alignment tracker 2024-09-10 12:06:09 +02:00
version-bump.mjs feat(plugin): initial implementation of alignment tracker 2024-09-10 12:06:09 +02:00
versions.json feat(plugin): initial implementation of alignment tracker 2024-09-10 12:06:09 +02:00

Obsidian Alignment Tracker

I have always found the alignment system in DnD a bit odd. I believe that players' actions should determine their alignment, not the other way around. Some people argue that this makes alignment pointless, but I think this approach provides a better understanding of how players are perceived in the world their characters inhabit. It also restricts access to certain magic items with alignment requirements.

For those who agree with me and use Obsidian, I have a method that has worked so far:

I draw two tables, one with the L-C axis and another with the G-E axis. Every time my players do something that could be seen as Lawful, Chaotic, Neutral, Good, or Evil, I mark a dot in the corresponding cell. From time to time, I review the alignment tables for each player to get a clearer view of their alignment. Sometimes, I even share this with them so they know where they stand.

Usage

To do this in Obsidian, I developed this plugin. You just need to create an alignmenttracker block and use it. I recommend creating a template with the Templater plugin using the following content:

\```alignmenttracker
L: 0
C: 0
G: 0
E: 0
\```

Every time they do something that would correspond to L, C, G, or E you can increase the relevant number, and the grid will be automatically generated.

POC

The results are: Alt text Alt text