Push Finished Forbidden Lands,

All stats have been added into the rolling
This commit is contained in:
Jack Condon
2021-10-19 00:48:01 +11:00
parent f4d02cf296
commit c74d27610a
3 changed files with 133 additions and 43 deletions

View File

@@ -230,6 +230,26 @@ export class TokenHelper{
return this.system.getPerception(token)
}
/* forbidden-lands */
getAgility(token) {
return this.system.getAgility(token)
}
/* forbidden-lands */
getWits(token) {
return this.system.getWits(token)
}
/* forbidden-lands */
getEmpathy(token) {
return this.system.getEmpathy(token)
}
/* forbidden-lands */
getWillPower(token) {
return this.system.getWillPower(token)
}
/**
* Conditions
*/