Added pantheon
This commit is contained in:
parent
24629508dd
commit
9b571196f6
6 changed files with 14 additions and 1 deletions
BIN
app/src/assets/images/Pantheon.png
Normal file
BIN
app/src/assets/images/Pantheon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue