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:
@@ -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();
|
||||
|
||||
|
@@ -130,8 +130,8 @@ module.exports = {
|
||||
"decoy",
|
||||
"decoy",
|
||||
"biting_frost",
|
||||
"biting_frost",
|
||||
"torrential_rain",
|
||||
"clear_weather",
|
||||
"clear_weather"
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user