|
|
@ -8,22 +8,6 @@ class Rat extends \OpenLegends\Engine\Abstract\Card |
|
|
|
{ |
|
|
|
{ |
|
|
|
public function __construct() |
|
|
|
public function __construct() |
|
|
|
{ |
|
|
|
{ |
|
|
|
$this->setAttribute( |
|
|
|
|
|
|
|
new \OpenLegends\Asset\Test\Card\Attribute\Neutral() |
|
|
|
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$this->setType( |
|
|
|
|
|
|
|
new \OpenLegends\Asset\Test\Card\Type\Animal() |
|
|
|
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$this->setRarity( |
|
|
|
|
|
|
|
new \OpenLegends\Asset\Test\Card\Rarity\Common() |
|
|
|
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$this->setAbility( |
|
|
|
|
|
|
|
new \OpenLegends\Asset\Test\Card\Ability\Damage() |
|
|
|
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$this->setName( |
|
|
|
$this->setName( |
|
|
|
_('Rat') |
|
|
|
_('Rat') |
|
|
|
); |
|
|
|
); |
|
|
@ -51,5 +35,53 @@ class Rat extends \OpenLegends\Engine\Abstract\Card |
|
|
|
$this->setExtract( |
|
|
|
$this->setExtract( |
|
|
|
2 |
|
|
|
2 |
|
|
|
); |
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$this->setBreakthrough( |
|
|
|
|
|
|
|
false |
|
|
|
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$this->setCover( |
|
|
|
|
|
|
|
false |
|
|
|
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$this->setDrain( |
|
|
|
|
|
|
|
false |
|
|
|
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$this->setGuard( |
|
|
|
|
|
|
|
false |
|
|
|
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$this->setLethal( |
|
|
|
|
|
|
|
false |
|
|
|
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$this->setPilfer( |
|
|
|
|
|
|
|
false |
|
|
|
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$this->setProphecy( |
|
|
|
|
|
|
|
false |
|
|
|
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$this->setUnique( |
|
|
|
|
|
|
|
false |
|
|
|
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$this->setAttribute( |
|
|
|
|
|
|
|
new \OpenLegends\Asset\Test\Card\Attribute\Neutral() |
|
|
|
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$this->setType( |
|
|
|
|
|
|
|
new \OpenLegends\Asset\Test\Card\Type\Animal() |
|
|
|
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$this->setRarity( |
|
|
|
|
|
|
|
new \OpenLegends\Asset\Test\Card\Rarity\Common() |
|
|
|
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$this->setAbility( |
|
|
|
|
|
|
|
new \OpenLegends\Asset\Test\Card\Ability\Damage() |
|
|
|
|
|
|
|
); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |