Fixed Black Dart being activatable when already attached to a companion (and also fixed it not preventing bearer from bearing more mounts).
This commit is contained in:
@@ -119,10 +119,16 @@
|
|||||||
{
|
{
|
||||||
type: activated
|
type: activated
|
||||||
phase: archery
|
phase: archery
|
||||||
requires: {
|
requires: [
|
||||||
type: canSpot
|
{
|
||||||
filter: your,or(enduring,mounted),nazgul
|
type: CanSpot
|
||||||
}
|
filter: self,Zone(SUPPORT)
|
||||||
|
}
|
||||||
|
{
|
||||||
|
type: canSpot
|
||||||
|
filter: your,or(enduring,mounted),nazgul
|
||||||
|
}
|
||||||
|
]
|
||||||
effect: [
|
effect: [
|
||||||
{
|
{
|
||||||
type: transfer
|
type: transfer
|
||||||
@@ -144,6 +150,14 @@
|
|||||||
filter: bearer
|
filter: bearer
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
type: modifier
|
||||||
|
modifier: {
|
||||||
|
type: CantBear
|
||||||
|
filter: bearer
|
||||||
|
cardFilter: mount
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
gametext: <b>Archery:</b> Spot your enduring or mounted Nazgûl to transfer this condition from your support area to an unbound companion. Discard a mount borne by that companion.<br>Bearer cannot heal or bear mounts.
|
gametext: <b>Archery:</b> Spot your enduring or mounted Nazgûl to transfer this condition from your support area to an unbound companion. Discard a mount borne by that companion.<br>Bearer cannot heal or bear mounts.
|
||||||
lore: ""
|
lore: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user