Buffs can skip var freezing, freeze inline calcs
This commit is contained in:
@@ -31,6 +31,11 @@ let BuffSchema = createPropertySchema({
|
||||
},
|
||||
// Prevent the property from showing up in the log
|
||||
silent: {
|
||||
type: Boolean,
|
||||
optional: true,
|
||||
},
|
||||
// Prevent the children from being crystalized
|
||||
skipCrystalization: {
|
||||
type: Boolean,
|
||||
optional: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user