Weapon attack management

This commit is contained in:
2025-01-18 18:14:52 +01:00
parent 729b7882b8
commit b47adc936d
18 changed files with 407 additions and 148 deletions

View File

@@ -32,6 +32,8 @@ export default class RMFRPWeaponSheet extends ItemSheet {
attackTables: game.rmfrp.attackTables.getTableDef(),
fumbleTables: game.rmfrp.attackTables.getFumbleDef(),
criticalTables: game.rmfrp.attackTables.getCriticalDef(),
fumblesWeapon: game.rmfrp.attackTables.buildFumbleWeaponChoices(),
fumblesNonWeapon: game.rmfrp.attackTables.buildFumbleNonWeaponChoices(),
enrichedDescription: enrichedDescription
}
console.log("Parent", this.object)