Merge pull request #775 from PlayersCouncil/bug/ketura-bugs
Bug/ketura bugs
This commit is contained in:
@@ -983,6 +983,10 @@ var PCCards = {
|
||||
// Pale Crown FA
|
||||
'101_104' : 'https://i.lotrtcgpc.net/promos/LOTR-ENV1U039.0_card.jpg',
|
||||
// V2 Saruman FA
|
||||
'102_100': 'https://i.lotrtcgpc.net/promos/LOTR-ENV2U029.0_card.jpg'
|
||||
'102_100': 'https://i.lotrtcgpc.net/promos/LOTR-ENV2U029.0_card.jpg',
|
||||
// FA Sam, Great Elf Warrior
|
||||
'10_129': 'https://i.lotrtcgpc.net/promos/LOTR-EN10U122.0_card.jpg',
|
||||
// July 2025 WC Circuit: FA Mumak Commander, GATS
|
||||
'15_211': 'https://i.lotrtcgpc.net/promos/LOTR-EN15U086.0_card.jpg'
|
||||
}
|
||||
|
||||
|
||||
@@ -418,3 +418,7 @@ gl_theOneRing,1_2
|
||||
101_104,101_39
|
||||
#June 2025 WC Circuit: V2 Saruman
|
||||
102_100,102_29
|
||||
#FA Sam, Great Elf Warrior
|
||||
10_129,10_122
|
||||
#July 2025 WC Circuit: FA Mumak Commander, GATS
|
||||
15_211,15_86
|
||||
@@ -23,7 +23,7 @@
|
||||
}
|
||||
requires: {
|
||||
type: location
|
||||
filter: siteNumber(4-100)
|
||||
filter: siteNumber(4-100), SiteBlock(Fellowship)
|
||||
}
|
||||
effect: {
|
||||
type: drawCards
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
type: removeBurdens
|
||||
ignoreCostCheckFailure: true
|
||||
amount: {
|
||||
type: fromMemory
|
||||
type: TwilightCostInMemory
|
||||
memory: chosenCompanion
|
||||
}
|
||||
}
|
||||
|
||||
@@ -343,7 +343,7 @@
|
||||
optional: true
|
||||
trigger: {
|
||||
type: winsSkirmish
|
||||
filter: self
|
||||
filter: self, InFierceSkirmish
|
||||
}
|
||||
effect: {
|
||||
type: repeat
|
||||
|
||||
@@ -72,6 +72,7 @@
|
||||
type: Site
|
||||
block: Shadows
|
||||
direction: Left
|
||||
keywords: River
|
||||
effects: [
|
||||
{
|
||||
type: Trigger
|
||||
|
||||
@@ -185,6 +185,10 @@
|
||||
#1x101_104
|
||||
// V2 Saruman FA
|
||||
1x102_100
|
||||
#FA Sam, Great Elf Warrior
|
||||
#1x10_129
|
||||
#July 2025 WC Circuit: FA Mumak Commander, GATS
|
||||
1x15_211
|
||||
]
|
||||
}
|
||||
|
||||
@@ -292,6 +296,10 @@
|
||||
#1x101_104
|
||||
// V2 Saruman FA
|
||||
1x102_100
|
||||
#FA Sam, Great Elf Warrior
|
||||
#1x10_129
|
||||
#July 2025 WC Circuit: FA Mumak Commander, GATS
|
||||
1x15_211
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user