forked from public/foundryvtt-reve-de-dragon
Boire une potion de soin
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
|
Reference in New Issue
Block a user