88 lines
3.3 KiB
XML
88 lines
3.3 KiB
XML
<Pdf Name="charpdf">
|
|
<Styles>
|
|
<Style Name="ValueBox">
|
|
<Border>1</Border>
|
|
<Margin>16</Margin>
|
|
<Width>48</Width>
|
|
<Height>48</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>
|
|
<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;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> |