Update actor sheet
This commit is contained in:
+18
-18
@@ -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"
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user