Various fixes for v13
All checks were successful
Release Creation / build (release) Successful in 53s
All checks were successful
Release Creation / build (release) Successful in 53s
This commit is contained in:
@ -60,17 +60,16 @@ export const FAVOR_CHOICES = {
|
||||
}
|
||||
|
||||
export const MOVEMENT_CHOICES = {
|
||||
"none": {label: "None (D8E)", value: "D8"},
|
||||
"walk": {label: "Walk (D10E)", value: "D10"},
|
||||
"jog": {label: "Jog (D12E)", value: "D12"},
|
||||
"run": {label: "Run (D20E)", value: "D20"},
|
||||
"incombat": {label: "In Combat (D12E)", value: "D12"}
|
||||
"none": {label: "None (D20E Disfavor)", disfavor: true, value: "2D20kl"},
|
||||
"walk": {label: "Walk (D20E Disfavor)", disfavor: true, value: "2D20kl"},
|
||||
"run": {label: "Jog/Run/Sprint (D20E Favor)", favor: true, value: "2D20kh"},
|
||||
"incombat": {label: "In Combat (D20E)", favor: false, value: "D20"}
|
||||
}
|
||||
|
||||
export const MOVE_DIRECTION_CHOICES = {
|
||||
"none": {label: "None (+0)", value: "0"},
|
||||
"away": {label: "Away (+4)", value: "+4"},
|
||||
"toward": {label: "Toward (+0)", value: "0"},
|
||||
"toward": {label: "Toward (-5)", value: "-5"},
|
||||
"lateral": {label: "Lateral (+10)", value: "+10"}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user