mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
18 lines
1.6 KiB
Plaintext
18 lines
1.6 KiB
Plaintext
Name:Forgotten Ancient
|
|
ManaCost:3 G
|
|
Types:Creature Elemental
|
|
PT:0/3
|
|
T:Mode$ SpellCast | ValidCard$ Card | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ Whenever a player casts a spell, you may put a +1/+1 counter on CARDNAME.
|
|
SVar:TrigPutCounter:AB$ PutCounter | Cost$ 0 | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1
|
|
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigMoveCounter | TriggerDescription$ At the beginning of your upkeep, you may move any number of +1/+1 counters from CARDNAME onto other creatures.
|
|
SVar:TrigMoveCounter:AB$ Repeat | Cost$ 0 | RepeatCheckSVar$ X | RepeatOptional$ True | RepeatSubAbility$ DBChooseNum | SubAbility$ DBCleanup
|
|
SVar:DBChooseNum:DB$ ChooseNumber | Defined$ You | Min$ 0 | Max$ X | References$ X | ListTitle$ Choose how many counters to move | SubAbility$ DBChooseCreature
|
|
SVar:DBChooseCreature:DB$ ChooseCard | Choices$ Creature.Other+IsNotRemembered | Amount$ 1 | RememberChosen$ True | SubAbility$ DBMove
|
|
SVar:DBMove:DB$ MoveCounter | Source$ Self | Defined$ ChosenCard | CounterType$ P1P1 | CounterNum$ Y |
|
|
References$ Y
|
|
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
|
SVar:X:Count$CardCounters.P1P1
|
|
SVar:Y:Count$ChosenNumber
|
|
SVar:RemAIDeck:True
|
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/forgotten_ancient.jpg
|
|
Oracle:Whenever a player casts a spell, you may put a +1/+1 counter on Forgotten Ancient.\nAt the beginning of your upkeep, you may move any number of +1/+1 counters from Forgotten Ancient onto other creatures. |