lazylockie wrote:I think you can code Watcher in the Web, since Hundred-Handed One is already coded. Change 99 to 7?
Problem is that the ability of Hundred-Handed One is written like this:
- Code: Select all
AddKeyword$ Reach & CARDNAME can block an additional ninety-nine creatures.
This means that Forge actually defines a specific keyword for blocking 99 extra creatures. If there was numeric parameter, then I'd guess it can be changed, but it's actually written out -- that means that there is just generic "one extra creature" and this, not a generic "block N extra creatures" keyword. Either that or a specific "7 extra" version needs to be added for Watcher in the Web to be possible.
Sure, maybe the same effect could be reached by simply using the "1 extra" keyword 7 times, but that seems inelegant.