()
| 4493 | return getUnswitchedPowerBreakdown(); |
| 4494 | } |
| 4495 | public final int getNetPower() { |
| 4496 | if (getAmountOfKeyword("CARDNAME's power and toughness are switched") % 2 != 0) { |
| 4497 | return getUnswitchedToughness(); |
| 4498 | } |
| 4499 | return getUnswitchedPower(); |
| 4500 | } |
| 4501 | |
| 4502 | public final int getCurrentToughness() { |
| 4503 | int total = getBaseToughness(); |