mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 20:51:07 +01:00
Adding the ability to target downtime actions.
This commit is contained in:
parent
c83fe25a47
commit
88b61c3a94
8 changed files with 70 additions and 17 deletions
|
|
@ -232,7 +232,7 @@ export const defaultRestOptions = {
|
|||
actionType: 'action',
|
||||
chatDisplay: false,
|
||||
target: {
|
||||
type: 'self'
|
||||
type: 'friendly'
|
||||
},
|
||||
damage: {
|
||||
parts: [
|
||||
|
|
@ -298,7 +298,7 @@ export const defaultRestOptions = {
|
|||
actionType: 'action',
|
||||
chatDisplay: false,
|
||||
target: {
|
||||
type: 'self'
|
||||
type: 'friendly'
|
||||
},
|
||||
damage: {
|
||||
parts: [
|
||||
|
|
@ -341,7 +341,7 @@ export const defaultRestOptions = {
|
|||
actionType: 'action',
|
||||
chatDisplay: false,
|
||||
target: {
|
||||
type: 'self'
|
||||
type: 'friendly'
|
||||
},
|
||||
damage: {
|
||||
parts: [
|
||||
|
|
@ -350,7 +350,7 @@ export const defaultRestOptions = {
|
|||
value: {
|
||||
custom: {
|
||||
enabled: true,
|
||||
formula: '@system.resources.hitPoints.max'
|
||||
formula: '100'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -407,7 +407,7 @@ export const defaultRestOptions = {
|
|||
actionType: 'action',
|
||||
chatDisplay: false,
|
||||
target: {
|
||||
type: 'self'
|
||||
type: 'friendly'
|
||||
},
|
||||
damage: {
|
||||
parts: [
|
||||
|
|
@ -416,7 +416,7 @@ export const defaultRestOptions = {
|
|||
value: {
|
||||
custom: {
|
||||
enabled: true,
|
||||
formula: '@system.armorScore'
|
||||
formula: '100'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue