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> <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>