# Combo Item

**Description:** Item yang menambah kombinasi dari AD,MD, atau Attack Speed pada suatu tower

\[Naming Guide]

| Code Character | Description |
| -------------- | ----------- |
| Combo Item     | C           |
| Attack Damage  | A           |
| Magic Damage   | M           |
| Attack Speed   | S           |

**\[Items List]**

<table><thead><tr><th width="97">Code</th><th>Name</th><th width="181">Description</th><th>Applicable Tower</th><th>Dropped By</th></tr></thead><tbody><tr><td>CAS1</td><td>Wanderer Skull</td><td><p>+5 Magic Damage</p><p>-0.5s Attack Speed</p></td><td>Tower Mage &#x26; Tower Physical</td><td>Drakonid</td></tr><tr><td>CAM1</td><td>Arechid Bloom</td><td>+2 Attack Damage<br>+5 Magic Damage</td><td>Tower Physical</td><td>ALL</td></tr><tr><td>CMS1</td><td>Worker's Blueprint</td><td><p>+5 Attack Damage</p><p>-1s Attack Speed</p></td><td>Tower Physical</td><td>ALL</td></tr><tr><td></td><td></td><td></td><td></td><td></td></tr></tbody></table>

*Referensi / Ilustrasi :*&#x20;

{% content-ref url="/pages/jwE53Tar6qGSsDQZ7CvK" %}
[Art Combo Items](/river-rampart/art/art-combo-items.md)
{% endcontent-ref %}


---

# 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/combo-item.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.
