Erwan
- Added Dr Solomat's TEMPEST expansion - Added Sacrifice as part of the cost of activated abilities. Making it work as an extra cost for "put in play" still requires some work though. "Render" methods need to be written correctly - Added cards with sacrifice in the existing sets. Most of them need testing...
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#SET: ICE AGE
|
||||
#VERSION: 1.6.1
|
||||
#Number of playable cards: >132
|
||||
#Note : please try to keep cards in alphabetical order of the name if possible
|
||||
[card]
|
||||
@@ -300,6 +299,7 @@ rarity=C
|
||||
type=Instant
|
||||
mana={B}
|
||||
[/card]
|
||||
[card]
|
||||
text=Counter target spell if it is red or destroy target permanent if it is red.
|
||||
id=2508
|
||||
alias=1191
|
||||
@@ -309,6 +309,15 @@ type=Instant
|
||||
mana={U}
|
||||
[/card]
|
||||
[card]
|
||||
text={2}{T}: Sacrifice Pit Trap to bury target creature without flying that is attacking you.
|
||||
auto={2}{T}{S}:bury target(creature[-flying;attacking]|opponentinplay)
|
||||
id=2419
|
||||
name=Pit Trap
|
||||
rarity=U
|
||||
type=Artifact
|
||||
mana={2}
|
||||
[/card]
|
||||
[card]
|
||||
text=Counter target spell if it is blue or destroy target permanent if it is blue.
|
||||
id=2649
|
||||
alias=1312
|
||||
@@ -716,6 +725,21 @@ subtype=Erne
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
text={T}: Sacrifice a forest to add three mana in any combination of red and/or green to your mana pool. Play this ability as an interrupt.
|
||||
id=2646
|
||||
auto={T}{S(forest|myinplay)}: add {G}{G}{G}
|
||||
auto={T}{S(forest|myinplay)}: add {G}{G}{R}
|
||||
auto={T}{S(forest|myinplay)}: add {G}{R}{R}
|
||||
auto={T}{S(forest|myinplay)}: add {R}{R}{R}
|
||||
name=Orcish Lumberjack
|
||||
rarity=C
|
||||
type=Creature
|
||||
mana={R}
|
||||
power=1
|
||||
subtype=Orc
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text=Swampwalk
|
||||
abilities=swampwalk
|
||||
id=2581
|
||||
@@ -1189,6 +1213,15 @@ subtype=Pyknite
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text={1}{T}: Sacrifice a creature to have Skull Catapult deal 2 damage to target creature or player.
|
||||
id=2422
|
||||
name=Skull Catapult
|
||||
auto={1}{T}{S(creature|myinplay)}:Damage:2 target(creature,player)
|
||||
rarity=U
|
||||
type=Artifact
|
||||
mana={4}
|
||||
[/card]
|
||||
[card]
|
||||
text=Counts as a wall {1}: +1/+0 until end of turn {1}: +0/+1 until end of turn3: Snow Fortress deals 1 damage to target creature without flying that is attacking you.
|
||||
id=2423
|
||||
abilities=defender
|
||||
@@ -1435,3 +1468,12 @@ rarity=U
|
||||
type=Instant
|
||||
mana={R}
|
||||
[/card]
|
||||
[card]
|
||||
text={0}: Sacrifice a land to gain 2 life.
|
||||
auto={S(land|myinplay)}:life:2
|
||||
id=2436
|
||||
name=Zuran Orb
|
||||
rarity=U
|
||||
type=Artifact
|
||||
mana={0}
|
||||
[/card]
|
||||
|
||||
@@ -35,11 +35,11 @@ mana={3}
|
||||
[/card]
|
||||
[card]
|
||||
text={1}{T}: Sacrifice Barbed Sextant to add one mana of any color to your mana pool. Play this ability as an interrupt. Draw a card at the beginning of the next turn's upkeep.
|
||||
auto={1}{T}: add {G}
|
||||
auto={1}{T}: add {B}
|
||||
auto={1}{T}: add {W}
|
||||
auto={1}{T}: add {R}
|
||||
auto={1}{T}: add {U}
|
||||
auto={1}{T}{S}: add {G}
|
||||
auto={1}{T}{S}: add {B}
|
||||
auto={1}{T}{S}: add {W}
|
||||
auto={1}{T}{S}: add {R}
|
||||
auto={1}{T}{S}: add {U}
|
||||
id=2398
|
||||
name=Barbed Sextant
|
||||
rarity=C
|
||||
@@ -175,14 +175,7 @@ rarity=R
|
||||
type=Artifact
|
||||
mana={4}
|
||||
[/card]
|
||||
[card]
|
||||
text={2}{T}: Sacrifice Pit Trap to bury target creature without flying that is attacking you.
|
||||
id=2419
|
||||
name=Pit Trap
|
||||
rarity=U
|
||||
type=Artifact
|
||||
mana={2}
|
||||
[/card]
|
||||
|
||||
[card]
|
||||
text=Comes into play tapped.{X}{T}: Sacrifice Runed Arch. X target creatures with power no greater than 2 cannot be blocked this turn. Other effects may later be used to increase a creature's power beyond 2.
|
||||
id=2420
|
||||
@@ -2256,40 +2249,9 @@ power=*
|
||||
subtype=Wall
|
||||
toughness=*
|
||||
[/card]
|
||||
[card]
|
||||
text={0}: Sacrifice a land to gain 2 life.
|
||||
id=2436
|
||||
name=Zuran Orb
|
||||
rarity=U
|
||||
type=Artifact
|
||||
mana={0}
|
||||
[/card]
|
||||
[card]
|
||||
text={T}: Sacrifice a forest to add three mana in any combination of red and/or green to your mana pool. Play this ability as an interrupt.
|
||||
id=2646
|
||||
auto={T}:destroy target(forest|myinplay)
|
||||
auto={T}: add {G}{G}{G}
|
||||
auto={T}: add {R}{R}{R}
|
||||
auto={T}: add {G}{R}{R}
|
||||
auto={T}: add {G}{G}{R}
|
||||
name=Orcish Lumberjack
|
||||
rarity=C
|
||||
type=Creature
|
||||
mana={R}
|
||||
power=1
|
||||
subtype=Orc
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text={1}{T}: Sacrifice a creature to have Skull Catapult deal 2 damage to target creature or player.
|
||||
id=2422
|
||||
name=Skull Catapult
|
||||
auto={1}{T}:Damage:2 target(creature,player)
|
||||
auto={1}{T}:destroy target(creature|myinplay)
|
||||
rarity=U
|
||||
type=Artifact
|
||||
mana={4}
|
||||
[/card]
|
||||
|
||||
|
||||
|
||||
[card]
|
||||
text=When Kjeldoran Dead comes into play, sacrifice a creature.{B}: Regenerate
|
||||
id=2461
|
||||
|
||||
Reference in New Issue
Block a user