Update PDF Generation
This commit is contained in:
parent
796cdd004f
commit
d53193a52b
@ -4230,6 +4230,45 @@
|
|||||||
</HorizontalContainer>
|
</HorizontalContainer>
|
||||||
<!-- End Header Bar -->
|
<!-- 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 -->
|
<!-- Melee Weapons -->
|
||||||
<Header>
|
<Header>
|
||||||
<Level>2</Level>
|
<Level>2</Level>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user