1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-08-30 05:57:30 +00:00

change scorch ability

This commit is contained in:
exane
2015-07-01 11:38:31 +02:00
parent 344f9cc29a
commit f9a2278b64
4 changed files with 112 additions and 22 deletions

View File

@@ -230,8 +230,8 @@ module.exports = {
},
"scorch": {
name: "scorch",
description: "Scorch: Kills the strongest card(s) in the battlefield.",
scorch: true
description: "Scorch: Destroy your enemy's strongest close combat unit(s) if the combined strength of all of his or her combat unit(s) is 10 or more.",
scorchMelee: true
},
"commanders_horn": {
name: "commanders_horn",
@@ -334,6 +334,7 @@ module.exports = {
"emreis_leader4": {
name: "Emhyr vas Emreis the Relentless",
description: "Draw a card from your opponent's discard pile.",
waitResponse: true,
onActivate: function(card){
var discard = this.foe.getDiscard();

View File

@@ -130,8 +130,8 @@ module.exports = {
"decoy",
"decoy",
"biting_frost",
"biting_frost",
"torrential_rain",
"clear_weather",
"clear_weather"
]
},