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

@@ -153,6 +153,7 @@ export class TokenControl{
else if (stats == 'Advantage') txt += tokenHelper.getAdvantage(token) /* WFRP4e */
else if (stats == 'Resolve') txt += tokenHelper.getResolve(token) /* WFRP4e */
else if (stats == 'Resilience') txt += tokenHelper.getResilience(token) /* WFRP4e */
else if (stats == 'Perception') txt += tokenHelper.getPerception(token) /* PF2E */
else if (stats == 'Condition') { /* PF2E */
const valuedCondition = tokenHelper.getConditionValue(token, settings.condition);
if (valuedCondition != undefined) {