Base Single Select to [] ref
This commit is contained in:
parent
c4262b33d7
commit
ffbbf1c7f0
@ -61,17 +61,17 @@
|
||||
<Text>[data.character.definition.name]</Text>
|
||||
</Label>
|
||||
<BaseSingleSelect>
|
||||
<Base>"base.races.Playable"</Base>
|
||||
<Output>"data.character.race.id"</Output>
|
||||
<Display>"file.name"</Display>
|
||||
<Base>[base.races.Playable]</Base>
|
||||
<Output>[data.character.race.id]</Output>
|
||||
<Display>[file.name]</Display>
|
||||
<PropertyOutputs>
|
||||
<PropertyOutput>
|
||||
<Property>"data.race.speed"</Property>
|
||||
<Output>"data.character.race.speed"</Output>
|
||||
<Property>[data.race.speed]</Property>
|
||||
<Output>[data.character.race.speed]</Output>
|
||||
</PropertyOutput>
|
||||
<PropertyOutput>
|
||||
<Property>"file.name"</Property>
|
||||
<Output>"data.character.race.name"</Output>
|
||||
<Property>[file.name]</Property>
|
||||
<Output>[data.character.race.name]</Output>
|
||||
</PropertyOutput>
|
||||
</PropertyOutputs>
|
||||
</BaseSingleSelect>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user