Value Bar
This commit is contained in:
parent
090cba93f6
commit
3cf5b9f35e
@ -3,11 +3,27 @@
|
||||
<Groups>
|
||||
<Group Name="flow">
|
||||
<Variables>
|
||||
<String Name="currentPage">
|
||||
<String Name="currentpage">
|
||||
<Value>newchar</Value>
|
||||
</String>
|
||||
</Variables>
|
||||
</Group>
|
||||
<Group Name="control">
|
||||
<Variables>
|
||||
<Int Name="startxp">
|
||||
<Value>700</Value>
|
||||
</Int>
|
||||
<Int Name="maxxp">
|
||||
<Value>700</Value>
|
||||
</Int>
|
||||
<Int Name="xp">
|
||||
<Value>700</Value>
|
||||
</Int>
|
||||
<Int Name="coins">
|
||||
<Value>75000</Value>
|
||||
</Int>
|
||||
</Variables>
|
||||
</Group>
|
||||
<Group Name="definition">
|
||||
<Variables>
|
||||
<String Name="name">
|
||||
|
||||
@ -105,6 +105,26 @@
|
||||
<Page Name="profile">
|
||||
<Content>
|
||||
<!-- Header Bar -->
|
||||
<Bar>
|
||||
<Displays>
|
||||
<BarDisplay>
|
||||
<Name>"Name"</Name>
|
||||
<Value>[data.character.definition.name]</Value>
|
||||
</BarDisplay>
|
||||
<BarDisplay>
|
||||
<Name>"Rasse"</Name>
|
||||
<Value>[data.character.race.name]</Value>
|
||||
</BarDisplay>
|
||||
<BarDisplay>
|
||||
<Name>"XP"</Name>
|
||||
<Value>[data.character.control.xp]</Value>
|
||||
</BarDisplay>
|
||||
<BarDisplay>
|
||||
<Name>"Kreuzer"</Name>
|
||||
<Value>[data.character.control.coins]</Value>
|
||||
</BarDisplay>
|
||||
</Displays>
|
||||
</Bar>
|
||||
<HorizontalContainer>
|
||||
<Content>
|
||||
<Button>
|
||||
@ -151,6 +171,26 @@
|
||||
<Page Name="baseattributes">
|
||||
<Content>
|
||||
<!-- Header Bar -->
|
||||
<Bar>
|
||||
<Displays>
|
||||
<BarDisplay>
|
||||
<Name>"Name"</Name>
|
||||
<Value>[data.character.definition.name]</Value>
|
||||
</BarDisplay>
|
||||
<BarDisplay>
|
||||
<Name>"Rasse"</Name>
|
||||
<Value>[data.character.race.name]</Value>
|
||||
</BarDisplay>
|
||||
<BarDisplay>
|
||||
<Name>"XP"</Name>
|
||||
<Value>[data.character.control.xp]</Value>
|
||||
</BarDisplay>
|
||||
<BarDisplay>
|
||||
<Name>"Kreuzer"</Name>
|
||||
<Value>[data.character.control.coins]</Value>
|
||||
</BarDisplay>
|
||||
</Displays>
|
||||
</Bar>
|
||||
<HorizontalContainer>
|
||||
<Content>
|
||||
<Button>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user