This commit is contained in:
Simisays
2023-01-12 15:21:01 +01:00
parent ef41f5e373
commit e2ce0e9ba0
3 changed files with 3 additions and 3 deletions

View File

@@ -1219,7 +1219,7 @@ public class CardFactoryUtil {
sbTrig.append("For Mirrodin !(").append(inst.getReminderText()).append(")");
final String sbRebel = "DB$ Token | TokenScript$ r_2_2_rebel | TokenOwner$ You | RememberTokens$ True";
final SpellAbility saRebel= AbilityFactory.getAbility(sbRebel.toString(), card);
final SpellAbility saRebel= AbilityFactory.getAbility(sbRebel, card);
final String sbAttach = "DB$ Attach | Defined$ Remembered";
final AbilitySub saAttach = (AbilitySub) AbilityFactory.getAbility(sbAttach, card);

View File

@@ -5,5 +5,5 @@ K:For Mirrodin
T:Mode$ Attached | ValidSource$ Card.Self | TriggerZones$ Battlefield | ValidTarget$ Creature | Execute$ TrigCopy | TriggerDescription$ Whenever CARDNAME becomes attached to a creature, for as long as CARDNAME remains attached to it, you may have that creature become a copy of another target creature you control.
SVar:TrigCopy:DB$ Clone | ValidTgts$ Creature.YouCtrl+NotTriggeredTarget | TgtPrompt$ Choose another target creature you control | CloneTarget$ TriggeredTargetLKICopy | Duration$ UntilUnattached
K:Equip:2
DeckHas:Ability$Token Type$Rebel & Color$Red
DeckHas:Ability$Token & Type$Rebel & Color$Red
Oracle:For Mirrodin! (When this Equipment enters the battlefield, create a 2/2 red Rebel creature token, then attach this to it.)\nWhenever Blade of Shared Souls becomes attached to a creature, for as long as Blade of Shared Souls remains attached to it, you may have that creature become a copy of another target creature you control.\nEquip {2}

View File

@@ -4,5 +4,5 @@ Types:Artifact Equipment
K:For Mirrodin
S:Mode$ Continuous | Affected$ Creature.EquippedBy | AddPower$ 2 | AddToughness$ 2 | AddKeyword$ Flying & Haste | Description$ Equipped creature gets +2/+2 and has flying and haste.
K:Equip:3 R R
DeckHas:Ability$Token Type$Rebel & Color$Red
DeckHas:Ability$Token & Type$Rebel
Oracle:For Mirrodin! (When this Equipment enters the battlefield, create a 2/2 red Rebel creature token, then attach this to it.)\nEquipped creature gets +2/+2 and has flying and haste.\nEquip {3}{R}{R}