Adding the ability to target downtime actions.

This commit is contained in:
nsalyzyn 2025-12-26 15:44:17 -07:00
parent c83fe25a47
commit 88b61c3a94
8 changed files with 70 additions and 17 deletions

View file

@ -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'
}
}
}