Re-committing V2 changes that somehow got swallowed during branch-swapping.
This commit is contained in:
@@ -218,7 +218,7 @@
|
||||
cardNum: 15
|
||||
style: Standard
|
||||
}
|
||||
title: Ride Out and Meet Them
|
||||
title: Remember Your Old Strength
|
||||
unique: false
|
||||
side: Free Peoples
|
||||
culture: Gandalf
|
||||
|
||||
@@ -1197,6 +1197,7 @@
|
||||
trigger: {
|
||||
type: AssignedAgainst
|
||||
filter: self
|
||||
against: companion
|
||||
memorizeAgainst: comp
|
||||
}
|
||||
cost: [
|
||||
@@ -1215,7 +1216,7 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
gametext: Tracker. Fierce.<br>Each time this minion is assigned to a skirmish, you may spot a [sauron] tracker and discard this minion to wound that companion.
|
||||
gametext: Tracker. Fierce.<br>Each time this minion is assigned to skirmish a companion, you may spot a [sauron] tracker and discard this minion to wound that companion.
|
||||
lore: "'We came out of Isengard, and led you here, and we shall lead you back by the way we choose.'"
|
||||
promotext: ""
|
||||
alts: {
|
||||
|
||||
@@ -34,35 +34,14 @@
|
||||
modifier: {
|
||||
type: ModifyStrength
|
||||
filter: self
|
||||
requires: {
|
||||
type: CanSpot
|
||||
count: 2
|
||||
filter: other, valiant, companion, AssignedToSkirmish(any)
|
||||
amount: {
|
||||
type: ForEachYouCanSpot
|
||||
filter: 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/>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.
|
||||
gametext: Valiant.<br/>Theoden is strength +1 for each valiant companion assigned to a skirmish.
|
||||
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: {
|
||||
|
||||
@@ -350,16 +350,16 @@
|
||||
type: ForEachPlayer
|
||||
effect: {
|
||||
type: Optional
|
||||
text: Would you like to discard a non-artifact card in your opponent's support area?
|
||||
text: Would you like to discard a card in your opponent's support area?
|
||||
effect: {
|
||||
type: Discard
|
||||
select: choose(not(artifact),not(your),zone(SUPPORT))
|
||||
select: choose(not(your),zone(SUPPORT))
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
gametext: When the fellowship moves to this site, each player may discard a card (except an artifact) from their opponent's support area.
|
||||
gametext: When the fellowship moves to this site, each player may discard a card from their opponent's support area.
|
||||
lore: ""
|
||||
promotext: ""
|
||||
alts: {
|
||||
|
||||
@@ -28,11 +28,11 @@ public class Card_V2_015_Tests
|
||||
}
|
||||
|
||||
@Test
|
||||
public void RideOutandMeetThemStatsAndKeywordsAreCorrect() throws DecisionResultInvalidException, CardNotFoundException {
|
||||
public void RememberYourOldStrengthStatsAndKeywordsAreCorrect() throws DecisionResultInvalidException, CardNotFoundException {
|
||||
|
||||
/**
|
||||
* Set: V2
|
||||
* Name: Ride Out and Meet Them
|
||||
* Name: Remember Your Old Strength
|
||||
* Unique: False
|
||||
* Side: Free Peoples
|
||||
* Culture: Gandalf
|
||||
@@ -46,7 +46,7 @@ public class Card_V2_015_Tests
|
||||
|
||||
var card = scn.GetFreepsCard("card");
|
||||
|
||||
assertEquals("Ride Out and Meet Them", card.getBlueprint().getTitle());
|
||||
assertEquals("Remember Your Old Strength", card.getBlueprint().getTitle());
|
||||
assertNull(card.getBlueprint().getSubtitle());
|
||||
assertFalse(card.getBlueprint().isUnique());
|
||||
assertEquals(Side.FREE_PEOPLE, card.getBlueprint().getSide());
|
||||
@@ -58,7 +58,7 @@ public class Card_V2_015_Tests
|
||||
|
||||
// Uncomment any @Test markers below once this is ready to be used
|
||||
//@Test
|
||||
public void RideOutandMeetThemTest1() throws DecisionResultInvalidException, CardNotFoundException {
|
||||
public void RememberYourOldStrengthTest1() throws DecisionResultInvalidException, CardNotFoundException {
|
||||
//Pre-game setup
|
||||
var scn = GetScenario();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user