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">
|
||||
<Actions>
|
||||
<Action>
|
||||
<Do>charlib_maininv_borders</Do>
|
||||
<Do>charlib_maininv_borders()</Do>
|
||||
</Action>
|
||||
<Action>
|
||||
<Do>charlib_maininv_gs([param.0])</Do>
|
||||
|
||||
@ -4630,7 +4630,7 @@
|
||||
</TableLayout>
|
||||
|
||||
|
||||
<TableLayout>
|
||||
<TableLayout Styles="TableChildren">
|
||||
<Columns>
|
||||
<Column>
|
||||
<Width>10</Width>
|
||||
@ -4651,17 +4651,17 @@
|
||||
</Columns>
|
||||
<Content>
|
||||
|
||||
<Label>
|
||||
<Label Styles="TalentTableHeader">
|
||||
<Text>"AW"</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Label Styles="TalentTableHeader">
|
||||
<Text>"GS"</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>"Sl"</Text>
|
||||
<Label Styles="TalentTableHeader">
|
||||
<Text>"Slot"</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>"G"</Text>
|
||||
<Label Styles="TalentTableHeader">
|
||||
<Text>"Gegenstand"</Text>
|
||||
</Label>
|
||||
|
||||
<Foreach>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user