Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Aventures] Fix of sub-stat dice roll #12891

Merged
merged 1 commit into from May 14, 2024

Conversation

PentaniaGameStudio
Copy link
Contributor

@PentaniaGameStudio PentaniaGameStudio commented May 12, 2024

Update Aventures.html
Correct the dice of 20 for puissance / finesse / aura / relation / instinct / savoir

Submission Checklist

Required

  • The pull request title clearly contains the name of the sheet I am editing.
  • The pull request title clearly states the type of change I am submitting (New Sheet/New Feature/Bugfix/etc.).
  • The pull request makes changes to files in only one sub-folder.
  • The pull request does not contain changes to any json files in the translations folder (translation.json is permitted)

New Sheet Details

  • The name of this game is: < > (i.e. Dungeons & Dragons 5th Edition, The Dresden Files RPG)

  • The publisher of this game is: < > (i.e. Wizards of the Coast, Evil Hat)

  • The name of this game system/family is: < > (i.e. Dungeons & Dragons, FATE)

  • I have followed the Character Sheets Standards when building this sheet.

  • I have authorization from the game's publisher to make this an official sheet on Roll20 with their name attached.
  • This game is not a traditionally published game, but a copy of the game rules can be purchased/downloaded/found at: < >
  • This sheet is for an unofficial fan game, modification to an existing game, or a homebrew system.

Changes / Description

There was a small error at the d20 of the puissance / finesse / aura / relation / instinct / savoir.
The show dice was a 1d20 dice, but it was launching a 1d4 dice.
The formula was wrong before at the line 102 :
d20, 1d4cs1cf4 -> d20, 1d20cs1cf20

Update Aventures.html
Correct the dice of 20 for puissance / finesse / aura / relation / instinct / savoir
The formula was wrong before at the line 102 : 
d20, 1d4cs1cf4 -> d20, 1d20cs1cf20
@roll20deploy
Copy link
Contributor

Character Sheet Info Roll20 Internal Use only.

@PentaniaGameStudio PentaniaGameStudio changed the title Correction of sub stat dice 20 roll [Aventures] Fix of sub-stat dice roll May 12, 2024
@NBrooks-Roll20 NBrooks-Roll20 merged commit 868dd49 into Roll20:master May 14, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants