Describe the bug
Rolling and editing starship skills and proficiencies on beta 2.2.2.2.5.0 beta does not work and throws errors in the browser console.
To Reproduce
Steps to reproduce the behavior:
Create or open a starship
Attempt to change the proficiency
Observe that the proficiency does not cycle through the proficiency levels and throws an error in the browser console: starship-proficiency-error.txt
Attempt to roll a skill check by clicking the skill name
Observe that the roll prompt does not appear and an error appears in the browser console: starship-sheet-skill-roll.txt
Attempt to configure a skill by clicking on the gear when hovering
Expected behavior
A user is able to roll and modify skills and skill proficiencies on starship actor sheets.
Screenshots
N/A
Foundry Information
Foundry version: 11.306
SW5e version: 2.2.2.2.5.0
OS: Alpine Linux 3.18 (Docker)
Additional context
This appears to be related to some changes in the other actor sheets in 2.2.2 that were missed for SW5e's unique starship-sheet, including:
adding a proficiency-row class to the skill lis and
data-skill becoming data-key.
I was able to solve the error by adapting the equivalent section from the swalt-core template and will share a PR shortly.
Describe the bug Rolling and editing starship skills and proficiencies on beta 2.2.2.2.5.0 beta does not work and throws errors in the browser console.
To Reproduce Steps to reproduce the behavior:
Expected behavior A user is able to roll and modify skills and skill proficiencies on starship actor sheets.
Screenshots N/A
Foundry Information Foundry version: 11.306 SW5e version: 2.2.2.2.5.0 OS: Alpine Linux 3.18 (Docker)
Additional context This appears to be related to some changes in the other actor sheets in 2.2.2 that were missed for SW5e's unique starship-sheet, including:
proficiency-row
class to the skillli
s anddata-skill
becomingdata-key
.I was able to solve the error by adapting the equivalent section from the swalt-core template and will share a PR shortly.