diff --git a/src/Test/Ability/Drain.php b/src/Test/Ability/Drain.php deleted file mode 100644 index 4802595..0000000 --- a/src/Test/Ability/Drain.php +++ /dev/null @@ -1,8 +0,0 @@ -_abilities[] = $ability; - } -} \ No newline at end of file diff --git a/src/Test/Attribute/Goblin.php b/src/Test/Attribute/Goblin.php deleted file mode 100644 index 64c7e30..0000000 --- a/src/Test/Attribute/Goblin.php +++ /dev/null @@ -1,8 +0,0 @@ -_abilities[] = $ability; + } +} \ No newline at end of file diff --git a/src/Test/Card/Attribute/Goblin.php b/src/Test/Card/Attribute/Goblin.php new file mode 100644 index 0000000..1294330 --- /dev/null +++ b/src/Test/Card/Attribute/Goblin.php @@ -0,0 +1,8 @@ +add( - new \OpenLegends\Asset\Test\Ability\Lethal() + new \OpenLegends\Asset\Test\Card\Ability\Lethal() ); $ability->add( - new \OpenLegends\Asset\Test\Ability\Guard() + new \OpenLegends\Asset\Test\Card\Ability\Guard() ); $this->setAbility( @@ -23,15 +23,15 @@ class Goblin extends \OpenLegends\Engine\Abstract\Card ); $this->setAttribute( - new \OpenLegends\Asset\Test\Attribute\Neutral() + new \OpenLegends\Asset\Test\Card\Attribute\Neutral() ); $this->setType( - new \OpenLegends\Asset\Test\Type\Goblin() + new \OpenLegends\Asset\Test\Card\Type\Goblin() ); $this->setRarity( - new \OpenLegends\Asset\Test\Rarity\Common() + new \OpenLegends\Asset\Test\Card\Rarity\Common() ); $this->setTitle( diff --git a/src/Test/Card/Mouse.php b/src/Test/Card/Mouse.php index 37889ca..7904092 100644 --- a/src/Test/Card/Mouse.php +++ b/src/Test/Card/Mouse.php @@ -9,15 +9,15 @@ class Mouse extends \OpenLegends\Engine\Abstract\Card public function __construct() { $this->setAttribute( - new \OpenLegends\Asset\Test\Attribute\Neutral() + new \OpenLegends\Asset\Test\Card\Attribute\Neutral() ); $this->setType( - new \OpenLegends\Asset\Test\Type\Animal() + new \OpenLegends\Asset\Test\Card\Type\Animal() ); $this->setRarity( - new \OpenLegends\Asset\Test\Rarity\Common() + new \OpenLegends\Asset\Test\Card\Rarity\Common() ); $this->setTitle( diff --git a/src/Test/Card/Rarity/Common.php b/src/Test/Card/Rarity/Common.php new file mode 100644 index 0000000..99da7f5 --- /dev/null +++ b/src/Test/Card/Rarity/Common.php @@ -0,0 +1,8 @@ +setAttribute( - new \OpenLegends\Asset\Test\Attribute\Neutral() + new \OpenLegends\Asset\Test\Card\Attribute\Neutral() ); $this->setType( - new \OpenLegends\Asset\Test\Type\Animal() + new \OpenLegends\Asset\Test\Card\Type\Animal() ); $this->setRarity( - new \OpenLegends\Asset\Test\Rarity\Common() + new \OpenLegends\Asset\Test\Card\Rarity\Common() ); $this->setTitle( diff --git a/src/Test/Card/Type/Animal.php b/src/Test/Card/Type/Animal.php new file mode 100644 index 0000000..4248d17 --- /dev/null +++ b/src/Test/Card/Type/Animal.php @@ -0,0 +1,8 @@ +