mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 02:19:54 +02:00
Finished logic
This commit is contained in:
parent
f004227232
commit
e63d19a2c4
5 changed files with 15 additions and 7 deletions
|
|
@ -122,6 +122,10 @@ export default class DHWeapon extends AttachableItem {
|
|||
return Boolean(this.weaponFeatures.find(x => x.value === 'reloading'));
|
||||
}
|
||||
|
||||
get needsReload() {
|
||||
return this.hasReload && this.resource.value === 0;
|
||||
}
|
||||
|
||||
/**@inheritdoc */
|
||||
async getDescriptionData() {
|
||||
const baseDescription = this.description;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue