27 lines
499 B
YAML
27 lines
499 B
YAML
DEFAULTS: &DEFAULTS
|
|
slug: $LABEL
|
|
|
|
stats-strength:
|
|
<<: *DEFAULTS
|
|
character_sheet_section: stats
|
|
featurable: strength (Stat)
|
|
order_index: 1
|
|
|
|
stats-dexterity:
|
|
<<: *DEFAULTS
|
|
character_sheet_section: stats
|
|
featurable: dexterity (Stat)
|
|
order_index: 2
|
|
|
|
stats-constitution:
|
|
<<: *DEFAULTS
|
|
character_sheet_section: stats
|
|
featurable: constitution (Stat)
|
|
order_index: 3
|
|
|
|
text_field:
|
|
<<: *DEFAULTS
|
|
character_sheet_section: info
|
|
featurable: background (TextField)
|
|
order_index: 3
|