Update character PDF XML: add Spacer8 style, refine table layouts, and encapsulate background and motivation sections in ColumnLayout for improved readability and structure
This commit is contained in:
parent
e650a539db
commit
92b975904f
@ -66,6 +66,9 @@
|
||||
<Style Name="Page">
|
||||
<Margin>8</Margin>
|
||||
</Style>
|
||||
<Style Name="Spacer8">
|
||||
<Margin>8</Margin>
|
||||
</Style>
|
||||
</Styles>
|
||||
<Pages>
|
||||
<!-- Profile/Persönliche Daten -->
|
||||
@ -242,7 +245,7 @@
|
||||
</ColumnLayout>
|
||||
</Content>
|
||||
</RowLayout>
|
||||
<TableLayout Styles="Table;TableChildren">
|
||||
<TableLayout Styles="Table;TableChildren;Spacer8;">
|
||||
<Columns>
|
||||
<Column>
|
||||
<Width>100</Width>
|
||||
@ -258,10 +261,10 @@
|
||||
<Label>
|
||||
<Text>""</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Label Styles="Bold">
|
||||
<Text>"XP Gesamt"</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Label Styles="Bold">
|
||||
<Text>"XP Verfügbar"</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
@ -284,30 +287,30 @@
|
||||
</Label>
|
||||
</Content>
|
||||
</TableLayout>
|
||||
<TableLayout>
|
||||
<TableLayout Styles="Spacer8">
|
||||
<Columns>
|
||||
<Column>
|
||||
<Width>16</Width>
|
||||
<Width>12</Width>
|
||||
<Percent>true</Percent>
|
||||
</Column>
|
||||
<Column>
|
||||
<Width>16</Width>
|
||||
<Width>21</Width>
|
||||
<Percent>true</Percent>
|
||||
</Column>
|
||||
<Column>
|
||||
<Width>16</Width>
|
||||
<Width>12</Width>
|
||||
<Percent>true</Percent>
|
||||
</Column>
|
||||
<Column>
|
||||
<Width>16</Width>
|
||||
<Width>21</Width>
|
||||
<Percent>true</Percent>
|
||||
</Column>
|
||||
<Column>
|
||||
<Width>16</Width>
|
||||
<Width>12</Width>
|
||||
<Percent>true</Percent>
|
||||
</Column>
|
||||
<Column>
|
||||
<Width>16</Width>
|
||||
<Width>21</Width>
|
||||
<Percent>true</Percent>
|
||||
</Column>
|
||||
</Columns>
|
||||
@ -377,47 +380,51 @@
|
||||
</Content>
|
||||
</TableLayout>
|
||||
|
||||
<Label Styles="SmallHeader">
|
||||
<Text>Lebensgeschichte - Was geschah bis jetzt?</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.definition.background]</Text>
|
||||
</Label>
|
||||
<ColumnLayout Styles="Spacer8">
|
||||
<Content>
|
||||
<Label Styles="SmallHeader">
|
||||
<Text>Lebensgeschichte - Was geschah bis jetzt?</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.definition.background]</Text>
|
||||
</Label>
|
||||
|
||||
<Label Styles="SmallHeader">
|
||||
<Text>Motivation - Was möchtest du erreichen?</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.definition.motivation]</Text>
|
||||
</Label>
|
||||
<Label Styles="SmallHeader">
|
||||
<Text>Motivation - Was möchtest du erreichen?</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.definition.motivation]</Text>
|
||||
</Label>
|
||||
|
||||
<Label Styles="SmallHeader">
|
||||
<Text>Was sind deine Passionen/Begabungen?</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.definition.passions]</Text>
|
||||
</Label>
|
||||
<Label Styles="SmallHeader">
|
||||
<Text>Was sind deine Passionen/Begabungen?</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.definition.passions]</Text>
|
||||
</Label>
|
||||
|
||||
<Label Styles="SmallHeader">
|
||||
<Text>Was ist dir wichtig? / Was sind deine Überzeugungen?</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.definition.importance]</Text>
|
||||
</Label>
|
||||
<Label Styles="SmallHeader">
|
||||
<Text>Was ist dir wichtig? / Was sind deine Überzeugungen?</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.definition.importance]</Text>
|
||||
</Label>
|
||||
|
||||
<Label Styles="SmallHeader">
|
||||
<Text>Was sind deine größten Ängste?</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.definition.fears]</Text>
|
||||
</Label>
|
||||
<Label Styles="SmallHeader">
|
||||
<Text>Was sind deine größten Ängste?</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.definition.fears]</Text>
|
||||
</Label>
|
||||
|
||||
<Label Styles="SmallHeader">
|
||||
<Text>Was sind deine Schwächen/schlechten Angewohnheiten?</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.definition.weaknesses]</Text>
|
||||
</Label>
|
||||
<Label Styles="SmallHeader">
|
||||
<Text>Was sind deine Schwächen/schlechten Angewohnheiten?</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.definition.weaknesses]</Text>
|
||||
</Label>
|
||||
</Content>
|
||||
</ColumnLayout>
|
||||
|
||||
</Content>
|
||||
</ColumnLayout>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user