mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- Added Altar of Bone, Crop Rotation, Diabolic Intent and Skyshroud Claim.
- Converted 3 cards from spTutor to SP$Fetch.
This commit is contained in:
4
.gitattributes
vendored
4
.gitattributes
vendored
@@ -118,6 +118,7 @@ res/cardsfolder/allied_strategies.txt -text svneol=native#text/plain
|
|||||||
res/cardsfolder/alpha_myr.txt -text svneol=native#text/plain
|
res/cardsfolder/alpha_myr.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/alpha_tyrranax.txt -text svneol=native#text/plain
|
res/cardsfolder/alpha_tyrranax.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/altar_golem.txt -text svneol=native#text/plain
|
res/cardsfolder/altar_golem.txt -text svneol=native#text/plain
|
||||||
|
res/cardsfolder/altar_of_bone.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/altars_light.txt -text svneol=native#text/plain
|
res/cardsfolder/altars_light.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/aluren.txt -text svneol=native#text/plain
|
res/cardsfolder/aluren.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/ambassador_laquatus.txt -text svneol=native#text/plain
|
res/cardsfolder/ambassador_laquatus.txt -text svneol=native#text/plain
|
||||||
@@ -225,6 +226,7 @@ res/cardsfolder/ark_of_blight.txt -text svneol=native#text/plain
|
|||||||
res/cardsfolder/armadillo_cloak.txt -text svneol=native#text/plain
|
res/cardsfolder/armadillo_cloak.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/armageddon.txt -text svneol=native#text/plain
|
res/cardsfolder/armageddon.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/armed_response.txt -text svneol=native#text/plain
|
res/cardsfolder/armed_response.txt -text svneol=native#text/plain
|
||||||
|
res/cardsfolder/armillary_sphere.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/armistice.txt -text svneol=native#text/plain
|
res/cardsfolder/armistice.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/armored_cancrix.txt -text svneol=native#text/plain
|
res/cardsfolder/armored_cancrix.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/armored_galleon.txt -text svneol=native#text/plain
|
res/cardsfolder/armored_galleon.txt -text svneol=native#text/plain
|
||||||
@@ -865,6 +867,7 @@ res/cardsfolder/crimson_manticore.txt -text svneol=native#text/plain
|
|||||||
res/cardsfolder/cromat.txt -text svneol=native#text/plain
|
res/cardsfolder/cromat.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/crookclaw_elder.txt -text svneol=native#text/plain
|
res/cardsfolder/crookclaw_elder.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/crookshank_kobolds.txt -text svneol=native#text/plain
|
res/cardsfolder/crookshank_kobolds.txt -text svneol=native#text/plain
|
||||||
|
res/cardsfolder/crop_rotation.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/crosiss_attendant.txt -text svneol=native#text/plain
|
res/cardsfolder/crosiss_attendant.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/crossbow_ambush.txt -text svneol=native#text/plain
|
res/cardsfolder/crossbow_ambush.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/crossbow_infantry.txt -text svneol=native#text/plain
|
res/cardsfolder/crossbow_infantry.txt -text svneol=native#text/plain
|
||||||
@@ -1048,6 +1051,7 @@ res/cardsfolder/devout_lightcaster.txt -text svneol=native#text/plain
|
|||||||
res/cardsfolder/devout_monk.txt -text svneol=native#text/plain
|
res/cardsfolder/devout_monk.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/devout_witness.txt -text svneol=native#text/plain
|
res/cardsfolder/devout_witness.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/diabolic_edict.txt -text svneol=native#text/plain
|
res/cardsfolder/diabolic_edict.txt -text svneol=native#text/plain
|
||||||
|
res/cardsfolder/diabolic_intent.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/diabolic_machine.txt -text svneol=native#text/plain
|
res/cardsfolder/diabolic_machine.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/diabolic_tutor.txt -text svneol=native#text/plain
|
res/cardsfolder/diabolic_tutor.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/diamond_faerie.txt -text svneol=native#text/plain
|
res/cardsfolder/diamond_faerie.txt -text svneol=native#text/plain
|
||||||
|
|||||||
9
res/cardsfolder/altar_of_bone.txt
Normal file
9
res/cardsfolder/altar_of_bone.txt
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
Name:Altar of Bone
|
||||||
|
ManaCost:W G
|
||||||
|
Types:Sorcery
|
||||||
|
Text:no text
|
||||||
|
A:SP$Fetch|Cost$W G Sac<1/Creature>|Destination$Hand|FetchType$Creature|FetchNum$1|SpellDescription$Search your library for a creature card, reveal that card, and put it into your hand. Then shuffle your library.
|
||||||
|
SVar:RemAIDeck:True
|
||||||
|
SVar:Rarity:Rare
|
||||||
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/altar_of_bone.jpg
|
||||||
|
End
|
||||||
8
res/cardsfolder/armillary_sphere.txt
Normal file
8
res/cardsfolder/armillary_sphere.txt
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
Name:Armillary Sphere
|
||||||
|
ManaCost:2
|
||||||
|
Types:Artifact
|
||||||
|
Text:no text
|
||||||
|
A:AB$Fetch|Cost$2 T Sac<1/CARDNAME>|Destination$Hand|FetchType$Land.Basic|FetchNum$2|SpellDescription$Search your library for up to two basic land cards, reveal them, and put them into your hand. Then shuffle your library.
|
||||||
|
SVar:Rarity:Common
|
||||||
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/armillary_sphere.jpg
|
||||||
|
End
|
||||||
9
res/cardsfolder/crop_rotation.txt
Normal file
9
res/cardsfolder/crop_rotation.txt
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
Name:Crop Rotation
|
||||||
|
ManaCost:G
|
||||||
|
Types:Instant
|
||||||
|
Text:no text
|
||||||
|
A:SP$Fetch|Cost$G Sac<1/Land>|Destination$Battlefield|FetchType$Land|FetchNum$1|SpellDescription$Search your library for a land card and put that card onto the battlefield. Then shuffle your library.
|
||||||
|
SVar:RemAIDeck:True
|
||||||
|
SVar:Rarity:Common
|
||||||
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/crop_rotation.jpg
|
||||||
|
End
|
||||||
9
res/cardsfolder/diabolic_intent.txt
Normal file
9
res/cardsfolder/diabolic_intent.txt
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
Name:Diabolic Intent
|
||||||
|
ManaCost:1 B
|
||||||
|
Types:Sorcery
|
||||||
|
Text:no text
|
||||||
|
A:SP$Fetch|Cost$1 B Sac<1/Creature>|Destination$Hand|FetchType$Card|FetchNum$1|SpellDescription$Search your library for a card and put that card into your hand. Then shuffle your library.
|
||||||
|
SVar:RemAIDeck:True
|
||||||
|
SVar:Rarity:Rare
|
||||||
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/diabolic_intent.jpg
|
||||||
|
End
|
||||||
@@ -2,7 +2,7 @@ Name:Gaea's Bounty
|
|||||||
ManaCost:2 G
|
ManaCost:2 G
|
||||||
Types:Sorcery
|
Types:Sorcery
|
||||||
Text:no text
|
Text:no text
|
||||||
A:SP$Fetch|Cost$2 G|Destination$Hand|FetchType$Land.Basic|FetchNum$2|SpellDescription$Search your library for up to two Forest cards, reveal those cards, and put them into your hand. Then shuffle your library.
|
A:SP$Fetch|Cost$2 G|Destination$Hand|FetchType$Forest|FetchNum$2|SpellDescription$Search your library for up to two Forest cards, reveal those cards, and put them into your hand. Then shuffle your library.
|
||||||
SVar:Rarity:Common
|
SVar:Rarity:Common
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/gaeas_bounty.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/gaeas_bounty.jpg
|
||||||
End
|
End
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
Name:Spoils of Victory
|
Name:Spoils of Victory
|
||||||
ManaCost:2 G
|
ManaCost:2 G
|
||||||
Types:Sorcery
|
Types:Sorcery
|
||||||
Text:Search your library for a Plains, Island, Swamp, Mountain, or Forest card and put that card onto the battlefield. Then shuffle your library.
|
Text:no text
|
||||||
K:spTutor:Plains,Island,Swamp,Mountain,Forest:Battlefield
|
A:SP$Fetch|Cost$2 G|Destination$Battlefield|FetchType$Plains,Island,Swamp,Mountain,Forest|FetchNum$2|SpellDescription$Search your library for a Plains, Island, Swamp, Mountain, or Forest card and put that card onto the battlefield. Then shuffle your library.
|
||||||
SVar:Rarity:Uncommon
|
SVar:Rarity:Uncommon
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/spoils_of_victory.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/spoils_of_victory.jpg
|
||||||
End
|
End
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ Name:Three Visits
|
|||||||
ManaCost:1 G
|
ManaCost:1 G
|
||||||
Types:Sorcery
|
Types:Sorcery
|
||||||
Text:no text
|
Text:no text
|
||||||
|
A:SP$Fetch|Cost$1 G|Destination$Battlefield|FetchType$Forest|FetchNum$1|SpellDescription$Search your library for a Forest card and put that card onto the battlefield. Then shuffle your library.
|
||||||
SVar:Rarity:Common
|
SVar:Rarity:Common
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/three_visits.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/three_visits.jpg
|
||||||
End
|
End
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
Name:Untamed Wilds
|
Name:Untamed Wilds
|
||||||
ManaCost:2 G
|
ManaCost:2 G
|
||||||
Types:Sorcery
|
Types:Sorcery
|
||||||
Text:Search your library for a basic land card and put that card onto the battlefield. Then shuffle your library.
|
Text:no text
|
||||||
K:spTutor:Land.Basic:Battlefield
|
A:SP$Fetch|Cost$2 G|Destination$Battlefield|FetchType$Land.Basic|FetchNum$1|SpellDescription$Search your library for a basic land card and put that card onto the battlefield. Then shuffle your library.
|
||||||
SVar:Rarity:Uncommon
|
SVar:Rarity:Uncommon
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/untamed_wilds.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/untamed_wilds.jpg
|
||||||
End
|
End
|
||||||
|
|||||||
Reference in New Issue
Block a user