PDA

View Full Version : NPC Columns



YAKO SOMEDAKY
September 20th, 2017, 17:14
Is there any way to resize the NPC columns in any ruleset, but in case the question is related to the Numenera column, since the GM Intrusion translation is strange.
The image is below:

20592

Moon Wizard
September 20th, 2017, 17:25
There are multiple templates which control the layout of these fields. You would have to write an extension to update all of the templates in order to change the label width. ("number_column", "string_column", ...)

Regards,
JPG

YAKO SOMEDAKY
September 20th, 2017, 17:34
I understand, it's exactly an extension of translation and it's in it that I'm making the adjustments ...
Now the doubt is:
What would be the command to adjust the width?
Unfortunately my knowledge is very limited.

Moon Wizard
September 20th, 2017, 17:38
You would have define new templates to replace many of the "_column" templates. You can find all of these templates in the CoreRPG ruleset in the common/template_common.xml file. Specifically, you need to redefine any templates which use the <left offset="97"> anchor tag to a larger value within the extension.

Regards,
JPG