Merge pull request #775 from PlayersCouncil/bug/ketura-bugs

Bug/ketura bugs
This commit is contained in:
Christian McCarty
2025-07-13 11:51:33 -05:00
committed by GitHub
7 changed files with 22 additions and 5 deletions

View File

@@ -983,6 +983,10 @@ var PCCards = {
// Pale Crown FA // Pale Crown FA
'101_104' : 'https://i.lotrtcgpc.net/promos/LOTR-ENV1U039.0_card.jpg', '101_104' : 'https://i.lotrtcgpc.net/promos/LOTR-ENV1U039.0_card.jpg',
// V2 Saruman FA // 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'
} }

View File

@@ -417,4 +417,8 @@ gl_theOneRing,1_2
#2025 WC Circuit: Pale Crown #2025 WC Circuit: Pale Crown
101_104,101_39 101_104,101_39
#June 2025 WC Circuit: V2 Saruman #June 2025 WC Circuit: V2 Saruman
102_100,102_29 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

View File

@@ -23,7 +23,7 @@
} }
requires: { requires: {
type: location type: location
filter: siteNumber(4-100) filter: siteNumber(4-100), SiteBlock(Fellowship)
} }
effect: { effect: {
type: drawCards type: drawCards

View File

@@ -31,7 +31,7 @@
type: removeBurdens type: removeBurdens
ignoreCostCheckFailure: true ignoreCostCheckFailure: true
amount: { amount: {
type: fromMemory type: TwilightCostInMemory
memory: chosenCompanion memory: chosenCompanion
} }
} }

View File

@@ -343,7 +343,7 @@
optional: true optional: true
trigger: { trigger: {
type: winsSkirmish type: winsSkirmish
filter: self filter: self, InFierceSkirmish
} }
effect: { effect: {
type: repeat type: repeat

View File

@@ -72,6 +72,7 @@
type: Site type: Site
block: Shadows block: Shadows
direction: Left direction: Left
keywords: River
effects: [ effects: [
{ {
type: Trigger type: Trigger

View File

@@ -185,6 +185,10 @@
#1x101_104 #1x101_104
// V2 Saruman FA // V2 Saruman FA
1x102_100 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 #1x101_104
// V2 Saruman FA // V2 Saruman FA
1x102_100 1x102_100
#FA Sam, Great Elf Warrior
#1x10_129
#July 2025 WC Circuit: FA Mumak Commander, GATS
1x15_211
] ]
} }