Items Overview
The Cobblemon IV Candy mod introduces two main categories of items that work together to provide a comprehensive IV enhancement system for your Pokémon.
Table of contents
- Item Categories
- How They Work Together
- Quick Reference
- Getting Started
- Related Documentation
- Technical Overview
Item Categories
🔮 IV Shards
IV Shards are the raw materials used to craft IV Candies. They are obtained when Pokémon faint and serve as the foundation for the candy crafting system.
Key Features:
- Dropped by defeated Pokémon
- Multiple types based on species, elements, and special categories
- Cannot be crafted manually
- Used as crafting components for IV Candies
Types Available:
- Species Shards: Specific to individual Pokémon species
- Elemental Shards: Based on the 18 Pokémon types
- Special Shards: From Legendary, Mythical, Ultra Beast, and Paradox Pokémon
🍬 IV Candies
IV Candies are consumable items that enhance a Pokémon’s Individual Values when used. They are crafted from IV Shards using specific recipes.
Key Features:
- Crafted from IV Shards using recipes
- Enhance Pokémon IVs when used
- Available in targeted and random variants
- Compatible with specific Pokémon based on candy type
Enhancement Types:
- Targeted Candies: Improve specific IV stats (HP, Attack, Defense, etc.)
- Random Candies: Improve a random non-maxed IV stat
⚡ IV Extractors
IV Extractors are specialized tools that harvest perfect Individual Values from Pokémon and convert them into IV Candies. They provide a way to redistribute IVs between Pokémon.
Key Features:
- Extract perfect IVs (value 31) from Pokémon
- Convert extracted IVs into targeted candies
- Reduce extracted stats to minimum value (1)
- Compatible with specific Pokémon types and categories
Extractor Types:
- Elemental Extractors: Work on Pokémon matching elemental types
- Special Category Extractors: Work on Legendary, Mythical, Ultra Beast, and Paradox Pokémon
Learn more about IV Extractors →
How They Work Together
The Enhancement Process
- 🔥 Battle Pokémon → Defeat wild or trainer Pokémon
- 💎 Collect Shards → Shards drop based on the defeated Pokémon’s characteristics
- ⚒️ Craft Items → Use shards to create IV Candies or IV Extractors
- 🍬 Enhance Pokémon → Use candies on your Pokémon to improve their IVs
- ⚡ Extract IVs → Use extractors to harvest perfect IVs and create more candies
- 📈 Repeat Process → Continue to maximize your team’s potential
Item Relationship Flow
Battle → Shards → Candies → Enhanced Pokémon
↓
Extractors → Harvest Perfect IVs → More Candies
Compatibility System
The compatibility between shards, candies, extractors, and Pokémon follows a logical system:
Species Shard → Species Candy → Works on that species line
Fire Shard → Fire Candy/Extractor → Works on Fire-type Pokémon
Legendary Shard → Legendary Candy/Extractor → Works on Legendary Pokémon
This system ensures that you need to engage with different types of Pokémon to enhance your entire team effectively.
Quick Reference
Drop Rates (Default)
| Pokémon Category | Drop Chance | Configurable | |——————|————-|————–| | Regular Species | 10% | ✅ | | Type Shards | 5% | ✅ | | Legendary | 100% | ✅ | | Mythical | 100% | ✅ | | Ultra Beast | 100% | ✅ | | Paradox | 100% | ✅ |
All drop rates can be customized in the configuration file.
Crafting Overview
| Recipe Type | Ingredients | Result | |————-|————-|——–| | Basic Candy | 3x Shard (top row) | Random IV Candy | | Super Candy | 8x Shard + 1x Stat Apricorn (center) | Targeted IV Candy | | IV Extractor | 1x Shard + 1x Blaze Rod + 1x Rare Candy | IV Extractor |
For detailed recipes, see the Recipes Guide.
Usage Limits
- Maximum IV Value: 31 (Pokémon standard)
- Enhancement per Use: +1 IV point
- Stack Size: 64 items per stack
- Compatibility: Must match Pokémon type/species/category
Getting Started
For New Players
- Start Simple: Focus on collecting Species Shards from common Pokémon
- Learn Basics: Craft Random IV Candies first to understand the system
- Experiment: Try different shard types and see how they work
- Read Details: Check out the detailed guides for Shards and Candies
For Advanced Users
- Optimize Drop Rates: Customize the configuration for your playstyle
- Plan Your Team: Use Species and Type candies strategically
- Target Builds: Craft Targeted candies for competitive Pokémon
- Farm Efficiently: Focus on Pokémon that drop the shards you need most
Related Documentation
- IV Shards - Complete guide to shard types and drop mechanics
- IV Candies - Detailed candy usage and compatibility information
- IV Extractors - Tools for harvesting and redistributing perfect IVs
- Recipes - All crafting recipes for creating candies and extractors
- Configuration - Customize drop rates and mod behavior
- Commands - Useful in-game commands for testing and management
Technical Overview
Item Registry
Items are registered under the cobblemon_iv_candy
namespace:
- Shards:
cobblemon_iv_candy:shard
- Candies:
cobblemon_iv_candy:candy
- Extractors:
cobblemon_iv_candy:iv_extractor
Data Storage
Items use custom data components to store:
- Type Information: Species ID, elemental type, or special category
- Visual Data: Custom model data for unique appearances
- Compatibility Rules: Logic for determining valid usage
Mod Integration
Full integration with Cobblemon’s systems:
- Pokémon Recognition: Automatically detects all Pokémon types and categories
- IV System: Direct integration with Cobblemon’s IV mechanics
- Save Compatibility: Items persist across world saves and server restarts