Update spell definition
All checks were successful
Release Creation / build (release) Successful in 58s
All checks were successful
Release Creation / build (release) Successful in 58s
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user