mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
Compare commits
2 commits
c1f7866594
...
cad3f533ad
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cad3f533ad | ||
|
|
c3653e1b30 |
2 changed files with 7 additions and 0 deletions
3
.editorconfig
Normal file
3
.editorconfig
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[*]
|
||||
indent_size = 4
|
||||
indent_style = spaces
|
||||
|
|
@ -236,6 +236,7 @@ export const defaultRestOptions = {
|
|||
actionType: 'action',
|
||||
chatDisplay: false,
|
||||
target: {
|
||||
amount: 1,
|
||||
type: 'friendly'
|
||||
},
|
||||
damage: {
|
||||
|
|
@ -304,6 +305,7 @@ export const defaultRestOptions = {
|
|||
actionType: 'action',
|
||||
chatDisplay: false,
|
||||
target: {
|
||||
amount: 1,
|
||||
type: 'friendly'
|
||||
},
|
||||
damage: {
|
||||
|
|
@ -349,6 +351,7 @@ export const defaultRestOptions = {
|
|||
actionType: 'action',
|
||||
chatDisplay: false,
|
||||
target: {
|
||||
amount: 1,
|
||||
type: 'friendly'
|
||||
},
|
||||
damage: {
|
||||
|
|
@ -417,6 +420,7 @@ export const defaultRestOptions = {
|
|||
actionType: 'action',
|
||||
chatDisplay: false,
|
||||
target: {
|
||||
amount: 1,
|
||||
type: 'friendly'
|
||||
},
|
||||
damage: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue