mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
update
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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}
|
||||
@@ -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}
|
||||
Reference in New Issue
Block a user