No longer using an arbitrary 100 healing. Changing the action's parent

This commit is contained in:
nsalyzyn 2025-12-29 13:32:11 -07:00
parent 88b61c3a94
commit e489502bb2
2 changed files with 3 additions and 3 deletions

View file

@ -350,7 +350,7 @@ export const defaultRestOptions = {
value: {
custom: {
enabled: true,
formula: '100'
formula: '@system.resources.hitPoints.max'
}
}
}
@ -416,7 +416,7 @@ export const defaultRestOptions = {
value: {
custom: {
enabled: true,
formula: '100'
formula: '@system.armorScore'
}
}
}