mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 15:39:02 +01:00
Removed trait useage for companion attack
This commit is contained in:
parent
f2176c6238
commit
1ff1ee00dd
1 changed files with 1 additions and 8 deletions
|
|
@ -60,8 +60,7 @@ export default class DhCompanion extends BaseDataActor {
|
||||||
},
|
},
|
||||||
roll: {
|
roll: {
|
||||||
type: 'attack',
|
type: 'attack',
|
||||||
bonus: 0,
|
bonus: 0
|
||||||
trait: 'instinct'
|
|
||||||
},
|
},
|
||||||
damage: {
|
damage: {
|
||||||
parts: [
|
parts: [
|
||||||
|
|
@ -87,12 +86,6 @@ export default class DhCompanion extends BaseDataActor {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
get traits() {
|
|
||||||
return {
|
|
||||||
instinct: { value: this.attack.roll.bonus }
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
get proficiency() {
|
get proficiency() {
|
||||||
return this.partner?.system?.proficiency ?? 1;
|
return this.partner?.system?.proficiency ?? 1;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue