Files
roll20-character-sheets/ADnD_2E_Revised/javascript/specialConditions.js
T
Peter Bjerg Lidegaard 2b4c488d97 - Added touch attacks and grenadelike miss to special conditions
- Made constants for special conditions
- Added touch attacks to spells
2025-01-11 17:08:43 +01:00

12 lines
515 B
JavaScript

// Buttons describing how to rule on special conditions.
// The buttons are defined in dm-screen.html
// The buttons for roll templates are defined in rolltemplate-buttons.html
const BLINDNESS = "blindness";
const DEAFNESS = "deafness";
const INVISIBILITY = "invisibility";
const CONTINUING_DAMAGE = "continuing-damage";
const MAGICAL_AGING = "magical-aging";
const CHARM = "charm";
const TOUCH_ATTACKS = "touch-attacks";
// This is an action button defined in the sheetWorkers.js
const GRENADE_LIKE= "grenade-miss"