From d17ff2c13af04654b7788e494bfdefba20224cf6 Mon Sep 17 00:00:00 2001 From: openlegends Date: Mon, 18 Mar 2024 17:23:30 +0200 Subject: [PATCH] add breakthrough ability --- src/Test/Card/Ability/Breakthrough.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/Test/Card/Ability/Breakthrough.php 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