Add monster changes

This commit is contained in:
2025-01-15 17:13:39 +01:00
parent 78b230084f
commit e34593c650
34 changed files with 96 additions and 79 deletions

View File

@ -12,15 +12,19 @@ export const MONSTER_CHARACTERISTICS = Object.freeze({
export const MONSTER_RESIST = Object.freeze({
resistTorture: {
id: "resistTorture",
label: "LETHALFANTASY.Character.resistTorture.label"
label: "LETHALFANTASY.Monster.resistTorture.label"
},
resistPerformance: {
id: "resistPerformance",
label: "LETHALFANTASY.Character.resistPerformance.label"
label: "LETHALFANTASY.Monster.resistPerformance.label"
},
resistIntimidation: {
id: "resistIntimidation",
label: "LETHALFANTASY.Character.resistIntimidation.label"
label: "LETHALFANTASY.Monster.resistIntimidation.label"
},
perception: {
id: "perception",
label: "LETHALFANTASY.Monster.perception.label"
}
})