It is currently 31 Oct 2025, 14:17
   
Text Size

Energizer

Post MTG Forge Related Programming Questions Here

Moderators: timmermac, Agetian, friarsol, Blacksmith, KrazyTheFox, CCGHQ Admins

Energizer

Postby zerker2000 » 02 Oct 2009, 23:19

Code: Select all
Energizer
4
Artifact Creature Juggernaut
no text
2/2
Code: Select all
if(cardName.equals("Energizer"))
    {
       Ability_Tap ability = new Ability_Tap(card, "2")
       {
         public void resolve()
          {
             card.addCounter(Counters.P1P1,1);
          }
          public boolean canPlayAI()
          {
             return(true);
          }
       };
       ability.setDescription("2, T: Put a +1/+1 counter on Energizer.");
       ability.setStackDescription("Put a +1/+1 counter on target Energizer.");
       card.addSpellAbility(ability);
    }
O forest, hold thy wand'ring son
Though fears assail the door.
O foliage, cloak thy ravaged one
In vestments cut for war.


--Eladamri, the Seed of Freyalise
zerker2000
Programmer
 
Posts: 569
Joined: 09 May 2009, 21:40
Location: South Pasadena, CA
Has thanked: 0 time
Been thanked: 0 time

Re: Energizer

Postby Marek14 » 03 Oct 2009, 06:57

zerker2000 wrote:
Code: Select all
Energizer
4
Artifact Creature Juggernaut
no text
2/2
Code: Select all
if(cardName.equals("Energizer"))
    {
       Ability_Tap ability = new Ability_Tap(card, "2")
       {
         public void resolve()
          {
             card.addCounter(Counters.P1P1,1);
          }
          public boolean canPlayAI()
          {
             return(true);
          }
       };
       ability.setDescription("2, T: Put a +1/+1 counter on Energizer.");
       ability.setStackDescription("Put a +1/+1 counter on target Energizer.");
       card.addSpellAbility(ability);
    }
Could be used for Arcbound Ravager, in combination with Modular code?

Also, a note - I noticed that MTG Forge has Dragon Blood, but not its dark twin, Gnarled Effigy.
Marek14
Tester
 
Posts: 2774
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 303 times


Return to Developer's Corner

Who is online

Users browsing this forum: No registered users and 32 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 32 users online :: 0 registered, 0 hidden and 32 guests (based on users active over the past 10 minutes)
Most users ever online was 9298 on 10 Oct 2025, 12:54

Users browsing this forum: No registered users and 32 guests

Login Form