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>
|
<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>
|
||||||
</ListDisplay>
|
</ListDisplay>
|
||||||
<BaseToListPicker>
|
<BaseToListPicker>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user