I guess this would be the code for battle cry:
- Code: Select all
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigPumpAll | TriggerZone$ Battlefield | TriggerDescription$ Whenever CARDNAME attacks, other attacking creatures get +1/+0.
SVar:TrigPumpAll:AB$PumpAll | Cost$ 0 | ValidCards$ Creature.attacking+YouCtrl+Other | NumAtt$ +1 | NumDef$ 0
I don't know if you guys are going to make it a keyword, so I won't submit any battle cry card for now (though I'll code them for myself

)
Also, is there a way to add multiple SubAbilities on the same command? like SubAbility$ DB1 | SubAbility$ DB2 or SubAbility$ DB1,DB2?