Fixed ListDisplay Buttons

This commit is contained in:
Florian 2026-05-06 09:53:43 +02:00
parent 09a27d229e
commit 667079f403

View File

@ -4013,19 +4013,19 @@
<Name>"Schaden"</Name>
<Value>[damage]</Value>
</NameValueDisplay>
<AllowRemove>true</AllowRemove>
<Buttons>
<Button>
<Text>"+QS"</Text>
<OnClick>
<Action>
<Do>[cost] * 2</Do>
<Output>[cost]</Output>
</Action>
</OnClick>
</Button>
</Buttons>
</Columns>
<AllowRemove>true</AllowRemove>
<Buttons>
<Button>
<Text>"+QS"</Text>
<OnClick>
<Action>
<Do>[cost] * 2</Do>
<Output>[cost]</Output>
</Action>
</OnClick>
</Button>
</Buttons>
</ListDisplay>
<BaseToListPicker>
<List>[data.character.items.melee]</List>