1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-08-30 05:57:30 +00:00
This commit is contained in:
exane
2015-07-01 20:18:09 +02:00
parent 05af359b85
commit 89b1396c50
6 changed files with 26 additions and 21 deletions

View File

@@ -287,8 +287,8 @@ module.exports = {
}
},
"francesca_leader2": {
name: "",
description: "",
name: "Francesca Findabair the Beautiful",
description: "Doubles the strength of all your Ranged Combat units (unless a Commander's Horn is also present on that row).",
onActivate: function(){
this.setHorn("commanders_horn", 1);
}
@@ -325,8 +325,8 @@ module.exports = {
}
},
"eredin_leader4": {
name: "",
description: "",
name: "Eredin King of the Wild Hunt",
description: "Double the strength of all your Close Combat units (unless a Commander's Horn is also present on that row).",
onActivate: function(){
this.setHorn("commanders_horn", 0);
}