# add\_holder\_in\_radius

## `add_holder_in_radius`

**触发效果**

让某个永久技能在你所设置的时长内短暂的触发。

触发的效果将作用于你所在位置一定范围内的所有玩家。\*您可以通过该效果制作给一定范围内玩家添加永久药水效果等效果。

## 配置示例

```yaml
- id: add_holder_in_radius
  args:
    effects: 
      - id: movement_speed_multiplier
        args:
          multiplier: 1.25
    conditions: []
    duration: 300 # 时长，以 tick 为单位
    radius: 5.3 # 距离，以格数为单位
    apply-to-self: false # 是否作用于玩家自己
```


---

# 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/add_holder_in_radius.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.
