diff --git a/src/Test/Card/Ability/Breakthrough.php b/src/Test/Card/Ability/Breakthrough.php new file mode 100644 index 0000000..308d23e --- /dev/null +++ b/src/Test/Card/Ability/Breakthrough.php @@ -0,0 +1,19 @@ +setName( + _('Breakthrough') + ); + + $this->setDescription( + _('Damage player with card power more than target health') + ); + } +} \ No newline at end of file