Merge pull request #3501 from nshcat/nyxborn_behemoth

Implemented Ondu Spiritdancer, Nyxborn Behemoth and Onakke Oathkeeper
This commit is contained in:
Anthony Calosa
2023-07-22 02:33:18 +08:00
committed by GitHub
3 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
Name:Nyxborn Behemoth
ManaCost:10 G G
Types:Enchantment Creature Beast
PT:10/10
K:Trample
S:Mode$ ReduceCost | ValidCard$ Card.Self | Type$ Spell | Amount$ X | EffectZone$ All | Description$ This spell costs {X} less to cast, where X is the total mana value of noncreature enchantments you control.
A:AB$ Pump | Cost$ 1 G Sac<1/Enchantment.Other/another enchantment> | Defined$ Self | KW$ Indestructible | SpellDescription$ CARDNAME gains indestructible until end of turn.
SVar:X:Count$Valid Enchantment.nonCreature+YouCtrl$SumCMC
Oracle:This spell costs {X} less to cast, where X is the total mana value of noncreature enchantments you control.\nTrample\n{1}{G}, Sacrifice another enchantment: Nyxborn Behemoth gains indestructible until end of turn.

View File

@@ -0,0 +1,8 @@
Name:Onakke Oathkeeper
ManaCost:1 W
Types:Creature Ogre Spirit
PT:0/4
S:Mode$ CantAttackUnless | ValidCard$ Creature | Target$ Planeswalker.YouCtrl | Cost$ 1 | Description$ Creatures can't attack planeswalkers you control unless their controller pays {1} for each creature they control that's attacking a planeswalker you control.
A:AB$ ChangeZone | Cost$ 4 W W ExileFromGrave<1/CARDNAME> | ActivationZone$ Graveyard | Origin$ Graveyard | Destination$ Battlefield | ValidTgts$ Planeswalker.YouOwn | SpellDescription$ Return target planeswalker card from your graveyard to the battlefield.
DeckHas:Ability$Graveyard
Oracle:Creatures can't attack planeswalkers you control unless their controller pays {1} for each creature they control that's attacking a planeswalker you control.\n{4}{W}{W}, Exile Onakke Oathkeeper from your graveyard: Return target planeswalker card from your graveyard to the battlefield.

View File

@@ -0,0 +1,8 @@
Name:Ondu Spiritdancer
ManaCost:4 W
Types:Creature Kor Cleric
PT:3/3
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Enchantment.YouCtrl | TriggerZones$ Battlefield | ResolvedLimit$ 1 | OptionalDecider$ You | Execute$ TrigCopy | TriggerDescription$ Whenever an enchantment enters the battlefield under your control, you may create a token that's a copy of it. Do this only once each turn.
SVar:TrigCopy:DB$ CopyPermanent | Defined$ TriggeredCardLKICopy
DeckHas:Ability$Token
Oracle:Whenever an enchantment enters the battlefield under your control, you may create a token that's a copy of it. Do this only once each turn.