mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
First PR
This commit is contained in:
parent
7178148c80
commit
fad34ae975
26 changed files with 688 additions and 371 deletions
|
|
@ -9,6 +9,11 @@ export const actionTypes = {
|
|||
name: 'DAGGERHEART.Actions.Types.Spellcast.Name',
|
||||
icon: "fa-book-sparkles"
|
||||
},
|
||||
healing: {
|
||||
id: 'healing',
|
||||
name: 'DAGGERHEART.Actions.Types.Healing.Name',
|
||||
icon: "fa-kit-medical"
|
||||
},
|
||||
resource: {
|
||||
id: 'resource',
|
||||
name: 'DAGGERHEART.Actions.Types.Resource.Name',
|
||||
|
|
@ -19,11 +24,6 @@ export const actionTypes = {
|
|||
name: 'DAGGERHEART.Actions.Types.Damage.Name',
|
||||
icon: "fa-bone-break"
|
||||
},
|
||||
healing: {
|
||||
id: 'healing',
|
||||
name: 'DAGGERHEART.Actions.Types.Healing.Name',
|
||||
icon: "fa-kit-medical"
|
||||
},
|
||||
summon: {
|
||||
id: 'summon',
|
||||
name: 'DAGGERHEART.Actions.Types.Summon.Name',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue