Added DeathMove condition and automated changing to the correct condition depending on the result of death moves

This commit is contained in:
WBHarry 2026-01-18 20:41:48 +01:00
parent 9d75157e17
commit e12a76dccb
7 changed files with 58 additions and 13 deletions

View file

@ -179,6 +179,10 @@ export const defeatedConditions = () => {
};
export const defeatedConditionChoices = {
deathMove: {
id: 'deathMove',
name: 'DAGGERHEART.CONFIG.Condition.deathMove.name'
},
defeated: {
id: 'defeated',
name: 'DAGGERHEART.CONFIG.Condition.defeated.name'