Fixed ListDisplay Buttons
This commit is contained in:
parent
09a27d229e
commit
667079f403
@ -4013,19 +4013,19 @@
|
|||||||
<Name>"Schaden"</Name>
|
<Name>"Schaden"</Name>
|
||||||
<Value>[damage]</Value>
|
<Value>[damage]</Value>
|
||||||
</NameValueDisplay>
|
</NameValueDisplay>
|
||||||
<AllowRemove>true</AllowRemove>
|
|
||||||
<Buttons>
|
|
||||||
<Button>
|
|
||||||
<Text>"+QS"</Text>
|
|
||||||
<OnClick>
|
|
||||||
<Action>
|
|
||||||
<Do>[cost] * 2</Do>
|
|
||||||
<Output>[cost]</Output>
|
|
||||||
</Action>
|
|
||||||
</OnClick>
|
|
||||||
</Button>
|
|
||||||
</Buttons>
|
|
||||||
</Columns>
|
</Columns>
|
||||||
|
<AllowRemove>true</AllowRemove>
|
||||||
|
<Buttons>
|
||||||
|
<Button>
|
||||||
|
<Text>"+QS"</Text>
|
||||||
|
<OnClick>
|
||||||
|
<Action>
|
||||||
|
<Do>[cost] * 2</Do>
|
||||||
|
<Output>[cost]</Output>
|
||||||
|
</Action>
|
||||||
|
</OnClick>
|
||||||
|
</Button>
|
||||||
|
</Buttons>
|
||||||
</ListDisplay>
|
</ListDisplay>
|
||||||
<BaseToListPicker>
|
<BaseToListPicker>
|
||||||
<List>[data.character.items.melee]</List>
|
<List>[data.character.items.melee]</List>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user