SimpleTest/tools/charactercreation/characterpdf.xml

85 lines
3.2 KiB
XML

<Pdf Name="charpdf">
<Styles>
<Style Name="ValueBox">
<Border>1</Border>
<Margin>4</Margin>
<Padding>8</Padding>
<Width>52</Width>
<Height>52</Height>
<VAlign>middle</VAlign>
<HAlign>center</HAlign>
</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>
<RowLayout>
<Content>
<ColumnLayout Styles="ValueBox">
<Content>
<Label>
<Text>"MU"</Text>
</Label>
<Label>
<Text>[data.character.attributes.courage]</Text>
</Label>
</Content>
</ColumnLayout>
<ColumnLayout Styles="ValueBox">
<Content>
<Label>
<Text>"KL"</Text>
</Label>
<Label>
<Text>[data.character.attributes.intelligence]</Text>
</Label>
</Content>
</ColumnLayout>
<ColumnLayout Styles="ValueBox">
<Content>
<Label>
<Text>"IN"</Text>
</Label>
<Label>
<Text>[data.character.attributes.intuition]</Text>
</Label>
</Content>
</ColumnLayout>
<ColumnLayout Styles="ValueBox">
<Content>
<Label>
<Text>"CH"</Text>
</Label>
<Label>
<Text>[data.character.attributes.charisma]</Text>
</Label>
</Content>
</ColumnLayout>
</Content>
</RowLayout>
</Body>
<!--<Footer></Footer>-->
</Page>
</Pages>
</Pdf>