# DataType:buff

This is the type for any buffs currently affecting you, both long duration and short duration buffs.

## Members

This type inherits members from [*spell*](/macroquest/data-types-and-top-level-objects/data-types/datatype-spell.md).

| **Type**                                                                                       | **Member**    | **Description**                                                                                                                                                                                                                  |
| ---------------------------------------------------------------------------------------------- | ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [*int*](/macroquest/data-types-and-top-level-objects/data-types/datatype-int.md)               | **Counters**  | The number of counters added by the buff                                                                                                                                                                                         |
| [*int*](/macroquest/data-types-and-top-level-objects/data-types/datatype-int.md)               | **Dar**       | The remaining damage absorption of the buff (if any). *This is not entirely accurate, it will only show you to the Dar of your spell when it was initially cast, or what it was when you last zoned (whichever is more recent).* |
| [*ticks*](/macroquest/data-types-and-top-level-objects/data-types/datatype-ticks.md)           | **Duration**  | The time remaining before the buff fades (not total duration)                                                                                                                                                                    |
| [*int*](/macroquest/data-types-and-top-level-objects/data-types/datatype-int.md)               | **ID**        | The ID of the buff or shortbuff slot                                                                                                                                                                                             |
| [*int*](/macroquest/data-types-and-top-level-objects/data-types/datatype-int.md)               | **Level**     | The level of the person that cast the buff on you (not the level of the spell)                                                                                                                                                   |
| [*float*](/macroquest/data-types-and-top-level-objects/data-types/datatype-float.md)           | **Mod**       | The modifier to a bard song                                                                                                                                                                                                      |
| [*spell*](/macroquest/data-types-and-top-level-objects/data-types/datatype-spell.md)           | **Spell**     | The spell                                                                                                                                                                                                                        |
| \_\_[*string*](/macroquest/data-types-and-top-level-objects/data-types/datatype-string.md)\_\_ | **To String** | Same as Name                                                                                                                                                                                                                     |

## Methods

| Name       | Action                              |
| ---------- | ----------------------------------- |
| **Remove** | Removes the named/partial name buff |

## Examples

`${Me.Buff[Credence].Remove}`


---

# 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://macroquest.gitbook.io/macroquest/data-types-and-top-level-objects/data-types/datatype-buff.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.
