age >= 7 ? mt_rand(1, 4) : 1) ]; } public function getPickedItem(bool $addUserData = false) : Item{ return ItemFactory::get(Item::POTATO); } }