Pet Potions
# Pet Potions
Pet potions are configured in the ability folder, using the POTION type
# Potion Configuration
# Potion ability configuration
potionAbility:
# Ability type
type: POTION
# Potion effect
effect: SPEED
# Duration in seconds
duration: 60
# Effect amplifier
amplifier: 1
# Trigger chance (0.0-1.0)
chance: 1.0
# Cooldown in seconds
cooldown: 60
# Target: SELF, TARGET, ALL
target: SELF
# Effect range
range: 10
# Supported Potion Effects
| Effect | Description |
|---|---|
| SPEED | Movement speed |
| SLOWNESS | Movement slowness |
| HASTE | Mining speed |
| MINING_FATIGUE | Mining fatigue |
| STRENGTH | Attack damage |
| WEAKNESS | Attack weakness |
| INSTANT_HEALTH | Instant health |
| INSTANT_DAMAGE | Instant damage |
| JUMP_BOOST | Jump height |
| NAUSEA | Nausea effect |
| REGENERATION | Health regeneration |
| RESISTANCE | Damage resistance |
| FIRE_RESISTANCE | Fire resistance |
| WATER_BREATHING | Water breathing |
| INVISIBILITY | Invisibility |
| BLINDNESS | Blindness |
| NIGHT_VISION | Night vision |
| HUNGER | Hunger effect |
| WEAKNESS | Weakness effect |
| POISON | Poison effect |
| WITHER | Wither effect |
| HEALTH_BOOST | Health boost |
| ABSORPTION | Absorption hearts |
| SATURATION | Saturation |
| GLOWING | Glowing effect |
| LEVITATION | Levitation |
| LUCK | Luck effect |
| UNLUCK | Unluck effect |
| SLOW_FALLING | Slow falling |
| CONDUIT_POWER | Conduit power |
| DOLPHINS_GRACE | Dolphin's grace |
| BAD_OMEN | Bad omen |
| HERO_OF_THE_VILLAGE | Hero of the village |
| DARKNESS | Darkness effect |
# Potion Configuration Tips
- Duration: Set appropriate duration based on gameplay balance
- Amplifier: Higher amplifiers provide stronger effects
- Chance: Control how frequently the effect triggers
- Cooldown: Prevent spamming of powerful effects
- Target: Choose appropriate targets for different effects