Implemented very basic value-auditing for skills/abilities
This commit is contained in:
@@ -21,5 +21,11 @@ Schemas.Effect = new SimpleSchema({
|
||||
calculation: {
|
||||
type: String,
|
||||
optional: true
|
||||
},
|
||||
//indicates what the effect originated from
|
||||
type: {
|
||||
type: String,
|
||||
defaultValue: "default",
|
||||
allowedValues: ["default", "class", "race", "feat", "equippedMagic", "equippedMundane", "external"]
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user