Update Magic Page and PDF Generation

This commit is contained in:
Florian 2026-06-16 15:47:48 +02:00
parent 9e4584309a
commit 5ca068863b
2 changed files with 310 additions and 304 deletions

View File

@ -5596,6 +5596,9 @@
</RowLayout> </RowLayout>
</Header> </Header>
<Body> <Body>
<ColumnLayout>
<RowLayout Styles="Page"> <RowLayout Styles="Page">
<Relative>true</Relative> <Relative>true</Relative>
<Content> <Content>
@ -5861,6 +5864,9 @@
</Content> </Content>
</ColumnLayout> </ColumnLayout>
</Content>
</RowLayout>
<Label Styles="InventoryHeader"> <Label Styles="InventoryHeader">
<Text>"Magiekategorien"</Text> <Text>"Magiekategorien"</Text>
</Label> </Label>
@ -5931,8 +5937,8 @@
</Content> </Content>
</TableLayout> </TableLayout>
</Content> </ColumnLayout>
</RowLayout>
</Body> </Body>
</Page> </Page>
</Pages> </Pages>

View File

@ -125,15 +125,15 @@
<Text>"Weiter"</Text> <Text>"Weiter"</Text>
<OnClick> <OnClick>
<Action> <Action>
<Do>Truncate([data.character.race.minheight] + [data.character.race.maxheight] / 2)</Do> <Do>Truncate(([data.character.race.minheight] + [data.character.race.maxheight]) / 2)</Do>
<Output>[data.character.definition.height]</Output> <Output>[data.character.definition.height]</Output>
</Action> </Action>
<Action> <Action>
<Do>Truncate([data.character.race.minweight] + [data.character.race.maxweight] / 2)</Do> <Do>Truncate(([data.character.race.minweight] + [data.character.race.maxweight]) / 2)</Do>
<Output>[data.character.definition.weight]</Output> <Output>[data.character.definition.weight]</Output>
</Action> </Action>
<Action> <Action>
<Do>Truncate([data.character.race.minage] + [data.character.race.maxage] / 2)</Do> <Do>Truncate(([data.character.race.minage] + [data.character.race.maxage]) / 2)</Do>
<Output>[data.character.definition.age]</Output> <Output>[data.character.definition.age]</Output>
</Action> </Action>
<Action> <Action>