Fix Domri Rade's emblem

This commit is contained in:
Eradev
2025-08-18 19:43:46 -04:00
committed by Hans Mackowiak
parent bd90e1bccc
commit 08443a307c
2 changed files with 2 additions and 2 deletions

View File

@@ -150,7 +150,7 @@ public class EffectEffect extends SpellAbilityEffect {
// try to get the image from name // try to get the image from name
String imageKey = TextUtil.fastReplace( String imageKey = TextUtil.fastReplace(
TextUtil.fastReplace( TextUtil.fastReplace(
TextUtil.fastReplace(name.toLowerCase(),"", "_"), TextUtil.fastReplace(name.toLowerCase(), "", "_"),
",", ""), ",", ""),
" ", "_"); " ", "_");
image = StaticData.instance().getOtherImageKey(imageKey, hostCard.getSetCode()); image = StaticData.instance().getOtherImageKey(imageKey, hostCard.getSetCode());

View File

@@ -8,5 +8,5 @@ SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
A:AB$ Pump | Cost$ SubCounter<2/LOYALTY> | ValidTgts$ Creature.YouCtrl | AILogic$ Fight | TgtPrompt$ Choose target creature you control | Planeswalker$ True | SubAbility$ DomriFight | StackDescription$ None | SpellDescription$ Target creature you control fights another target creature. A:AB$ Pump | Cost$ SubCounter<2/LOYALTY> | ValidTgts$ Creature.YouCtrl | AILogic$ Fight | TgtPrompt$ Choose target creature you control | Planeswalker$ True | SubAbility$ DomriFight | StackDescription$ None | SpellDescription$ Target creature you control fights another target creature.
SVar:DomriFight:DB$ Fight | Defined$ ParentTarget | ValidTgts$ Creature | TargetUnique$ True | TgtPrompt$ Choose another target creature to fight the first target creature SVar:DomriFight:DB$ Fight | Defined$ ParentTarget | ValidTgts$ Creature | TargetUnique$ True | TgtPrompt$ Choose another target creature to fight the first target creature
A:AB$ Effect | Cost$ SubCounter<7/LOYALTY> | Name$ Emblem — Domri Rade | Image$ emblem_domri_rade | StaticAbilities$ STDomri | Planeswalker$ True | Ultimate$ True | Stackable$ False | Duration$ Permanent | AILogic$ Always | SpellDescription$ You get an emblem with "Creatures you control have double strike, trample, hexproof and haste." A:AB$ Effect | Cost$ SubCounter<7/LOYALTY> | Name$ Emblem — Domri Rade | Image$ emblem_domri_rade | StaticAbilities$ STDomri | Planeswalker$ True | Ultimate$ True | Stackable$ False | Duration$ Permanent | AILogic$ Always | SpellDescription$ You get an emblem with "Creatures you control have double strike, trample, hexproof and haste."
SVar:STDomri:Mode$ Continuous | Affected$ Creature.YouCtrl | AffectedZone$ Battlefield | AddKeyword$ Double Strike & Trample & Hexproof & Haste SVar:STDomri:Mode$ Continuous | Affected$ Creature.YouCtrl | AffectedZone$ Battlefield | AddKeyword$ Double Strike & Trample & Hexproof & Haste | Description$ Creatures you control have double strike, trample, hexproof, and haste.
Oracle:[+1]: Look at the top card of your library. If it's a creature card, you may reveal it and put it into your hand.\n[-2]: Target creature you control fights another target creature.\n[-7]: You get an emblem with "Creatures you control have double strike, trample, hexproof, and haste." Oracle:[+1]: Look at the top card of your library. If it's a creature card, you may reveal it and put it into your hand.\n[-2]: Target creature you control fights another target creature.\n[-7]: You get an emblem with "Creatures you control have double strike, trample, hexproof, and haste."