# Item Mechanics

1. **Item Drop:** Musuh-musuh yang mati mempunyai chance secara random untuk ngedrop suatu item. Ada beberapa item yang hanya bisa didrop oleh enemy tertentu.<br>
2. **Item Inventory:** Item yang didrop bisa di drag dan drop di inventory agar item tersebut tidak menghilang dan bisa dipakai kemudian nanti.<br>
3. **Item Despawn:** Item yang didrop enemy mempunyai durasi waktu 8 detik sampai item tersebut menghilang. Item yang disimpan di inventory atau dipasang pada tower tidak akan menghilang. <br>
4. **Item Discard:** Item yang tersimpan di inventory atau slot tower, bisa dibuang dengan cara drag item tersebut dan drop diluar UI inventory atau UI slot tower.<br>
5. **Item Type:** Item terbagi menjadi 3 jenis yaitu Basic, Combo, dan Special item.
   * Basic: Item yang menambah stat AD atau MD atau Attack Speed pada tower.
   * Combo: Item yang mempunyai kombinasi antar AD, MD, atau Attack Speed pada tower.
   * Special: Item spesial yang memberikan efek crowdcontrol dan efek spesial lainnya.

**\[Item Drop Stats]**

| Item Type | Chance Drop |
| --------- | ----------- |
| Basic     | 5%          |
| Combo     | 2%          |
| Special   | 0.5%        |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://binus-capstone.gitbook.io/river-rampart/item/item-mechanics.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.
