Fixing minor typos in card definitions. Fixing Shadow Host only spotting 1 gondor wraith
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
requires: {
|
||||
type: canSpot
|
||||
filter: culture(gondor),wraith
|
||||
count: 2
|
||||
}
|
||||
effects: [
|
||||
{
|
||||
|
||||
@@ -185,104 +185,104 @@
|
||||
}
|
||||
}
|
||||
|
||||
58_59: {
|
||||
cardInfo: {
|
||||
//Either a full URL, or a subpath for the PC image server
|
||||
imagePath: errata/58_59.jpg
|
||||
//If this is true, then all gameplay-related info outside this cardInfo definition
|
||||
// will be ignored and the java class loaded instead.
|
||||
javaClass: false
|
||||
//This instructs the blueprint generator to insert this card as an alt of the listed
|
||||
// parent blueprint. Can of course be ommitted if not an errata or promo.
|
||||
parent: 8_59
|
||||
//This is the tree path to use within the alts structure on the parent.
|
||||
// Can of course be ommitted if parent is null.
|
||||
parentPath: errata/pc
|
||||
//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?
|
||||
collInfo: 8U59
|
||||
rarity: U
|
||||
setNum: "8"
|
||||
cardNum: 59
|
||||
// Standard, Masterwork, Tengwar, FullArt, etc. Top-level cards are always Standard.
|
||||
style: Standard
|
||||
}
|
||||
title: Corsair War Galley
|
||||
culture: Raider
|
||||
twilight: 1
|
||||
type: possession
|
||||
keyword: Support Area
|
||||
effects: [
|
||||
{
|
||||
type: trigger
|
||||
optional: true
|
||||
trigger: {
|
||||
type: played
|
||||
filter: self
|
||||
}
|
||||
effect: {
|
||||
type: addTokens
|
||||
culture: raider
|
||||
filter: self
|
||||
}
|
||||
}
|
||||
{
|
||||
type: modifier
|
||||
modifier: {
|
||||
type: shadowhasinitiative
|
||||
requires: [
|
||||
{
|
||||
type: canSpot
|
||||
filter: self,hasTokenCount(4,raider)
|
||||
}
|
||||
{
|
||||
type: canSpot
|
||||
filter: culture(raider),man
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
{
|
||||
type: activated
|
||||
phase: regroup
|
||||
cost: {
|
||||
type: memorizeNumber
|
||||
memory: numberOfTokens
|
||||
amount: {
|
||||
type: forEachToken
|
||||
culture: raider
|
||||
filter: self
|
||||
}
|
||||
}
|
||||
effect: [
|
||||
{
|
||||
type: addTwilight
|
||||
amount: {
|
||||
type: fromMemory
|
||||
memory: numberOfTokens
|
||||
}
|
||||
}
|
||||
{
|
||||
type: discard
|
||||
filter: self
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
gametext: When you play this possession, you may add a [Raider] token here.<br> While you can spot 4 [Raider] tokens here and a [Raider] Man, the Shadow has initiative, regardless of the Free Peoples player's hand.<br> Regroup: Add (1) for each [Raider] token here. Discard this possession.
|
||||
lore: ""
|
||||
promotext: ""
|
||||
alts: {
|
||||
//These are just CardInfo objects
|
||||
promos: {
|
||||
}
|
||||
//These are full card definitions, with redundant info that is the same as the original card ommitted
|
||||
errata: {
|
||||
}
|
||||
}
|
||||
}
|
||||
# 58_59: {
|
||||
# cardInfo: {
|
||||
# //Either a full URL, or a subpath for the PC image server
|
||||
# imagePath: errata/58_59.jpg
|
||||
# //If this is true, then all gameplay-related info outside this cardInfo definition
|
||||
# // will be ignored and the java class loaded instead.
|
||||
# javaClass: false
|
||||
# //This instructs the blueprint generator to insert this card as an alt of the listed
|
||||
# // parent blueprint. Can of course be ommitted if not an errata or promo.
|
||||
# parent: 8_59
|
||||
# //This is the tree path to use within the alts structure on the parent.
|
||||
# // Can of course be ommitted if parent is null.
|
||||
# parentPath: errata/pc
|
||||
# //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?
|
||||
# collInfo: 8U59
|
||||
# rarity: U
|
||||
# setNum: "8"
|
||||
# cardNum: 59
|
||||
# // Standard, Masterwork, Tengwar, FullArt, etc. Top-level cards are always Standard.
|
||||
# style: Standard
|
||||
# }
|
||||
# title: Corsair War Galley
|
||||
# culture: Raider
|
||||
# twilight: 1
|
||||
# type: possession
|
||||
# keyword: Support Area
|
||||
# effects: [
|
||||
# {
|
||||
# type: trigger
|
||||
# optional: true
|
||||
# trigger: {
|
||||
# type: played
|
||||
# filter: self
|
||||
# }
|
||||
# effect: {
|
||||
# type: addTokens
|
||||
# culture: raider
|
||||
# filter: self
|
||||
# }
|
||||
# }
|
||||
# {
|
||||
# type: modifier
|
||||
# modifier: {
|
||||
# type: shadowhasinitiative
|
||||
# requires: [
|
||||
# {
|
||||
# type: canSpot
|
||||
# filter: self,hasTokenCount(4,raider)
|
||||
# }
|
||||
# {
|
||||
# type: canSpot
|
||||
# filter: culture(raider),man
|
||||
# }
|
||||
# ]
|
||||
# }
|
||||
# }
|
||||
# {
|
||||
# type: activated
|
||||
# phase: regroup
|
||||
# cost: {
|
||||
# type: memorizeNumber
|
||||
# memory: numberOfTokens
|
||||
# amount: {
|
||||
# type: forEachToken
|
||||
# culture: raider
|
||||
# filter: self
|
||||
# }
|
||||
# }
|
||||
# effect: [
|
||||
# {
|
||||
# type: addTwilight
|
||||
# amount: {
|
||||
# type: fromMemory
|
||||
# memory: numberOfTokens
|
||||
# }
|
||||
# }
|
||||
# {
|
||||
# type: discard
|
||||
# filter: self
|
||||
# }
|
||||
# ]
|
||||
# }
|
||||
# ]
|
||||
# gametext: When you play this possession, you may add a [Raider] token here.<br> While you can spot 4 [Raider] tokens here and a [Raider] Man, the Shadow has initiative, regardless of the Free Peoples player's hand.<br> Regroup: Add (1) for each [Raider] token here. Discard this possession.
|
||||
# lore: ""
|
||||
# promotext: ""
|
||||
# alts: {
|
||||
# //These are just CardInfo objects
|
||||
# promos: {
|
||||
# }
|
||||
# //These are full card definitions, with redundant info that is the same as the original card ommitted
|
||||
# errata: {
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
|
||||
58_59: {
|
||||
cardInfo: {
|
||||
|
||||
@@ -105,7 +105,6 @@
|
||||
twilight: 4
|
||||
type: Companion
|
||||
race: Elf
|
||||
#keyword: damage+1
|
||||
strength: 9
|
||||
vitality: 3
|
||||
resistance: 6,
|
||||
|
||||
Reference in New Issue
Block a user