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:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user