mirror of
https://github.com/openlegends/asset-php.git
synced 2025-02-08 13:04:22 +00:00
add breakthrough ability
This commit is contained in:
parent
fd5fe1cd85
commit
d17ff2c13a
19
src/Test/Card/Ability/Breakthrough.php
Normal file
19
src/Test/Card/Ability/Breakthrough.php
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
namespace OpenLegends\Asset\Test\Card\Ability;
|
||||||
|
|
||||||
|
class Breakthrough extends \OpenLegends\Engine\Abstract\Card\Ability
|
||||||
|
{
|
||||||
|
public function __construct()
|
||||||
|
{
|
||||||
|
$this->setName(
|
||||||
|
_('Breakthrough')
|
||||||
|
);
|
||||||
|
|
||||||
|
$this->setDescription(
|
||||||
|
_('Damage player with card power more than target health')
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user