mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
- Added Charmed Pendant
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -1815,6 +1815,7 @@ res/cardsfolder/c/charisma.txt -text
|
||||
res/cardsfolder/c/charm_peddler.txt -text
|
||||
res/cardsfolder/c/charmbreaker_devils.txt -text
|
||||
res/cardsfolder/c/charmed_griffin.txt svneol=native#text/plain
|
||||
res/cardsfolder/c/charmed_pendant.txt -text
|
||||
res/cardsfolder/c/charnelhoard_wurm.txt svneol=native#text/plain
|
||||
res/cardsfolder/c/chartooth_cougar.txt svneol=native#text/plain
|
||||
res/cardsfolder/c/chasm_drake.txt svneol=native#text/plain
|
||||
|
||||
15
res/cardsfolder/c/charmed_pendant.txt
Normal file
15
res/cardsfolder/c/charmed_pendant.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
Name:Charmed Pendant
|
||||
ManaCost:4
|
||||
Types:Artifact
|
||||
A:AB$ Mana | Cost$ T Mill<1> | Produced$ W | Amount$ ManaW | References$ ManaW | InstantSpeed$ True | SubAbility$ DBManaU | SpellDescription$ For each colored mana symbol in that card's mana cost, add one mana of that color to your mana pool. Activate this ability only any time you could cast an instant.
|
||||
SVar:DBManaU:DB$ Mana | Produced$ U | Amount$ ManaU | References$ ManaU | SubAbility$ DBManaB
|
||||
SVar:DBManaB:DB$ Mana | Produced$ B | Amount$ ManaB | References$ ManaB | SubAbility$ DBManaR
|
||||
SVar:DBManaR:DB$ Mana | Produced$ R | Amount$ ManaR | References$ ManaR | SubAbility$ DBManaG
|
||||
SVar:DBManaG:DB$ Mana | Produced$ G | Amount$ ManaG | References$ ManaG
|
||||
SVar:ManaW:Milled$ChromaSource.W
|
||||
SVar:ManaU:Milled$ChromaSource.U
|
||||
SVar:ManaB:Milled$ChromaSource.B
|
||||
SVar:ManaR:Milled$ChromaSource.R
|
||||
SVar:ManaG:Milled$ChromaSource.G
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/charmed_pendant.jpg
|
||||
Oracle:{T}, Put the top card of your library into your graveyard: For each colored mana symbol in that card's mana cost, add one mana of that color to your mana pool. Activate this ability only any time you could cast an instant. (For example, if the card's mana cost is {3}{U}{U}{B}, you add {U}{U}{B} to your mana pool.)
|
||||
@@ -536,6 +536,8 @@ public class AbilityUtils {
|
||||
}
|
||||
} else if (calcX[0].startsWith("Exiled")) {
|
||||
list = ability.getRootAbility().getPaidList("Exiled");
|
||||
} else if (calcX[0].startsWith("Milled")) {
|
||||
list = ability.getRootAbility().getPaidList("Milled");
|
||||
} else if (calcX[0].startsWith("Tapped")) {
|
||||
list = ability.getRootAbility().getPaidList("Tapped");
|
||||
} else if (calcX[0].startsWith("Revealed")) {
|
||||
|
||||
Reference in New Issue
Block a user