mirror of
https://github.com/exane/not-gwent-online
synced 2025-09-02 14:07:31 +00:00
minor deck changes
This commit is contained in:
@@ -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"));
|
||||||
|
Reference in New Issue
Block a user