Add QS button functionality in character creation tool XML
This commit is contained in:
parent
8d246aedfa
commit
09a27d229e
@ -4013,6 +4013,18 @@
|
||||
<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>
|
||||
</ListDisplay>
|
||||
<BaseToListPicker>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user