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

Added quickdice to extensions.json #83

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Robert-Wegner
Copy link

Quickdice is a simple CLI-style application designed for executing complex d20 attack rolls quickly.

Author: Robert Wegner
Contact: [email protected]

Usage:
A command for Quickdice should follow this format:
(number of attack rolls)(n/a/d for normal, advantage, or disadvantage) + (attack bonus) vs (AC) + (AC bonus>) dmg (damage breakdown)

The damage breakdown consists of one or more damage instances separated by +. Damage instances can be simple numbers (e.g., 3), dice rolls (e.g., 1d6), or specific types (e.g., 2d6fi for fire damage, 1d12co for cold damage, 5ne for necrosis damage). Spaces are ignored.

Examples:

  1. 2n+4 vs 12 dmg 1d6+4
  2. 2a - 3 vs 17 + 1 dmg 1d6fi + 9ne + 4d12pi
  3. 4d+1vs10dmg2d6+1d7+3d4co+1bl

The tool calculates the number of attacks, compares each to the AC, and breaks down the damage by type. Natural 20 rolls are treated as automatic hits, doubling the dice rolled for that attack.

@Several-Record7234
Copy link
Collaborator

Hi Robert,

A couple of minor changes needed here please:

  1. tags must be limited to one or more of [dice, fog, tool, content-pack, drawing, audio, combat, automation, other]
  2. 'image' should be a 'hero' image like this one - it doesn't need to be animated, but ideally it should be more than an icon, a static screengrab would be OK
  3. There's a minor typo at the foot of your store.md: "damage is calcualted and broken down"

Once you've made those changes, ping me here and I'll run verification again for you 👍

@Robert-Wegner
Copy link
Author

Hi Several-Record7234,

I've made these changes and also added a lot of new features :).

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.

2 participants