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