diff --git a/forge-gui/res/cardsfolder/d/diplomatic_relations.txt b/forge-gui/res/cardsfolder/d/diplomatic_relations.txt index d358780b37d..c44fa6cdf53 100644 --- a/forge-gui/res/cardsfolder/d/diplomatic_relations.txt +++ b/forge-gui/res/cardsfolder/d/diplomatic_relations.txt @@ -1,7 +1,7 @@ Name:Diplomatic Relations ManaCost:2 G Types:Instant -A:SP$ Pump | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ +1 | KW$ Vigilance | SubAbility$ DBDealDamage | AILogic$ Fight | SpellDescription$ Target creature gets +1/+0 and gains vigilance until end of turn. It deals damage equal to its power to target creature an opponent controls. +A:SP$ Pump | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select target creature you control | NumAtt$ +1 | KW$ Vigilance | SubAbility$ DBDealDamage | AILogic$ Fight | SpellDescription$ Target creature you control gets +1/+0 and gains vigilance until end of turn. It deals damage equal to its power to target creature an opponent controls. SVar:DBDealDamage:DB$ DealDamage | ValidTgts$ Creature.OppCtrl | AILogic$ PowerDmg | TgtPrompt$ Select target creature an opponent controls | NumDmg$ X | DamageSource$ ParentTarget SVar:X:ParentTargeted$CardPower -Oracle:Target creature gets +1/+0 and gains vigilance until end of turn. It deals damage equal to its power to target creature an opponent controls. +Oracle:Target creature you control gets +1/+0 and gains vigilance until end of turn. It deals damage equal to its power to target creature an opponent controls.