From a01898436b393a948a8b280469d9379b41994fad Mon Sep 17 00:00:00 2001 From: "omegablast2002@yahoo.com" Date: Sat, 5 Feb 2011 14:49:40 +0000 Subject: [PATCH] changed the order of abilities on a couple cards.. general tip on getting ai to use an ability on a card. titan forge for exsample [card] name=Titan Forge auto={3}{T}:counter(0/0,1,Charge) auto={T}{C(0/0,-3,Charge)}:token(Golem,Artifact Creature Golem,9/9) text={3},{T}: Put a charge counter on Titan Forge. -- {T}, Remove three charge counters from Titan Forge: Put a 9/9 colorless Golem artifact creature token onto the battlefield. mana={3} type=Artifact [/card] with the counter ability above the counter cost ability, ai will rarely ever use the titan forge to make a token. however if you change the order around, ai will see the token ability first...then if it can afford it then it will make a token. --- projects/mtg/bin/Res/sets/primitives/mtg.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/mtg/bin/Res/sets/primitives/mtg.txt b/projects/mtg/bin/Res/sets/primitives/mtg.txt index bd5ba24be..bf6f1e940 100644 --- a/projects/mtg/bin/Res/sets/primitives/mtg.txt +++ b/projects/mtg/bin/Res/sets/primitives/mtg.txt @@ -39821,12 +39821,12 @@ toughness=3 [card] name=Mirrodin's Core auto={T}:add{1} -auto={T}:counter(0/0,1,Charge) auto={T}{C(0/0,-1,Charge)}:add{W} auto={T}{C(0/0,-1,Charge)}:add{U} auto={T}{C(0/0,-1,Charge)}:add{B} auto={T}{C(0/0,-1,Charge)}:add{R} auto={T}{C(0/0,-1,Charge)}:add{G} +auto={T}:counter(0/0,1,Charge) text={T}: Add {1} to your mana pool. -- {T}: Put a charge counter on Mirrodin's Core. -- {T}, Remove a charge counter from Mirrodin's Core: Add one mana of any color to your mana pool. type=Land [/card] @@ -45541,7 +45541,7 @@ type=Enchantment [/card] [card] name=Perilous Myr -auto=@movedTo(this|graveyard) from(battlefield):damage:2 target(creature,player) +auto=@movedTo(this|graveyard) from(battlefield):choice damage:2 target(creature,player) text=When Perilous Myr is put into a graveyard from the battlefield, it deals 2 damage to target creature or player. mana={2} type=Artifact Creature @@ -65840,8 +65840,8 @@ toughness=1 [/card] [card] name=Titan Forge -auto={3}{T}:counter(0/0,1,Charge) auto={T}{C(0/0,-3,Charge)}:token(Golem,Artifact Creature Golem,9/9) +auto={3}{T}:counter(0/0,1,Charge) text={3},{T}: Put a charge counter on Titan Forge. -- {T}, Remove three charge counters from Titan Forge: Put a 9/9 colorless Golem artifact creature token onto the battlefield. mana={3} type=Artifact