Update character creation tool XML: fix label text formatting and add Budget and Cost fields to BaseToListPicker
This commit is contained in:
parent
c45ceac348
commit
d917876fa3
@ -435,7 +435,7 @@
|
|||||||
<Text>[data.character.attributes.courage] + [data.character.attributes.intelligence] + [data.character.attributes.intuition] + [data.character.attributes.charisma] + [data.character.attributes.dexterity] + [data.character.attributes.agility] + [data.character.attributes.physique] + [data.character.attributes.strength]</Text>
|
<Text>[data.character.attributes.courage] + [data.character.attributes.intelligence] + [data.character.attributes.intuition] + [data.character.attributes.charisma] + [data.character.attributes.dexterity] + [data.character.attributes.agility] + [data.character.attributes.physique] + [data.character.attributes.strength]</Text>
|
||||||
</Label>
|
</Label>
|
||||||
<Label>
|
<Label>
|
||||||
<Text>/100</Text>
|
<Text>"/100"</Text>
|
||||||
</Label>
|
</Label>
|
||||||
</Content>
|
</Content>
|
||||||
</HorizontalContainer>
|
</HorizontalContainer>
|
||||||
@ -4059,6 +4059,8 @@
|
|||||||
</NameValueDisplay>
|
</NameValueDisplay>
|
||||||
</Columns>
|
</Columns>
|
||||||
<Base>[base.items.Weapons]</Base>
|
<Base>[base.items.Weapons]</Base>
|
||||||
|
<Budget>[data.character.control.coins]</Budget>
|
||||||
|
<Cost>[item.cost]</Cost>
|
||||||
</BaseToListPicker>
|
</BaseToListPicker>
|
||||||
</Content>
|
</Content>
|
||||||
</Page>
|
</Page>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user