WagicProject / wagic

Wagic the Homebrew
Other
347 stars 76 forks source link

Card issues #1050

Closed ranger7271 closed 3 years ago

ranger7271 commented 3 years ago

Corsair captain - not giving+1/+1 to pirates

Vanquisher banner does not ask for a creature type. Gives bonus to every creature.

Vitty85 commented 3 years ago

You are right, these are the correct versions:

[card] name=Corsair Captain auto=token(Treasure Sur) auto=lord(other creature[pirate]|mybattlefield) 1/1 text=When Corsair Captain enters the battlefield, create a Treasure token. (It's an artifact with " {T}, Sacrifice this artifact: Add one mana of any color.") -- Other Pirates you control get +1/+1. mana={2}{U} type=Creature subtype=Human Pirate power=2 toughness=2 [/card]

[card] name=Vanquisher's Banner auto=chooseatype all(this) transforms((,newability[lord(creature[chosentype]|mybattlefield) 1/1],newability[@movedTo(creature[chosentype]|mystack):draw:1 controller])) forever chooseend text=As Vanquisher's Banner enters the battlefield, choose a creature type. -- Creatures you control of the chosen type get +1/+1. -- Whenever you cast a creature spell of the chosen type, draw a card. mana={5} type=Artifact [/card]

I will include these fix in the next version.

Vitty85 commented 3 years ago

Closed with new release available on official release links.