Fixed "Force of Vigor" and "Slogurk, the Overslime" primitives.
This commit is contained in:
@@ -2,8 +2,11 @@
|
||||
|
||||
## [master] (https://github.com/WagicProject/wagic/tree/master)
|
||||
|
||||
### 09/10/21
|
||||
- *Committed:* Fixed "Force of Vigor" and "Slogurk, the Overslime" primitives. ([Vitty85](https://github.com/Vitty85))
|
||||
|
||||
### 08/10/21
|
||||
- *Committed:* Fixed a bug on deck choosing menu when an AI deck has no avatar image (it will be used "baka.jpg"), added new default avatar images for AI decks (up to 200), fixed "_PROLIFERATE_" macro and fixed all primitives with "proliferate" ability, improved the "proliferation" keyword for target chooser in order to avoid targeting permanents or players without counters and/or with some protections (e.g. hexproof, shroud and similar). ([Vitty85](https://github.com/Vitty85))
|
||||
- *Committed:* Fixed a bug on deck choosing menu when an AI deck has no avatar image (it will be used "baka.jpg"), added new default avatar images for AI decks (up to 200), fixed "_PROLIFERATE_" macro and fixed all primitives with "proliferate" ability, improved the "proliferation" keyword for target chooser in order to avoid targeting permanents or players without counters and/or with some protections (e.g. hexproof, shroud and similar). https://github.com/WagicProject/wagic/commit/fd76775923635a8106cfa542473a99bd06fb159f ([Vitty85](https://github.com/Vitty85))
|
||||
|
||||
### 07/10/21
|
||||
- *Committed:* Removed the previous limit of 99 avatars images, if "avatarXX.jpg" image is not present, for deckXX.txt of AI it will be used "baka.jpg" image instead. https://github.com/WagicProject/wagic/commit/aafaadb76ffacda5b7b9430df4435e143d1bcba4 ([Vitty85](https://github.com/Vitty85))
|
||||
|
||||
@@ -25070,9 +25070,10 @@ type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
name=Force of Vigor
|
||||
target=<upto:2>*[artifact;enchantment]
|
||||
other={E(*[green]|myhand)} name(Exile a Green Card from Hand)
|
||||
otherrestriction=opponentturnonly
|
||||
auto=destroy target(<upto:2>*[artifact,enchantment]|battlefield)
|
||||
auto=destroy
|
||||
text=If it's not your turn, you may exile a green card from your hand rather than pay this spell's mana cost. -- Destroy up to two target artifacts and/or enchantments.
|
||||
mana={2}{G}{G}
|
||||
type=Instant
|
||||
@@ -62903,7 +62904,7 @@ name=Slogurk, the Overslime
|
||||
abilities=trample
|
||||
auto=@movedto(land|mygraveyard):name(Put 1/1 counter) counter(1/1)
|
||||
auto={C(1/1,-3)}:name(Return to hand) moveto(ownerhand)
|
||||
auto=@movedto(this|nonbattlezone) from(battlefield):may name(Return 3 lands) target(<upto:3>land|mygraveyard) moveto(myhand)
|
||||
auto=@movedto(this|nonbattlezone) from(battlefield):if type(land|mygraveyard)~morethan~0 then may name(Return lands) name(Return lands) transforms((,newability[if type(land|mygraveyard)~morethan~2 then choice name(Return 3 lands) name(Return 3 lands) target(<3>land|mygraveyard) moveto(myhand)],newability[if type(land|mygraveyard)~morethan~1 then choice name(Return 2 lands) name(Return 2 lands) target(<2>land|mygraveyard) moveto(myhand)],newability[if type(land|mygraveyard)~morethan~0 then choice name(Return 1 land) name(Return 1 land) target(land|mygraveyard) moveto(myhand)])) oneshot
|
||||
text=Trample -- Whenever a land card is put into your graveyard from anywhere, put a +1/+1 counter on Slogurk, the Overslime. -- Remove three +1/+1 counters from Slogurk: Return it to its owner's hand. -- When Slogurk leaves the battlefield, return up to three target land cards from your graveyard to your hand.
|
||||
type=Legendary Creature
|
||||
subtype=Ooze
|
||||
|
||||
Reference in New Issue
Block a user