Commit 3772b8a
🐛 Render psionic focus and modes in template; resolves #839
The psionic2md.txt template was missing focus and modes rendering,
causing all mode descriptions to be silently dropped in generated output.
- Add Psionic Focus and Modes sections to psionic2md.txt
- Fix focus field to use replaceTextFrom (handles {@...} markup, returns
empty string when absent so template conditional works correctly)
- Add Giddy sample psionic to homebrew test sources
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent a1ef38c commit 3772b8a
File tree
2 files changed
+12
-3
lines changed- src/main
- java/dev/ebullient/convert/tools/dnd5e
- resources/templates/tools5e
2 files changed
+12
-3
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
21 | 30 | | |
22 | 31 | | |
0 commit comments