> For the complete documentation index, see [llms.txt](https://wiki.tribals.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.tribals.io/tribals.io-wiki/creatures/animals/bear.md).

# Bear

Their rarity makes them highly valuable encounter for players seeking to challenge themselves and harvest its valuable resources. However, beware of their tenacious nature and extensive attack range, which can make them difficult to escape or defeat.

Bears will aggressively target players, boars, and wolves, but they may abandon their prey if another creature captures their attention or attacks them.

Despite their immense strength and health, Bears have a slower turn speed than other animals in Tribals.io. However, they compensate for this by being able to attack from a greater distance. Additionally, Bears are known to be more persistent in pursuing their targets, taking longer to give up the chase compared to other animals.

There is a unique biological quirk of the Bear: they excrete waste every 16 minutes, leaving a trail of droppings throughout the game world.

### Loot

* 5x - 10x [<img src="/files/sKKtBJOn2uGRRgeNkdLa" alt="Leather" data-size="line">Leather](broken://pages/ObewDTv49nt5lwB3F8za)
* 3x - 20x [<img src="/files/8HrVkDCqYRTxUGci4xT3" alt="Leather" data-size="line">Hide](broken://pages/axUmROFbP9cK8CuzhaAC)
* 3x - 8x [<img src="/files/2psowelxatAOOvnLWL51" alt="Leather" data-size="line">Fat](broken://pages/aa2AWFfj8JFEozcKiIHA)
* 3x - 9x <img src="/files/sWsoHUheObtTzPxDSnM1" alt="Leather" data-size="line">Raw Meat
* 3x - 10x [<img src="/files/4jhr9HSGBUIUoO1Tl2HH" alt="Leather" data-size="line">Bone](broken://pages/LVMWwvsANrH9UvHvtzVi)

<table><thead><tr><th width="318" align="center">Bear</th></tr></thead><tbody><tr><td align="center"><img src="/files/gUoiI0phqtCH3x355g1D" alt=""></td></tr><tr><td align="center">Type: Animal </td></tr><tr><td align="center">Attacks To: Player, Boar, Wolf</td></tr><tr><td align="center">Harvestable: Yes</td></tr><tr><td align="center">Spawn Rarity: Rare</td></tr><tr><td align="center">Radius: 1.5</td></tr><tr><td align="center">Damage Cost: 20</td></tr><tr><td align="center">Tame: Yes</td></tr><tr><td align="center"></td></tr><tr><td align="center"><strong>Stats:</strong></td></tr><tr><td align="center">Health: 100</td></tr><tr><td align="center">Damage: 10</td></tr><tr><td align="center">Speed: 0.1</td></tr><tr><td align="center">Sprint Speed: 0.12</td></tr><tr><td align="center">Sight Distance: 10</td></tr><tr><td align="center">Attack Distance: 3</td></tr><tr><td align="center">Attack Range: 2</td></tr><tr><td align="center">Turn Speed: 0.03</td></tr><tr><td align="center"> Give Up Time: 10 seconds</td></tr><tr><td align="center">Shit Time: 1.6 Minutes</td></tr></tbody></table>


---

# 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://wiki.tribals.io/tribals.io-wiki/creatures/animals/bear.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.
