SimpleTest/tools/charactercreation/characterpdf.xml

79 lines
3.0 KiB
XML

<Pdf Name="charpdf">
<Styles>
<Style Name="main_table" Recursive="true" IgnoreSelf="true">
<BorderWidth>1</BorderWidth>
</Style>
</Styles>
<Pages>
<Page>
<Header>
<RowLayout>
<Content>
<Label>
<Text>"Heldenbogen"</Text>
</Label>
<Label>
<Text>" - "</Text>
</Label>
<Label>
<Text>[data.character.definition.name]</Text>
</Label>
<Label>
<Text>" - "</Text>
</Label>
<Label>
<Text>"Persönliche Daten"</Text>
</Label>
</Content>
</RowLayout>
</Header>
<Body>
<ColumnLayout>
<Content>
<RowLayout Styles="main_table">
<Content>
<Label>
<Text>"MU"</Text>
</Label>
<Label>
<Text>[data.character.attributes.courage]</Text>
</Label>
</Content>
</RowLayout>
<RowLayout>
<Content>
<Label>
<Text>"KL"</Text>
</Label>
<Label>
<Text>[data.character.attributes.intelligence]</Text>
</Label>
</Content>
</RowLayout>
<RowLayout>
<Content>
<Label>
<Text>"IN"</Text>
</Label>
<Label>
<Text>[data.character.attributes.intuition]</Text>
</Label>
</Content>
</RowLayout>
<RowLayout>
<Content>
<Label>
<Text>"CH"</Text>
</Label>
<Label>
<Text>[data.character.attributes.charisma]</Text>
</Label>
</Content>
</RowLayout>
</Content>
</ColumnLayout>
</Body>
<!--<Footer></Footer>-->
</Page>
</Pages>
</Pdf>