Bug on Bloodthirsty Ogre

For all your questions regarding Image Card Coding.
Please read the Image Posting Guideline & Index before posting in this forum.
Forum rules
DO NOT POST BUG REPORT IN THIS FORUM !!

Please read carefully the forum rules related to the card coding section : viewtopic.php?f=21&t=1545

All post will be edited to follow forum rules.
Locked
User avatar
ph34rbot
Posts: 280
Joined: Thu Jan 07, 2010 6:33 am

Bug on Bloodthirsty Ogre

Post by ph34rbot »

[card]
name=Bloodthirsty Ogre
auto={T}:counter(0/0,1,Devotion)
auto=aslongas(demon|myBattlefield) {T}:target(creature) counter{0%0.1.Devotion}/counter{0%0.1.Devotion} ueot
text={T}: Put a devotion counter on Bloodthirsty Ogre. -- {T}: Target creature gets -X/-X until end of turn, where X is the number of devotion counters on Bloodthirsty Ogre. Activate this ability only if you control a Demon.
mana={2}{B}
type=Creature
subtype=Ogre Warrior Shaman
power=3
toughness=1
[/card]

The ogre is giving +X/+X instead of -X/-X.

Where would the minus simbols hould be for it to be working propertly?
Tacoghandi
Posts: 1197
Joined: Thu Apr 28, 2011 11:34 pm

Re: Bug on Bloodthirsty Ogre

Post by Tacoghandi »

Code: Select all

auto=aslongas(demon|myBattlefield) {T}:target(creature) -counter{0%0.1.Devotion}/-counter{0%0.1.Devotion} ueot
!!Check out My Created Sets and other Stuff!!

viewtopic.php?f=22&t=3380
Locked