Update spell definition
All checks were successful
Release Creation / build (release) Successful in 58s

This commit is contained in:
2025-03-11 07:46:25 +01:00
parent 72ef2dbe1b
commit a37913c7da
27 changed files with 101 additions and 75 deletions

View File

@ -192,6 +192,14 @@ export const CHOICE_DICE = {
"D20": "D20"
}
export const SPELL_CRITICAL = {
"electric": "Electric",
"fire": "Fire",
"cold": "Cold",
"force": "Force",
"acid": "Acid"
}
export const CHOICE_MODIFIERS = {
"-9": "-9",
"-8": "-8",
@ -283,5 +291,6 @@ export const SYSTEM = {
RANGE_CHOICES,
FAVOR_CHOICES,
ATTACKER_AIM_CHOICES,
MORTAL_CHOICES
MORTAL_CHOICES,
SPELL_CRITICAL
}