- Added Gang of Devils, Havengul Vampire, Kessig Malcontents and Malicious Intent by Squee.

This commit is contained in:
Sloth
2012-04-26 14:46:47 +00:00
parent 3ca5b4215c
commit cafe6ce620
5 changed files with 51 additions and 0 deletions

4
.gitattributes vendored
View File

@@ -3432,6 +3432,7 @@ res/cardsfolder/g/galvanoth.txt -text
res/cardsfolder/g/gamble.txt svneol=native#text/plain
res/cardsfolder/g/game_trail_changeling.txt svneol=native#text/plain
res/cardsfolder/g/gamekeeper.txt -text
res/cardsfolder/g/gang_of_devils.txt -text
res/cardsfolder/g/gang_of_elk.txt svneol=native#text/plain
res/cardsfolder/g/gangrenous_goliath.txt svneol=native#text/plain
res/cardsfolder/g/gangrenous_zombies.txt svneol=native#text/plain
@@ -4084,6 +4085,7 @@ res/cardsfolder/h/haunting_misery.txt svneol=native#text/plain
res/cardsfolder/h/haunting_wind.txt svneol=native#text/plain
res/cardsfolder/h/havengul_runebinder.txt -text
res/cardsfolder/h/havengul_skaab.txt -text
res/cardsfolder/h/havengul_vampire.txt -text
res/cardsfolder/h/havenwood_battleground.txt svneol=native#text/plain
res/cardsfolder/h/havenwood_wurm.txt svneol=native#text/plain
res/cardsfolder/h/havoc.txt svneol=native#text/plain
@@ -4858,6 +4860,7 @@ res/cardsfolder/k/kemba_kha_regent.txt svneol=native#text/plain
res/cardsfolder/k/kembas_skyguard.txt svneol=native#text/plain
res/cardsfolder/k/kemuri_onna.txt svneol=native#text/plain
res/cardsfolder/k/kessig_cagebreakers.txt -text
res/cardsfolder/k/kessig_malcontents.txt -text
res/cardsfolder/k/kessig_recluse.txt -text
res/cardsfolder/k/kessig_wolf.txt -text
res/cardsfolder/k/kessig_wolf_run.txt -text
@@ -5459,6 +5462,7 @@ res/cardsfolder/m/malakir_bloodwitch.txt svneol=native#text/plain
res/cardsfolder/m/malevolent_awakening.txt svneol=native#text/plain
res/cardsfolder/m/malfegor.txt -text svneol=unset#text/plain
res/cardsfolder/m/malicious_advice.txt svneol=native#text/plain
res/cardsfolder/m/malicious_intent.txt -text
res/cardsfolder/m/malignant_growth.txt svneol=native#text/plain
res/cardsfolder/m/mammoth_umbra.txt svneol=native#text/plain
res/cardsfolder/m/man_o_war.txt svneol=native#text/plain

View File

@@ -0,0 +1,13 @@
Name:Gang of Devils
ManaCost:5 R
Types:Creature Devil
Text:no text
PT:3/3
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ DevilTakeYou | TriggerDescription$ When CARDNAME dies, it deals 3 damage divided as you choose among one, two, or three target creatures and/or players.
SVar:DevilTakeYou:DB$DealDamage | Tgt$ TgtCP | TgtPrompt$ Select target creature or player (1) | NumDmg$ 1 | SubAbility$ Dmg2
SVar:Dmg2:DB$DealDamage | Tgt$ TgtCP | TgtPrompt$ Select target creature or player (2) | NumDmg$ 1 | SubAbility$ Dmg3
SVar:Dmg3:DB$DealDamage | Tgt$ TgtCP | TgtPrompt$ Select target creature or player (3) | NumDmg$ 1
SVar:RemAIDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/gang_of_devils.jpg
End

View File

@@ -0,0 +1,11 @@
Name:Havengul Vampire
ManaCost:3 R
Types:Creature Vampire
Text:no text
PT:2/2
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | Execute$ DeathGift | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, put a +1/+1 counter on it.
T:Mode$ ChangesZone | Origin$ Battlefield | ValidCard$ Creature.Other | Destination$ Graveyard | TriggerZones$ Battlefield | Execute$ DeathGift | TriggerDescription$ Whenever another creature dies, put a +1/+1 counter on CARDNAME.
SVar:DeathGift:DB$PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/havengul_vampire.jpg
End

View File

@@ -0,0 +1,11 @@
Name:Kessig Malcontents
ManaCost:2 R
Types:Creature Human Warrior
Text:no text
PT:3/1
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TroubleMaking | TriggerDescription$ When CARDNAME enters the battlefield, it deals damage to target player equal to the number of Humans you control.
SVar:TroubleMaking:DB$DealDamage | ValidTgts$ Player | TgtPrompt$ Select target player | NumDmg$ X
SVar:X:Count$Valid Human.YouCtrl
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/kessig_malcontents.jpg
End

View File

@@ -0,0 +1,12 @@
Name:Malicious Intent
ManaCost:1 R
Types:Enchantment Aura
Text:no text
K:Enchant creature
A:SP$ Attach | Cost$ 1 R | ValidTgts$ Creature | AILogic$ Pump
S:Mode$ Continuous | Affected$ Card.EnchantedBy | AddAbility$ HostileAct | Description$ Enchanted creature has "T: Target creature can't block this turn."
SVar:HostileAct:AB$Pump | Cost$ T | ValidTgts$ Creature | TgtPrompt$ Select target creature | IsCurse$ True | KW$ HIDDEN CARDNAME can't block. | SpellDescription$ Target creature can't block this turn.
SVar:RemAIDeck:True
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/malicious_intent.jpg
End