mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59:03 +01:00
Added attribution for items, adversary and environment
This commit is contained in:
parent
2820c96259
commit
5f20505eda
22 changed files with 288 additions and 13 deletions
|
|
@ -624,6 +624,13 @@ export const rollTypes = {
|
|||
}
|
||||
};
|
||||
|
||||
export const attributionSources = {
|
||||
daggerheart: {
|
||||
label: 'Daggerheart',
|
||||
values: [{ label: 'Daggerheart SRD' }]
|
||||
}
|
||||
};
|
||||
|
||||
export const fearDisplay = {
|
||||
token: { value: 'token', label: 'DAGGERHEART.SETTINGS.Appearance.fearDisplay.token' },
|
||||
bar: { value: 'bar', label: 'DAGGERHEART.SETTINGS.Appearance.fearDisplay.bar' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue