Final bits.

with @solo
This commit is contained in:
Lyle hayhurst
2021-06-20 00:03:44 -05:00
parent a5655f46dd
commit 26afbae66b
5 changed files with 120 additions and 91 deletions

View File

@@ -191,6 +191,35 @@ export class TokenHelper{
return this.system.getFate(token)
}
/* WFRP 4E */
getFortune(token) {
return this.system.getFortune(token)
}
/* WFRP 4E */
getCriticalWounds(token) {
return this.system.getCriticalWounds(token)
}
/* WFRP 4E */
getCorruption(token) {
return this.system.getCorruption(token)
}
/* WFRP 4E */
getAdvantage(token) {
return this.system.getAdvantage(token)
}
/* WFRP 4E */
getResolve(token) {
return this.system.getResolve(token)
}
/* WFRP 4E */
getResilience(token) {
return this.system.getResilience(token)
}
/**
* Conditions