Описание
# Way Too Many Ingredients
**Way Too Many Ingredients** is an add-on mod for **Cobblemon** that introduces an exciting sandwich-making system to enhance your gameplay experience.
---
## New Content
### Items & Blocks
- **Ingredients & Condiments:** A variety of new items that are essential for sandwich creation.
- **Picnic Tables:** New blocks used specifically for crafting sandwiches.
### Sandwich Mechanics
Craft sandwiches at the **Picnic Table** using bread (standard Minecraft bread), various **Ingredients**, and **Condiments**. Each crafted sandwich grants unique effects that enhance gameplay.
## Sandwich Effects
Sandwiches grant special powers categorized into several types with varying levels from 1 to 3:
- **EGG_POWER** *(Currently Non-functional)*
- **CATCHING_POWER** (Improved catch rates)
- **EXP_POINT_POWER** (Increased experience points)
- **ITEM_DROP_POWER** (Extra item drops)
- **RAID_POWER** *(Currently Non-functional)*
- **SPARKLING_POWER** (Increased shiny Pokémon chance)
- **TITLE_POWER** *(Currently Non-functional)*
- **HUMUNGO_POWER** (Larger Pokémon)
- **TEENSY_POWER** (Smaller Pokémon)
- **ENCOUNTER_POWER** (Increased encounter rates for specific Pokémon types)
Each power has a correlated Pokémon type, enhancing interactions specifically with Pokémon of that type. For example:
- **Catching Power 1 (Grass)**: Easier to catch Pokémon with Grass as a primary or secondary type.
- **EXP Point Power 2 (Normal)**: Gain moderately increased experience when defeating Normal-type Pokémon.
---
## Mod Configuration (Defaults)
### General Settings
- **Effect Duration:** 36000 ticks (30 minutes) for all levels.
- **Max Concurrent Effects:** 3
- **Prevent Eating with Max Effects:** true (prevents sandwich consumption if max effects are active)
### Pokémon Size Modifiers
- **Minimum Size Scale:** 0.8 (80% of default size)
- **Maximum Size Scale:** 1.2 (120% of default size)
### Default Pokémon Size Distribution
| Scale | Probability (%) |
|-------|-----------------|
| XXXS | 0.006 |
| XXS | 2.998 |
| XS | 8.448 |
| S | 19.132 |
| M | 41.8 |
| L | 16.533 |
| XL | 10.447 |
| XXL | 0.63 |
| XXXL | 0.006 |
### Teensy Power Scale Distribution
Increases chance of smaller Pokémon:
| Level | XXXS (%) | XXS (%) | XS (%) | S (%) |
|-------|----------|---------|--------|-------|
| 1 | 0.781 | 24.219 | 47.657 | 27.343|
| 2 | 1.042 | 32.292 | 63.542 | 3.124 |
| 3 | 1.563 | 48.438 | 95.313 | 4.686 |
### Humungo Power Scale Distribution
Increases chance of larger Pokémon:
| Level | L (%) | XL (%) | XXXL (%) |
|-------|-------|--------|----------|
| 1 |25.781 |53.125 |89.063 |
| 2 |1.042 |37.5 |85.417 |
| 3 |0.0 |6.25 |78.125 |
### Encounter Power
Increases chance of forcing spawn Pokémon of a specific type:
- Level 1: 50% chance (x1.5 multiplier)
- Level 2: 75% chance (x1.75 multiplier)
- Level 3: 100% chance (x2 multiplier)
### Sparkling Power
Extra shiny Pokémon rolls per level:
- Level 1: +1 roll
- Level 2: +2 rolls
- Level 3: +3 rolls
### Exp. Point Power
Experience multipliers per level:
- Level 1: x1.1
- Level 2: x1.3
- Level 3: x1.5
### Catching Power
Catch rate multipliers per level:
- Level 1: x1.1
- Level 2: x1.25
- Level 3: x2.0
### Item Drop Power
Extra item drop chance:
- Level 1: 25% increase
- Level 2: 50% increase
- Level 3: 100% increase
---
## New Villager Profession: Sandwich Maker
The **Sandwich Maker** is a new villager type that provides access to all necessary **Ingredients** and **Condiments**, which currently cannot be obtained elsewhere.
To customize Sandwich Maker trades, create or modify:
```
resources/data/wtmi/villager_trades/sandwich_maker_profession_trades.json
```
*(Further details on customizing trades go here.)*
---
## Disclaimer
- **RAID_POWER**, **TITLE_POWER**, and **EGG_POWER** are currently non-functional and do not grant any in-game effects.
- Pokémon naturally spawn with a variety of sizes, and using **Teensy Power** or **Humungo Power** sandwiches allows targeted size hunting.
- Active sandwich effects are displayed similarly to potion effects and are capped at a configured maximum number of concurrent effects.