Nouveau roll-dialog: mode attaque

This commit is contained in:
2025-09-21 00:15:21 +02:00
parent 607eedc6d2
commit 5d8da860c4
20 changed files with 233 additions and 83 deletions

View File

@@ -30,6 +30,10 @@ export class RdDItemArme extends RdDItem {
//return "systems/foundryvtt-reve-de-dragon/icons/armes_armure/epee_sord.webp";
}
penetration() {
return parseInt(this.system.penetration ?? 0);
}
/* -------------------------------------------- */
static getArme(arme) {