# multiply\_drops

## `multiply_drops`

**触发效果**[**​**](https://plugins.auxilor.io/effects/all-effects/multiply_drops#triggered-effect)

加倍玩家获得的掉落物。需要一个与捡起掉落物有关的触发器。

## 示例配置

```yaml
- id: multiply_drops
  args:
    on_items: # 可选，适用的物品，如果不设置，则适用所有物品
      - diamond
      - emerald
    fortune: 3 # 以时运或者掠夺几级的附魔模拟此次掉落，实现加倍效果
    multiplier: 2 # 直接的加倍效果，与上面选项选择一个填写
```


---

# 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://docs.superiormc.cn/auxilor-plugins/zi-ding-yi-xiao-guo/suo-you-xiao-guo/multiply_drops.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.
