mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Reverted the previous change, committed a correct fix for description generation for Sidar Kondo of Jamuraa.
This commit is contained in:
@@ -1506,7 +1506,7 @@ public class Card extends GameEntity implements Comparable<Card> {
|
|||||||
if (keyword.contains("CardUID")) {
|
if (keyword.contains("CardUID")) {
|
||||||
sbLong.append("CardID (").append(Integer.valueOf(keyword.split("CantBlockCardUID_")[1])).append(")");
|
sbLong.append("CardID (").append(Integer.valueOf(keyword.split("CantBlockCardUID_")[1])).append(")");
|
||||||
} else {
|
} else {
|
||||||
final String[] k = keyword.split(" ");
|
final String[] k = keyword.split(":");
|
||||||
sbLong.append(k.length > 1 ? k[1] + ".\r\n" : "");
|
sbLong.append(k.length > 1 ? k[1] + ".\r\n" : "");
|
||||||
}
|
}
|
||||||
} else if (keyword.equals("Unblockable")) {
|
} else if (keyword.equals("Unblockable")) {
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ ManaCost:2 G W
|
|||||||
Types:Legendary Creature Human Knight
|
Types:Legendary Creature Human Knight
|
||||||
PT:2/5
|
PT:2/5
|
||||||
K:Flanking
|
K:Flanking
|
||||||
S:Mode$ Continuous | Affected$ Creature.withoutFlying+OppCtrl,Creature.withoutReach+OppCtrl | AddHiddenKeyword$ CantBlock Creature.powerLE2 | Description$ Creatures your opponents control without flying or reach can't block creatures with power 2 or less.
|
S:Mode$ Continuous | Affected$ Creature.withoutFlying+OppCtrl,Creature.withoutReach+OppCtrl | AddHiddenKeyword$ CantBlock Creature.powerLE2:creatures with power 2 or less | Description$ Creatures your opponents control without flying or reach can't block creatures with power 2 or less.
|
||||||
K:Partner
|
K:Partner
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/sidar_kondo_of_jamuraa.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/sidar_kondo_of_jamuraa.jpg
|
||||||
Oracle:Flanking (Whenever a creature without flanking blocks this creature, the blocking creature gets -1/-1 until end of turn.)\nCreatures your opponents control without flying or reach can't block creatures with power 2 or less.\nPartner (You can have two commanders if both have partner.)
|
Oracle:Flanking (Whenever a creature without flanking blocks this creature, the blocking creature gets -1/-1 until end of turn.)\nCreatures your opponents control without flying or reach can't block creatures with power 2 or less.\nPartner (You can have two commanders if both have partner.)
|
||||||
Reference in New Issue
Block a user