Message de dommage sur entité

Plutôt que de dire "ne subit aucun dommage", une gravité de blessure
indicative est donnée
This commit is contained in:
2026-04-28 19:09:08 +02:00
parent 277799088f
commit d1832917bc
3 changed files with 12 additions and 2 deletions
+1
View File
@@ -83,6 +83,7 @@ export class RdDEntite extends RdDBaseActorReve {
if (this.isEntiteNonIncarnee()) {
return
}
encaissement.isEntiteIncarnee = true
const perteEndurance = await this.santeIncDec("endurance", -encaissement.endurance);
foundry.utils.mergeObject(encaissement, { resteEndurance: perteEndurance.newValue, endurance: perteEndurance.perte })
}