Added color ring based on proficiency levels for skills and saves (pf2e and dnd5e)
This commit is contained in:
@@ -318,4 +318,14 @@ export class TokenHelper{
|
||||
rollItem(item) {
|
||||
return this.system.rollItem(item);
|
||||
}
|
||||
|
||||
/**
|
||||
* Ring Colors
|
||||
*/
|
||||
getSkillRingColor(token,skill) {
|
||||
return this.system.getSkillRingColor(token,skill);
|
||||
}
|
||||
getSaveRingColor(token,save) {
|
||||
return this.system.getSaveRingColor(token,save);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user