94 lines
3.6 KiB
XML
94 lines
3.6 KiB
XML
<Pdf Name="charpdf">
|
|
<Styles>
|
|
<Style Name="HeaderItem">
|
|
<Padding>8</Padding>
|
|
</Style>
|
|
<Style Name="ValueBoxRow">
|
|
<HAlign>center</HAlign>
|
|
</Style>
|
|
<Style Name="ValueBox">
|
|
<Border>1</Border>
|
|
<Margin>8</Margin>
|
|
<Width>42</Width>
|
|
<Height>42</Height>
|
|
<VAlign>middle</VAlign>
|
|
<HAlign>center</HAlign>
|
|
</Style>
|
|
<Style Name="ValueBoxChildren" Recursive="true" IgnoreSelf="true">
|
|
<HAlign>center</HAlign>
|
|
</Style>
|
|
</Styles>
|
|
<Pages>
|
|
<Page>
|
|
<Header>
|
|
<RowLayout>
|
|
<Content>
|
|
<Label Styles="HeaderItem">
|
|
<Text>"Heldenbogen"</Text>
|
|
</Label>
|
|
<Label Styles="HeaderItem">
|
|
<Text>"-"</Text>
|
|
</Label>
|
|
<Label Styles="HeaderItem">
|
|
<Text>[data.character.definition.name]</Text>
|
|
</Label>
|
|
<Label Styles="HeaderItem">
|
|
<Text>"-"</Text>
|
|
</Label>
|
|
<Label Styles="HeaderItem">
|
|
<Text>"Persönliche Daten"</Text>
|
|
</Label>
|
|
</Content>
|
|
</RowLayout>
|
|
</Header>
|
|
<Body>
|
|
<RowLayout Styles="ValueBoxRow">
|
|
<Content>
|
|
<ColumnLayout Styles="ValueBox;ValueBoxChildren">
|
|
<Content>
|
|
<Label>
|
|
<Text>"MU"</Text>
|
|
</Label>
|
|
<Label>
|
|
<Text>[data.character.attributes.courage]</Text>
|
|
</Label>
|
|
</Content>
|
|
</ColumnLayout>
|
|
<ColumnLayout Styles="ValueBox;ValueBoxChildren">
|
|
<Content>
|
|
<Label>
|
|
<Text>"KL"</Text>
|
|
</Label>
|
|
<Label>
|
|
<Text>[data.character.attributes.intelligence]</Text>
|
|
</Label>
|
|
</Content>
|
|
</ColumnLayout>
|
|
<ColumnLayout Styles="ValueBox;ValueBoxChildren">
|
|
<Content>
|
|
<Label>
|
|
<Text>"IN"</Text>
|
|
</Label>
|
|
<Label>
|
|
<Text>[data.character.attributes.intuition]</Text>
|
|
</Label>
|
|
</Content>
|
|
</ColumnLayout>
|
|
<ColumnLayout Styles="ValueBox;ValueBoxChildren">
|
|
|
|
<Content>
|
|
<Label>
|
|
<Text>"CH"</Text>
|
|
</Label>
|
|
<Label>
|
|
<Text>[data.character.attributes.charisma]</Text>
|
|
</Label>
|
|
</Content>
|
|
</ColumnLayout>
|
|
</Content>
|
|
</RowLayout>
|
|
</Body>
|
|
<!--<Footer></Footer>-->
|
|
</Page>
|
|
</Pages>
|
|
</Pdf> |