Difficulty Levels
Crafter LoL offers three difficulty levels that dramatically change the challenge by adjusting the number of options, time limits, and distractor quality.Overview
Easy
6 Options | 50 SecondsPerfect for learning item recipes with fewer distractors and generous time.
Medium
10 Options | 40 SecondsBalanced challenge with moderate options and reasonable time pressure.
Hard
14 Options | 30 SecondsMaximum challenge with smart distractors designed to confuse you!
Difficulty Configuration
Difficulty is configured on both frontend and backend:Currently, the frontend is hardcoded to request HARD difficulty. You can change this in
gameService.js:60 to test other difficulties.Easy Mode
Characteristics
- Total Options: 6 items to choose from
- Time Limit: 50 seconds per question
- Distractor Strategy: Random selection
Who Should Play Easy?
New to League of Legends
New to League of Legends
If you’re not familiar with LoL items, Easy mode gives you:
- More time to read item names
- Fewer options to overwhelm you
- Better odds of guessing correctly
- Opportunity to learn common recipes
Learning the Game
Learning the Game
Easy mode is perfect for understanding Crafter LoL mechanics:
- Get comfortable with the interface
- Learn how selection and submission works
- Understand the timer behavior
- Practice before moving to harder difficulties
Option Generation
On Easy mode, you have ~33-50% chance of guessing correctly if you don’t know the answer (depending on whether 2 or 3 components are needed).
Medium Mode
Characteristics
- Total Options: 10 items to choose from
- Time Limit: 40 seconds per question
- Distractor Strategy: Random selection with more options
Who Should Play Medium?
Casual LoL Players
Casual LoL Players
Medium mode is ideal if you:
- Have played League of Legends but aren’t an item expert
- Want a balanced challenge between learning and testing
- Enjoy having time to think without being rushed
- Are comfortable with the game interface
Improving Your Knowledge
Improving Your Knowledge
Medium strikes a balance between:
- Challenge: 10 options provide meaningful difficulty
- Fairness: 40 seconds is enough time to think strategically
- Learning: More distractors help you learn what’s NOT correct
Time Pressure
- Time to read all 10 item names
- Opportunity to use elimination strategies
- Slight pressure to keep the game engaging
- Enough buffer for careful selection
Hard Mode
Characteristics
- Total Options: 14 items to choose from (maximum circle capacity)
- Time Limit: 30 seconds per question
- Distractor Strategy: Intelligent selection based on tags and costs
Who Should Play Hard?
LoL Veterans
LoL Veterans
Hard mode is designed for players who:
- Have extensive League of Legends experience
- Know most item recipes by heart
- Want a serious challenge
- Enjoy time pressure and strategic thinking
Competitive Players
Competitive Players
If you want to:
- Test your true knowledge against smart distractors
- Achieve the highest possible scores
- Compete for best times
- Push your limits under pressure
Smart Distractor Algorithm
Hard mode uses a sophisticated 3-phase algorithm to generate deceptive distractors:Phase 1: Tag Matching
Select items with overlapping tags:Example: If crafting an AD item, distractors will also be AD items.
Phase 2: Cost Matching
If not enough tag-based distractors, add items with similar costs:This ensures distractors look plausible based on gold cost.
Example: Hard Mode Question
Let’s say the target item is Infinity Edge (crafted from B.F. Sword + B.F. Sword + Cloak of Agility): Correct Components:- B.F. Sword (Attack Damage, 1300g)
- Cloak of Agility (Critical Strike, 600g)
- Long Sword (Attack Damage, 350g) - shares AD tag
- Pickaxe (Attack Damage, 875g) - shares AD tag, similar cost
- Brawler’s Gloves (Critical Strike, 600g) - shares Crit tag, exact cost match!
- Serrated Dirk (Attack Damage, 1100g) - shares AD tag, similar cost
Notice how all distractors have overlapping attributes! This is why Hard mode is truly challenging.
Comparison Table
| Feature | Easy | Medium | Hard |
|---|---|---|---|
| Total Options | 6 | 10 | 14 |
| Time Limit | 50s | 40s | 30s |
| Distractor Strategy | Random | Random | Tag & Cost Matching |
| Recommended For | Beginners | Casual Players | Experts |
| Guess Success Rate | ~33-50% | ~20-33% | ~10-20% |
| Learning Value | High | Medium | Low (needs prior knowledge) |
| Competitive Value | Low | Medium | High |
Switching Difficulties
To change difficulty, modify the frontend code:Strategy by Difficulty
- Easy Strategy
- Medium Strategy
- Hard Strategy
Use Your Time Wisely
- Read all 6 options carefully
- Think about which items appear in common builds
- Remember that basic items (Long Sword, Cloth Armor) are often components
- Don’t rush - you have 50 full seconds
- Note which items appear together frequently
- Pay attention to the correct answers when you’re wrong
- Build your mental database of common recipes
Performance Expectations
Easy Mode
Easy Mode
Expected Performance:
- Beginners: 40-60% accuracy
- Casual players: 60-80% accuracy
- Experts: 90-100% accuracy
Medium Mode
Medium Mode
Expected Performance:
- Beginners: 20-40% accuracy
- Casual players: 50-70% accuracy
- Experts: 80-95% accuracy
Hard Mode
Hard Mode
Expected Performance:
- Beginners: 10-20% accuracy (mostly guessing)
- Casual players: 30-50% accuracy
- Experts: 60-85% accuracy
Next Steps
Scoring System
Learn how scores are calculated and optimized
Game Mechanics
Dive deep into the technical implementation