Fixed flood insurance permitting the small action to be used when playing from draw deck
This commit is contained in:
@@ -26,10 +26,20 @@
|
||||
effects: [
|
||||
{
|
||||
type: CostToEffect
|
||||
requires: {
|
||||
type: CanSpot
|
||||
filter: your,minion
|
||||
}
|
||||
requires: [
|
||||
{
|
||||
type: CanSpot
|
||||
filter: your,minion
|
||||
}
|
||||
{
|
||||
type: Not
|
||||
requires: {
|
||||
type: MemoryIs
|
||||
memory: PlayedFromDeck
|
||||
value: 1
|
||||
}
|
||||
}
|
||||
]
|
||||
cost: {
|
||||
type: RemoveTwilight
|
||||
amount: 3
|
||||
@@ -105,15 +115,22 @@
|
||||
amount: 18
|
||||
}
|
||||
]
|
||||
effect: {
|
||||
type: PlayCardFromDrawDeck
|
||||
select: self
|
||||
shuffle: true
|
||||
showAll: true
|
||||
}
|
||||
effect: [
|
||||
{
|
||||
type: MemorizeNumber
|
||||
amount: 1
|
||||
memory: PlayedFromDeck
|
||||
}
|
||||
{
|
||||
type: PlayCardFromDrawDeck
|
||||
select: self
|
||||
shuffle: true
|
||||
showAll: true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
gametext: Shadow: Spot your minion and remove (3) to draw 2 cards.<br>Shadow: Spot 18 twilight tokens (or 25 if in region 3) and remove (9) to draw 8 cards. If in region 1, this action can be played from your draw deck.
|
||||
gametext: Shadow: Spot your minion and remove (3) to draw 2 cards.<br>Shadow: Spot 18 twilight tokens (or 25 if in region 3) and remove (9) to draw 8 cards. If in region 1, this action can be performed from your draw deck.
|
||||
lore: ""
|
||||
promotext: ""
|
||||
alts: {
|
||||
|
||||
@@ -138,7 +138,7 @@
|
||||
}
|
||||
{
|
||||
type: KilledTrigger
|
||||
optional: false
|
||||
optional: true
|
||||
requires: {
|
||||
type: CanSpot
|
||||
filter: self,InSkirmish
|
||||
@@ -155,7 +155,7 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
gametext: Damage +1. <br>The minion is strength+1 for each wound on each character in its skirmish.<br>When this minion dies in a skirmish, you may remove 2 [isengard] tokens from a machine to wound a character it was skirmishing.
|
||||
gametext: Damage +1. <br>This minion is strength +1 for each wound on each character in its skirmish.<br>When this minion dies in a skirmish, you may remove 2 [isengard] tokens from a machine to wound a character it was skirmishing.
|
||||
lore: "Then the Orcs screamed, waving spear and sword, and shooting a cloud of arrows."
|
||||
promotext: ""
|
||||
alts: {
|
||||
@@ -253,10 +253,20 @@
|
||||
effects: [
|
||||
{
|
||||
type: CostToEffect
|
||||
requires: {
|
||||
type: CanSpot
|
||||
filter: your,minion
|
||||
}
|
||||
requires: [
|
||||
{
|
||||
type: CanSpot
|
||||
filter: your,minion
|
||||
}
|
||||
{
|
||||
type: Not
|
||||
requires: {
|
||||
type: MemoryIs
|
||||
memory: PlayedFromDeck
|
||||
value: 1
|
||||
}
|
||||
}
|
||||
]
|
||||
cost: {
|
||||
type: RemoveTwilight
|
||||
amount: 3
|
||||
@@ -336,15 +346,22 @@
|
||||
amount: 18
|
||||
}
|
||||
]
|
||||
effect: {
|
||||
type: PlayCardFromDrawDeck
|
||||
select: self
|
||||
shuffle: true
|
||||
showAll: true
|
||||
}
|
||||
effect: [
|
||||
{
|
||||
type: MemorizeNumber
|
||||
amount: 1
|
||||
memory: PlayedFromDeck
|
||||
}
|
||||
{
|
||||
type: PlayCardFromDrawDeck
|
||||
select: self
|
||||
shuffle: true
|
||||
showAll: true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
gametext: Shadow: Spot your minion and remove (3) to draw 2 cards.<br>Shadow: Spot 18 twilight tokens (or 25 if in region 3) and remove (5) to take up to 4 Shadow items into hand from your draw deck. If in region 1, this action can be played from your draw deck.
|
||||
gametext: Shadow: Spot your minion and remove (3) to draw 2 cards.<br>Shadow: Spot 18 twilight tokens (or 25 if in region 3) and remove (5) to take up to 4 Shadow items into hand from your draw deck. If in region 1, this action can be performed from your draw deck.
|
||||
lore: ""
|
||||
promotext: ""
|
||||
alts: {
|
||||
|
||||
@@ -379,10 +379,20 @@
|
||||
effects: [
|
||||
{
|
||||
type: CostToEffect
|
||||
requires: {
|
||||
type: CanSpot
|
||||
filter: your,minion
|
||||
}
|
||||
requires: [
|
||||
{
|
||||
type: CanSpot
|
||||
filter: your,minion
|
||||
}
|
||||
{
|
||||
type: Not
|
||||
requires: {
|
||||
type: MemoryIs
|
||||
memory: PlayedFromDeck
|
||||
value: 1
|
||||
}
|
||||
}
|
||||
]
|
||||
cost: {
|
||||
type: RemoveTwilight
|
||||
amount: 3
|
||||
@@ -462,15 +472,22 @@
|
||||
amount: 18
|
||||
}
|
||||
]
|
||||
effect: {
|
||||
type: PlayCardFromDrawDeck
|
||||
select: self
|
||||
shuffle: true
|
||||
showAll: true
|
||||
}
|
||||
effect: [
|
||||
{
|
||||
type: MemorizeNumber
|
||||
amount: 1
|
||||
memory: PlayedFromDeck
|
||||
}
|
||||
{
|
||||
type: PlayCardFromDrawDeck
|
||||
select: self
|
||||
shuffle: true
|
||||
showAll: true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
gametext: Shadow: Spot your minion and remove (3) to draw 2 cards.<br>Shadow: Spot 18 twilight tokens (or 25 if in region 3) and remove (6) to take up to 4 Shadow conditions into hand from your draw deck. If in region 1, this action can be played from your draw deck.
|
||||
gametext: Shadow: Spot your minion and remove (3) to draw 2 cards.<br>Shadow: Spot 18 twilight tokens (or 25 if in region 3) and remove (6) to take up to 4 Shadow conditions into hand from your draw deck. If in region 1, this action can be performed from your draw deck.
|
||||
lore: ""
|
||||
promotext: ""
|
||||
alts: {
|
||||
|
||||
@@ -26,10 +26,20 @@
|
||||
effects: [
|
||||
{
|
||||
type: CostToEffect
|
||||
requires: {
|
||||
type: CanSpot
|
||||
filter: your,minion
|
||||
}
|
||||
requires: [
|
||||
{
|
||||
type: CanSpot
|
||||
filter: your,minion
|
||||
}
|
||||
{
|
||||
type: Not
|
||||
requires: {
|
||||
type: MemoryIs
|
||||
memory: PlayedFromDeck
|
||||
value: 1
|
||||
}
|
||||
}
|
||||
]
|
||||
cost: {
|
||||
type: RemoveTwilight
|
||||
amount: 3
|
||||
@@ -109,15 +119,22 @@
|
||||
amount: 18
|
||||
}
|
||||
]
|
||||
effect: {
|
||||
type: PlayCardFromDrawDeck
|
||||
select: self
|
||||
shuffle: true
|
||||
showAll: true
|
||||
}
|
||||
effect: [
|
||||
{
|
||||
type: MemorizeNumber
|
||||
amount: 1
|
||||
memory: PlayedFromDeck
|
||||
}
|
||||
{
|
||||
type: PlayCardFromDrawDeck
|
||||
select: self
|
||||
shuffle: true
|
||||
showAll: true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
gametext: Shadow: Spot your minion and remove (3) to draw 2 cards.\Shadow: Spot 18 twilight tokens (or 25 if in region 3) and remove (4) to take up to 4 Shadow events into hand from your draw deck. If in region 1, this action can be played from your draw deck.
|
||||
gametext: Shadow: Spot your minion and remove (3) to draw 2 cards.\Shadow: Spot 18 twilight tokens (or 25 if in region 3) and remove (4) to take up to 4 Shadow events into hand from your draw deck. If in region 1, this action can be performed from your draw deck.
|
||||
lore: ""
|
||||
promotext: ""
|
||||
alts: {
|
||||
|
||||
@@ -26,10 +26,20 @@
|
||||
effects: [
|
||||
{
|
||||
type: CostToEffect
|
||||
requires: {
|
||||
type: CanSpot
|
||||
filter: your,minion
|
||||
}
|
||||
requires: [
|
||||
{
|
||||
type: CanSpot
|
||||
filter: your,minion
|
||||
}
|
||||
{
|
||||
type: Not
|
||||
requires: {
|
||||
type: MemoryIs
|
||||
memory: PlayedFromDeck
|
||||
value: 1
|
||||
}
|
||||
}
|
||||
]
|
||||
cost: {
|
||||
type: RemoveTwilight
|
||||
amount: 3
|
||||
@@ -105,15 +115,22 @@
|
||||
amount: 18
|
||||
}
|
||||
]
|
||||
effect: {
|
||||
type: PlayCardFromDrawDeck
|
||||
select: self
|
||||
shuffle: true
|
||||
showAll: true
|
||||
}
|
||||
effect: [
|
||||
{
|
||||
type: MemorizeNumber
|
||||
amount: 1
|
||||
memory: PlayedFromDeck
|
||||
}
|
||||
{
|
||||
type: PlayCardFromDrawDeck
|
||||
select: self
|
||||
shuffle: true
|
||||
showAll: true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
gametext: Shadow: Spot your minion and remove (3) to draw 2 cards.<br>Shadow: Spot 18 twilight tokens (or 25 if in region 3) and remove (9) to add up to 6 threats. If in region 1, this action can be played from your draw deck.
|
||||
gametext: Shadow: Spot your minion and remove (3) to draw 2 cards.<br>Shadow: Spot 18 twilight tokens (or 25 if in region 3) and remove (9) to add up to 6 threats. If in region 1, this action can be performed from your draw deck.
|
||||
lore: ""
|
||||
promotext: ""
|
||||
alts: {
|
||||
|
||||
@@ -26,10 +26,20 @@
|
||||
effects: [
|
||||
{
|
||||
type: CostToEffect
|
||||
requires: {
|
||||
type: CanSpot
|
||||
filter: your,minion
|
||||
}
|
||||
requires: [
|
||||
{
|
||||
type: CanSpot
|
||||
filter: your,minion
|
||||
}
|
||||
{
|
||||
type: Not
|
||||
requires: {
|
||||
type: MemoryIs
|
||||
memory: PlayedFromDeck
|
||||
value: 1
|
||||
}
|
||||
}
|
||||
]
|
||||
cost: {
|
||||
type: RemoveTwilight
|
||||
amount: 3
|
||||
@@ -115,15 +125,22 @@
|
||||
amount: 18
|
||||
}
|
||||
]
|
||||
effect: {
|
||||
type: PlayCardFromDrawDeck
|
||||
select: self
|
||||
shuffle: true
|
||||
showAll: true
|
||||
}
|
||||
effect: [
|
||||
{
|
||||
type: MemorizeNumber
|
||||
amount: 1
|
||||
memory: PlayedFromDeck
|
||||
}
|
||||
{
|
||||
type: PlayCardFromDrawDeck
|
||||
select: self
|
||||
shuffle: true
|
||||
showAll: true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
gametext: Shadow: Spot your minion and remove (3) to draw 2 cards.<br>Shadow: Spot 18 twilight tokens (or 25 if in region 3) to play up to 2 minions from your draw deck costing (5) or more. If in region 1, this action can be played from your draw deck.
|
||||
gametext: Shadow: Spot your minion and remove (3) to draw 2 cards.<br>Shadow: Spot 18 twilight tokens (or 25 if in region 3) to play up to 2 minions from your draw deck costing (5) or more. If in region 1, this action can be performed from your draw deck.
|
||||
lore: ""
|
||||
promotext: ""
|
||||
alts: {
|
||||
|
||||
Reference in New Issue
Block a user