> For the complete documentation index, see [llms.txt](https://novadao.gitbook.io/goobook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://novadao.gitbook.io/goobook/game-mechanics/fruit.md).

# Fruit

Fruit increase your Gooey's Food Store, and Nexus. Rare fruits can also grant a Gooey additional tumbles, along with a bonus multiplier to any future tumbles. Your Gooey's Food Store will deplete at a rate of 0.5 per second.

It's essential to keep your Gooey's Food Store above zero - failure to do so will result in a Nexus reset, back to 1,000 points. Your Gooey's Nexus stat is capped at 2,500, and applies a multiplier to all new tumbles. A low Nexus stat will typically mean a much weaker Gooey offspring!

Finally, your Gooey must have a sufficient Food Store for the length of any quests before embarking.

### Fruit Rarity

Fruit earned from quests have their own rarity/drop percentages, with some fruits only being available on higher tier quests. Typically, the higher tier the quest, the higher the chance is of a rare fruit dropping. For more information, please see our [Questing](/goobook/game-mechanics/questing.md) section.

### Fruit Shop

Fruit can always be purchased directly with $GOO Tokens, and can additionally be purchased with $DOGIRA Tokens during limited-time events, such as Gooeys' launch week.

Any tokens used for purchasing Fruit will be burned - removing them from their respective ecosystems forever, and replacing them with a nice fruit for your Gooey!

| Fruit               | Food Store | Food Store (Hours, approx) | Nexus Bonus | Tumble Stats Bonus | Extra Tumbles | Store Price ($GOO) | Quest Drop Chance |
| ------------------- | ---------- | -------------------------- | ----------- | ------------------ | ------------- | ------------------ | ----------------- |
| Apple               | +13,860    | +7                         | -           | -                  | -             | 3,000 $GOO         | 25%               |
| Orange              | +18,720    | +10                        | +1          | -                  | -             | 4,000 $GOO         | 20%               |
| Banana              | +22,950    | +12                        | +2          | -                  | -             | 4,800 $GOO         | 18%               |
| Strawberry          | +36,000    | +20                        | +4          | -                  | -             | 7,300 $GOO         | 15%               |
| Cherry              | +49,000    | +27                        | +5          | +1%                | -             | 10,000 $GOO        | 10%               |
| Pineapple           | +99,000    | +55                        | +10         | +2%                | -             | 20,000 $GOO        | 5%                |
| Coconut             | +135,000   | +75                        | +15         | +2%                | -             | 27,500 $GOO        | 5%                |
| Foxtail Fruit       | +225,000   | +125                       | +25         | +5%                | -             | 45,000 $GOO        | 0.75%             |
| Pancake Squash      | +280,000   | +155                       | +30         | +10%               | -             | 54,000 $GOO        | 0.6%              |
| Devil's Pomegranate | +400,000   | +220                       | +300        | +18%               | +1            | 800,000 $GOO       | 0.5%              |
| Moondrop Fruit      | +600,000   | +330                       | +600        | +20%               | +2            | 1,550,000 $GOO     | 0.15%             |

### $DOGIRA / $GOO Shop Conversion Rates

As both $DOGIRA and $GOO have fluctuating rates against their respective liquidity pools, converted fruit shop rates for any limited time events will be announced via our [official community platforms](/goobook/gooeys-community.md).


---

# 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://novadao.gitbook.io/goobook/game-mechanics/fruit.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.
