1
0
mirror of https://github.com/exane/not-gwent-online synced 2024-06-08 16:10:57 +00:00

implement few cards

This commit is contained in:
devfake 2015-06-22 20:21:21 +02:00
parent 1fb76ff494
commit 7d21a962bc

View File

@ -42,8 +42,8 @@ module.exports = {
faction: "Northern Realm",
type: 0
},
"sigismunt_dijkstra": {
name: "Sigismunt Dijkstra",
"sigismund_dijkstra": {
name: "Sigismund Dijkstra",
power: 4,
ability: "spy",
img: "dijkstra",
@ -210,6 +210,40 @@ module.exports = {
faction: "Northern Realm",
type: 3
},
"philippa_eilhart": {
name: "Philippa Eilhart",
power: 10,
ability: "hero",
img: "eilhart",
faction: "Northern Realm",
type: 1
},
"esterad_thyssen": {
name: "Esterad Thyssen",
power: 10,
ability: "hero",
img: "thyssen",
faction: "Northern Realm",
type: 0
},
"siege_tower": {
name: "Siege Tower",
power: 6,
ability: null,
img: "siege_tower",
faction: "Northern Realm",
type: 2
},
"catapult": {
name: "Catapult",
power: 8,
ability: "tight_bond",
img: "catapult",
faction: "Northern Realm",
type: 2
},
"decoy": {
name: "Decoy",
power: -1,
@ -227,6 +261,7 @@ module.exports = {
type: 4
},
"impenetrable_fog": {
name: "Impenetrable Fog",
power: -1,