Tested and fixed proficiencies by tag

This commit is contained in:
Stefan Zermatten
2023-05-06 10:45:03 +02:00
parent 9fb85b8c50
commit 4550661a59
5 changed files with 80 additions and 10 deletions

View File

@@ -35,7 +35,7 @@ let ProficiencySchema = new SimpleSchema({
optional: true,
max: STORAGE_LIMITS.variableName,
},
// Which tags the effect is applied to
// Which tags the proficiency is applied to
targetTags: {
type: Array,
optional: true,