mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
- Added Musician
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||||
|
|||||||
18
res/cardsfolder/m/musician.txt
Normal file
18
res/cardsfolder/m/musician.txt
Normal 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
|
||||||
@@ -203,6 +203,9 @@ public enum Counters {
|
|||||||
/** The MIRE. */
|
/** The MIRE. */
|
||||||
MIRE(),
|
MIRE(),
|
||||||
|
|
||||||
|
/** The MUSIC. */
|
||||||
|
MUSIC(),
|
||||||
|
|
||||||
/** The OMEN. */
|
/** The OMEN. */
|
||||||
OMEN(),
|
OMEN(),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user