- Added Musician

This commit is contained in:
moomarc
2012-08-26 17:19:27 +00:00
parent c6bb9375e0
commit 269c493f01
3 changed files with 22 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -6181,6 +6181,7 @@ res/cardsfolder/m/murmuring_bosk.txt svneol=native#text/plain
res/cardsfolder/m/murmurs_from_beyond.txt -text res/cardsfolder/m/murmurs_from_beyond.txt -text
res/cardsfolder/m/muscle_burst.txt svneol=native#text/plain res/cardsfolder/m/muscle_burst.txt svneol=native#text/plain
res/cardsfolder/m/muscle_sliver.txt svneol=native#text/plain res/cardsfolder/m/muscle_sliver.txt svneol=native#text/plain
res/cardsfolder/m/musician.txt -text
res/cardsfolder/m/mutagenic_growth.txt svneol=native#text/plain res/cardsfolder/m/mutagenic_growth.txt svneol=native#text/plain
res/cardsfolder/m/mutavault.txt svneol=native#text/plain res/cardsfolder/m/mutavault.txt svneol=native#text/plain
res/cardsfolder/m/mutilate.txt svneol=native#text/plain res/cardsfolder/m/mutilate.txt svneol=native#text/plain

View File

@@ -0,0 +1,18 @@
Name:Musician
ManaCost:2 U
Types:Creature Human Wizard
Text:no text
PT:1/3
K:Cumulative upkeep:1
A:AB$ PutCounter | Cost$ T | ValidTgts$ Creature | TgtPrompt$ Select target creature | IsCurse$ True | CounterType$ MUSIC | CounterNum$ 1 | SubAbility$ PayThePiper | SpellDescription$ Put a music counter on target creature. If it doesn't have "At the beginning of your upkeep, destroy this creature unless you pay 1 for each music counter on it," it gains that ability.
SVar:PayThePiper:DB$ Animate | Defined$ Targeted | Permanent$ True | Keywords$ At the beginning of your upkeep, destroy this creature unless you pay 1 for each music counter on it | Triggers$ TrigMusicianPay | sVars$ MusiciansSpite,MusicX | ConditionDefined$ Targeted | ConditionPresent$ Card.withoutAt the beginning of your upkeep, destroy this creature unless you pay 1 for each music counter on it | ConditionCompare$ GE1
#The keyword added does nothing itself other than create a keyword string to check against in the conditional
SVar:TrigMusicianPay:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ MusiciansSpite | Secondary$ True | TriggerDescription$ At the beginning of your upkeep, destroy this creature unless you pay 1 for each music counter on it.
SVar:MusiciansSpite:AB$ Destroy | Cost$ 0 | Defined$ Self | UnlessCost$ MusicX | UnlessPayer$ You | References$ MusicX
SVar:MusicX:Count$CardCounters.MUSIC
SVar:RemAIDeck:True
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/musician.jpg
SetInfo:ICE|Rare|http://magiccards.info/scans/en/ia/85.jpg
Oracle:Cumulative upkeep {1} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)\n{T}: Put a music counter on target creature. If it doesn't have "At the beginning of your upkeep, destroy this creature unless you pay {1} for each music counter on it," it gains that ability.
End

View File

@@ -203,6 +203,9 @@ public enum Counters {
/** The MIRE. */ /** The MIRE. */
MIRE(), MIRE(),
/** The MUSIC. */
MUSIC(),
/** The OMEN. */ /** The OMEN. */
OMEN(), OMEN(),