Re: Community Wad
Cards Codes and Uploaded
Parallax Nexus
Petra Sphinx
Phantasmal Sphere
Pitfall Trap
Predator's Howl
Price of Glory
Parallax Nexus
Petra Sphinx
Phantasmal Sphere
Pitfall Trap
Predator's Howl
Price of Glory
High Quality Resources for Collectible Card Games and Home of the CCGHQ Team
https://www.slightlymagic.net/forum/
https://www.slightlymagic.net/forum/viewtopic.php?f=109&t=15783
I'm not super familiar with these cards and I haven't looked at the rulings, but I wouldn't expect Halcyon Glaze to go to the graveyard in that scenario since it becomes a creature until the end of turn. I would expect it to become a copy of Aquastrand Spider.nivmizzet1 wrote:Halcyon Glaze doesn't interact properly with Mirrorweave. After Halcyon Glaze became a 4/4 creature I cast Mirrorweave on an Aquastrand Spider, but the Halcyon Glaze didn't go to the graveyard, instead it remained on the battlefield as a 4/4 creature (it didn't have any counters on it).
EDIT: but that wasn't the CW Halcyon Glaze. I'm not sure if there's a difference.
<STATIC_ABILITY>
<CONTINUOUS_ACTION layer="6">
if EffectSource() ~= nil then
local characteristics = EffectSource():GetCurrentCharacteristics()
characteristics:CanBlockAdditionalCreature()
end
</CONTINUOUS_ACTION>
</STATIC_ABILITY>The continuous action is missing its filter_id.Splinterverse wrote:-- Terrifying Presence http://pastebin.com/iLNh5fhr
I think I have never tried it. Try to use layer 8 for it; if it doesn't work either, then it's bugged for good.Splinterverse wrote:-- Does "CanBlockAdditionalCreature()" work?
Thanks for that great explanation Xander!Xander9009 wrote:
- | Open
I'm not sure if there are cards similar to Brimaz, King of Oreskos, but those (at the very least including Brimaz itself) would also cause issues.thefiremind wrote:Something I just recalled about Terrifying Presence: should it also affect creatures that came onto the battlefield after it was cast? I would say yes, but I'm not 100% sure. If the answer is yes, then the FILTER needs reevaluates="1".
This is relevant only if an additional combat phase is issued and the attacker puts a creature with haste onto the battlefield (quite a narrow scenario), but it should be taken into account anyway.
This error should now be prevented from showing up. Hopefully it wasn't misbehaving in other ways.nivmizzet1 wrote:[lua] [string "ARCBOND_CW_391793_TITLE (RESOLUTION_TIME_ACTION)~0x000017aa"]:3: attempt to compare nil with number