Added pantheon

This commit is contained in:
Daniel Rodriguez 2019-09-08 11:27:55 +02:00
parent 24629508dd
commit 9b571196f6
6 changed files with 14 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View file

@ -612,6 +612,17 @@ export class Constants {
isSelected: false,
sinergy: false,
sinergy2: false
},
{
name: 'Pantheon',
roles: [
'dragon',
'guardian'
],
cost: 5,
isSelected: false,
sinergy: false,
sinergy2: false
}
];
public static championName = 'name';