Upgrade armors
This commit is contained in:
@ -33,7 +33,7 @@ export const CHARACTERISTICS = Object.freeze({
|
||||
},
|
||||
})
|
||||
|
||||
export const SAVES = Object.freeze({
|
||||
export const CHALLENGES = Object.freeze({
|
||||
str: {
|
||||
id: "str",
|
||||
label: "LETHALFANTASY.Character.str.label"
|
||||
@ -45,7 +45,10 @@ export const SAVES = Object.freeze({
|
||||
dying: {
|
||||
id: "dying",
|
||||
label: "LETHALFANTASY.Character.dying.label"
|
||||
},
|
||||
}
|
||||
})
|
||||
|
||||
export const SAVES = Object.freeze({
|
||||
will: {
|
||||
id: "will",
|
||||
label: "LETHALFANTASY.Character.will.label"
|
||||
@ -57,5 +60,17 @@ export const SAVES = Object.freeze({
|
||||
toughness: {
|
||||
id: "toughness",
|
||||
label: "LETHALFANTASY.Character.toughness.label"
|
||||
},
|
||||
contagion: {
|
||||
id: "contagion",
|
||||
label: "LETHALFANTASY.Character.contagion.label"
|
||||
},
|
||||
poison: {
|
||||
id: "poison",
|
||||
label: "LETHALFANTASY.Character.poison.label"
|
||||
},
|
||||
pain: {
|
||||
id: "pain",
|
||||
label: "LETHALFANTASY.Character.pain.label"
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user