Roll20 / Roll20/roll20-api-scripts
the formulas of the skills don't get the proficiency bonus properly
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 407
- Forks
- 602
- Avg merge
- 7d 55m
- Merged PRs (30d)
- 18
Description
the formula should be something like [[d20 + ([[d0 + @{acrobatics_bonus}@{pbd_safe}]]*(1-ceil((@{npc})*0.1)) [PC] + (@{npc_acrobatics}*@{npc}) [NPC]]] for every skill.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read GroupCheck/GroupCheck.js around line 594 and compare the existing skill formula with the expression supplied in the issue. Trace how the proficiency bonus is handled for PC and NPC skills, then verify that the corrected formula is applied consistently to every skill.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- game-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100