V2 balance patch

This commit is contained in:
Christian 'ketura' McCarty
2024-09-27 13:41:53 -05:00
parent 42cfae8834
commit 74ff66cda1
10 changed files with 71 additions and 47 deletions

View File

@@ -455,10 +455,22 @@
effects: {
type: event
cost: {
type: Exert
count: 2
select: choose(valiant, companion)
},
type: If
check: {
type: CanSpot
count: 2
filter: valiant, Elf
}
true: {
type: Spot
count: 2
filter: valiant, Elf
}
false: {
type: Exert
select: choose(valiant, companion)
}
}
effect: [
{
type: PutCardsFromDeckIntoHand
@@ -470,7 +482,7 @@
}
]
}
gametext: Exert 2 valiant companions to take a valiant (elven) companion or (elven) possession into hand from your draw deck.
gametext: Exert a valiant companion (or spot 2 valiant Elves) to take a valiant [elven] companion or [elven] possession into hand from your draw deck.
lore: ""
promotext: ""
alts: {

View File

@@ -146,14 +146,6 @@
signet: Theoden
resistance: 6
effects: [
{
type: Modifier
modifier: {
type: ModifyStrength
amount: 1
filter: name(Theoden)
}
}
{
type: Modifier
modifier: {
@@ -179,7 +171,7 @@
cost: [
{
type: Spot
count: 3
count: 2
filter: valiant, companion
}
{
@@ -200,7 +192,7 @@
]
}
]
gametext: Theoden is strength +1.<br>Each mounted companion gains <b>valiant</b>.<br>Response: If a minion's special ability is used (except during a skirmish), spot 3 valiant companions and exert Gandalf to prevent that and wound that minion.
gametext: Each mounted companion gains <b>valiant</b>.\Response: If a minion's special ability is used (except during a skirmish), spot 2 valiant companions and exert Gandalf to prevent that and wound that minion.
lore: "'No counsel have I to give to those that despair. Yet counsel I could give, and words I could speak to you.'"
promotext: ""
alts: {

View File

@@ -28,7 +28,7 @@
site: 4
keywords: [
Fierce
Damage+2
Damage+1
]
effects: [
{
@@ -37,6 +37,10 @@
type: TakesWound
filter: minion
}
cost: {
type: RemoveTwilight
amount: 1
}
effect: {
type: AddThreats
amount: 1
@@ -57,7 +61,7 @@
}
}
]
gametext: Fierce. Damage +2.<br>Each time a minion takes a wound, add a threat.<br>Each time the Free Peoples player uses a skirmish special ability during a skirmish involving the Balrog, you may wound a companion it is skirmishing.
gametext: Fierce. Damage +1.<br/>Each time a minion takes a wound, you may remove (1) to add a threat.</br>Each time the Free Peoples player uses a skirmish special ability during a skirmish involving the Balrog, you may wound a companion it is skirmishing.
lore: ""
promotext: ""
alts: {

View File

@@ -16,7 +16,7 @@
style: Standard
}
title: Theoden
subtitle: Last of his House
subtitle: Last of His House
unique: true
side: Free Peoples
culture: Rohan
@@ -34,14 +34,35 @@
modifier: {
type: ModifyStrength
filter: self
amount: {
type: ForEachYouCanSpot
filter: valiant, companion, AssignedToSkirmish(any)
requires: {
type: CanSpot
count: 2
filter: other, valiant, companion, AssignedToSkirmish(any)
}
amount: 1
}
}
{
type: Activated
phase: Regroup
cost: [
{
type: Exert
times: 1
select: self
}
{
type: Spot
count: 2
filter: other, valiant, companion, AssignedToSkirmish(any)
}
]
effect: {
type: LiberateSite
}
}
]
gametext: Valiant.<br>Theoden is strength +1 for each valiant companion assigned to a skirmish.
gametext: Valiant.<br/>While 2 other valiant companions assigned to skirmishes, Theoden is strength +1.\Regroup: Exert Theoden and spot 2 other valiant companions to liberate a site.
lore: "His beard was laid like snow upon his knees; but his eyes still burned with a bright light, glinting as he gazed..."
promotext: ""
alts: {

View File

@@ -399,28 +399,22 @@
amount: -3
}
}
{
type: Modifier
modifier: {
type: AddKeyword
keyword: damage+1
filter: culture(sauron),minion,siteNumber(0-1)
}
}
{
type: Activated
phase: Regroup
phase: Skirmish
cost: {
type: Discard
select: choose(or(culture(sauron), culture(isengard)), tracker)
type: Exert
times: 1
select: self
}
effect: {
type: PlayCardFromDiscard
select: choose(culture(sauron), condition)
type: AddKeyword
keyword: damage+1
select: choose(InSkirmish, culture(Sauron), Orc, SiteNumber(0-1))
}
}
]
gametext: Tracker.<br>The site number of each [sauron] orc is -3. <br>Each [sauron] orc with a site number of 1 or less is damage +1.<br>Regroup: Discard a [sauron] or [isengard] tracker to play a [sauron] condition from your discard pile.
gametext: Tracker.\The site number of each [sauron] orc is -3. \Skirmish: Exert Grishnakh to make a skirmishing [sauron] Orc with a site number of 1 or less damage +1.
lore: ""
promotext: ""
alts: {

View File

@@ -39,7 +39,8 @@ public class Card_V2_011_Tests
* Twilight Cost: 1
* Type: Event
* Subtype: Fellowship
* Game Text: Exert 2 valiant companions to take a valiant (elven) companion or (elven) possession into hand from your draw deck.
* Game Text: Exert a valiant companion (or spot 2 valiant Elves) to take a valiant [elven] companion
* or [elven] possession into hand from your draw deck.
*/
var scn = GetScenario();

View File

@@ -43,9 +43,9 @@ public class Card_V2_014_Tests
* Vitality: 4
* Resistance: 6
* Signet: Theoden
* Game Text: Theoden is strength +1.
* Each mounted companion gains <b>valiant</b>.
* Response: If a minion's special ability is used (except during a skirmish), spot 3 valiant companions and exert Gandalf to prevent that and wound that minion.
* Game Text: Each mounted companion gains <b>valiant</b>.
* Response: If a minion's special ability is used (except during a skirmish), spot 2 valiant companions
* and exert Gandalf to prevent that and wound that minion.
*/
var scn = GetScenario();

View File

@@ -42,9 +42,9 @@ public class Card_V2_038_Tests
* Strength: 17
* Vitality: 5
* Site Number: 4
* Game Text: Fierce. Damage +2.
* Each time a minion takes a wound, add a threat.
* Each time the Free Peoples player uses a skirmish special ability during a skirmish involving the Balrog, you may wound a companion it is skirmishing.
* Game Text: Fierce. Damage +1.
* Each time a minion takes a wound you may remove (1) to add a threat.
* Each time the Free Peoples player uses a skirmish special ability during a skirmish involving the Balrog, you may wound a companion it is skirmishing.
*/
var scn = GetScenario();

View File

@@ -44,7 +44,8 @@ public class Card_V2_043_Tests
* Resistance: 6
* Signet: Theoden
* Game Text: Valiant.
* Theoden is strength +1 for each valiant companion assigned to a skirmish.
* While 2 other valiant companions assigned to skirmishes, Theoden is strength +1.
* Regroup: Exert Theoden and spot 2 other valiant companions to liberate a site.
*/
var scn = GetScenario();

View File

@@ -43,9 +43,8 @@ public class Card_V2_060_Tests
* Vitality: 3
* Site Number: 6
* Game Text: Tracker.
* The site number of each [sauron] orc is -3.
* Each [sauron] orc with a site number of 1 or less is damage +1.
* Regroup: Discard a [sauron] or [isengard] tracker to play a [sauron] condition from your discard pile.
* The site number of each [sauron] orc is -3.
* Skirmish: Exert Grishnakh to make a [sauron] Orc with a site number of 1 or less damage +1.
*/
var scn = GetScenario();