This commit is contained in:
Dapoolp 2025-07-02 20:36:10 +02:00
parent d58f303907
commit 7828c51f2e
23 changed files with 345 additions and 187 deletions

View file

@ -105,3 +105,18 @@ export const diceCompare = {
operator: '>'
}
};
export const advandtageState = {
disadvantage: {
label: 'DAGGERHEART.General.Disadvantage.Full',
value: -1
},
neutral: {
label: 'DAGGERHEART.General.Neutral.Full',
value: 0
},
advantage: {
label: 'DAGGERHEART.General.Advantage.Full',
value: 1
}
}