Update PDF Generation

This commit is contained in:
Florian 2026-06-13 22:19:07 +02:00
parent 796cdd004f
commit d53193a52b

View File

@ -4230,6 +4230,45 @@
</HorizontalContainer>
<!-- End Header Bar -->
<!-- Money Exchange -->
<Header>
<Level>2</Level>
<Text>"Geld"</Text>
</Header>
<GridContainer>
<Cols>3</Cols>
<Content>
<Label>
<Text>[data.character.control.coins]</Text>
</Label>
<Label>
<Text>"1 XP = 2500 Kreuzer"</Text>
</Label>
<ValueButtons>
<Budget>[data.character.control.xp]</Budget>
<Cost>1</Cost>
<CostStep>2500</CostStep>
<Output>[data.character.control.coins]</Output>
<Max>charlib_midval([data.character.attributes.courage], [data.character.attributes.intelligence], [data.character.attributes.charisma])</Max>
<Buttons>
<ValueButton>
<Value>-10</Value>
</ValueButton>
<ValueButton>
<Value>-1</Value>
</ValueButton>
<ValueButton>
<Value>+1</Value>
</ValueButton>
<ValueButton>
<Value>+10</Value>
</ValueButton>
</Buttons>
</ValueButtons>
</Content>
</GridContainer>
<!-- Melee Weapons -->
<Header>
<Level>2</Level>