Improved spells tab to be more in line with the v1 implementation
This commit is contained in:
@@ -4,7 +4,7 @@ import CreatureProperties from '/imports/api/creature/CreatureProperties.js';
|
||||
export default function getActiveProperties({
|
||||
ancestorId,
|
||||
filter = {},
|
||||
options,
|
||||
options = {sort: {order: 1}},
|
||||
includeUntoggled = false,
|
||||
excludeAncestors,
|
||||
}){
|
||||
|
||||
@@ -38,16 +38,6 @@ let SpellSchema = new SimpleSchema({})
|
||||
hasAttackRoll: {
|
||||
type: Boolean,
|
||||
optional: true,
|
||||
},
|
||||
// Spell list that this spell appears on
|
||||
spellLists: {
|
||||
type: Array,
|
||||
defaultValue: [],
|
||||
},
|
||||
'spellLists.$': {
|
||||
type: String,
|
||||
regEx: VARIABLE_NAME_REGEX,
|
||||
min: 2,
|
||||
},
|
||||
description: {
|
||||
type: String,
|
||||
|
||||
Reference in New Issue
Block a user