Update character creation tool XML: implement header with dynamic character data and add attribute table to body

This commit is contained in:
Florian 2026-05-11 12:01:09 +02:00
parent 31418b955d
commit 6148c85641

View File

@ -6,12 +6,53 @@
</Styles> </Styles>
<Pages> <Pages>
<Page> <Page>
<!--<Header> <Header>
<Label>
</Header>--> <Text>"Heldenbogen"</Text>
</Label>
<Label>
<Text>" - "</Text>
</Label>
<Label>
<Text>[data.character.definition.name]</Text>
</Label>
<Label>
<Text>" - "</Text>
</Label>
<Label>
<Text>"Persönliche Daten"</Text>
</Label>
</Header>
<Body> <Body>
<Label> <Label>
<Text>"Hallo Welt"</Text> <Table>
<Columns>
<Column>
<Width>150</Width>
</Column>
<Column>
<Width>150</Width>
</Column>
<Column>
<Width>150</Width>
</Column>
</Columns>
<Cells>
<Cell>
<Label>
<Text>"MU"</Text>
<Text>[data.character.attributes.courage]</Text>
</Label>
</Cell>
<Cell/>
<Cell>
<Label>
<Text>"KL"</Text>
<Text>[data.character.attributes.intelligence]</Text>
</Label>
</Cell>
</Cells>
</Table>
</Label> </Label>
</Body> </Body>
<!--<Footer></Footer>--> <!--<Footer></Footer>-->