mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 02:08:00 +00:00
Merge branch 'master' of https://github.com/Suthro/forge_scripttesting
This commit is contained in:
@@ -3,5 +3,5 @@ ManaCost:1 G W
|
||||
Types:Legendary Creature Human Druid
|
||||
PT:2/4
|
||||
A:AB$ Mana | Cost$ T | Produced$ G W | RestrictValid$ Spell.Creature+NoAbilities | SpellDescription$ Add {G}{W}. Spend this mana only to cast creature spells with no abilities.
|
||||
S:Mode$ CantBlockBy | ValidAttacker$ Creature.NoAbilities+YouCtrl | ValidBlocker$ Creature.!noAbilities | Description$ Creatures you control with no abilities can’t be blocked by creatures with abilities.
|
||||
Oracle:{T}: Add {G}{W}. Spend this mana only to cast creature spells with no abilities.\nCreatures you control with no abilities can’t be blocked by creatures with abilities.
|
||||
S:Mode$ CantBlockBy | ValidAttacker$ Creature.NoAbilities+YouCtrl | ValidBlocker$ Creature.!NoAbilities | Description$ Creatures you control with no abilities can't be blocked by creatures with abilities.
|
||||
Oracle:{T}: Add {G}{W}. Spend this mana only to cast creature spells with no abilities.\nCreatures you control with no abilities can't be blocked by creatures with abilities.
|
||||
|
||||
@@ -11,4 +11,5 @@ SVar:DBEffect:DB$ Effect | StaticAbilities$ STPlay | ForgetOnMoved$ Exile | Reme
|
||||
SVar:STPlay:Mode$ Continuous | MayPlay$ True | EffectZone$ Command | Affected$ Card.IsRemembered+nonLand | AffectedZone$ Exile | Description$ You may cast that card for as long as it remains exiled.
|
||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||
DeckHints:Type$Pirate
|
||||
Oracle:When Ramirez DePietro, Pillager enters the battlefield, you lose 2 life and create two Treasure tokens.\nWhenever one or more Pirates you control deal combat damage to a player, exile the top card of that player’s library. You may cast that card for as long as it remains exiled.
|
||||
DeckHas:Ability$Token|Sacrifice & Type$Artifact|Treasure
|
||||
Oracle:When Ramirez DePietro, Pillager enters the battlefield, you lose 2 life and create two Treasure tokens.\nWhenever one or more Pirates you control deal combat damage to a player, exile the top card of that player's library. You may cast that card for as long as it remains exiled.
|
||||
|
||||
@@ -2,7 +2,7 @@ Name:Temporal Firestorm
|
||||
ManaCost:3 R R
|
||||
Types:Sorcery
|
||||
K:Kicker:1 W:1 U
|
||||
A:SP$ ChooseCard | Choices$ Creature.YouCtrl,Planeswalker.YouCtrl | Amount$ X | MinAmount$ 0 | ChoiceTitle$ Choose up to X creature and/or planeswalkers you control | SubAbility$ DBPhase | StackDescription$ SpellDescription | SpellDescription$ Choose up to X creatures and/or planeswalkers you control, where X is the number of times this spell was kicked. Those permanents phase out. (While they're phased out, they're treated as though they don't exist. Each one phases in before its controller untaps during their next untap step.) CARDNAME deals 5 damage to each creature and each planeswalker.
|
||||
A:SP$ ChooseCard | Choices$ Creature.YouCtrl,Planeswalker.YouCtrl | Amount$ X | MinAmount$ 0 | ChoiceTitle$ Choose up to X creatures and/or planeswalkers you control | SubAbility$ DBPhase | StackDescription$ SpellDescription | SpellDescription$ Choose up to X creatures and/or planeswalkers you control, where X is the number of times this spell was kicked. Those permanents phase out. CARDNAME deals 5 damage to each creature and each planeswalker.
|
||||
SVar:DBPhase:DB$ Phases | Defined$ ChosenCard | SubAbility$ DBDamageAll | StackDescription$ None
|
||||
SVar:DBDamageAll:DB$ DamageAll | NumDmg$ 5 | ValidCards$ Creature,Planeswalker | StackDescription$ None
|
||||
SVar:X:Count$TimesKicked
|
||||
|
||||
Reference in New Issue
Block a user