Skip to content

🐛 The Talent Psionics (and other psionics) don't generate descriptions #839

@PlayingGoji

Description

@PlayingGoji

Describe the bug

I have run into an issue where the CLI generates psionics with missing description elements in the final .md files. (for example with MCDM's The Talent and Psionics from GiddyLimit).
At a glance I could not find any error in the cmd output, but the generated files all seem to be missing the parts of the description under the "modes":[] section. For example:

{
			"name": "Adapt",
			"source": "TalPsi",
			"page": 35,
			"type": "MM",
			"order": "2nd-Order",
			"entries": [
				"{@b Manifestation Time:} 1 action",
				"{@b Range:} 15 feet",
				"{@b Duration:} 24 hours"
			],
			"modes": [
				{
					"name": "2nd-Order",
					"entries": [
						"Choose up to four willing creatures you can see within range. For the duration, each target can survive without any food or water, and is immune to {@condition exhaustion} caused by mundane environmental or weather effects."
					]
				},
				{
					"name": "Increased Order",
					"entries": [
						"When you manifest this power, you can increase its order by 1 or more. For each increase of 1, you target one additional creature."
					]
				}
			]
		},

would output a .md file that includes the psionic power's name, type, order etc, but lacks any part of the description under modes. The psionics display fully on 5eTools so I am unsure if the .json files could be faulty in this case.

If it's of any concern, I use the .jar version of CLI.

Expected Behavior

For the generated files in the psionic folder to display descriptions normally.

TTRPG CLI Version

2.2.3 (.jar)

Which Operating Systems have you experienced this on?

  • Android
  • iPhone/iPad
  • Linux
  • macOS
  • Windows

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions