Added support for Lore Skills, Perception and Initiative. Additional skill and saves icons

This commit is contained in:
kyamsil
2021-08-25 23:10:39 +01:00
parent 7bd06d7797
commit c01f9ec566
13 changed files with 64 additions and 12 deletions

View File

@@ -221,6 +221,11 @@ export class TokenHelper{
return this.system.getResilience(token)
}
/* PF2E */
getPerception(token) {
return this.system.getPerception(token)
}
/**
* Conditions
*/