Data changes to make attacks top level objects
This commit is contained in:
@@ -3,6 +3,10 @@ const PROPERTIES = Object.freeze({
|
||||
icon: 'offline_bolt',
|
||||
name: 'Action'
|
||||
},
|
||||
attack: {
|
||||
icon: 'bolt',
|
||||
name: 'Attack'
|
||||
},
|
||||
attribute: {
|
||||
icon: 'donut_small',
|
||||
name: 'Attribute'
|
||||
|
||||
Reference in New Issue
Block a user