Removed all UI computations from viewers and components
This commit is contained in:
@@ -122,6 +122,11 @@ let ComputedOnlyAttributeSchema = new SimpleSchema({
|
||||
type: SimpleSchema.Integer,
|
||||
optional: true,
|
||||
},
|
||||
// The computed creature constitution modifier
|
||||
constitutionMod: {
|
||||
type: Number,
|
||||
optional: true,
|
||||
},
|
||||
// Should this attribute hide
|
||||
hide: {
|
||||
type: Boolean,
|
||||
|
||||
Reference in New Issue
Block a user