Killing attack no longer working #21

Closed
opened 2023-08-27 20:17:33 +02:00 by techogre · 1 comment

Foundry 11.308
HERO 11.0.18

When you roll damage on the killing attack power, there is no output to the chat and the following console error:

Uncaught (in promise)
d
description
undefined
endLineNumber
undefined
fileName
undefined
libwrapper_skip_package_detection
true
lineNumber
undefined
message
"Missing helper: "add"\n[Detected 1 package: system:fvtt-hero-system-6]"
name
"Error"
number
undefined
stack
"Error: undefined. Missing helper: "add"\n[Detected 1 package: system:fvtt-hero-system-6]\n at Object. (http://localhost:30000/scripts/handlebars.min.js:27:9680)\n at Object.c (http://localhost:30000/scripts/handlebars.min.js:27:19853)\n at eval (eval at createFunctionContext (http://localhost:30000/scripts/handlebars.min.js:29:1808), :15:139)\n at Object.h [as fn] (http://localhost:30000/scripts/handlebars.min.js:27:17870)\n at Object. (http://localhost:30000/scripts/handlebars.min.js:27:10117)\n at Object.c (http://localhost:30000/scripts/handlebars.min.js:27:19853)\n at Object.eval [as main] (eval at createFunctionContext (http://localhost:30000/scripts/handlebars.min.js:29:1808), :25:47)\n at c (http://localhost:30000/scripts/handlebars.min.js:27:15429)\n at d (http://localhost:30000/scripts/handlebars.min.js:27:15744)\n at e (http://localhost:30000/scripts/handlebars.min.js:28:22748)\n at renderTemplate (http://localhost:30000/scripts/foundry.js:7667:10)\n at async Hero6Actor.rollDamage (http://localhost:30000/systems/fvtt-hero-system-6/modules/hero6-actor.js:729:21)"
Prototype

Error at Object. (http://localhost:30000/scripts/handlebars.min.js:27:5241) at b (http://localhost:30000/scripts/handlebars.min.js:27:330) at Object. (http://localhost:30000/scripts/handlebars.min.js:27:2069) at b (http://localhost:30000/scripts/handlebars.min.js:27:330) at Object. (http://localhost:30000/scripts/handlebars.min.js:27:1435) at b (http://localhost:30000/scripts/handlebars.min.js:27:330) at Object. (http://localhost:30000/scripts/handlebars.min.js:27:792) at b (http://localhost:30000/scripts/handlebars.min.js:27:330) at http://localhost:30000/scripts/handlebars.min.js:27:417 at http://localhost:30000/scripts/handlebars.min.js:27:422

Steps to reproduce:

  1. Drag Killing Attack from Compendium to a new character.
  2. Edit the killing attack to change the Damage Effect to killing.
  3. Set the damage to 2d6 and close the Killing Attack window.
  4. Click on the effect dice. There will be no new entry in the chat, and the console will show the above error.
Foundry 11.308 HERO 11.0.18 When you roll damage on the killing attack power, there is no output to the chat and the following console error: Uncaught (in promise) d description : undefined endLineNumber : undefined fileName : undefined libwrapper_skip_package_detection : true lineNumber : undefined message : "Missing helper: \"add\"\n[Detected 1 package: system:fvtt-hero-system-6]" name : "Error" number : undefined stack : "Error: undefined. Missing helper: \"add\"\n[Detected 1 package: system:fvtt-hero-system-6]\n at Object.<anonymous> (http://localhost:30000/scripts/handlebars.min.js:27:9680)\n at Object.c (http://localhost:30000/scripts/handlebars.min.js:27:19853)\n at eval (eval at createFunctionContext (http://localhost:30000/scripts/handlebars.min.js:29:1808), <anonymous>:15:139)\n at Object.h [as fn] (http://localhost:30000/scripts/handlebars.min.js:27:17870)\n at Object.<anonymous> (http://localhost:30000/scripts/handlebars.min.js:27:10117)\n at Object.c (http://localhost:30000/scripts/handlebars.min.js:27:19853)\n at Object.eval [as main] (eval at createFunctionContext (http://localhost:30000/scripts/handlebars.min.js:29:1808), <anonymous>:25:47)\n at c (http://localhost:30000/scripts/handlebars.min.js:27:15429)\n at d (http://localhost:30000/scripts/handlebars.min.js:27:15744)\n at e (http://localhost:30000/scripts/handlebars.min.js:28:22748)\n at renderTemplate (http://localhost:30000/scripts/foundry.js:7667:10)\n at async Hero6Actor.rollDamage (http://localhost:30000/systems/fvtt-hero-system-6/modules/hero6-actor.js:729:21)" [[Prototype]] : Error at Object.<anonymous> (http://localhost:30000/scripts/handlebars.min.js:27:5241) at b (http://localhost:30000/scripts/handlebars.min.js:27:330) at Object.<anonymous> (http://localhost:30000/scripts/handlebars.min.js:27:2069) at b (http://localhost:30000/scripts/handlebars.min.js:27:330) at Object.<anonymous> (http://localhost:30000/scripts/handlebars.min.js:27:1435) at b (http://localhost:30000/scripts/handlebars.min.js:27:330) at Object.<anonymous> (http://localhost:30000/scripts/handlebars.min.js:27:792) at b (http://localhost:30000/scripts/handlebars.min.js:27:330) at http://localhost:30000/scripts/handlebars.min.js:27:417 at http://localhost:30000/scripts/handlebars.min.js:27:422 Steps to reproduce: 1. Drag Killing Attack from Compendium to a new character. 2. Edit the killing attack to change the Damage Effect to killing. 3. Set the damage to 2d6 and close the Killing Attack window. 4. Click on the effect dice. There will be no new entry in the chat, and the console will show the above error.
Owner

Fixed in 11.0.19

Fixed in 11.0.19
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: public/fvtt-hero-system-6#21
No description provided.