Update character PDF XML: add Notes field, refine TableLayouts, and adjust EnsureHeight styles for better layout consistency and structure
This commit is contained in:
parent
ca5f31de41
commit
37289f2f24
@ -44,6 +44,7 @@
|
|||||||
<String Name="passions"/>
|
<String Name="passions"/>
|
||||||
<String Name="weaknesses"/>
|
<String Name="weaknesses"/>
|
||||||
<String Name="optics"/>
|
<String Name="optics"/>
|
||||||
|
<String Name="notes"/>
|
||||||
</Variables>
|
</Variables>
|
||||||
</Group>
|
</Group>
|
||||||
<Group Name="race">
|
<Group Name="race">
|
||||||
|
|||||||
@ -104,7 +104,10 @@
|
|||||||
<MarginBottom>8</MarginBottom>
|
<MarginBottom>8</MarginBottom>
|
||||||
</Style>
|
</Style>
|
||||||
<Style Name="EnsureHeight">
|
<Style Name="EnsureHeight">
|
||||||
<EnsureHeight>300</EnsureHeight>
|
<EnsureHeight>200</EnsureHeight>
|
||||||
|
</Style>
|
||||||
|
<Style Name="EnsureHeightNotes">
|
||||||
|
<EnsureHeight>500</EnsureHeight>
|
||||||
</Style>
|
</Style>
|
||||||
</Styles>
|
</Styles>
|
||||||
<Pages>
|
<Pages>
|
||||||
@ -598,10 +601,14 @@
|
|||||||
<Size>1</Size>
|
<Size>1</Size>
|
||||||
</HorizontalLine>
|
</HorizontalLine>
|
||||||
|
|
||||||
<TableLayout Styles="SpacerS;EnsureHeight">
|
<TableLayout Styles="SpacerS;EnsureHeightNotes">
|
||||||
<Columns>
|
<Columns>
|
||||||
<Column>
|
<Column>
|
||||||
<Width>100</Width>
|
<Width>60</Width>
|
||||||
|
<Percent>true</Percent>
|
||||||
|
</Column>
|
||||||
|
<Column>
|
||||||
|
<Width>40</Width>
|
||||||
<Percent>true</Percent>
|
<Percent>true</Percent>
|
||||||
</Column>
|
</Column>
|
||||||
</Columns>
|
</Columns>
|
||||||
@ -612,9 +619,11 @@
|
|||||||
<Label>
|
<Label>
|
||||||
<Text>""</Text>
|
<Text>""</Text>
|
||||||
</Label>
|
</Label>
|
||||||
|
<Label>
|
||||||
|
<Text>[data.character.definition.notes]</Text>
|
||||||
|
</Label>
|
||||||
</Content>
|
</Content>
|
||||||
</TableLayout>
|
</TableLayout>
|
||||||
|
|
||||||
</Content>
|
</Content>
|
||||||
</ColumnLayout>
|
</ColumnLayout>
|
||||||
</Content>
|
</Content>
|
||||||
|
|||||||
@ -425,7 +425,7 @@
|
|||||||
<Output>[data.character.definition.motivation]</Output>
|
<Output>[data.character.definition.motivation]</Output>
|
||||||
</TextInput>
|
</TextInput>
|
||||||
<Label>
|
<Label>
|
||||||
<Text>"Was sind deine Passionen/Begabungen?"</Text>
|
<Text>"Was sind deine Passionen/Begabungen? (Max. 5 Angewandte)"</Text>
|
||||||
</Label>
|
</Label>
|
||||||
<TextInput>
|
<TextInput>
|
||||||
<Output>[data.character.definition.passions]</Output>
|
<Output>[data.character.definition.passions]</Output>
|
||||||
@ -450,6 +450,21 @@
|
|||||||
</TextInput>
|
</TextInput>
|
||||||
</Content>
|
</Content>
|
||||||
</GridContainer>
|
</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>
|
</Content>
|
||||||
</Page><!-- End Profile Page-->
|
</Page><!-- End Profile Page-->
|
||||||
<Page Name="baseattributes">
|
<Page Name="baseattributes">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user