# Modificators

Modifiers define additional behavior or bonuses that affect the fishing system. They can be created as standalone modifier files or embedded directly into the configuration of `baits`, `enchantments`, and `custom fishing rods`.

### :blue\_circle: Creating a Modificator

1. Go to the `/lfish menu` and click the `Modificator`.
2. Click `Add` to create a new modificator config.  All treasures files are stored in `server/plugins/LiteFish/modificators`.
3. Modifiers apply to `bait`/`enchantments`/`custom rods`.&#x20;

### Types

#### **Game Size**

Defines the overall length of the mini-game bar.\
A larger size generally makes the interaction slower and more forgiving, while a smaller size makes the game more dynamic and challenging.

#### **Game Speed**

Controls the update speed of the minigame in **game ticks**.\
**20 ticks = 1 second.**\
Higher speed means the bar moves faster.

#### **Player Health**

Represents the player’s life during the minigame.\
When this value reaches **0**, the game ends in failure.

#### **Autofishing**

Automatically triggers a catch attempt when the bobber enters the **BITE** state.\
Useful for automation-oriented gameplay.

#### **Bobber Amount**

Adds additional bobbers for casting.

> Note: The minigame does **not** support simultaneous gameplay for multiple bobbers. Only one can be active.

#### **Item Increase**

Multiplies the number of generated loot rolls.\
For example, if the player receives 5 loot drops while fishing, the system will generate loot **five times**, meaning each roll can produce a different item and rarity.

#### **Luck Increase**

Increases the effective luck applied to the **first half of the drop table**, improving chances of obtaining higher-tier items from that segment.

#### **Drop Health**

Increases the health value of each drop, affecting how much effort is required to secure the catch during the minigame.

#### **Time**

Adjusts the waiting duration before a fish begins biting.\
A lower value makes fish bite sooner; a higher value increases the delay.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://paw-studio.gitbook.io/paw-studio-docs/litefish/modificators.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
