Boire une potion de soin

This commit is contained in:
Vincent Vandemeulebrouck
2021-04-12 00:16:23 +02:00
parent a39e2a3256
commit b1f0d54837
11 changed files with 67 additions and 73 deletions

View File

@ -48,16 +48,6 @@ export class RdDHerbes extends Item {
formData.isRepos = true;
this.computeHerbeBonus(formData, this.herbesRepos, 7);
}
if (formData.data.categorie.includes('Enchante') ) {
formData.isEnchante = true;
if ( formData.isHerbe) {
formData.pointsGuerison = this.calculePointsGuerison( formData.data );
}
if ( formData.isRepos) {
formData.caseRepos = formData.data.herbebonus * formData.data.pr;
}
}
}
/* -------------------------------------------- */