- C16: Add 6 cards by Marek14

This commit is contained in:
swordshine
2016-10-28 11:06:22 +00:00
parent 8876e3a108
commit 0ae7ac1376
11 changed files with 80 additions and 5 deletions

6
.gitattributes vendored
View File

@@ -16444,9 +16444,15 @@ forge-gui/res/cardsfolder/u/utvara_hellkite.txt -text
forge-gui/res/cardsfolder/u/utvara_scalper.txt svneol=native#text/plain
forge-gui/res/cardsfolder/u/uyo_silent_prophet.txt svneol=native#text/plain
forge-gui/res/cardsfolder/upcoming/atraxa_praetors_voice.txt -text
forge-gui/res/cardsfolder/upcoming/breya_etherium_shaper.txt -text
forge-gui/res/cardsfolder/upcoming/charging_cinderhorn.txt -text
forge-gui/res/cardsfolder/upcoming/coastal_breach.txt -text
forge-gui/res/cardsfolder/upcoming/conquerors_flail.txt -text
forge-gui/res/cardsfolder/upcoming/grave_upheaval.txt -text
forge-gui/res/cardsfolder/upcoming/primeval_protector.txt -text
forge-gui/res/cardsfolder/upcoming/prismatic_geoscope.txt -text
forge-gui/res/cardsfolder/upcoming/saskia_the_unyielding.txt -text
forge-gui/res/cardsfolder/upcoming/stonehoof_chieftain.txt -text
forge-gui/res/cardsfolder/upcoming/sublime_exhalation.txt -text
forge-gui/res/cardsfolder/upcoming/sylvan_reclamation.txt -text
forge-gui/res/cardsfolder/v/vacuumelt.txt svneol=native#text/plain

View File

@@ -522,11 +522,11 @@ public class StaticAbility extends CardTraitBase implements Comparable<StaticAbi
}
}
if (this.mapParams.containsKey("isPresent")) {
if (this.mapParams.containsKey("IsPresent")) {
final ZoneType zone = mapParams.containsKey("PresentZone") ? ZoneType.valueOf(mapParams.get("PresentZone")) : ZoneType.Battlefield;
final String compare = mapParams.containsKey("PresentCompare") ? mapParams.get("PresentCompare") : "GE1";
CardCollectionView list = game.getCardsIn(zone);
final String present = mapParams.get("isPresent");
final String present = mapParams.get("IsPresent");
list = CardLists.getValidCards(list, present.split(","), controller, hostCard, null);

View File

@@ -3,7 +3,7 @@ ManaCost:3 G
Types:Creature Elemental
PT:2/4
K:Reach
S:Mode$ Continuous | Affected$ Card.Self | AddKeyword$ Vigilance | AddPower$ 2 | isPresent$ Planeswalker.Nissa+YouCtrl | Description$ As long as you control a Nissa planeswalker, CARDNAME gets +2/+0 and has vigilance.
S:Mode$ Continuous | Affected$ Card.Self | AddKeyword$ Vigilance | AddPower$ 2 | IsPresent$ Planeswalker.Nissa+YouCtrl | Description$ As long as you control a Nissa planeswalker, CARDNAME gets +2/+0 and has vigilance.
SVar:BuffedBy:Nissa
SVar:Picture:http://www.wizards.com/global/images/magic/general/guardian_of_the_great_conduit.jpg
Oracle:Reach (This creature can block creatures with flying.)\nAs long as you control a Nissa planeswalker, Guardian of the Great Conduit gets +2/+0 and has vigilance. (Attacking doesn't cause it to tap.)

View File

@@ -2,7 +2,7 @@ Name:Inventor's Apprentice
ManaCost:R
Types:Creature Human Artificer
PT:1/2
S:Mode$ Continuous | Affected$ Card.Self | AddPower$ 1 | AddToughness$ 1 | isPresent$ Artifact.YouCtrl | Description$ CARDNAME gets +1/+1 as long as you control an artifact.
S:Mode$ Continuous | Affected$ Card.Self | AddPower$ 1 | AddToughness$ 1 | IsPresent$ Artifact.YouCtrl | Description$ CARDNAME gets +1/+1 as long as you control an artifact.
SVar:BuffedBy:Artifact
SVar:Picture:http://www.wizards.com/global/images/magic/general/inventors_apprentice.jpg
Oracle:Inventor's Apprentice gets +1/+1 as long as you control an artifact.

View File

@@ -2,7 +2,7 @@ Name:Renegade Firebrand
ManaCost:2 R
Types:Creature Human Warrior
PT:3/2
S:Mode$ Continuous | Affected$ Card.Self | AddKeyword$ First Strike | AddPower$ 1 | isPresent$ Planeswalker.Chandra+YouCtrl | Description$ As long as you control a Chandra planeswalker, CARDNAME gets +1/+0 and has first strike.
S:Mode$ Continuous | Affected$ Card.Self | AddKeyword$ First Strike | AddPower$ 1 | IsPresent$ Planeswalker.Chandra+YouCtrl | Description$ As long as you control a Chandra planeswalker, CARDNAME gets +1/+0 and has first strike.
SVar:BuffedBy:Chandra
SVar:Picture:http://www.wizards.com/global/images/magic/general/renegade_firebrand.jpg
Oracle:As long as you control a Chandra planeswalker, Renegade Firebrand gets +1/+0 and has first strike.

View File

@@ -0,0 +1,12 @@
Name:Breya, Etherium Shaper
ManaCost:W U B R
Types:Legendary Artifact Creature Human
PT:4/4
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create two 1/1 blue Thopter artifact creature tokens with flying.
SVar:TrigToken:AB$ Token | Cost$ 0 | TokenAmount$ 2 | TokenName$ Thopter | TokenTypes$ Artifact,Creature,Thopter | TokenOwner$ You | TokenColors$ Blue | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenImage$ b 1 1 thopter C16
A:AB$ Charm | Cost$ 2 Sac<2/Artifact> | Choices$ DBDealDamage,DBPump,DBGainLife | Defined$ You | SpellDescription$ Choose one - CARDNAME deals 3 damage to target player; Target creature gets -4/-4 until end of turn; You gain 5 life.
SVar:DBDealDamage:DB$ DealDamage | ValidTgts$ Player | TgtPrompt$ Select target player | NumDmg$ 3 | SpellDescription$ CARDNAME deals 3 damage to target player.
SVar:DBPump:DB$ Pump | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ -4 | NumDef$ -4 | IsCurse$ True | SpellDescription$ Target creature gets -4/-4 until end of turn
SVar:DBGainLife:DB$ GainLife | LifeAmount$ 5 | Defined$ You | SpellDescription$ You gain 5 life.
SVar:Picture:http://www.wizards.com/global/images/magic/general/breya_etherium_shaper.jpg
Oracle:When Breya, Etherium Shaper enters the battlefield, create two 1/1 blue Thopter artifact creature tokens with flying.\n{2}, Sacrifice two artifacts: Choose one -\n• Breya deals 3 damage to target player.\n• Target creature gets -4/-4 until end of turn.\n• You gain 5 life.

View File

@@ -0,0 +1,16 @@
Name:Charging Cinderhorn
ManaCost:3 R
Types:Creature Elemental Ox
PT:4/2
K:Haste
T:Mode$ Phase | Phase$ End of Turn | TriggerZones$ Battlefield | Execute$ TrigPutCounter | CheckSVar$ AttackedThisTurn | References$ AttackedThisTurn | SVarCompare$ EQ0 | TriggerDescription$ At the beginning of each player's end step, if no creatures attacked this turn, put a fury counter on CARDNAME. Then CARDNAME deals damage equal to the number of fury counters on it to that player.
SVar:TrigPutCounter:AB$ PutCounter | Cost$ 0 | Defined$ Self | CounterType$ FURY | CounterNum$ 1 | SubAbility$ DBDealDamage
SVar:DBDealDamage:DB$ DealDamage | Defined$ TriggeredPlayer | NumDmg$ X | References$ X
SVar:X:Count$CardCounters.FURY
T:Mode$ AttackersDeclared | Execute$ TrigStoreSVar | Static$ True
SVar:TrigStoreSVar:DB$ StoreSVar | SVar$ AttackedThisTurn | Type$ Number | Expression$ 1
SVar:AttackedThisTurn:Number$0
T:Mode$ Phase | Phase$ Cleanup | Execute$ TrigReset | Static$ True
SVar:TrigReset:DB$ StoreSVar | SVar$ AttackedThisTurn | Type$ Number | Expression$ 0
SVar:Picture:http://www.wizards.com/global/images/magic/general/charging_cinderhorn.jpg
Oracle:At the beginning of each player's end step, if no creatures attacked this turn, put a fury counter on Charging Cinderhorn. Then Charging Cinderhorn deals damage equal to the number of fury counters on it to that player.

View File

@@ -0,0 +1,7 @@
Name:Coastal Breach
ManaCost:6 U
Types:Sorcery
K:Undaunted
A:SP$ ChangeZoneAll | Cost$ 6 U | ChangeType$ Permanent.nonLand | Origin$ Battlefield | Destination$ Hand | SpellDescription$ Return all nonland permanents to their owners' hands.
SVar:Picture:http://www.wizards.com/global/images/magic/general/coastal_breach.jpg
Oracle:Undaunted (This spell costs {1} less to cast for each opponent.)\nReturn all nonland permanents to their owners' hands.

View File

@@ -0,0 +1,9 @@
Name:Conqueror's Flail
ManaCost:2
Types:Artifact Equipment
S:Mode$ Continuous | Affected$ Creature.EquippedBy | AddPower$ X | AddToughness$ X | References$ X | Description$ Equipped creature gets +1/+1 for each color among permanents you control.
S:Mode$ CantBeCast | ValidCard$ Card | Condition$ PlayerTurn | Caster$ Opponent | IsPresent$ Card.Self+AttachedTo Creature | Description$ As long as Conqueror's Flail is attached to a creature, your opponents can't cast spells during your turn.
SVar:X:Count$ColorsCtrl
K:Equip 2
SVar:Picture:http://www.wizards.com/global/images/magic/general/conquerors_flail.jpg
Oracle:Equipped creature gets +1/+1 for each color among permanents you control.\nAs long as Conqueror's Flail is attached to a creature, your opponents can't cast spells during your turn.\nEquip {2}

View File

@@ -0,0 +1,14 @@
Name:Saskia the Unyielding
ManaCost:B R G W
Types:Legendary Creature Human Soldier
PT:3/4
K:Vigilance
K:Haste
K:ETBReplacement:Other:ChooseP
SVar:ChooseP:DB$ ChoosePlayer | Defined$ You | Choices$ Player | AILogic$ Curse | SpellDescription$ As CARDNAME enters the battlefield, choose a player.
T:Mode$ DamageDone | ValidSource$ Creature.YouCtrl | ValidTarget$ Player | CombatDamage$ True | TriggerZones$ Battlefield | Execute$ TrigDealDamage | TriggerDescription$ Whenever a creature you control deals combat damage to a player, it deals that much damage to the chosen player.
SVar:TrigDamage:AB$ DealDamage | Cost$ 0 | DamageSource$ TriggeredSource | NumDmg$ X | References$ X | Defined$ ChosenPlayer
SVar:X:TriggerCount$DamageAmount
SVar:HasCombatEffect:TRUE
SVar:Picture:http://www.wizards.com/global/images/magic/general/saskia_the_unyielding.jpg
Oracle:Vigilance, haste\nAs Saskia the Unyielding enters the battlefield, choose a player.\nWhenever a creature you control deals combat damage to a player, it deals that much damage to the chosen player.

View File

@@ -0,0 +1,11 @@
Name:Stonehoof Chieftain
ManaCost:7 G
Types:Creature Centaur Warrior
PT:8/8
K:Trample
K:Indestructible
T:Mode$ Attacks | ValidCard$ Creature.YouCtrl+Other | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Whenever another creature you control attacks, it gains trample and indestructible until end of turn.
SVar:TrigPump:AB$ Pump | Cost$ 0 | Defined$ TriggeredAttacker | KW$ Trample & Indestructible
SVar:PlayMain1:TRUE
SVar:Picture:http://www.wizards.com/global/images/magic/general/stonehoof_chieftain.jpg
Oracle:Trample, indestructible\nWhenever another creature you control attacks, it gains trample and indestructible until end of turn.