feat: Add guide to unlock Hatty Crabby Icon in League of Legends

- Include step-by-step instructions and requirements for the mission.
This commit is contained in:
Rico van Zelst
2024-04-01 16:10:36 +02:00
parent be88175627
commit 87cf644b1e
2 changed files with 103 additions and 46 deletions

94
composer.lock generated
View File

@@ -1604,16 +1604,16 @@
}, },
{ {
"name": "intervention/gif", "name": "intervention/gif",
"version": "4.0.2", "version": "4.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Intervention/gif.git", "url": "https://github.com/Intervention/gif.git",
"reference": "c2b07d1f69709e196c8b4ced423449a7e0f3b925" "reference": "3a2b5f8a8856e8877cdab5c47e51aab2d4cb23a3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Intervention/gif/zipball/c2b07d1f69709e196c8b4ced423449a7e0f3b925", "url": "https://api.github.com/repos/Intervention/gif/zipball/3a2b5f8a8856e8877cdab5c47e51aab2d4cb23a3",
"reference": "c2b07d1f69709e196c8b4ced423449a7e0f3b925", "reference": "3a2b5f8a8856e8877cdab5c47e51aab2d4cb23a3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1621,7 +1621,7 @@
}, },
"require-dev": { "require-dev": {
"phpstan/phpstan": "^1", "phpstan/phpstan": "^1",
"phpunit/phpunit": "^9", "phpunit/phpunit": "^10.0",
"slevomat/coding-standard": "~8.0", "slevomat/coding-standard": "~8.0",
"squizlabs/php_codesniffer": "^3.8" "squizlabs/php_codesniffer": "^3.8"
}, },
@@ -1652,7 +1652,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/Intervention/gif/issues", "issues": "https://github.com/Intervention/gif/issues",
"source": "https://github.com/Intervention/gif/tree/4.0.2" "source": "https://github.com/Intervention/gif/tree/4.1.0"
}, },
"funding": [ "funding": [
{ {
@@ -1664,7 +1664,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-02-18T15:36:58+00:00" "time": "2024-03-26T17:23:47+00:00"
}, },
{ {
"name": "intervention/image", "name": "intervention/image",
@@ -2030,16 +2030,16 @@
}, },
{ {
"name": "laravel/octane", "name": "laravel/octane",
"version": "v2.3.5", "version": "v2.3.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/octane.git", "url": "https://github.com/laravel/octane.git",
"reference": "723574348341397cd0e5b59bd12e49de946c710e" "reference": "a7877303e61ffe4aa58c4f77774bb92457d9af02"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/octane/zipball/723574348341397cd0e5b59bd12e49de946c710e", "url": "https://api.github.com/repos/laravel/octane/zipball/a7877303e61ffe4aa58c4f77774bb92457d9af02",
"reference": "723574348341397cd0e5b59bd12e49de946c710e", "reference": "a7877303e61ffe4aa58c4f77774bb92457d9af02",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2048,6 +2048,7 @@
"laravel/serializable-closure": "^1.3.0", "laravel/serializable-closure": "^1.3.0",
"nesbot/carbon": "^2.66.0|^3.0", "nesbot/carbon": "^2.66.0|^3.0",
"php": "^8.1.0", "php": "^8.1.0",
"symfony/console": "^6.0|^7.0",
"symfony/psr-http-message-bridge": "^2.2.0|^6.4|^7.0" "symfony/psr-http-message-bridge": "^2.2.0|^6.4|^7.0"
}, },
"conflict": { "conflict": {
@@ -2114,7 +2115,7 @@
"issues": "https://github.com/laravel/octane/issues", "issues": "https://github.com/laravel/octane/issues",
"source": "https://github.com/laravel/octane" "source": "https://github.com/laravel/octane"
}, },
"time": "2024-03-08T16:14:35+00:00" "time": "2024-03-26T13:30:26+00:00"
}, },
{ {
"name": "laravel/prompts", "name": "laravel/prompts",
@@ -2261,16 +2262,16 @@
}, },
{ {
"name": "laravel/sanctum", "name": "laravel/sanctum",
"version": "v4.0.0", "version": "v4.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/sanctum.git", "url": "https://github.com/laravel/sanctum.git",
"reference": "9e6e561308cace166de9ceae4ced820309fa8e13" "reference": "d1de99bf8d31199aaf93881561622489ab91ba58"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/sanctum/zipball/9e6e561308cace166de9ceae4ced820309fa8e13", "url": "https://api.github.com/repos/laravel/sanctum/zipball/d1de99bf8d31199aaf93881561622489ab91ba58",
"reference": "9e6e561308cace166de9ceae4ced820309fa8e13", "reference": "d1de99bf8d31199aaf93881561622489ab91ba58",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2279,7 +2280,8 @@
"illuminate/contracts": "^11.0", "illuminate/contracts": "^11.0",
"illuminate/database": "^11.0", "illuminate/database": "^11.0",
"illuminate/support": "^11.0", "illuminate/support": "^11.0",
"php": "^8.2" "php": "^8.2",
"symfony/console": "^7.0"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "^1.6", "mockery/mockery": "^1.6",
@@ -2320,7 +2322,7 @@
"issues": "https://github.com/laravel/sanctum/issues", "issues": "https://github.com/laravel/sanctum/issues",
"source": "https://github.com/laravel/sanctum" "source": "https://github.com/laravel/sanctum"
}, },
"time": "2024-03-12T14:07:05+00:00" "time": "2024-03-19T20:09:38+00:00"
}, },
{ {
"name": "laravel/serializable-closure", "name": "laravel/serializable-closure",
@@ -4577,16 +4579,16 @@
}, },
{ {
"name": "spatie/browsershot", "name": "spatie/browsershot",
"version": "4.0.1", "version": "4.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/browsershot.git", "url": "https://github.com/spatie/browsershot.git",
"reference": "04b3527022dc31daae425f22a328fed646dc3cac" "reference": "b764ca1683facdc1833ea9ee7d735001606fce2b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/browsershot/zipball/04b3527022dc31daae425f22a328fed646dc3cac", "url": "https://api.github.com/repos/spatie/browsershot/zipball/b764ca1683facdc1833ea9ee7d735001606fce2b",
"reference": "04b3527022dc31daae425f22a328fed646dc3cac", "reference": "b764ca1683facdc1833ea9ee7d735001606fce2b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -4632,7 +4634,7 @@
"webpage" "webpage"
], ],
"support": { "support": {
"source": "https://github.com/spatie/browsershot/tree/4.0.1" "source": "https://github.com/spatie/browsershot/tree/4.0.2"
}, },
"funding": [ "funding": [
{ {
@@ -4640,7 +4642,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-01-02T17:36:56+00:00" "time": "2024-04-01T08:19:46+00:00"
}, },
{ {
"name": "spatie/crawler", "name": "spatie/crawler",
@@ -4712,16 +4714,16 @@
}, },
{ {
"name": "spatie/db-dumper", "name": "spatie/db-dumper",
"version": "3.4.2", "version": "3.4.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/db-dumper.git", "url": "https://github.com/spatie/db-dumper.git",
"reference": "59beef7ad612ca7463dfddb64de6e038eb59e0d7" "reference": "c566852826f3e9dceea27eef5173bad93b83e61c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/db-dumper/zipball/59beef7ad612ca7463dfddb64de6e038eb59e0d7", "url": "https://api.github.com/repos/spatie/db-dumper/zipball/c566852826f3e9dceea27eef5173bad93b83e61c",
"reference": "59beef7ad612ca7463dfddb64de6e038eb59e0d7", "reference": "c566852826f3e9dceea27eef5173bad93b83e61c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -4759,7 +4761,7 @@
"spatie" "spatie"
], ],
"support": { "support": {
"source": "https://github.com/spatie/db-dumper/tree/3.4.2" "source": "https://github.com/spatie/db-dumper/tree/3.4.3"
}, },
"funding": [ "funding": [
{ {
@@ -4771,7 +4773,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2023-12-25T11:42:15+00:00" "time": "2024-04-01T07:37:06+00:00"
}, },
{ {
"name": "spatie/laravel-backup", "name": "spatie/laravel-backup",
@@ -8423,16 +8425,16 @@
"packages-dev": [ "packages-dev": [
{ {
"name": "barryvdh/laravel-debugbar", "name": "barryvdh/laravel-debugbar",
"version": "v3.12.3", "version": "v3.12.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/barryvdh/laravel-debugbar.git", "url": "https://github.com/barryvdh/laravel-debugbar.git",
"reference": "aac8f08b73af8c5d2ab6595c8823ddb26d1453f1" "reference": "e7a9a217512d8f1d07448fd241ce2ac0922ddc2c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/aac8f08b73af8c5d2ab6595c8823ddb26d1453f1", "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/e7a9a217512d8f1d07448fd241ce2ac0922ddc2c",
"reference": "aac8f08b73af8c5d2ab6595c8823ddb26d1453f1", "reference": "e7a9a217512d8f1d07448fd241ce2ac0922ddc2c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -8491,7 +8493,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/barryvdh/laravel-debugbar/issues", "issues": "https://github.com/barryvdh/laravel-debugbar/issues",
"source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.12.3" "source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.12.4"
}, },
"funding": [ "funding": [
{ {
@@ -8503,7 +8505,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-03-31T18:35:30+00:00" "time": "2024-04-01T09:14:15+00:00"
}, },
{ {
"name": "barryvdh/laravel-ide-helper", "name": "barryvdh/laravel-ide-helper",
@@ -9029,16 +9031,16 @@
}, },
{ {
"name": "laravel/pint", "name": "laravel/pint",
"version": "v1.14.0", "version": "v1.15.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/pint.git", "url": "https://github.com/laravel/pint.git",
"reference": "6b127276e3f263f7bb17d5077e9e0269e61b2a0e" "reference": "c52de679b3ac01207016c179d7ce173e4be128c4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/pint/zipball/6b127276e3f263f7bb17d5077e9e0269e61b2a0e", "url": "https://api.github.com/repos/laravel/pint/zipball/c52de679b3ac01207016c179d7ce173e4be128c4",
"reference": "6b127276e3f263f7bb17d5077e9e0269e61b2a0e", "reference": "c52de679b3ac01207016c179d7ce173e4be128c4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -9091,7 +9093,7 @@
"issues": "https://github.com/laravel/pint/issues", "issues": "https://github.com/laravel/pint/issues",
"source": "https://github.com/laravel/pint" "source": "https://github.com/laravel/pint"
}, },
"time": "2024-02-20T17:38:05+00:00" "time": "2024-03-26T16:40:24+00:00"
}, },
{ {
"name": "laravel/sail", "name": "laravel/sail",
@@ -9739,16 +9741,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "1.10.63", "version": "1.10.66",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "ad12836d9ca227301f5fb9960979574ed8628339" "reference": "94779c987e4ebd620025d9e5fdd23323903950bd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/ad12836d9ca227301f5fb9960979574ed8628339", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/94779c987e4ebd620025d9e5fdd23323903950bd",
"reference": "ad12836d9ca227301f5fb9960979574ed8628339", "reference": "94779c987e4ebd620025d9e5fdd23323903950bd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -9797,7 +9799,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-03-18T16:53:53+00:00" "time": "2024-03-28T16:17:31+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",

View File

@@ -0,0 +1,55 @@
---
title: "How to Get the Hatty Crabby Icon in League of Legends"
description: 'Discover how to get the adorable Hatty Crabby Icon in League of Legends this April Fools 2024 Event by completing the "Insert Cute Name Here: Befriend Little Legends on Summoners Rift" mission.'
thumbnail: "https://cdn.heimerdinger.lol/how-to-get-hatty-crabby-icon.png"
date: 2024-04-01 # YYYY-MM-DD HH:MM:SS
tags:
- Hatty Crabby
- Hatty Crabby Icon
- Insert Cute Name Here
- Befriend Little Legends
- Hatty Crabby Mission
- April Fools Mission
- League of Legends
- URF Day
- How to get Hatty Crabby Icon
- How to Befriend Little Legends
hidden: false
---
If you're a big [League of Legends](https://heimerdinger.lol/about/faq/league-of-legends) enjoyer you might already know of the April Fools events (or "URF Day") that happen every year on April 1st. Rotating game modes or very silly things happening in normal games, and this year is no different. This year we also have a special mission called "Insert Cute Name Here" with the description "Befriend Little Legends on Summoner's Rift". Once completed, you will get the [Hatty Crabby Icon](https://heimerdinger.lol/icon/hatty-crabby-icon-votcm).
<a href="https://heimerdinger.lol/icon/hatty-crabby-icon-votcm">![Hatty Crabby Icon Image](https://wsrv.nl/?url=https://raw.communitydragon.org/latest/plugins/rcp-be-lol-game-data/global/default/v1/profile-icons/6584.jpg&w=120&output=webp&q=75&il)
</a>
Though the description is kind of vague, so many players are wondering how to get it. Fortunately, it's not that difficult, and we're here to help you out.
## Requirements for Unlocking Hatty Crabby Icon
To unlock the Hatty Crabby Icon in League of Legends, there are some requirements. Luckily they aren't anything crazy so you're probably already good to go!
#### Minimum Account Level (It's Level 3)
There is a minimum account level requirement, but not really. You see, the Hatty Crabby Icon can only be unlocked from playing Quickplay games. [Quickplay games open up at level 3](https://support-leagueoflegends.riotgames.com/hc/en-us/articles/201751894-Unlocking-Game-Modes). So unless you just made your League of Legends account, you are good to go! If you did just create your account, finishing the 3 tutorial stages will give you enough EXP to get to level 3.
#### Time-gated Event
Unfortunately the "Insert Cute Name Here: Befriend Little Legends on Summoner's Rift" mission is only here for a limited time, so you have to be quick! The mission will be available from April 1st 2024 until April 3rd 2024.
![Mission: Befriend Little Legends on Summoner's Rift](https://cdn.heimerdinger.lol/crabby_mission.png)
## Step-by-Step Guide to Getting Hatty Crabby Icon
If you're looking to get your hands on the [Hatty Crabby Icon](https://heimerdinger.lol/icon/hatty-crabby-icon-votcm) in League of Legends, you've come to the right place. If you prefer a video guide over a text guide you should check out <a href="https://www.youtube.com/watch?v=W_0Cy_W7Huo&utm_source=heimerdinger.lol&utm_medium=post&utm_campaign=blog_post" rel="noopener" target="_blank">Matty Love Gaming's video</a>
### Mission Goal Explained
You need to queue up for a Quickplay game, as all the April Fools shenanigans can only be found in Quickplay games.
When you're in a Quickplay match, you're going to want to find and befriend Little Legends that are hidden around the map.
Some may be located in random bushes, while others are found in the alcoves. To make it easier for them to be found, you can unlock your camera and move it around the map. Any areas where a Little Legend is will stand out, as there will be a golden glow.
So, run toward the glow spots, and when you see the Little Legend, spam-click it until it becomes your friend. If you didn't befriend 5 Little Legends in time, don't worry! You can also get them by killing an enemy that has some.
Even if you don't befriend enough Little Legends throughout an entire game you shouldn't worry, There is no maximum game limit to complete the mission; you can just queue up a Quickplay game again.
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/W_0Cy_W7Huo?si=5ThLgTVSR9xVFWqO" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>