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 roll deed die:
Applying Luck score on monsters' crit roll
Range peanalty applying:
Friendly fire check results:
- Requires libWrapper
- Requires Dungeon Crawl Classics
This module replaces the following dcc system functions:
rollCritical
rollWeaponAttack
rollToHit