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