name = $name; $this->attack = $attack; $this->defence = $defence; $this->speed = $speed; $this->avoid = $avoid; $this->cost = $cost; $this->rice = $rice; $this->recruitType = $recruitType; $this->recruitPlace = $recruitPlace; $this->recruitFirst = $recruitFirst; } }