forked from public/foundryvtt-reve-de-dragon
#171 - Gestion des potions de repos
This commit is contained in:
@ -60,6 +60,11 @@ export class RdDHerbes extends Item {
|
||||
}
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
static calculePointsRepos( data ) {
|
||||
return data.herbebonus * data.pr;
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
static calculePointsGuerison( data ){
|
||||
return data.herbebonus * data.pr;
|
||||
|
Reference in New Issue
Block a user