More various errata fixes
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
//Versioning differentiates releases within a particular alt path, such as PC errata
|
||||
// version 1 vs version 2. PC version 2 will not conflict with, say, Decipher version 2.
|
||||
//Top-level cards should always be version 0.
|
||||
version: 1?
|
||||
version: 1
|
||||
collInfo: 11S232
|
||||
rarity: S
|
||||
setNum: "11"
|
||||
@@ -154,7 +154,7 @@
|
||||
//Versioning differentiates releases within a particular alt path, such as PC errata
|
||||
// version 1 vs version 2. PC version 2 will not conflict with, say, Decipher version 2.
|
||||
//Top-level cards should always be version 0.
|
||||
version: 1?
|
||||
version: 1
|
||||
collInfo: 11S249
|
||||
rarity: S
|
||||
setNum: "11"
|
||||
@@ -37,6 +37,7 @@
|
||||
modifier: {
|
||||
type: cantTakeMoreWoundsThan
|
||||
filter: hobbit,hasAttached(hand weapon)
|
||||
amount: 1
|
||||
}
|
||||
}
|
||||
{
|
||||
@@ -57,7 +58,7 @@
|
||||
}
|
||||
]
|
||||
|
||||
gametext: Each Hobbit bearing a hand weapon takes no more than one wound per skirmish.\Each Hobbit bearing a follower is resistance +1.\Each unwounded Hobbit is strength +1.
|
||||
gametext: Each Hobbit bearing a hand weapon takes no more than 1 wound per skirmish.\Each Hobbit bearing a follower is resistance +1.\Each unwounded Hobbit is strength +1.
|
||||
lore: "'...she is very beautiful, and is going to be beautifuller still.'"
|
||||
promotext: ""
|
||||
alts: {
|
||||
|
||||
@@ -52,7 +52,6 @@
|
||||
{
|
||||
type: activated
|
||||
phase: maneuver
|
||||
|
||||
cost: [
|
||||
{
|
||||
type: conditional
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
type: canSpot
|
||||
filter: title(or(Galadriel,Celeborn))
|
||||
}
|
||||
|
||||
effects: [
|
||||
{
|
||||
type: modifier
|
||||
@@ -78,8 +77,6 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
gametext: To play, spot Galadriel or Celeborn.\While Galadriel is the Ring-bearer, she is strength +1 and resistance +2.<br>Each time you play an [elven] skirmish event, you may exert Galadriel to reinforce an [elven] token.
|
||||
lore: "'Will you look into the mirror?'"
|
||||
promotext: ""
|
||||
|
||||
@@ -35,7 +35,6 @@
|
||||
vitality: 3
|
||||
resistance: 7
|
||||
keyword: [
|
||||
can start with ring
|
||||
ranger
|
||||
hunter+2
|
||||
]
|
||||
@@ -51,6 +50,10 @@
|
||||
{
|
||||
type: activated
|
||||
phase: skirmish
|
||||
requires: {
|
||||
type: CanSpot
|
||||
filter: another,wounded,companion,ResistanceMoreThan(4)
|
||||
}
|
||||
cost: {
|
||||
type: exert
|
||||
filter: self
|
||||
@@ -58,14 +61,12 @@
|
||||
effect: [
|
||||
{
|
||||
type: heal
|
||||
filter: choose(another,wounded,companion)
|
||||
filter: choose(another,wounded,companion,ResistanceMoreThan(4))
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
|
||||
gametext: <b>Ranger. Hunter 2.</b>\If Faramir is in your starting fellowship, his twilight cost is -1.\<b>Maneuver:</b> Spot another wounded companion and exert Faramir to heal that companion.
|
||||
gametext: <b>Ranger. Hunter 2.</b>\If Faramir is in your starting fellowship, his twilight cost is -1.\<b>Maneuver:</b> Spot another wounded companion with resistance 5 or more and exert Faramir to heal that companion.
|
||||
lore: "'There are no travelers in this land. Only servants of the Dark Tower.'"
|
||||
promotext: ""
|
||||
alts: {
|
||||
|
||||
@@ -159,9 +159,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
|
||||
gametext: <b>Aid</b> - (2). <i>(At the start of the maneuver phase, you may add (2) to transfer this to a companion.)</i>\Each time you attach this follower to a [shire] companion, you may discard up to 3 cards from hand and draw an equal amount.
|
||||
lore: ""
|
||||
promotext: ""
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
effects: [
|
||||
{
|
||||
type: trigger
|
||||
optional: true
|
||||
optional: false
|
||||
trigger: {
|
||||
type: movesTo
|
||||
filter: self
|
||||
@@ -42,13 +42,13 @@
|
||||
{
|
||||
type: wound
|
||||
player: freeps
|
||||
times: 2
|
||||
count: 2
|
||||
filter: choose(your,character)
|
||||
}
|
||||
{
|
||||
type: wound
|
||||
player: shadow
|
||||
times: 2
|
||||
count: 2
|
||||
filter: choose(your,character)
|
||||
}
|
||||
]
|
||||
@@ -166,7 +166,7 @@
|
||||
twilight: 1
|
||||
type: Site
|
||||
block: Shadows
|
||||
direction: Left
|
||||
direction: Right
|
||||
effects: [
|
||||
{
|
||||
type: modifier
|
||||
@@ -175,7 +175,7 @@
|
||||
filter: any
|
||||
requires: {
|
||||
type: location
|
||||
filter: sanctuary
|
||||
filter: not(sanctuary)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -154,7 +154,7 @@
|
||||
effect: {
|
||||
type: transfer
|
||||
filter: self
|
||||
where: choose(culture(rohan),man)
|
||||
where: choose(another,culture(rohan),man)
|
||||
}
|
||||
}
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user