Update character creation tool XML: standardize style names, add attribute-specific styles with border colors, and refine HeaderItem and ValueBoxChildren layouts
This commit is contained in:
parent
198368f64b
commit
cc0817028b
@ -1,12 +1,12 @@
|
|||||||
<Pdf Name="charpdf">
|
<Pdf Name="charpdf">
|
||||||
<Styles>
|
<Styles>
|
||||||
<Style Name="HeaderItem">
|
<Style Name="HeaderItem">
|
||||||
<Padding>4</Padding>
|
<Padding>2</Padding>
|
||||||
</Style>
|
</Style>
|
||||||
<Style Name="italic">
|
<Style Name="Italic">
|
||||||
<Italic>true</Italic>
|
<Italic>true</Italic>
|
||||||
</Style>
|
</Style>
|
||||||
<Style Name="bold">
|
<Style Name="Bold">
|
||||||
<Bold>true</Bold>
|
<Bold>true</Bold>
|
||||||
</Style>
|
</Style>
|
||||||
<Style Name="ValueBoxRow">
|
<Style Name="ValueBoxRow">
|
||||||
@ -25,13 +25,37 @@
|
|||||||
<FontSize>16</FontSize>
|
<FontSize>16</FontSize>
|
||||||
<Bold>true</Bold>
|
<Bold>true</Bold>
|
||||||
</Style>
|
</Style>
|
||||||
|
<Style Name="Courage">
|
||||||
|
<BorderColor>ff0000</BorderColor>
|
||||||
|
</Style>
|
||||||
|
<Style Name="Intelligence">
|
||||||
|
<BorderColor>9900cc</BorderColor>
|
||||||
|
</Style>
|
||||||
|
<Style Name="Intuition">
|
||||||
|
<BorderColor>33cc33</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>3deacb</BorderColor>
|
||||||
|
</Style>
|
||||||
|
<Style Name="Strength">
|
||||||
|
<BorderColor>ff6600</BorderColor>
|
||||||
|
</Style>
|
||||||
</Styles>
|
</Styles>
|
||||||
<Pages>
|
<Pages>
|
||||||
<Page>
|
<Page>
|
||||||
<Header>
|
<Header>
|
||||||
<RowLayout>
|
<RowLayout>
|
||||||
<Content>
|
<Content>
|
||||||
<Label Styles="HeaderItem">
|
<Label Styles="HeaderItem;Italic">
|
||||||
<Text>"Heldenbogen"</Text>
|
<Text>"Heldenbogen"</Text>
|
||||||
</Label>
|
</Label>
|
||||||
<Label Styles="HeaderItem">
|
<Label Styles="HeaderItem">
|
||||||
@ -43,7 +67,7 @@
|
|||||||
<Label Styles="HeaderItem">
|
<Label Styles="HeaderItem">
|
||||||
<Text>"-"</Text>
|
<Text>"-"</Text>
|
||||||
</Label>
|
</Label>
|
||||||
<Label Styles="HeaderItem">
|
<Label Styles="HeaderItem;Bold">
|
||||||
<Text>"Persönliche Daten"</Text>
|
<Text>"Persönliche Daten"</Text>
|
||||||
</Label>
|
</Label>
|
||||||
</Content>
|
</Content>
|
||||||
@ -52,7 +76,7 @@
|
|||||||
<Body>
|
<Body>
|
||||||
<RowLayout Styles="ValueBoxRow">
|
<RowLayout Styles="ValueBoxRow">
|
||||||
<Content>
|
<Content>
|
||||||
<ColumnLayout Styles="ValueBox;ValueBoxChildren">
|
<ColumnLayout Styles="ValueBox;ValueBoxChildren;Courage">
|
||||||
<Content>
|
<Content>
|
||||||
<Label>
|
<Label>
|
||||||
<Text>"MU"</Text>
|
<Text>"MU"</Text>
|
||||||
@ -62,7 +86,7 @@
|
|||||||
</Label>
|
</Label>
|
||||||
</Content>
|
</Content>
|
||||||
</ColumnLayout>
|
</ColumnLayout>
|
||||||
<ColumnLayout Styles="ValueBox;ValueBoxChildren">
|
<ColumnLayout Styles="ValueBox;ValueBoxChildren;Intelligence">
|
||||||
<Content>
|
<Content>
|
||||||
<Label>
|
<Label>
|
||||||
<Text>"KL"</Text>
|
<Text>"KL"</Text>
|
||||||
@ -72,7 +96,7 @@
|
|||||||
</Label>
|
</Label>
|
||||||
</Content>
|
</Content>
|
||||||
</ColumnLayout>
|
</ColumnLayout>
|
||||||
<ColumnLayout Styles="ValueBox;ValueBoxChildren">
|
<ColumnLayout Styles="ValueBox;ValueBoxChildren;Intuition">
|
||||||
<Content>
|
<Content>
|
||||||
<Label>
|
<Label>
|
||||||
<Text>"IN"</Text>
|
<Text>"IN"</Text>
|
||||||
@ -82,8 +106,7 @@
|
|||||||
</Label>
|
</Label>
|
||||||
</Content>
|
</Content>
|
||||||
</ColumnLayout>
|
</ColumnLayout>
|
||||||
<ColumnLayout Styles="ValueBox;ValueBoxChildren">
|
<ColumnLayout Styles="ValueBox;ValueBoxChildren;Charisma">
|
||||||
|
|
||||||
<Content>
|
<Content>
|
||||||
<Label>
|
<Label>
|
||||||
<Text>"CH"</Text>
|
<Text>"CH"</Text>
|
||||||
@ -93,6 +116,46 @@
|
|||||||
</Label>
|
</Label>
|
||||||
</Content>
|
</Content>
|
||||||
</ColumnLayout>
|
</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>
|
</Content>
|
||||||
</RowLayout>
|
</RowLayout>
|
||||||
</Body>
|
</Body>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user