# Alchemist

## Skill list:

* **Duration Extender**: Potions you craft last 30 % longer on drinkers. Works on buffs, cures, and thrown brews alike.
* **Efficient Brewing**: Brews consume 25 % less fuel and finish 20 % faster. Brewing stands suffer 15 % less durability loss.
* **Potion Mastery**: Unlock advanced recipes and tier-two effects. Your potions gain 10 % potency and ignore resistance debuffs.
* **Reagent Saver**: 20 % chance reagents aren’t consumed when brewing completes. Savings can chain, drastically reducing rare material cost.
* **Splash Expert**: Thrown potions explode 30 % wider and apply effects 5 s longer. Direct hits deal 40 % bonus damage.

## Permission:

### `skillfusion.select.alchemist`

## Configuration:

```
  Alchemist:
    DisplayName: "Alchemist"
    Skills:
      SplashExpert:
        DisplayName: "Splash Expert"
        Material: "SPLASH_POTION"
        MaxLevel: 10
        Price:
          BasePrice: 220
          MultiplyByLevel: 1.35
        HowToUse: "Throw splash potions."
        HowItWorks: "Increases splash potion radius by 5% per skill level."

      EfficientBrewing:
        DisplayName: "Efficient Brewing"
        Material: "CAULDRON"
        MaxLevel: 10
        Price:
          BasePrice: 180
          MultiplyByLevel: 1.25
        HowToUse: "Passive skill; affects brewing time."
        HowItWorks: "Reduces brewing time by 5% per skill level."

      ReagentSaver:
        DisplayName: "Reagent Saver"
        Material: "GLASS_BOTTLE"
        MaxLevel: 10
        Price:
          BasePrice: 200
          MultiplyByLevel: 1.3
        HowToUse: "Passive skill; chance activates when brewing."
        HowItWorks: "Chance to not consume ingredients; increases by 2% per level."

      PotionMastery:
        DisplayName: "Potion Mastery"
        Material: "BREWING_STAND"
        MaxLevel: 10
        Price:
          BasePrice: 160
          MultiplyByLevel: 1.2
        HowToUse: "Passive skill; affects brewed potions."
        HowItWorks: "Brews potions with increased effect strength—each /n potion’s amplifier is boosted by your skill level."

      DurationExtender:
        DisplayName: "Duration Extender"
        Material: "REDSTONE"
        MaxLevel: 10
        Price:
          BasePrice: 200
          MultiplyByLevel: 1.3
        HowToUse: "/s extendduration – extends duration of the potion in your main hand."
        HowItWorks: "When you run the command, each effect’s duration/n on the held potion is increased by 10% per skill level."
```
