• Hello game master! Welcome to our growing community. Please take a moment to Register (top right button, see how: Slides).

    If you use Campaign Logger, you can use the same login details - we've linked the app to this forum for secure and easy single sign-on for you.

    And please drop by the Introductions thread and say hi.
Writing Statblocks

Writing Statblocks 1.0

No permission to download
I expanded the new parser and editor with support for Bonus Actions, Reactions, Legendary Actions, and Lairs: https://saclmd.z1.web.core.windows.net/ (You might to Ctrl+F5 to refresh any cached content)

1711882314334.png
 
Trying to get a grasp on this one. I am trying to see if I can create statblocks for AD&D 2e this way, but do I understand it correctly that I can't really change how data is presented myself, I need you to build the rendering into the editor? So I can't add a new stat, like "Morale" myself? Or am I misunderstanding something here?
(Trying to figure out what I am able to do without piling more demands on you, I think I've been asking for plenty already ;-) )
 
Last edited:
Trying to get a grasp on this one. I am trying to see if I can create statblocks for AD&D 2e this way, but do I understand it correctly that I can't really change how data is presented myself, I need you to build the rendering into the editor? So I can't add a new stat, like "Morale" myself? Or am I misunderstanding something here?
(Trying to figure out what I am able to do without piling more demands on you, I think I've been asking for plenty already ;-) )
You are correct. The "stat blocks" feature is in an alpha state. Jochen needs to set up each style manually.

We might be linking Stat Block stuff with another tech, called Grey Matter, and with CL appearance settings. Things like setting your own colours to the UI, a custom background, custom stat blocks, etc.
 
Maybe this OSE statblock and be repurposed for AD&D:

YAML:
```clyt
template: stat-block.ose
title: Acolyte
description: 1st level clerics on a quest for their deity.
stats:
- Armor Class: 2 [17]
- Hit Dice: 1 (4hp)
- Attacks: 1 × mace (1d6)
- THAC0: 19 [0]
- Movement: 60' (20')
- Saving Throws: D11 W12 P14 B16 S15 (Cleric 1)
- Morale: 7
- Alignment: Any
- XP: 10
- Number Appearing: 1d8 (1d20)
- Treasure Type: U
traits:
- Leader: Groups of 4+ are led by a higher level cleric (1d10: 1–4: 2nd level, 5–7: 3rd level, 8–9: 4th level, 10: 5th level). Choose or roll the leader’s spells.
```

It looks like this:
1734201623328.png
 
Back
Top