Added implementation of unstoppable

This commit is contained in:
WBHarry 2025-11-22 21:43:31 +01:00
parent 87643dc662
commit eb573e7ccb
38 changed files with 256 additions and 99 deletions

View file

@ -51,6 +51,12 @@ export default class DhCompanion extends BaseDataActor {
}
}
),
rules: new fields.SchemaField({
conditionImmunities: new fields.SchemaField({
vulnerable: new fields.BooleanField({ initial: false }),
restrained: new fields.BooleanField({ initial: false })
})
}),
attack: new ActionField({
initial: {
name: 'Attack',