addAttribute( _('Neutral') ); $this->setType( _('Unknown') ); $this->setTitle( _('Goblin') ); $this->setDescription( _('Just goblin') ); $this->setCost( 1 ); $this->setPower( 3 ); $this->setHealth( 3 ); $this->setCraft( 3 ); $this->setExtract( 3 ); $this->setGuard( true ); $this->setSilent( false ); } public function act( \OpenLegends\Engine\Abstract\Card $target ) {} }