Update Magic Page and PDF Generation
This commit is contained in:
parent
67f53b5a71
commit
6f5986992f
@ -5597,11 +5597,11 @@
|
||||
</Header>
|
||||
<Body>
|
||||
|
||||
<ColumnLayout>
|
||||
<ColumnLayout Styles="Page">
|
||||
|
||||
<Content>
|
||||
|
||||
<RowLayout Styles="Page">
|
||||
<RowLayout>
|
||||
<Relative>true</Relative>
|
||||
<Content>
|
||||
|
||||
|
||||
@ -4090,7 +4090,7 @@
|
||||
|
||||
<Header>
|
||||
<Level>2</Level>
|
||||
<Text>"Magie"</Text>
|
||||
<Text>"Mana & Magiequellen"</Text>
|
||||
</Header>
|
||||
<GridContainer>
|
||||
<Cols>3</Cols>
|
||||
@ -4134,6 +4134,131 @@
|
||||
|
||||
</Buttons>
|
||||
</ValueButtons>
|
||||
|
||||
|
||||
<Label>
|
||||
<Text>"Intrinsisch (IM)"</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.magic.calc_intrinsic]</Text>
|
||||
</Label>
|
||||
<Empty/>
|
||||
|
||||
|
||||
<Label>
|
||||
<Text>"Willenskraft"</Text>
|
||||
</Label>
|
||||
<HorizontalContainer>
|
||||
<Content>
|
||||
<Label>
|
||||
<Text>[data.character.magic.calc_willpower]</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>"/"</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.magic.calc_willpower] + [data.character.magic.calc_intrinsic]</Text>
|
||||
</Label>
|
||||
</Content>
|
||||
</HorizontalContainer>
|
||||
<Empty/>
|
||||
|
||||
|
||||
<Label>
|
||||
<Text>"Objekt"</Text>
|
||||
</Label>
|
||||
<HorizontalContainer>
|
||||
<Content>
|
||||
<Label>
|
||||
<Text>"s.Obj."</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>"/"</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>"s.Obj + IM"</Text>
|
||||
</Label>
|
||||
</Content>
|
||||
</HorizontalContainer>
|
||||
<Empty/>
|
||||
|
||||
<Label>
|
||||
<Text>"Gesang"</Text>
|
||||
</Label>
|
||||
<HorizontalContainer>
|
||||
<Content>
|
||||
<Label>
|
||||
<Text>[data.character.magic.calc_singing]</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>"/"</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.magic.calc_singing] + [data.character.magic.calc_intrinsic]</Text>
|
||||
</Label>
|
||||
</Content>
|
||||
</HorizontalContainer>
|
||||
<Empty/>
|
||||
|
||||
|
||||
<Label>
|
||||
<Text>"Musik"</Text>
|
||||
</Label>
|
||||
<HorizontalContainer>
|
||||
<Content>
|
||||
<Label>
|
||||
<Text>[data.character.magic.calc_music]</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>"/"</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.magic.calc_music] + [data.character.magic.calc_intrinsic]</Text>
|
||||
</Label>
|
||||
</Content>
|
||||
</HorizontalContainer>
|
||||
<Empty/>
|
||||
|
||||
|
||||
<Label>
|
||||
<Text>"Tanz"</Text>
|
||||
</Label>
|
||||
<HorizontalContainer>
|
||||
<Content>
|
||||
<Label>
|
||||
<Text>[data.character.magic.calc_dancing]</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>"/"</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.magic.calc_dancing] + [data.character.magic.calc_intrinsic]</Text>
|
||||
</Label>
|
||||
</Content>
|
||||
</HorizontalContainer>
|
||||
<Empty/>
|
||||
|
||||
|
||||
|
||||
<Label>
|
||||
<Text>"Malen & Zeichnen"</Text>
|
||||
</Label>
|
||||
<HorizontalContainer>
|
||||
<Content>
|
||||
<Label>
|
||||
<Text>[data.character.magic.calc_drawing]</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>"/"</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.magic.calc_drawing] + [data.character.magic.calc_intrinsic]</Text>
|
||||
</Label>
|
||||
</Content>
|
||||
</HorizontalContainer>
|
||||
<Empty/>
|
||||
|
||||
|
||||
</Content>
|
||||
</GridContainer>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user