Skip to content

Commit a266160

Browse files
authored
Ark of Hunger (SOS) (#10297)
1 parent f6289a2 commit a266160

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

forge-gui/res/cardsfolder/c/convergence_of_dominion.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Name:Convergence of Dominion
22
ManaCost:3
33
Types:Artifact
44
S:Mode$ ReduceCost | ValidCard$ Card.YouOwn | Type$ Ability | Amount$ 2 | MinMana$ 1 | AffectedZone$ Graveyard | IsPresent$ Card.IsCommander+YouOwn+YouCtrl | Description$ Dynastic Command Node — As long as you control your commander, activated abilities of cards in your graveyard cost {2} less to activate. This effect can't reduce the mana in that ability's activation cost to less than one mana.
5-
A:AB$ Mill | Cost$ T 3 | Defined$ You | NumCards$ 3 | PrecostDesc$ Translocation Protocols — | SpellDescription$ Mill three cards.
5+
A:AB$ Mill | Cost$ 3 T | Defined$ You | NumCards$ 3 | PrecostDesc$ Translocation Protocols — | SpellDescription$ Mill three cards.
66
AI:RemoveDeck:NonCommander
77
DeckHas:Ability$Mill|Graveyard
88
Oracle:Dynastic Command Node — As long as you control your commander, activated abilities of cards in your graveyard cost {2} less to activate. This effect can't reduce the mana in that ability's activation cost to less than one mana.\nTranslocation Protocols — {3}, {T}: Mill three cards.

forge-gui/res/cardsfolder/f/fuming_effigy.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ ManaCost:3 R
33
Types:Creature Spirit
44
PT:4/3
55
T:Mode$ ChangesZoneAll | ValidCards$ Card.YouOwn | Origin$ Graveyard | Destination$ Any | TriggerZones$ Battlefield | Execute$ TrigDealDamage | TriggerDescription$ Whenever one or more cards leave your graveyard, CARDNAME deals 1 damage to each opponent.
6-
SVar:TrigDealDamage:DB$ DealDamage | Defined$ Player.Opponent | NumDmg$ 1
6+
SVar:TrigDealDamage:DB$ DealDamage | Defined$ Opponent | NumDmg$ 1
77
DeckHas:Ability$Graveyard
88
Oracle:Whenever one or more cards leave your graveyard, Fuming Effigy deals 1 damage to each opponent.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Name:Ark of Hunger
2+
ManaCost:2 R W
3+
Types:Artifact
4+
T:Mode$ ChangesZoneAll | ValidCards$ Card.YouOwn | Origin$ Graveyard | Destination$ Any | TriggerZones$ Battlefield | Execute$ TrigDamage | TriggerDescription$ Whenever one or more cards leave your graveyard, this artifact deals 1 damage to each opponent and you gain 1 life.
5+
SVar:TrigDamage:DB$ DealDamage | Defined$ Opponent | NumDmg$ 1 | SubAbility$ DBGainLife
6+
SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 1
7+
A:AB$ Mill | Cost$ T | Defined$ You | NumCards$ 1 | RememberMilled$ True | SubAbility$ DBEffect | SpellDescription$ Mill a card. You may play that card this turn.
8+
SVar:DBEffect:DB$ Effect | RememberObjects$ RememberedCard | StaticAbilities$ Play | SubAbility$ DBCleanup | ExileOnMoved$ Graveyard,Exile
9+
SVar:Play:Mode$ Continuous | MayPlay$ True | EffectZone$ Command | Affected$ Card.IsRemembered | AffectedZone$ Graveyard,Exile | Description$ You may play that card this turn.
10+
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
11+
DeckHas:Ability$Graveyard
12+
Oracle:Whenever one or more cards leave your graveyard, this artifact deals 1 damage to each opponent and you gain 1 life.\n{T}: Mill a card. You may play that card this turn.

0 commit comments

Comments
 (0)