5 lines
231 B
JavaScript
5 lines
231 B
JavaScript
let points = this.effect.sourceTest.result.overcast.usage.other.current;
|
|
|
|
this.actor.update({"system.status.fortune.value" : this.actor.system.status.fortune.value + points});
|
|
|
|
this.script.message(`Gained ${points} Fortune Points`) |