Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

sasquach45932/dcc-qol

Repository files navigation

This is an archive repository, new repository is here.

DCC Quality of Life Improvements

This module extends the functionality of the Dungeon Crawl Classics module.

Any update on DCC might break this module!

  • Separated attack/damage/crit and fumble rolls for weapon attacks
  • Displays on attack chat-card information about the weapon/actor (type, equipped, range, (un)trained, two-handed)
  • Displays weapon description (weapon.system.description.value)
  • Automates deed die roll for warriors/dwarves (in manual roll mode)
  • Substracts PC's Luck score from monsters' crit roll
  • Checks the weapon range (requires token targeting)
    • Checks hits and misses
    • Checks Firing into melee ("Friendly Fire" button displays when ally is near)
  • Calculates range penalty during attack rolls
  • Auto applies damage (targeting can be done before attack roll or before damage roll) - auto apply happens on Gamemaster's client

image image

Auto roll deed die:

image

Luck score appoling on monsters' crit roll

image

image

Range peanalty applying:

image image

image image

Friendly fire check results:

image

Manual installation

Paste the following link in the Install Module interface of your Foundry VTT instance:

https://github.com/sasquach45932/dcc-qol/releases/latest/download/module.json

This module replaces the following dcc system functions:

  • applyDamage
  • rollCritical
  • rollWeaponAttack
  • rollToHit