Alphabetized properties by displayed name

This commit is contained in:
Stefan Zermatten
2020-05-31 22:39:15 +02:00
parent b04b915c7b
commit efb8b87a2d

View File

@@ -3,10 +3,6 @@ const PROPERTIES = Object.freeze({
icon: '$vuetify.icons.action',
name: 'Action'
},
adjustment: {
icon: '$vuetify.icons.attribute_damage',
name: 'Attribute damage'
},
attack: {
icon: '$vuetify.icons.attack',
name: 'Attack'
@@ -15,6 +11,10 @@ const PROPERTIES = Object.freeze({
icon: '$vuetify.icons.attribute',
name: 'Attribute'
},
adjustment: {
icon: '$vuetify.icons.attribute_damage',
name: 'Attribute damage'
},
buff: {
icon: '$vuetify.icons.buff',
name: 'Buff'
@@ -23,6 +23,10 @@ const PROPERTIES = Object.freeze({
icon: '$vuetify.icons.class_level',
name: 'Class level'
},
container: {
icon: 'work',
name: 'Container'
},
damage: {
icon: '$vuetify.icons.damage',
name: 'Damage'
@@ -47,6 +51,10 @@ const PROPERTIES = Object.freeze({
icon: 'folder',
name: 'Folder'
},
item: {
icon: '$vuetify.icons.item',
name: 'Item'
},
note: {
icon: 'note',
name: 'Note'
@@ -75,14 +83,6 @@ const PROPERTIES = Object.freeze({
icon: '$vuetify.icons.spell',
name: 'Spell'
},
container: {
icon: 'work',
name: 'Container'
},
item: {
icon: '$vuetify.icons.item',
name: 'Item'
},
toggle: {
icon: '$vuetify.icons.toggle',
name: 'Toggle'