This is an archive repository, new repository is here.
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
Auto roll deed die:
Luck score appoling on monsters' crit roll
Range peanalty applying:
Friendly fire check results:
- Requires libWrapper
- Requires socketlib
- Requires Dungeon Crawl Classics
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