v1.4.5
This commit is contained in:
@@ -221,6 +221,11 @@ export class TokenHelper{
|
||||
return this.system.getResilience(token)
|
||||
}
|
||||
|
||||
// /* PF2E */
|
||||
// getStrikes(token) {
|
||||
// return this.system.getStrikes(token);
|
||||
// }
|
||||
|
||||
/**
|
||||
* Conditions
|
||||
*/
|
||||
@@ -236,6 +241,16 @@ export class TokenHelper{
|
||||
return this.system.toggleCondition(token,condition);
|
||||
}
|
||||
|
||||
/* PF2E */
|
||||
getValuedCondition(token,condition) {
|
||||
return this.system.getValuedCondition(token,condition);
|
||||
}
|
||||
|
||||
/* PF2E */
|
||||
modifyValuedCondition(token,condition,delta) {
|
||||
return this.system.modifyValuedCondition(token,condition,delta);
|
||||
}
|
||||
|
||||
/**
|
||||
* Roll
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user