Update actor sheet

This commit is contained in:
2025-12-20 00:09:42 +01:00
parent 65dfb3ddff
commit 189b03ca91
24 changed files with 4669 additions and 1791 deletions
+4 -4
View File
@@ -56,10 +56,10 @@ export const MORTAL_CHOICES = {
"halflings": { label: "Halfling", id: "halflings", defenseBonus: 2 }
}
export const FAVOR_CHOICES = {
export const ADVANTAGE_CHOICES = {
"none": { label: "None", value: "none" },
"favor": { label: "Favor", value: "favor" },
"disfavor": { label: "Disfavor", value: "disfavor" }
"advantage": { label: "Advantage", value: "advantage" },
"disadvantage": { label: "Disadvantage", value: "disadvantage" }
}
export const MOVEMENT_CHOICES = {
@@ -327,7 +327,7 @@ export const SYSTEM = {
MOVE_DIRECTION_CHOICES,
SIZE_CHOICES,
RANGE_CHOICES,
FAVOR_CHOICES,
ADVANTAGE_CHOICES,
ATTACKER_AIM_CHOICES,
MORTAL_CHOICES,
MIRACLE_TYPES,