mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
convert Rubinia Soulsinger to AB$GainControl
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
Name:Rubinia Soulsinger
|
Name:Rubinia Soulsinger
|
||||||
ManaCost:2 G W U
|
ManaCost:2 G W U
|
||||||
Types:Legendary Creature Faerie
|
Types:Legendary Creature Faerie
|
||||||
Text:tap: Gain control of target creature for as long as you control Rubinia and Rubinia remains tapped.
|
Text:no text
|
||||||
PT:2/3
|
PT:2/3
|
||||||
K:You may choose not to untap CARDNAME during your untap step.
|
K:You may choose not to untap CARDNAME during your untap step.
|
||||||
|
A:AB$GainControl|Cost$T|Tgt$TgtC|LoseControl$Untap,LeavesPlay,LoseControl|SpellDescription$Gain control of target creature for as long as you control Rubinia and Rubinia remains tapped.
|
||||||
SVar:Rarity:Rare
|
SVar:Rarity:Rare
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/rubinia_soulsinger.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/rubinia_soulsinger.jpg
|
||||||
SetInfo:LEG|Rare|http://magiccards.info/scans/en/lg/296.jpg
|
SetInfo:LEG|Rare|http://magiccards.info/scans/en/lg/296.jpg
|
||||||
|
|||||||
@@ -18674,13 +18674,13 @@ public class CardFactory_Creatures {
|
|||||||
ability.setStackDescription(sbStack.toString());
|
ability.setStackDescription(sbStack.toString());
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Rubinia Soulsinger")) {
|
else if(cardName.equals("Rubinia Soulsinger")) {
|
||||||
/*
|
/*
|
||||||
* Tap: Gain control of target creature for as long as you
|
* Tap: Gain control of target creature for as long as you
|
||||||
* control Rubinia and Rubinia remains tapped.
|
* control Rubinia and Rubinia remains tapped.
|
||||||
*/
|
*
|
||||||
final Card movedCreature[] = new Card[1];
|
final Card movedCreature[] = new Card[1];
|
||||||
final Ability_Tap ability = new Ability_Tap(card, "0") {
|
final Ability_Tap ability = new Ability_Tap(card, "0") {
|
||||||
private static final long serialVersionUID = 7018915669688488647L;
|
private static final long serialVersionUID = 7018915669688488647L;
|
||||||
@@ -18768,7 +18768,7 @@ public class CardFactory_Creatures {
|
|||||||
card.addSpellAbility(ability);
|
card.addSpellAbility(ability);
|
||||||
ability.setBeforePayMana(CardFactoryUtil.input_targetCreature(ability));
|
ability.setBeforePayMana(CardFactoryUtil.input_targetCreature(ability));
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Vampire Hexmage")) {
|
else if(cardName.equals("Vampire Hexmage")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user