digitalshadowhawk / pf2e-subsystem-helper

a module that aims to implement several pf2e subsystems
MIT License
0 stars 0 forks source link

Indention when adding Custom Effects to Reputation #4

Open dunderbaer opened 4 days ago

dunderbaer commented 4 days ago

Hi there, I use a custom reward system that gives players a faction boon when they reach a certain milestone (liked, admired, revered) with a faction in my game. I wanted to add those boons to the custom effects using your module, but was only able to input all of it as one big block of text. Do you plan on adding any options to create paragraphs or any formatting options in that text field as well? Would go a long way, allowing me and others to have their Subsystem and any rewards nice and tidy in one place.

image

Currently, I can "only" put the three options in a single block of text, it would be really nice if something like a list or indents after every option was possible.

digitalshadowhawk commented 4 days ago

I honestly hadn't thought about multi-line, but it should be enough for me to swap the input type=text tag to just the textarea tag. I'll see about adding it to the next release