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