Add Property Output Mappings for Bases

This commit is contained in:
Florian 2026-04-13 12:39:55 +02:00
parent e2b51db9b5
commit e3ab42189a

View File

@ -49,10 +49,19 @@
<Base>"base.races.Playable"</Base> <Base>"base.races.Playable"</Base>
<Output>"data.character.race.name"</Output> <Output>"data.character.race.name"</Output>
<Display>"file.name"</Display> <Display>"file.name"</Display>
<PropertyOutputs>
<PropertyOutput>
<Property>"data.race.speed"</Property>
<Output>"data.character.race.speed"</Output>
</PropertyOutput>
</PropertyOutputs>
</BaseSingleSelect> </BaseSingleSelect>
<Label> <Label>
<Text>[data.character.race.name]</Text> <Text>[data.character.race.name]</Text>
</Label> </Label>
<Label>
<Text>[data.character.race.speed]</Text>
</Label>
</Content> </Content>
</Page> </Page>
</Pages> </Pages>