# Limtierte Gegenstandsnutzung

Einige Gegenstände haben eine eigene Haltbarkeit, welche die Nutzung des Gegenständs beschränkt. Diese Funktioniert ähnlich wie eine normale Haltbarkeit, wird jedoch nur bei der Funktionsnutzung des Gegenstands verbraucht.

Die Gegenstände haben die Haltbarkeit auf dem Item stehen. Im folgenden Beispiel hat der Gegenstand eine maximale Nutzung von 10x, wobei nur noch 8/10 Haltbarkeit vorhanden ist.

<figure><img src="/files/RSOG72kQl6Aid7tl30f5" alt=""><figcaption></figcaption></figure>

Wird die letzte Haltbarkeit (von 1 auf 0) verbraucht, wird der Gegenstand entfernt.

{% hint style="danger" %}
Diese Gegenstände können **nicht** wieder aufgeladen werden (z.B. über Gegenstandsrettung).
{% endhint %}


---

# 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://wiki.griefergames.live/funktionen/features/limtierte-gegenstandsnutzung.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.
