Master Necro wrote:Really quick question, how would I code "Target attacking creature gets +4/+4"?
Start from
Giant Growth and add
- Code: Select all
filter:Add( FE_IS_ATTACKING, true )
to the target filter.
EDIT: Whatever the P/T bonus is... I hope you know how to change that, at least.

------------------------------
Following gorem2k's inspiration I managed to code a perfectly working
Flash Foliage. Despite having 2 "put onto battlefield" effects, putting them on the same action makes ETB triggers trigger only once, I tested it with
Soul Warden just to be sure.
The CARD_QUERY_CHOOSE_CREATURE_TO_BLOCK string needs localised text. Also, the cast condition is translated only in Italian because it's a recent
Oracle change and there are no translations available.
EDIT: I just realized that my
Flash Foliage has 2 bugs:
- It should trigger "Whenever <something> blocks/is blocked" triggers, but it doesn't (tested it against a Samurai).
- Creatures blocked only by the Flash Foliage Saproling deal trample damage without having trample!!!