Coder Social home page Coder Social logo

Comments (4)

mrbwhitby avatar mrbwhitby commented on July 21, 2024 1

Thanks so much! I will try that out. This is much appreciated.

Edit:
That did it! Thanks so much for the fix

from foundry-swnr.

jwmccowan avatar jwmccowan commented on July 21, 2024

I was trying out the system this evening and found the same issue. Throws an undefined error in the console.

Looks like line 156 (104 in the source map) in the character sheet is throwing an error, probably because the query selector on line 135 (91 in the source map) is returning undefined.

@Spice-King Do you accept pull requests?

from foundry-swnr.

jwmccowan avatar jwmccowan commented on July 21, 2024

Ah I see what's going on here. @mrbwhitby you can set the skill to use by editing the weapon itself from the weapons tab. If you select shoot or whatever, it will use that value and roll correctly.

If you don't select a skill, the roll errors out. There needs to be a check if skill exists before checking its value on line 156, something like:

effectiveSkillRank:
          !skill || skill.data.data.rank < 0 ? -2 : skill.data.data.rank,

from foundry-swnr.

Spice-King avatar Spice-King commented on July 21, 2024

Ah sorry, missed the email yesterday. I'll look into why the prompt for what skill to use in the dialog is not there. I probably messed up the logic when I anded NPCs.

from foundry-swnr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.