> For the complete documentation index, see [llms.txt](https://docs.department77.com/department-77/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.department77.com/department-77/guides/droids/attributes.md).

# Attributes

Droids have skills and traits, all rated between 0-100. In general, skills help them complete specific missions, and traits usually determine overall behaviour.

<figure><img src="/files/Ipzkqrs9hiK1hxmNMEGL" alt=""><figcaption><p>These attributes are not reflected on-chain yet, but will be in the future</p></figcaption></figure>

## **Skills**

* **Strategy** (primary skill for *bounty missions*)
* **Smuggling** (secondary skill for *scavenging* and *support contracts*)
* **Logic** (secondary skill for *bounty missions*)
* **Hacking** (secondary skill for *bounty missions*)
* **Scavenging** (primary skill for *scavenging*)
* **Damage Modifier** (decides impact of damage - lower is better)
* **Broker Modifier** (primary skill for *broker missions -* higher is better)

Skills can only be increased permanently through training, or temporarily using buffs. Skills are randomised between 1-5 on box fresh base models upon minting one (due to manufacturing variations) and between 5-10 on modified models. Some contraband and specialised models can start on a 10-15 base roll.

## **Traits**

* **Intelligence** (primary skill for *bounty missions*)
* **Mechanical Reliability** (decides recovery speed)
* **Energy Efficiency** (no use yet)
* **Piloting** (primary skill for *ships*)
* **Mechanics** (primary skill for *ships*)
* **Navigation** (primary skill for *ships*)
* **Fuel Mastery** (primary skill for *ships*)

Intelligence, Mechanical Reliability and Energy Efficiency all start on 20 for all models except a few contraband variants, the other traits work like the skills randomisation above. Like skills, traits can only be increased through training or buffs.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.department77.com/department-77/guides/droids/attributes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
