Imrpvoed Layout
This commit is contained in:
parent
0c5055393f
commit
ffaa9ecd2c
@ -676,18 +676,21 @@
|
|||||||
<Text>"Körpertalente"</Text>
|
<Text>"Körpertalente"</Text>
|
||||||
</Header>
|
</Header>
|
||||||
<GridContainer>
|
<GridContainer>
|
||||||
<Cols>4</Cols>
|
<Cols>5</Cols>
|
||||||
<Content>
|
<Content>
|
||||||
|
|
||||||
<!-- Aufmerksamkeit/Awareness -->
|
<!-- Aufmerksamkeit/Awareness -->
|
||||||
<Label>
|
<Label>
|
||||||
<Text>"Aufmerksamkeit"</Text>
|
<Text>"Aufmerksamkeit"</Text>
|
||||||
</Label>
|
</Label>
|
||||||
|
<Label>
|
||||||
|
<Text>"D"</Text>
|
||||||
|
</Label>
|
||||||
<HorizontalContainer>
|
<HorizontalContainer>
|
||||||
<Content>
|
<Content>
|
||||||
<Label><Text>MU</Text></Label>
|
<Label><Text>"MU"</Text></Label>
|
||||||
<Label><Text>GE</Text></Label>
|
<Label><Text>"GE"</Text></Label>
|
||||||
<Label><Text>KK</Text></Label>
|
<Label><Text>"KK"</Text></Label>
|
||||||
</Content>
|
</Content>
|
||||||
</HorizontalContainer>
|
</HorizontalContainer>
|
||||||
<ValueAndBorders>
|
<ValueAndBorders>
|
||||||
@ -697,7 +700,7 @@
|
|||||||
</ValueAndBorders>
|
</ValueAndBorders>
|
||||||
<ValueButtons>
|
<ValueButtons>
|
||||||
<Budget>[data.character.control.xp]</Budget>
|
<Budget>[data.character.control.xp]</Budget>
|
||||||
<Cost>charlib_cost_attr([param.0])</Cost>
|
<Cost>charlib_cost_d([param.0])</Cost>
|
||||||
<Output>[data.character.talents.awareness]</Output>
|
<Output>[data.character.talents.awareness]</Output>
|
||||||
<Min>0</Min>
|
<Min>0</Min>
|
||||||
<Max>charlib_midval([data.character.attributes.courage], [data.character.attributes.agility], [data.character.attributes.strength])</Max>
|
<Max>charlib_midval([data.character.attributes.courage], [data.character.attributes.agility], [data.character.attributes.strength])</Max>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user