mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- Added a known issue about Aluren to CHANGES.txt and a TODO entry to aluren.txt.
This commit is contained in:
@@ -31,6 +31,8 @@ Known Issues
|
|||||||
|
|
||||||
Images for the latest sets will be available soon.
|
Images for the latest sets will be available soon.
|
||||||
|
|
||||||
|
Aluren currently does not allow to cast creatures from other zones (e.g. Graveyard) if there is an active effect from another card permitting to cast them from there. This interaction is rather tricky to implement properly, but hopefully it will be resolved soon.
|
||||||
|
|
||||||
There is a known issue with the cost reduction for cards that have color-locked X in their mana cost (e.g. Drain Life, Soul Burn). Cost reduction will not apply correctly to these cards if the amount by which the cost is reduced is greater than the amount of colorless mana in the mana cost specified on the card (e.g. 1 for Drain Life, 2 for Soul Burn). Fixing this issue likely requires rewriting the way announced color-locked X is interpreted and paid (most likely it has to be represented with colorless mana shards but still locked to the colors required by the card).
|
There is a known issue with the cost reduction for cards that have color-locked X in their mana cost (e.g. Drain Life, Soul Burn). Cost reduction will not apply correctly to these cards if the amount by which the cost is reduced is greater than the amount of colorless mana in the mana cost specified on the card (e.g. 1 for Drain Life, 2 for Soul Burn). Fixing this issue likely requires rewriting the way announced color-locked X is interpreted and paid (most likely it has to be represented with colorless mana shards but still locked to the colors required by the card).
|
||||||
|
|
||||||
Currently Improvise is implemented as a "clone" of Convoke keyword, which does not work correctly in corner cases (for example, together with an instance of Convoke or Delve). This is planned to be addressed soon.
|
Currently Improvise is implemented as a "clone" of Convoke keyword, which does not work correctly in corner cases (for example, together with an instance of Convoke or Delve). This is planned to be addressed soon.
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
Name:Aluren
|
Name:Aluren
|
||||||
ManaCost:2 G G
|
ManaCost:2 G G
|
||||||
Types:Enchantment
|
Types:Enchantment
|
||||||
|
# TODO: it should be possible to cast cards through Aluren from other zones (e.g. Graveyard), but only if there is another card allowing to cast cards from that zone.
|
||||||
|
# This is currently difficult to achieve, and adding other zones to AffectedZone makes it always possible for all players to cast cards from all the listed zones.
|
||||||
S:Mode$ Continuous | Affected$ Creature.cmcLE3+nonToken | MayPlay$ True | MayPlayCardOwner$ True | MayPlayWithoutManaCost$ True | MayPlayWithFlash$ True | AffectedZone$ Hand | Description$ Any player may cast creature spells with converted mana cost 3 or less without paying their mana cost and as though they had flash.
|
S:Mode$ Continuous | Affected$ Creature.cmcLE3+nonToken | MayPlay$ True | MayPlayCardOwner$ True | MayPlayWithoutManaCost$ True | MayPlayWithFlash$ True | AffectedZone$ Hand | Description$ Any player may cast creature spells with converted mana cost 3 or less without paying their mana cost and as though they had flash.
|
||||||
SVar:NonStackingEffect:True
|
SVar:NonStackingEffect:True
|
||||||
SVar:RemRandomDeck:True
|
SVar:RemRandomDeck:True
|
||||||
|
|||||||
Reference in New Issue
Block a user