13th Age statblocks

by ben
5
4
3
2
1
Score: 38/100

Description

Category: Note Enhancements

The 13th Age statblocks plugin enhances Obsidian for fans of the 13th Age RPG by allowing you to render visually appealing stat blocks directly in your notes. With built-in SRD content, it simplifies the process of creating and customizing monsters for your campaigns, making it easier to manage game prep and storytelling. Whether you're designing encounters or documenting adventures, this plugin provides a clean and intuitive way to organize and present vital game data, keeping your RPG resources accessible and beautifully formatted within your Obsidian vault.

Reviews

  • Ganessh Kumar R P
    Reviewed on Mar 29th, 2026
    No review text provided.

Stats

9
stars
4,542
downloads
5
forks
1,576
days
803
days
803
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
1
total issues
1
open issues
0
closed issues
7
commits

Latest Version

2 years ago

Changelog

Fixes some data issues, and improves the trait/special rendering.

README file from

Github

13th Age Statblocks

This plugin renders 13th-Age plugins, and includes SRD content to base your monsters from.

Development

  • Clone this repo.
  • npm i or yarn to install dependencies
  • npm run dev to start compilation in watch mode.

Manually installing the plugin

  • Copy over main.js, styles.css, manifest.json to your vault VaultFolder/.obsidian/plugins/13th-age-statblocks/.

Improve code quality with eslint (optional)

  • ESLint is a tool that analyzes your code to quickly find problems. You can run ESLint against your plugin to find common bugs and ways to improve your code.
  • To use eslint with this project, make sure to install eslint from terminal:
    • npm install -g eslint
  • To use eslint to analyze this project use this command:
    • eslint main.ts
    • eslint will then create a report with suggestions for code improvement by file and line number.
  • If your source code is in a folder, such as src, you can use eslint with this command to analyze all files in that folder:
    • eslint .\src\

API Documentation

See https://github.com/obsidianmd/obsidian-api

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.