Move aiming to attacker
All checks were successful
Release Creation / build (release) Successful in 1m9s
All checks were successful
Release Creation / build (release) Successful in 1m9s
This commit is contained in:
@@ -92,8 +92,8 @@ export const RANGE_CHOICES = {
|
||||
|
||||
export const ATTACKER_AIM_CHOICES = {
|
||||
"simple": { label: "Simple (+0)", value: "0" },
|
||||
"careful": { label: "Careful (Red -5)", value: "-4" },
|
||||
"focused": { label: "Focused (Grey -9)", value: "-9" }
|
||||
"careful": { label: "Careful (Red +5)", value: "+4" },
|
||||
"focused": { label: "Focused (Grey +9)", value: "+9" }
|
||||
}
|
||||
|
||||
export const SPELL_LETHARGY_DICE = [
|
||||
|
||||
Reference in New Issue
Block a user