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
+18 -18
View File
@@ -135,28 +135,28 @@ export const CHALLENGES = Object.freeze({
})
export const SAVES = Object.freeze({
will: {
id: "will",
label: "PRISMRPG.Character.will.label"
str: {
id: "str",
label: "PRISMRPG.Character.str.label"
},
dodge: {
id: "dodge",
label: "PRISMRPG.Character.dodge.label"
dex: {
id: "dex",
label: "PRISMRPG.Character.dex.label"
},
toughness: {
id: "toughness",
label: "PRISMRPG.Character.toughness.label"
con: {
id: "con",
label: "PRISMRPG.Character.con.label"
},
contagion: {
id: "contagion",
label: "PRISMRPG.Character.contagion.label"
int: {
id: "int",
label: "PRISMRPG.Character.int.label"
},
poison: {
id: "poison",
label: "PRISMRPG.Character.poison.label"
wis: {
id: "wis",
label: "PRISMRPG.Character.wis.label"
},
pain: {
id: "pain",
label: "PRISMRPG.Character.pain.label"
cha: {
id: "cha",
label: "PRISMRPG.Character.cha.label"
}
})