Update character PDF XML: add Notes field, refine TableLayouts, and adjust EnsureHeight styles for better layout consistency and structure

This commit is contained in:
Florian 2026-05-13 14:09:20 +02:00
parent ca5f31de41
commit 37289f2f24
3 changed files with 30 additions and 5 deletions

View File

@ -44,6 +44,7 @@
<String Name="passions"/>
<String Name="weaknesses"/>
<String Name="optics"/>
<String Name="notes"/>
</Variables>
</Group>
<Group Name="race">

View File

@ -104,7 +104,10 @@
<MarginBottom>8</MarginBottom>
</Style>
<Style Name="EnsureHeight">
<EnsureHeight>300</EnsureHeight>
<EnsureHeight>200</EnsureHeight>
</Style>
<Style Name="EnsureHeightNotes">
<EnsureHeight>500</EnsureHeight>
</Style>
</Styles>
<Pages>
@ -598,10 +601,14 @@
<Size>1</Size>
</HorizontalLine>
<TableLayout Styles="SpacerS;EnsureHeight">
<TableLayout Styles="SpacerS;EnsureHeightNotes">
<Columns>
<Column>
<Width>100</Width>
<Width>60</Width>
<Percent>true</Percent>
</Column>
<Column>
<Width>40</Width>
<Percent>true</Percent>
</Column>
</Columns>
@ -612,9 +619,11 @@
<Label>
<Text>""</Text>
</Label>
<Label>
<Text>[data.character.definition.notes]</Text>
</Label>
</Content>
</TableLayout>
</Content>
</ColumnLayout>
</Content>

View File

@ -425,7 +425,7 @@
<Output>[data.character.definition.motivation]</Output>
</TextInput>
<Label>
<Text>"Was sind deine Passionen/Begabungen?"</Text>
<Text>"Was sind deine Passionen/Begabungen? (Max. 5 Angewandte)"</Text>
</Label>
<TextInput>
<Output>[data.character.definition.passions]</Output>
@ -450,6 +450,21 @@
</TextInput>
</Content>
</GridContainer>
<Header>
<Level>2</Level>
<Text>"Sonstiges"</Text>
</Header>
<GridContainer>
<Cols>2</Cols>
<Content>
<Label>
<Text>"Notizen"</Text>
</Label>
<TextInput>
<Output>[data.character.definition.notes]</Output>
</TextInput>
</Content>
</GridContainer>
</Content>
</Page><!-- End Profile Page-->
<Page Name="baseattributes">