mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
add Averna Count
This commit is contained in:
@@ -1175,6 +1175,11 @@ public class CardFactoryUtil {
|
|||||||
if (sq[0].contains("Threshold")) {
|
if (sq[0].contains("Threshold")) {
|
||||||
return doXMath(Integer.parseInt(sq[cc.hasThreshold() ? 1 : 2]), m, c);
|
return doXMath(Integer.parseInt(sq[cc.hasThreshold() ? 1 : 2]), m, c);
|
||||||
}
|
}
|
||||||
|
if (sq[0].contains("Averna")) {
|
||||||
|
if (cc.hasKeyword("As you cascade, you may put a land card from among the exiled cards onto the" +
|
||||||
|
" battlefield tapped.")) { return 1; }
|
||||||
|
else return 0;
|
||||||
|
}
|
||||||
if (sq[0].startsWith("Kicked")) {
|
if (sq[0].startsWith("Kicked")) {
|
||||||
return doXMath(Integer.parseInt(sq[c.getKickerMagnitude() > 0 ? 1 : 2]), m, c);
|
return doXMath(Integer.parseInt(sq[c.getKickerMagnitude() > 0 ? 1 : 2]), m, c);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user