Update Magic Page and PDF Generation
This commit is contained in:
parent
fbbf7466bd
commit
ff35f82279
@ -5623,18 +5623,18 @@
|
||||
</Label>
|
||||
|
||||
|
||||
<Label Styles="BiggerLowerBorder">
|
||||
<Label Styles="BiggerLowerBorder;HLeft">
|
||||
<Text>"Angeborene Magie</Text>
|
||||
</Label>
|
||||
<Label Styles="BiggerLowerBorder">
|
||||
<Label Styles="BiggerLowerBorder;Centered;TableBorder">
|
||||
<Text>[data.character.magic.calc_intrinsic]</Text>
|
||||
</Label>
|
||||
|
||||
|
||||
<Label>
|
||||
<Label Styles="HLeft">
|
||||
<Text>"Willenskraft"</Text>
|
||||
</Label>
|
||||
<ColumnLayout>
|
||||
<RowLayout Styles="Centered;TableBorder">
|
||||
<Content>
|
||||
<Label>
|
||||
<Text>[data.character.magic.calc_willpower]</Text>
|
||||
@ -5646,23 +5646,23 @@
|
||||
<Text>[data.character.magic.calc_willpower] + [data.character.magic.calc_intrinsic]</Text>
|
||||
</Label>
|
||||
</Content>
|
||||
</ColumnLayout>
|
||||
</RowLayout>
|
||||
|
||||
<Label>
|
||||
<Label Styles="HLeft">
|
||||
<Text>"Objekt"</Text>
|
||||
</Label>
|
||||
<ColumnLayout>
|
||||
<RowLayout Styles="Centered;TableBorder">
|
||||
<Content>
|
||||
<Label>
|
||||
<Text>"s.Obj."</Text>
|
||||
</Label>
|
||||
</Content>
|
||||
</ColumnLayout>
|
||||
</RowLayout>
|
||||
|
||||
<Label>
|
||||
<Label Styles="HLeft">
|
||||
<Text>"Gesang"</Text>
|
||||
</Label>
|
||||
<ColumnLayout>
|
||||
<RowLayout Styles="Centered;TableBorder">
|
||||
<Content>
|
||||
<Label>
|
||||
<Text>[data.character.magic.calc_singing]</Text>
|
||||
@ -5674,13 +5674,13 @@
|
||||
<Text>[data.character.magic.calc_singing] + [data.character.magic.calc_intrinsic]</Text>
|
||||
</Label>
|
||||
</Content>
|
||||
</ColumnLayout>
|
||||
</RowLayout>
|
||||
|
||||
|
||||
<Label>
|
||||
<Label Styles="HLeft">
|
||||
<Text>"Musik"</Text>
|
||||
</Label>
|
||||
<ColumnLayout>
|
||||
<RowLayout Styles="Centered;TableBorder">
|
||||
<Content>
|
||||
<Label>
|
||||
<Text>[data.character.magic.calc_music]</Text>
|
||||
@ -5692,13 +5692,13 @@
|
||||
<Text>[data.character.magic.calc_music] + [data.character.magic.calc_intrinsic]</Text>
|
||||
</Label>
|
||||
</Content>
|
||||
</ColumnLayout>
|
||||
</RowLayout>
|
||||
|
||||
|
||||
<Label>
|
||||
<Label Styles="HLeft">
|
||||
<Text>"Tanz"</Text>
|
||||
</Label>
|
||||
<ColumnLayout>
|
||||
<RowLayout Styles="Centered;TableBorder">
|
||||
<Content>
|
||||
<Label>
|
||||
<Text>[data.character.magic.calc_dancing]</Text>
|
||||
@ -5710,13 +5710,13 @@
|
||||
<Text>[data.character.magic.calc_dancing] + [data.character.magic.calc_intrinsic]</Text>
|
||||
</Label>
|
||||
</Content>
|
||||
</ColumnLayout>
|
||||
</RowLayout>
|
||||
|
||||
|
||||
<Label>
|
||||
<Label Styles="HLeft">
|
||||
<Text>"Malen & Zeichnen"</Text>
|
||||
</Label>
|
||||
<ColumnLayout>
|
||||
<RowLayout Styles="Centered;TableBorder">
|
||||
<Content>
|
||||
<Label>
|
||||
<Text>[data.character.magic.calc_drawing]</Text>
|
||||
@ -5728,7 +5728,7 @@
|
||||
<Text>[data.character.magic.calc_drawing] + [data.character.magic.calc_intrinsic]</Text>
|
||||
</Label>
|
||||
</Content>
|
||||
</ColumnLayout>
|
||||
</RowLayout>
|
||||
|
||||
|
||||
</Content>
|
||||
@ -5736,7 +5736,7 @@
|
||||
</Content>
|
||||
</ColumnLayout>
|
||||
|
||||
<!--<ColumnLayout>
|
||||
<ColumnLayout>
|
||||
<Content>
|
||||
|
||||
<Label Styles="InventoryHeader">
|
||||
@ -5809,7 +5809,7 @@
|
||||
</TableLayout>
|
||||
|
||||
</Content>
|
||||
</ColumnLayout>-->
|
||||
</ColumnLayout>
|
||||
|
||||
</Content>
|
||||
</RowLayout>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user