mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
Fix Domri Rade's emblem
This commit is contained in:
@@ -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());
|
||||||
|
|||||||
@@ -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."
|
||||||
|
|||||||
Reference in New Issue
Block a user