mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Symmetry Master
This commit is contained in:
@@ -1388,6 +1388,10 @@ public class CardProperty {
|
|||||||
if (card.getNetPower() == card.getNetToughness()) {
|
if (card.getNetPower() == card.getNetToughness()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
} else if (property.startsWith("equalPT")) {
|
||||||
|
if (card.getNetPower() != card.getNetToughness()) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
} else if (property.equals("powerGTtoughness")) {
|
} else if (property.equals("powerGTtoughness")) {
|
||||||
if (card.getNetPower() <= card.getNetToughness()) {
|
if (card.getNetPower() <= card.getNetToughness()) {
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
9
forge-gui/res/cardsfolder/upcoming/symmetry_master.txt
Normal file
9
forge-gui/res/cardsfolder/upcoming/symmetry_master.txt
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
Name:Master Symmetrist
|
||||||
|
ManaCost:2 G G
|
||||||
|
Types:Creature Rhino Druid
|
||||||
|
PT:4/4
|
||||||
|
K:Reach
|
||||||
|
T:Mode$ Attacks | ValidCard$ Creature.equalPT+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Whenever a creature you control with power equal to its toughness attacks, it gains trample until end of turn.
|
||||||
|
SVar:TrigPump:DB$ Pump | Defined$ TriggeredAttacker | KW$ Trample
|
||||||
|
SVar:PlayMain1:TRUE
|
||||||
|
Oracle:Reach\nWhenever a creature you control with power equal to its toughness attacks, it gains trample until end of turn.
|
||||||
Reference in New Issue
Block a user