mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Added Cephalid Aristocrat and Segmented Wurm.
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -1197,6 +1197,7 @@ res/cardsfolder/centaur_omenreader.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/centaur_rootcaster.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/centaur_safeguard.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/centaur_veteran.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/cephalid_aristocrat.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/cephalid_broker.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/cephalid_coliseum.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/cephalid_illusionist.txt -text svneol=native#text/plain
|
||||
@@ -6167,6 +6168,7 @@ res/cardsfolder/seers_sundial.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/seething_anger.txt svneol=native#text/plain
|
||||
res/cardsfolder/seething_pathblazer.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/seething_song.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/segmented_wurm.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/segovian_leviathan.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/seismic_assault.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/seismic_mage.txt -text svneol=native#text/plain
|
||||
|
||||
11
res/cardsfolder/cephalid_aristocrat.txt
Normal file
11
res/cardsfolder/cephalid_aristocrat.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
Name:Cephalid Aristocrat
|
||||
ManaCost:4 U
|
||||
Types:Creature Cephalid
|
||||
Text:no text
|
||||
PT:3/3
|
||||
T:Mode$ SpellAbilityCast | TargetsValid$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigMill | TriggerDescription$ Whenever CARDNAME becomes the target of a spell or ability, put the top two cards of your library into your graveyard.
|
||||
SVar:TrigMill:AB$Mill | Cost$ 0 | NumCards$ 2 | Defined$ You
|
||||
SVar:RemRandomDeck:True
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/cephalid_aristocrat.jpg
|
||||
End
|
||||
@@ -4,9 +4,8 @@ Types:Legendary Creature Elf Warrior
|
||||
Text:no text
|
||||
PT:2/2
|
||||
A:AB$ Mana | Cost$ T | Produced$ G | SpellDescription$ Add G to your mana pool.
|
||||
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigMana | TriggerDescription$ Whenever CARDNAME attacks, add RR to your mana pool.
|
||||
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigMana | TriggerDescription$ Whenever CARDNAME attacks, add R R to your mana pool.
|
||||
SVar:TrigMana:AB$ Mana | Cost$ 0 | Produced$ R | Amount$ 2 | SpellDescription$ Add R R to your mana pool.
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/radha_heir_to_keld.jpg
|
||||
SetInfo:PLC|Rare|http://magiccards.info/scans/en/pc/162.jpg
|
||||
|
||||
11
res/cardsfolder/segmented_wurm.txt
Normal file
11
res/cardsfolder/segmented_wurm.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
Name:Segmented Wurm
|
||||
ManaCost:3 R G
|
||||
Types:Creature Wurm
|
||||
Text:no text
|
||||
PT:5/5
|
||||
T:Mode$ SpellAbilityCast | TargetsValid$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ Whenever CARDNAME becomes the target of a spell or ability, put a -1/-1 counter on it.
|
||||
SVar:TrigPutCounter:AB$PutCounter | Cost$ 0 | Defined$ Self | CounterNum$ 1 | CounterType$ M1M1
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/segmented_wurm.jpg
|
||||
End
|
||||
Reference in New Issue
Block a user