1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-11-05 00:58:26 +00:00

add scorch ability

This commit is contained in:
exane
2015-06-26 13:17:28 +02:00
parent e81620fece
commit d8d0962a5f
5 changed files with 94 additions and 3 deletions

View File

@@ -231,9 +231,17 @@ module.exports = {
description: "Decoy: Swap with a card on the battlefield to return it to your hand.",
replaceWith: true
},
"scorch_card": {
name: "scorch",
description: "Scorch: Discard after playing. Kills the strongest card(s) in the battlefield.",
scorch: true,
removeImmediately: true,
nextTurn: true
},
"scorch": {
name: "scorch",
description: "Scorch: Discard after playing. Kills the strongest card(s) in the battlefield."
description: "Scorch: Discard after playing. Kills the strongest card(s) in the battlefield.",
scorch: true
},
"commanders_horn": {
name: "commanders_horn",

View File

@@ -252,6 +252,14 @@ module.exports = {
faction: null,
type: 4
},
"scorch": {
name: "Scorch",
power: -1,
ability: "scorch_card",
img: "scorch",
faction: null,
type: 4
},
"commanders_horn": {
name: "Commander's Horn",
power: -1,
@@ -311,6 +319,14 @@ module.exports = {
faction: null,
type: 0
},
"villentretenmerth": {
name: "Villentretenmerth ",
power: 7,
ability: "scorch",
img: "villentretenmerth",
faction: null,
type: 0
},
"francesca_pureblood_elf": {
name: "Francesca, Pureblood Elf",