Changed effect arrays to a single effect array array
This commit is contained in:
@@ -13,6 +13,11 @@ Schemas.Effect = new SimpleSchema({
|
||||
name: {
|
||||
type: String
|
||||
},
|
||||
operation: {
|
||||
type: String,
|
||||
defaultValue: "add",
|
||||
allowedValues: ["proficiency","add","mul","min","max","advantage","disadvantage","passiveAdd","fail","conditional","passiveAdd"]
|
||||
},
|
||||
value: {
|
||||
type: Number,
|
||||
decimal: true,
|
||||
@@ -28,4 +33,4 @@ Schemas.Effect = new SimpleSchema({
|
||||
defaultValue: "default",
|
||||
allowedValues: ["default", "inate", "class", "race", "feat", "equippedMagic", "equippedMundane", "external"]
|
||||
}
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user