Attribute Fix
This commit is contained in:
parent
645b8c85be
commit
d477f23433
@ -315,6 +315,7 @@
|
|||||||
<GridContainer>
|
<GridContainer>
|
||||||
<Cols>3</Cols>
|
<Cols>3</Cols>
|
||||||
<Content>
|
<Content>
|
||||||
|
|
||||||
<!-- Courage/Mut -->
|
<!-- Courage/Mut -->
|
||||||
<Label>
|
<Label>
|
||||||
<Text>Mut</Text>
|
<Text>Mut</Text>
|
||||||
@ -322,7 +323,7 @@
|
|||||||
<ValueAndBorders>
|
<ValueAndBorders>
|
||||||
<LowerBorder>8</LowerBorder>
|
<LowerBorder>8</LowerBorder>
|
||||||
<UpperBorder>15</UpperBorder>
|
<UpperBorder>15</UpperBorder>
|
||||||
<Value>8</Value>
|
<Value>[data.character.attributes.courage]</Value>
|
||||||
</ValueAndBorders>
|
</ValueAndBorders>
|
||||||
<ValueButtons>
|
<ValueButtons>
|
||||||
<Budget>[data.character.control.xp]</Budget>
|
<Budget>[data.character.control.xp]</Budget>
|
||||||
@ -351,7 +352,7 @@
|
|||||||
<ValueAndBorders>
|
<ValueAndBorders>
|
||||||
<LowerBorder>8</LowerBorder>
|
<LowerBorder>8</LowerBorder>
|
||||||
<UpperBorder>15</UpperBorder>
|
<UpperBorder>15</UpperBorder>
|
||||||
<Value>8</Value>
|
<Value>[data.character.attributes.intelligence]</Value>
|
||||||
</ValueAndBorders>
|
</ValueAndBorders>
|
||||||
<ValueButtons>
|
<ValueButtons>
|
||||||
<Budget>[data.character.control.xp]</Budget>
|
<Budget>[data.character.control.xp]</Budget>
|
||||||
@ -380,7 +381,7 @@
|
|||||||
<ValueAndBorders>
|
<ValueAndBorders>
|
||||||
<LowerBorder>8</LowerBorder>
|
<LowerBorder>8</LowerBorder>
|
||||||
<UpperBorder>15</UpperBorder>
|
<UpperBorder>15</UpperBorder>
|
||||||
<Value>8</Value>
|
<Value>[data.character.attributes.intuition]</Value>
|
||||||
</ValueAndBorders>
|
</ValueAndBorders>
|
||||||
<ValueButtons>
|
<ValueButtons>
|
||||||
<Budget>[data.character.control.xp]</Budget>
|
<Budget>[data.character.control.xp]</Budget>
|
||||||
@ -409,7 +410,7 @@
|
|||||||
<ValueAndBorders>
|
<ValueAndBorders>
|
||||||
<LowerBorder>8</LowerBorder>
|
<LowerBorder>8</LowerBorder>
|
||||||
<UpperBorder>15</UpperBorder>
|
<UpperBorder>15</UpperBorder>
|
||||||
<Value>8</Value>
|
<Value>[data.character.attributes.charisma]</Value>
|
||||||
</ValueAndBorders>
|
</ValueAndBorders>
|
||||||
<ValueButtons>
|
<ValueButtons>
|
||||||
<Budget>[data.character.control.xp]</Budget>
|
<Budget>[data.character.control.xp]</Budget>
|
||||||
@ -438,7 +439,7 @@
|
|||||||
<ValueAndBorders>
|
<ValueAndBorders>
|
||||||
<LowerBorder>8</LowerBorder>
|
<LowerBorder>8</LowerBorder>
|
||||||
<UpperBorder>15</UpperBorder>
|
<UpperBorder>15</UpperBorder>
|
||||||
<Value>8</Value>
|
<Value>[data.character.attributes.dexterity]</Value>
|
||||||
</ValueAndBorders>
|
</ValueAndBorders>
|
||||||
<ValueButtons>
|
<ValueButtons>
|
||||||
<Budget>[data.character.control.xp]</Budget>
|
<Budget>[data.character.control.xp]</Budget>
|
||||||
@ -467,7 +468,7 @@
|
|||||||
<ValueAndBorders>
|
<ValueAndBorders>
|
||||||
<LowerBorder>8</LowerBorder>
|
<LowerBorder>8</LowerBorder>
|
||||||
<UpperBorder>15</UpperBorder>
|
<UpperBorder>15</UpperBorder>
|
||||||
<Value>8</Value>
|
<Value>[data.character.attributes.agility]</Value>
|
||||||
</ValueAndBorders>
|
</ValueAndBorders>
|
||||||
<ValueButtons>
|
<ValueButtons>
|
||||||
<Budget>[data.character.control.xp]</Budget>
|
<Budget>[data.character.control.xp]</Budget>
|
||||||
@ -496,7 +497,7 @@
|
|||||||
<ValueAndBorders>
|
<ValueAndBorders>
|
||||||
<LowerBorder>8</LowerBorder>
|
<LowerBorder>8</LowerBorder>
|
||||||
<UpperBorder>15</UpperBorder>
|
<UpperBorder>15</UpperBorder>
|
||||||
<Value>8</Value>
|
<Value>[data.character.attributes.physique]</Value>
|
||||||
</ValueAndBorders>
|
</ValueAndBorders>
|
||||||
<ValueButtons>
|
<ValueButtons>
|
||||||
<Budget>[data.character.control.xp]</Budget>
|
<Budget>[data.character.control.xp]</Budget>
|
||||||
@ -525,7 +526,7 @@
|
|||||||
<ValueAndBorders>
|
<ValueAndBorders>
|
||||||
<LowerBorder>8</LowerBorder>
|
<LowerBorder>8</LowerBorder>
|
||||||
<UpperBorder>15</UpperBorder>
|
<UpperBorder>15</UpperBorder>
|
||||||
<Value>8</Value>
|
<Value>[data.character.attributes.strength]</Value>
|
||||||
</ValueAndBorders>
|
</ValueAndBorders>
|
||||||
<ValueButtons>
|
<ValueButtons>
|
||||||
<Budget>[data.character.control.xp]</Budget>
|
<Budget>[data.character.control.xp]</Budget>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user