mirror of
https://github.com/exane/not-gwent-online
synced 2024-11-23 19:36:53 +00:00
minor deck changes
This commit is contained in:
parent
753f4e7a9c
commit
6765443d57
@ -29,11 +29,15 @@ module.exports = {
|
|||||||
"torrential_rain",
|
"torrential_rain",
|
||||||
"clear_weather",
|
"clear_weather",
|
||||||
"impenetrable_fog",
|
"impenetrable_fog",
|
||||||
|
"commanders_horn",
|
||||||
|
"commanders_horn",
|
||||||
"decoy"
|
"decoy"
|
||||||
],
|
],
|
||||||
|
|
||||||
"scoiatael": [
|
"scoiatael": [
|
||||||
"francesca_daisy_of_the_valley",
|
"francesca_daisy_of_the_valley",
|
||||||
|
"commanders_horn",
|
||||||
|
"commanders_horn",
|
||||||
"saesenthessis",
|
"saesenthessis",
|
||||||
"iorveth",
|
"iorveth",
|
||||||
"isengrim_faoiltiarnah",
|
"isengrim_faoiltiarnah",
|
||||||
@ -75,7 +79,6 @@ module.exports = {
|
|||||||
"draug",
|
"draug",
|
||||||
"ghoul",
|
"ghoul",
|
||||||
"decoy",
|
"decoy",
|
||||||
"decoy",
|
|
||||||
"nekker",
|
"nekker",
|
||||||
"nekker",
|
"nekker",
|
||||||
"wyvern",
|
"wyvern",
|
||||||
@ -96,6 +99,8 @@ module.exports = {
|
|||||||
"vampire_garkain",
|
"vampire_garkain",
|
||||||
"vampire_garkain",
|
"vampire_garkain",
|
||||||
"vampire_ekimmara",
|
"vampire_ekimmara",
|
||||||
|
"commanders_horn",
|
||||||
|
"commanders_horn",
|
||||||
"vampire_ekimmara",
|
"vampire_ekimmara",
|
||||||
"arachas",
|
"arachas",
|
||||||
"botchling",
|
"botchling",
|
||||||
|
@ -61,10 +61,11 @@ var Battle = (function(){
|
|||||||
this.p2.setLeadercard();
|
this.p2.setLeadercard();
|
||||||
this.p1.draw(10);
|
this.p1.draw(10);
|
||||||
this.p2.draw(10);
|
this.p2.draw(10);
|
||||||
|
/*
|
||||||
this.p1.hand.add(Card("commanders_horn"));
|
this.p1.hand.add(Card("commanders_horn"));
|
||||||
this.p2.hand.add(Card("commanders_horn"));
|
this.p2.hand.add(Card("commanders_horn"));
|
||||||
this.p1.hand.add(Card("commanders_horn"));
|
this.p1.hand.add(Card("commanders_horn"));
|
||||||
this.p2.hand.add(Card("commanders_horn"));
|
this.p2.hand.add(Card("commanders_horn"));*/
|
||||||
/*
|
/*
|
||||||
this.p1.hand.add(Card("biting_frost"));
|
this.p1.hand.add(Card("biting_frost"));
|
||||||
this.p2.hand.add(Card("biting_frost"));
|
this.p2.hand.add(Card("biting_frost"));
|
||||||
|
Loading…
Reference in New Issue
Block a user