Update character PDF XML: adjust colors, refine table styles, and improve label texts for layout consistency
This commit is contained in:
parent
4ef62b0bdf
commit
55c53f612a
@ -32,7 +32,7 @@
|
|||||||
<BorderColor>9900cc</BorderColor>
|
<BorderColor>9900cc</BorderColor>
|
||||||
</Style>
|
</Style>
|
||||||
<Style Name="Intuition">
|
<Style Name="Intuition">
|
||||||
<BorderColor>11cc11</BorderColor>
|
<BorderColor>22CC44</BorderColor>
|
||||||
</Style>
|
</Style>
|
||||||
<Style Name="Charisma">
|
<Style Name="Charisma">
|
||||||
<BorderColor>000000</BorderColor>
|
<BorderColor>000000</BorderColor>
|
||||||
@ -44,10 +44,10 @@
|
|||||||
<BorderColor>0000ff</BorderColor>
|
<BorderColor>0000ff</BorderColor>
|
||||||
</Style>
|
</Style>
|
||||||
<Style Name="Physique">
|
<Style Name="Physique">
|
||||||
<BorderColor>1dcaab</BorderColor>
|
<BorderColor>00AACC</BorderColor>
|
||||||
</Style>
|
</Style>
|
||||||
<Style Name="Strength">
|
<Style Name="Strength">
|
||||||
<BorderColor>ff6600</BorderColor>
|
<BorderColor>EE0099</BorderColor>
|
||||||
</Style>
|
</Style>
|
||||||
<Style Name="CourageText" Recursive="true">
|
<Style Name="CourageText" Recursive="true">
|
||||||
<FontColor>ff0000</FontColor>
|
<FontColor>ff0000</FontColor>
|
||||||
@ -56,7 +56,7 @@
|
|||||||
<FontColor>9900cc</FontColor>
|
<FontColor>9900cc</FontColor>
|
||||||
</Style>
|
</Style>
|
||||||
<Style Name="IntuitionText" Recursive="true">
|
<Style Name="IntuitionText" Recursive="true">
|
||||||
<FontColor>11cc11</FontColor>
|
<FontColor>22CC44</FontColor>
|
||||||
</Style>
|
</Style>
|
||||||
<Style Name="CharismaText" Recursive="true">
|
<Style Name="CharismaText" Recursive="true">
|
||||||
<FontColor>000000</FontColor>
|
<FontColor>000000</FontColor>
|
||||||
@ -68,10 +68,10 @@
|
|||||||
<FontColor>0000ff</FontColor>
|
<FontColor>0000ff</FontColor>
|
||||||
</Style>
|
</Style>
|
||||||
<Style Name="PhysiqueText" Recursive="true">
|
<Style Name="PhysiqueText" Recursive="true">
|
||||||
<FontColor>1dcaab</FontColor>
|
<FontColor>00AACC</FontColor>
|
||||||
</Style>
|
</Style>
|
||||||
<Style Name="StrengthText" Recursive="true">
|
<Style Name="StrengthText" Recursive="true">
|
||||||
<FontColor>ff6600</FontColor>
|
<FontColor>EE0099</FontColor>
|
||||||
</Style>
|
</Style>
|
||||||
<Style Name="Table">
|
<Style Name="Table">
|
||||||
<HAlign>center</HAlign>
|
<HAlign>center</HAlign>
|
||||||
@ -156,7 +156,7 @@
|
|||||||
<Style Name="TableBorder">
|
<Style Name="TableBorder">
|
||||||
<Border>1</Border>
|
<Border>1</Border>
|
||||||
</Style>
|
</Style>
|
||||||
<Style Name="GapChildren" Recursive="true" IgnoreSelf="true">
|
<Style Name="GapChildren">
|
||||||
<Margin>1</Margin>
|
<Margin>1</Margin>
|
||||||
</Style>
|
</Style>
|
||||||
<Style Name="BiggerLowerBorder">
|
<Style Name="BiggerLowerBorder">
|
||||||
@ -3439,7 +3439,7 @@
|
|||||||
</ColumnLayout>
|
</ColumnLayout>
|
||||||
</Content>
|
</Content>
|
||||||
</RowLayout>
|
</RowLayout>
|
||||||
<TableLayout Styles="GapChildren">
|
<TableLayout>
|
||||||
<Columns>
|
<Columns>
|
||||||
<Column>
|
<Column>
|
||||||
<Width>33</Width>
|
<Width>33</Width>
|
||||||
@ -3455,7 +3455,7 @@
|
|||||||
</Column>
|
</Column>
|
||||||
</Columns>
|
</Columns>
|
||||||
<Content>
|
<Content>
|
||||||
<TableLayout Styles="TableChildren">
|
<TableLayout Styles="TableChildren;GapChildren">
|
||||||
<Columns>
|
<Columns>
|
||||||
<Column>
|
<Column>
|
||||||
<Width>55</Width>
|
<Width>55</Width>
|
||||||
@ -3633,7 +3633,7 @@
|
|||||||
</Label>
|
</Label>
|
||||||
</Content>
|
</Content>
|
||||||
</TableLayout>
|
</TableLayout>
|
||||||
<TableLayout Styles="TableChildren">
|
<TableLayout Styles="TableChildren;GapChildren">
|
||||||
<Columns>
|
<Columns>
|
||||||
<Column>
|
<Column>
|
||||||
<Width>85</Width>
|
<Width>85</Width>
|
||||||
@ -3681,17 +3681,17 @@
|
|||||||
</Label>
|
</Label>
|
||||||
|
|
||||||
<Label>
|
<Label>
|
||||||
<Text>"3/4 Verloren"</Text>
|
<Text>"3/4 Verloren (+1 Schmerz)"</Text>
|
||||||
</Label>
|
</Label>
|
||||||
<Label>
|
<Label>
|
||||||
<Text>charlib_maxhp() / 4</Text>
|
<Text>charlib_maxhp() / 4</Text>
|
||||||
</Label>
|
</Label>
|
||||||
|
|
||||||
<Label>
|
<Label>
|
||||||
<Text>"0 oder weniger"</Text>
|
<Text>"0 oder weniger (Im Sterben liegend)"</Text>
|
||||||
</Label>
|
</Label>
|
||||||
<Label>
|
<Label>
|
||||||
<Text>0 (Im Sterben liegend)</Text>
|
<Text>0</Text>
|
||||||
</Label>
|
</Label>
|
||||||
|
|
||||||
<Label>
|
<Label>
|
||||||
@ -3703,7 +3703,7 @@
|
|||||||
|
|
||||||
</Content>
|
</Content>
|
||||||
</TableLayout>
|
</TableLayout>
|
||||||
<TableLayout Styles="TableChildren">
|
<TableLayout Styles="TableChildren;GapChildren">
|
||||||
<Columns>
|
<Columns>
|
||||||
<Column>
|
<Column>
|
||||||
<Width>60</Width>
|
<Width>60</Width>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user