mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 04:31:07 +01:00
29 lines
No EOL
385 B
Handlebars
29 lines
No EOL
385 B
Handlebars
{{#switch}}
|
|
{{#case 'trait'}}
|
|
|
|
{{/case}}
|
|
{{/switch}}
|
|
|
|
|
|
|
|
trait: {
|
|
id: 'trait',
|
|
label: 'Character Trait',
|
|
dataPath: ''
|
|
},
|
|
experience: {
|
|
id: 'experience',
|
|
label: 'Experience'
|
|
},
|
|
domainCard: {
|
|
id: 'domainCard',
|
|
label: 'Domain Card'
|
|
},
|
|
subclass: {
|
|
id: 'subclass',
|
|
label: 'Subclass'
|
|
},
|
|
multiclass: {
|
|
id: 'multiclass',
|
|
label: 'Multiclass'
|
|
} |