442 lines
21 KiB
XML
442 lines
21 KiB
XML
<Pdf Name="charpdf">
|
|
<Styles>
|
|
<Style Name="HeaderItem">
|
|
<Padding>2</Padding>
|
|
</Style>
|
|
<Style Name="Italic">
|
|
<Italic>true</Italic>
|
|
</Style>
|
|
<Style Name="Bold">
|
|
<Bold>true</Bold>
|
|
</Style>
|
|
<Style Name="ValueBoxRow">
|
|
<HAlign>center</HAlign>
|
|
</Style>
|
|
<Style Name="ValueBox">
|
|
<Border>2</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>
|
|
<FontSize>16</FontSize>
|
|
<Bold>true</Bold>
|
|
</Style>
|
|
<Style Name="Courage">
|
|
<BorderColor>ff0000</BorderColor>
|
|
</Style>
|
|
<Style Name="Intelligence">
|
|
<BorderColor>9900cc</BorderColor>
|
|
</Style>
|
|
<Style Name="Intuition">
|
|
<BorderColor>11cc11</BorderColor>
|
|
</Style>
|
|
<Style Name="Charisma">
|
|
<BorderColor>000000</BorderColor>
|
|
</Style>
|
|
<Style Name="Dexterity">
|
|
<BorderColor>b3b300</BorderColor>
|
|
</Style>
|
|
<Style Name="Agility">
|
|
<BorderColor>0000ff</BorderColor>
|
|
</Style>
|
|
<Style Name="Physique">
|
|
<BorderColor>1dcaab</BorderColor>
|
|
</Style>
|
|
<Style Name="Strength">
|
|
<BorderColor>ff6600</BorderColor>
|
|
</Style>
|
|
<Style Name="Table">
|
|
<HAlign>center</HAlign>
|
|
</Style>
|
|
<Style Name="TableChildren" Recursive="true" IgnoreSelf="true">
|
|
<Border>1</Border>
|
|
<Padding>2</Padding>
|
|
<HAlign>center</HAlign>
|
|
<VAlign>middle</VAlign>
|
|
</Style>
|
|
<Style Name="SmallHeader">
|
|
<FontSize>14</FontSize>
|
|
<Bold>true</Bold>
|
|
<Margin>8</Margin>
|
|
</Style>
|
|
<Style Name="Page">
|
|
<Margin>8</Margin>
|
|
</Style>
|
|
<Style Name="SpacerS">
|
|
<Margin>16</Margin>
|
|
</Style>
|
|
</Styles>
|
|
<Pages>
|
|
<!-- Profile/Persönliche Daten -->
|
|
<Page>
|
|
<Header>
|
|
<RowLayout>
|
|
<Content>
|
|
<Label Styles="HeaderItem;Italic">
|
|
<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;Bold">
|
|
<Text>"Persönliche Daten"</Text>
|
|
</Label>
|
|
</Content>
|
|
</RowLayout>
|
|
</Header>
|
|
<Body>
|
|
<ColumnLayout Styles="Page">
|
|
<Content>
|
|
<RowLayout Styles="ValueBoxRow">
|
|
<Content>
|
|
<ColumnLayout Styles="ValueBox;ValueBoxChildren;Courage">
|
|
<Content>
|
|
<Label>
|
|
<Text>"MU"</Text>
|
|
</Label>
|
|
<Label>
|
|
<Text>[data.character.attributes.courage]</Text>
|
|
</Label>
|
|
</Content>
|
|
</ColumnLayout>
|
|
<ColumnLayout Styles="ValueBox;ValueBoxChildren;Intelligence">
|
|
<Content>
|
|
<Label>
|
|
<Text>"KL"</Text>
|
|
</Label>
|
|
<Label>
|
|
<Text>[data.character.attributes.intelligence]</Text>
|
|
</Label>
|
|
</Content>
|
|
</ColumnLayout>
|
|
<ColumnLayout Styles="ValueBox;ValueBoxChildren;Intuition">
|
|
<Content>
|
|
<Label>
|
|
<Text>"IN"</Text>
|
|
</Label>
|
|
<Label>
|
|
<Text>[data.character.attributes.intuition]</Text>
|
|
</Label>
|
|
</Content>
|
|
</ColumnLayout>
|
|
<ColumnLayout Styles="ValueBox;ValueBoxChildren;Charisma">
|
|
<Content>
|
|
<Label>
|
|
<Text>"CH"</Text>
|
|
</Label>
|
|
<Label>
|
|
<Text>[data.character.attributes.charisma]</Text>
|
|
</Label>
|
|
</Content>
|
|
</ColumnLayout>
|
|
<ColumnLayout Styles="ValueBox;ValueBoxChildren;Dexterity">
|
|
<Content>
|
|
<Label>
|
|
<Text>"FF"</Text>
|
|
</Label>
|
|
<Label>
|
|
<Text>[data.character.attributes.dexterity]</Text>
|
|
</Label>
|
|
</Content>
|
|
</ColumnLayout>
|
|
<ColumnLayout Styles="ValueBox;ValueBoxChildren;Agility">
|
|
<Content>
|
|
<Label>
|
|
<Text>"GE"</Text>
|
|
</Label>
|
|
<Label>
|
|
<Text>[data.character.attributes.agility]</Text>
|
|
</Label>
|
|
</Content>
|
|
</ColumnLayout>
|
|
<ColumnLayout Styles="ValueBox;ValueBoxChildren;Physique">
|
|
<Content>
|
|
<Label>
|
|
<Text>"KO"</Text>
|
|
</Label>
|
|
<Label>
|
|
<Text>[data.character.attributes.physique]</Text>
|
|
</Label>
|
|
</Content>
|
|
</ColumnLayout>
|
|
<ColumnLayout Styles="ValueBox;ValueBoxChildren;Strength">
|
|
<Content>
|
|
<Label>
|
|
<Text>"KK"</Text>
|
|
</Label>
|
|
<Label>
|
|
<Text>[data.character.attributes.strength]</Text>
|
|
</Label>
|
|
</Content>
|
|
</ColumnLayout>
|
|
</Content>
|
|
</RowLayout>
|
|
<RowLayout Styles="ValueBoxRow">
|
|
<Content>
|
|
<ColumnLayout Styles="ValueBox;ValueBoxChildren">
|
|
<Content>
|
|
<Label>
|
|
<Text>"LE"</Text>
|
|
</Label>
|
|
<Label>
|
|
<Text>[data.character.attributes.physique] + [data.character.attributes.physique] + [data.character.attributes.strength] + [data.character.race.healthbonus]</Text>
|
|
</Label>
|
|
</Content>
|
|
</ColumnLayout>
|
|
<ColumnLayout Styles="ValueBox;ValueBoxChildren">
|
|
<Content>
|
|
<Label>
|
|
<Text>"INI"</Text>
|
|
</Label>
|
|
<Label>
|
|
<Text>Round(([data.character.attributes.courage] + [data.character.attributes.agility]) / 2, 0)</Text>
|
|
</Label>
|
|
</Content>
|
|
</ColumnLayout>
|
|
<ColumnLayout Styles="ValueBox;ValueBoxChildren">
|
|
<Content>
|
|
<Label>
|
|
<Text>"AW"</Text>
|
|
</Label>
|
|
<Label>
|
|
<Text>Round(([data.character.attributes.intuition] + [data.character.attributes.agility] + [data.character.attributes.agility]) / 4, 0)</Text>
|
|
</Label>
|
|
</Content>
|
|
</ColumnLayout>
|
|
<ColumnLayout Styles="ValueBox;ValueBoxChildren">
|
|
<Content>
|
|
<Label>
|
|
<Text>"GS"</Text>
|
|
</Label>
|
|
<Label>
|
|
<Text>[data.character.race.speed]</Text>
|
|
</Label>
|
|
</Content>
|
|
</ColumnLayout>
|
|
<ColumnLayout Styles="ValueBox;ValueBoxChildren" Visible="[data.character.definition.ismage]">
|
|
<Content>
|
|
<Label>
|
|
<Text>"MN"</Text>
|
|
</Label>
|
|
<Label>
|
|
<Text>[data.character.magic.mana]</Text>
|
|
</Label>
|
|
</Content>
|
|
</ColumnLayout>
|
|
<ColumnLayout Styles="ValueBox;ValueBoxChildren" Visible="[data.character.definition.ismage]">
|
|
<Content>
|
|
<Label>
|
|
<Text>"AM"</Text>
|
|
</Label>
|
|
<Label>
|
|
<Text>charlib_intrinsicmagic()</Text>
|
|
</Label>
|
|
</Content>
|
|
</ColumnLayout>
|
|
</Content>
|
|
</RowLayout>
|
|
<TableLayout Styles="Table;TableChildren;SpacerS;">
|
|
<Columns>
|
|
<Column>
|
|
<Width>75</Width>
|
|
</Column>
|
|
<Column>
|
|
<Width>85</Width>
|
|
</Column>
|
|
<Column>
|
|
<Width>85</Width>
|
|
</Column>
|
|
</Columns>
|
|
<Content>
|
|
<Label>
|
|
<Text>""</Text>
|
|
</Label>
|
|
<Label Styles="Bold">
|
|
<Text>"XP Gesamt"</Text>
|
|
</Label>
|
|
<Label Styles="Bold">
|
|
<Text>"XP Verfügbar"</Text>
|
|
</Label>
|
|
<Label>
|
|
<Text>"Start"</Text>
|
|
</Label>
|
|
<Label>
|
|
<Text>[data.character.control.maxxp]</Text>
|
|
</Label>
|
|
<Label>
|
|
<Text>[data.character.control.xp]</Text>
|
|
</Label>
|
|
<Label>
|
|
<Text>"Aktuell"</Text>
|
|
</Label>
|
|
<Label>
|
|
<Text>""</Text>
|
|
</Label>
|
|
<Label>
|
|
<Text>""</Text>
|
|
</Label>
|
|
</Content>
|
|
</TableLayout>
|
|
<TableLayout Styles="SpacerS">
|
|
<Columns>
|
|
<Column>
|
|
<Width>12</Width>
|
|
<Percent>true</Percent>
|
|
</Column>
|
|
<Column>
|
|
<Width>21</Width>
|
|
<Percent>true</Percent>
|
|
</Column>
|
|
<Column>
|
|
<Width>12</Width>
|
|
<Percent>true</Percent>
|
|
</Column>
|
|
<Column>
|
|
<Width>21</Width>
|
|
<Percent>true</Percent>
|
|
</Column>
|
|
<Column>
|
|
<Width>12</Width>
|
|
<Percent>true</Percent>
|
|
</Column>
|
|
<Column>
|
|
<Width>21</Width>
|
|
<Percent>true</Percent>
|
|
</Column>
|
|
</Columns>
|
|
<Content>
|
|
<Label Styles="Bold">
|
|
<Text>"Name"</Text>
|
|
</Label>
|
|
<Label>
|
|
<Text>[data.character.definition.name]</Text>
|
|
</Label>
|
|
|
|
<Label Styles="Bold">
|
|
<Text>"Spezies"</Text>
|
|
</Label>
|
|
<Label>
|
|
<Text>[data.character.race.name]</Text>
|
|
</Label>
|
|
|
|
<Label Styles="Bold">
|
|
<Text>"Geschlecht"</Text>
|
|
</Label>
|
|
<Label>
|
|
<Text>[data.character.definition.gender]</Text>
|
|
</Label>
|
|
|
|
<Label Styles="Bold">
|
|
<Text>"Titel"</Text>
|
|
</Label>
|
|
<Label>
|
|
<Text>[data.character.definition.title]</Text>
|
|
</Label>
|
|
|
|
<Label Styles="Bold">
|
|
<Text>"Alter"</Text>
|
|
</Label>
|
|
<Label>
|
|
<Text>[data.character.definition.age]</Text>
|
|
</Label>
|
|
|
|
<Label Styles="Bold">
|
|
<Text>"Größe"</Text>
|
|
</Label>
|
|
<Label>
|
|
<Text>[data.character.definition.height]</Text>
|
|
</Label>
|
|
|
|
<Label Styles="Bold">
|
|
<Text>"Herkunft"</Text>
|
|
</Label>
|
|
<Label>
|
|
<Text>[data.character.definition.origin]</Text>
|
|
</Label>
|
|
|
|
<Label Styles="Bold">
|
|
<Text>"Profession"</Text>
|
|
</Label>
|
|
<Label>
|
|
<Text>[data.character.definition.profession]</Text>
|
|
</Label>
|
|
|
|
<Label Styles="Bold">
|
|
<Text>"Gewicht"</Text>
|
|
</Label>
|
|
<Label>
|
|
<Text>[data.character.definition.weight]</Text>
|
|
</Label>
|
|
</Content>
|
|
</TableLayout>>
|
|
<ColumnLayout Styles="SpacerS">
|
|
<Content>
|
|
|
|
<Label Styles="SmallHeader">
|
|
<Text>Erscheinungsbild</Text>
|
|
</Label>
|
|
<Label>
|
|
<Text>[data.character.definition.optics]</Text>
|
|
</Label>
|
|
|
|
<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>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 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>
|
|
</Content>
|
|
</ColumnLayout>
|
|
|
|
</Content>
|
|
</ColumnLayout>
|
|
</Body>
|
|
<!--<Footer></Footer>-->
|
|
</Page>
|
|
</Pages>
|
|
</Pdf> |