tabletop-companion/test/fixtures/character_sheet_features.yml

21 lines
369 B
YAML
Raw Normal View History

2024-06-17 13:53:09 +00:00
DEFAULTS: &DEFAULTS
slug: $LABEL
stats-strength:
<<: *DEFAULTS
character_sheet_section: stats
featurable: strength (Stat)
order_index: 1
2024-06-17 13:53:09 +00:00
counter:
<<: *DEFAULTS
character_sheet_section: counters
featurable: hp (Counter)
order_index: 2
2024-06-17 13:53:09 +00:00
text_field:
<<: *DEFAULTS
character_sheet_section: info
featurable: background (TextField)
order_index: 3