Data changes to make attacks top level objects

This commit is contained in:
Stefan Zermatten
2019-09-19 16:03:46 +02:00
parent 63a20b2bef
commit 66d11d58f3
19 changed files with 368 additions and 201 deletions

View File

@@ -3,6 +3,10 @@ const PROPERTIES = Object.freeze({
icon: 'offline_bolt',
name: 'Action'
},
attack: {
icon: 'bolt',
name: 'Attack'
},
attribute: {
icon: 'donut_small',
name: 'Attribute'