Taco's Created Stuff -- !!Check it out!!

All user created custom sets, custom game mode and modded official content.
Locked
carslove54
Posts: 279
Joined: Thu Mar 18, 2010 8:58 pm

Re: Taco's Created Stuff --NEW--> !!Planeswalkers!!

Post by carslove54 »

Tacoghandi wrote:
Zethfox wrote:the planeswalker legend rule is already supported....

type=planeswalker
subtype=Ajani

...if any other ajani enters the battlefield it buries them...
thanks zeth i didnt know ill change them

solve it just by putting on the ability rather than a 6 / 6, I put a 0 / 6, and under no problems
Tacoghandi
Posts: 1197
Joined: Thu Apr 28, 2011 11:34 pm

Re: Taco's Created Stuff --NEW--> !!Planeswalkers!!

Post by Tacoghandi »

carslove54 wrote:
Tacoghandi wrote:
Zethfox wrote:the planeswalker legend rule is already supported....

type=planeswalker
subtype=Ajani

...if any other ajani enters the battlefield it buries them...
thanks zeth i didnt know ill change them

solve it just by putting on the ability rather than a 6 / 6, I put a 0 / 6, and under no problems
that shouldnt word as what is happening is he is getting +1/+0 for each loyalty counter on him so it will change. At least that is what was said by someone who had the same issue. as his was a 14/6 so try the line i posted and see if that works
!!Check out My Created Sets and other Stuff!!

viewtopic.php?f=22&t=3380
carslove54
Posts: 279
Joined: Thu Mar 18, 2010 8:58 pm

Re: Taco's Created Stuff --NEW--> !!Planeswalkers!!

Post by carslove54 »

Tacoghandi wrote: that shouldnt word as what is happening is he is getting +1/+0 for each loyalty counter on him so it will change. At least that is what was said by someone who had the same issue. as his was a 14/6 so try the line i posted and see if that works
Ok
Tacoghandi
Posts: 1197
Joined: Thu Apr 28, 2011 11:34 pm

Re: Taco's Created Stuff --NEW--> !!Planeswalkers!!

Post by Tacoghandi »

Updated planeswalkers with proper type and subtype

fixed image issue with ajani

possibly fixed power issue with gideon
!!Check out My Created Sets and other Stuff!!

viewtopic.php?f=22&t=3380
carslove54
Posts: 279
Joined: Thu Mar 18, 2010 8:58 pm

Re: Taco's Created Stuff --NEW--> !!Planeswalkers!!

Post by carslove54 »

Tacoghandi wrote:Updated planeswalkers with proper type and subtype

fixed image issue with ajani

possibly fixed power issue with gideon
No, with the line, the same error
Tacoghandi
Posts: 1197
Joined: Thu Apr 28, 2011 11:34 pm

Re: Taco's Created Stuff --NEW--> !!Planeswalkers!!

Post by Tacoghandi »

carslove54 wrote:
Tacoghandi wrote:Updated planeswalkers with proper type and subtype

fixed image issue with ajani

possibly fixed power issue with gideon
No, with the line, the same error
ahhh i think i dont need the this in that line so

auto=foreach(counter{0/1.1.loyalty}) -1/0
!!Check out My Created Sets and other Stuff!!

viewtopic.php?f=22&t=3380
carslove54
Posts: 279
Joined: Thu Mar 18, 2010 8:58 pm

Re: Taco's Created Stuff --NEW--> !!Planeswalkers!!

Post by carslove54 »

Tacoghandi wrote:
carslove54 wrote:
Tacoghandi wrote:Updated planeswalkers with proper type and subtype

fixed image issue with ajani

possibly fixed power issue with gideon
No, with the line, the same error
ahhh i think i dont need the this in that line so

auto=foreach(counter{0/1.1.loyalty}) -1/0
so, what must i do? :?:
Tacoghandi
Posts: 1197
Joined: Thu Apr 28, 2011 11:34 pm

Re: Taco's Created Stuff --NEW--> !!Planeswalkers!!

Post by Tacoghandi »

change the line i originally gave you

auto=thisforeach(counter{0/1.1.loyalty}) -1/0

to this

auto=foreach(counter{0/1.1.loyalty}) -1/0

and tell me if that works
!!Check out My Created Sets and other Stuff!!

viewtopic.php?f=22&t=3380
carslove54
Posts: 279
Joined: Thu Mar 18, 2010 8:58 pm

Re: Taco's Created Stuff --NEW--> !!Planeswalkers!!

Post by carslove54 »

Tacoghandi wrote:change the line i originally gave you

auto=thisforeach(counter{0/1.1.loyalty}) -1/0

to this

auto=foreach(counter{0/1.1.loyalty}) -1/0

and tell me if that works
ok

it must be this?

[card]
name=Gideon Jura
auto=counter(0/1,6,Loyalty)
auto=counter(0/0,3,Choice)
auto=@movedto(Gideon Jura|battlefield):bury all(*[Gideon])
auto=this(counter{0/1,1,Loyalty}<1) counter(0/0,-3,Choice)
auto=@damaged(controller) from(*|opponentstack,opponentbattlefield):this(counter{0/1,1,Loyalty}) life:thatmuch && counter(0/1,-thatmuch,Loyalty)
auto=@each cleanup:bury all(Gideon Jura[-counter{0/1.1.Loyalty}])
auto=@each my upkeep:counter(0/0,-3,Choice) && counter(0/0,3,Choice)
auto=preventallcombatdamage to(this)
auto=foreach(counter{0/1.1.loyalty}) -1/0
auto={C(0/0,-2,Choice)}{C(0/1,2,Loyalty)}:name(+2: Opponents creatures must attack) token(-2102) asSorcery
auto={C(0/0,-2,Choice)}{C(0/1,-2,Loyalty)}:name(-2: Destroy target tapped creature) destroy target(creature[tapped])
auto={C(0/0,-2,Choice)}{C(0/1,0,Loyalty)}:name(0: Becomes 6/6 ueot) becomes(Human Soldier Creature,6/6) ueot
text=+2: During target opponent's next turn, creatures that player controls attack Gideon Jura if able. // -2: Destroy target tapped creature. // 0: Until end of turn, Gideon Jura becomes a 6/6 Human Soldier creature that's still a planeswalker. Prevent all damage that would be dealt to him this turn. // Starting Loyalty (6)
mana={3}{W}{W}
subtype=Planeswalker Gideon
toughness=0
[/card]
Tacoghandi
Posts: 1197
Joined: Thu Apr 28, 2011 11:34 pm

Re: Taco's Created Stuff --NEW--> !!Planeswalkers!!

Post by Tacoghandi »

yes. let me know if that is working then
!!Check out My Created Sets and other Stuff!!

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