21 lines
351 B
YAML
21 lines
351 B
YAML
|
DEFAULTS: &DEFAULTS
|
||
|
slug: $LABEL
|
||
|
|
||
|
stats-strength:
|
||
|
<<: *DEFAULTS
|
||
|
character_sheet_section: stats
|
||
|
featurable: strength (Stat)
|
||
|
order: 1
|
||
|
|
||
|
counter:
|
||
|
<<: *DEFAULTS
|
||
|
character_sheet_section: counters
|
||
|
featurable: hp (Counter)
|
||
|
order: 2
|
||
|
|
||
|
text_field:
|
||
|
<<: *DEFAULTS
|
||
|
character_sheet_section: info
|
||
|
featurable: background (TextField)
|
||
|
order: 3
|