mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
convert Rubinia Soulsinger to AB$GainControl
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
Name:Rubinia Soulsinger
|
||||
ManaCost:2 G W U
|
||||
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
|
||||
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:Picture:http://www.wizards.com/global/images/magic/general/rubinia_soulsinger.jpg
|
||||
SetInfo:LEG|Rare|http://magiccards.info/scans/en/lg/296.jpg
|
||||
|
||||
@@ -18674,13 +18674,13 @@ public class CardFactory_Creatures {
|
||||
ability.setStackDescription(sbStack.toString());
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Rubinia Soulsinger")) {
|
||||
/*
|
||||
* Tap: Gain control of target creature for as long as you
|
||||
* control Rubinia and Rubinia remains tapped.
|
||||
*/
|
||||
*
|
||||
final Card movedCreature[] = new Card[1];
|
||||
final Ability_Tap ability = new Ability_Tap(card, "0") {
|
||||
private static final long serialVersionUID = 7018915669688488647L;
|
||||
@@ -18768,7 +18768,7 @@ public class CardFactory_Creatures {
|
||||
card.addSpellAbility(ability);
|
||||
ability.setBeforePayMana(CardFactoryUtil.input_targetCreature(ability));
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
*/
|
||||
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Vampire Hexmage")) {
|
||||
|
||||
Reference in New Issue
Block a user