UNPKG

sysref-base

Version:

Base classes for emulating basic System Reference Document game mechanics

11 lines (10 loc) 520 B
// https://www.5thsrd.org/rules/abilities/ability_checks/ module.exports = { charisma: ['deception', 'intimidation', 'performance', 'persuasion'], constitution: [], // Constitution ability checks are rare, its modifier // primarily applies to hit points. dexterity: ['acrobatics', 'sleight-of-hand', 'stealth', 'initiative'], intelligence: ['arcana', 'history', 'investigation', 'nature', 'religion'], strength: ['athletics'], wisdom: ['animal-handling', 'insight', 'medicine', 'perception', 'survival'] }