Update character PDF XML: apply table styling, replace label text for clarity, and update function call syntax
This commit is contained in:
parent
63929d83f6
commit
a2f71ed3bb
@ -231,7 +231,7 @@
|
|||||||
<Function Name="charlib_maininv">
|
<Function Name="charlib_maininv">
|
||||||
<Actions>
|
<Actions>
|
||||||
<Action>
|
<Action>
|
||||||
<Do>charlib_maininv_borders</Do>
|
<Do>charlib_maininv_borders()</Do>
|
||||||
</Action>
|
</Action>
|
||||||
<Action>
|
<Action>
|
||||||
<Do>charlib_maininv_gs([param.0])</Do>
|
<Do>charlib_maininv_gs([param.0])</Do>
|
||||||
|
|||||||
@ -4630,7 +4630,7 @@
|
|||||||
</TableLayout>
|
</TableLayout>
|
||||||
|
|
||||||
|
|
||||||
<TableLayout>
|
<TableLayout Styles="TableChildren">
|
||||||
<Columns>
|
<Columns>
|
||||||
<Column>
|
<Column>
|
||||||
<Width>10</Width>
|
<Width>10</Width>
|
||||||
@ -4651,17 +4651,17 @@
|
|||||||
</Columns>
|
</Columns>
|
||||||
<Content>
|
<Content>
|
||||||
|
|
||||||
<Label>
|
<Label Styles="TalentTableHeader">
|
||||||
<Text>"AW"</Text>
|
<Text>"AW"</Text>
|
||||||
</Label>
|
</Label>
|
||||||
<Label>
|
<Label Styles="TalentTableHeader">
|
||||||
<Text>"GS"</Text>
|
<Text>"GS"</Text>
|
||||||
</Label>
|
</Label>
|
||||||
<Label>
|
<Label Styles="TalentTableHeader">
|
||||||
<Text>"Sl"</Text>
|
<Text>"Slot"</Text>
|
||||||
</Label>
|
</Label>
|
||||||
<Label>
|
<Label Styles="TalentTableHeader">
|
||||||
<Text>"G"</Text>
|
<Text>"Gegenstand"</Text>
|
||||||
</Label>
|
</Label>
|
||||||
|
|
||||||
<Foreach>
|
<Foreach>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user