Review fight automation + alchimie

This commit is contained in:
2022-06-11 20:56:35 +02:00
parent 7259d3dc21
commit d27b78d1d2
10 changed files with 185 additions and 56 deletions

View File

@ -336,6 +336,7 @@ export class BoLActor extends Actor {
let newPP = this.data.data.resources.power.value - ppCost
newPP = (newPP < 0) ? 0 : newPP
this.update({ 'data.resources.power.value': newPP })
return newPP
}
/*-------------------------------------------- */