mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
- Added Force Bubble.
- Fixed Forethought Amulet.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -3041,6 +3041,7 @@ res/cardsfolder/f/forbidden_alchemy.txt -text
|
||||
res/cardsfolder/f/forbidden_lore.txt svneol=native#text/plain
|
||||
res/cardsfolder/f/forbidden_orchard.txt svneol=native#text/plain
|
||||
res/cardsfolder/f/forbidding_watchtower.txt svneol=native#text/plain
|
||||
res/cardsfolder/f/force_bubble.txt -text
|
||||
res/cardsfolder/f/force_of_nature.txt svneol=native#text/plain
|
||||
res/cardsfolder/f/force_of_savagery.txt svneol=native#text/plain
|
||||
res/cardsfolder/f/force_of_will.txt svneol=native#text/plain
|
||||
|
||||
17
res/cardsfolder/f/force_bubble.txt
Normal file
17
res/cardsfolder/f/force_bubble.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
Name:Force Bubble
|
||||
ManaCost:2 W W
|
||||
Types:Enchantment
|
||||
Text:no text
|
||||
R:Event$ DamageDone | ValidTarget$ You | ReplaceWith$ Counters | Description$ If damage would be dealt to you, put that many depletion counters on CARDNAME instead.
|
||||
SVar:Counters:AB$PutCounter | Cost$ 0 | Defined$ Self | CounterType$ DEPLETION | CounterNum$ X
|
||||
T:Mode$ Always | TriggerZones$ Battlefield | IsPresent$ Card.Self+counters_GE4_DEPLETION | Execute$ TrigSac | TriggerDescription$ When there are four or more depletion counters on CARDNAME, sacrifice it.
|
||||
SVar:TrigSac:AB$Sacrifice | Cost$ 0 | Defined$ Self
|
||||
T:Mode$ Phase | Phase$ End of Turn | TriggerZones$ Battlefield | Execute$ TrigRemoveCounter | TriggerDescription$ At the beginning of each end step, remove all depletion counters from CARDNAME.
|
||||
SVar:TrigRemoveCounter: AB$ RemoveCounter | Cost$ 0 | CounterType$ DEPLETION | CounterNum$ All
|
||||
SVar:X:ReplaceCount$DamageAmount
|
||||
SVar:All:Count$CardCounters.DEPLETION
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/force_bubble.jpg
|
||||
SetInfo:SCG|Rare|http://magiccards.info/scans/en/sc/14.jpg
|
||||
Oracle:If damage would be dealt to you, put that many depletion counters on Force Bubble instead.\nWhen there are four or more depletion counters on Force Bubble, sacrifice it.\nAt the beginning of each end step, remove all depletion counters from Force Bubble.
|
||||
End
|
||||
@@ -2,7 +2,7 @@ Name:Forethought Amulet
|
||||
ManaCost:5
|
||||
Types:Artifact
|
||||
Text:no text
|
||||
R:Event$ DamageDone | ValidTarget$ Creature,Player | DamageAmount$ GE3 | ReplaceWith$ Dmg2 | Description$ If an instant or sorcery source would deal 3 or more damage to you, it deals 2 damage to you instead.
|
||||
R:Event$ DamageDone | ValidTarget$ You | DamageAmount$ GE3 | ReplaceWith$ Dmg2 | Description$ If an instant or sorcery source would deal 3 or more damage to you, it deals 2 damage to you instead.
|
||||
SVar:Dmg2:AB$DealDamage | Cost$ 0 | Defined$ ReplacedTarget | DamageSource$ ReplacedSource | NumDmg$ 2
|
||||
K:At the beginning of your upkeep, sacrifice CARDNAME unless you pay 3
|
||||
SVar:RemRandomDeck:True
|
||||
|
||||
@@ -2,7 +2,7 @@ Name:Furnace of Rath
|
||||
ManaCost:1 R R R
|
||||
Types:Enchantment
|
||||
Text:no text
|
||||
R:Event$ DamageDone | ValidSource$ Card | ValidTarget$ Card.Permanent,Player | ReplaceWith$ DmgTwice | Description$ If a source would deal damage to a creature or player, it deals double that damage to that creature or player instead.
|
||||
R:Event$ DamageDone | ValidSource$ Card | ValidTarget$ Permanent,Player | ReplaceWith$ DmgTwice | Description$ If a source would deal damage to a creature or player, it deals double that damage to that creature or player instead.
|
||||
SVar:DmgTwice:AB$DealDamage | Cost$ 0 | Defined$ ReplacedTarget | DamageSource$ ReplacedSource | NumDmg$ X
|
||||
SVar:X:ReplaceCount$DamageAmount/Twice
|
||||
SVar:PlayMain1:TRUE
|
||||
|
||||
Reference in New Issue
Block a user