Added support for Lore Skills, Perception and Initiative. Additional skill and saves icons
This commit is contained in:
@@ -221,6 +221,11 @@ export class TokenHelper{
|
||||
return this.system.getResilience(token)
|
||||
}
|
||||
|
||||
/* PF2E */
|
||||
getPerception(token) {
|
||||
return this.system.getPerception(token)
|
||||
}
|
||||
|
||||
/**
|
||||
* Conditions
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user