mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
Added Basalt Golem (at last! Been trying this one for ages)
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -708,6 +708,7 @@ res/cardsfolder/b/baru_fist_of_krosa.txt svneol=native#text/plain
|
|||||||
res/cardsfolder/b/basal_sliver.txt svneol=native#text/plain
|
res/cardsfolder/b/basal_sliver.txt svneol=native#text/plain
|
||||||
res/cardsfolder/b/basal_thrull.txt svneol=native#text/plain
|
res/cardsfolder/b/basal_thrull.txt svneol=native#text/plain
|
||||||
res/cardsfolder/b/basalt_gargoyle.txt svneol=native#text/plain
|
res/cardsfolder/b/basalt_gargoyle.txt svneol=native#text/plain
|
||||||
|
res/cardsfolder/b/basalt_golem.txt -text
|
||||||
res/cardsfolder/b/basalt_monolith.txt svneol=native#text/plain
|
res/cardsfolder/b/basalt_monolith.txt svneol=native#text/plain
|
||||||
res/cardsfolder/b/basandra_battle_seraph.txt -text
|
res/cardsfolder/b/basandra_battle_seraph.txt -text
|
||||||
res/cardsfolder/b/bash_to_bits.txt svneol=native#text/plain
|
res/cardsfolder/b/bash_to_bits.txt svneol=native#text/plain
|
||||||
|
|||||||
17
res/cardsfolder/b/basalt_golem.txt
Normal file
17
res/cardsfolder/b/basalt_golem.txt
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
Name:Basalt Golem
|
||||||
|
ManaCost:5
|
||||||
|
Types:Artifact Creature Golem
|
||||||
|
Text:CARDNAME can't be blocked by artifact creatures.
|
||||||
|
PT:2/4
|
||||||
|
K:CantBeBlockedBy Artifact.Creature
|
||||||
|
T:Mode$ Blocks | ValidCard$ Creature | ValidBlocked$ Card.Self | DelayedTrigger$ TrigEndCombat | TriggerDescription$ Whenever CARDNAME becomes blocked by a creature, that creature's controller sacrifices it at end of combat. If the player does, he or she puts a 0/2 colorless Wall artifact creature token with defender onto the battlefield.
|
||||||
|
SVar:TrigEndCombat:Mode$ Phase | Phase$ EndCombat | Execute$ TrigSacBlocker | TriggerDescription$ At end of combat sacrifice creature that blocked Basalt Golem. If the player does, he or she puts a 0/2 colorless Wall artifact creature token with defender onto the battlefield.
|
||||||
|
SVar:TrigSacBlocker:AB$Destroy | Cost$ 0 | Defined$ TriggeredBlocker | Sacrifice$ True | SubAbility$ DBToken | RememberDestroyed$ True
|
||||||
|
SVar:DBToken:DB$Token | TokenAmount$ 1 | TokenName$ Wall | TokenTypes$ Artifact,Creature,Wall | TokenOwner$ TriggeredBlockerController | TokenColors$ Colorless | TokenPower$ 0 | TokenToughness$ 2 | TokenKeywords$ Defender | ConditionCheckSVar$ X | ConditionSVarCompare$ GE1 | SubAbility$ DBCleanup
|
||||||
|
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||||
|
SVar:X:Remembered$Amount
|
||||||
|
SVar:Rarity:Uncommon
|
||||||
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/basalt_golem.jpg
|
||||||
|
SetInfo:MIR|Uncommon|http://magiccards.info/scans/en/mr/259.jpg
|
||||||
|
Oracle:Basalt Golem can't be blocked by artifact creatures.\nWhenever Basalt Golem becomes blocked by a creature, that creature's controller sacrifices it at end of combat. If the player does, he or she puts a 0/2 colorless Wall artifact creature token with defender onto the battlefield.
|
||||||
|
End
|
||||||
Reference in New Issue
Block a user