# Elements

## Game Elements

Pixotchi is designed with thoughtful game elements that each serve a specific function. Here's a closer look at these elements:

### 1. **Sunlight**

* Cost: 13.8 SEED
* Effect: +48 points
* TOD Extension: None

### 2. **Water**

* Cost: 20.7 SEED
* Effect: +12 hours TOD extension
* Points: None

### 3. **Fertilizer**

* Cost: 28.75 SEED
* Effect: +137.5 points
* TOD Extension: None

### 4. **Pollinator**

* Cost: 34.5 SEED
* Effect: +26 hours TOD extension
* Points: None

### 5. **Magic Soil**

* Cost: 48.3 SEED
* Effect: +273 points
* TOD Extension: None

### 6. **Dream Dew**

* Cost: 55 SEED
* Effect: Combined bonus of:
  * +180 points
  * +48 hours TOD extension

### 7. **Botano**

* Cost: 69 SEED
* Effect: +450 points
* TOD Extension: None

### 8. **Moonlight**

* Cost: 78.2 SEED
* Effect: +75 hours TOD extension
* Points: None

### 9. **Botano**

* Cost: 97.75 SEED
* Effect: Combined bonus of:
  * +510 points
  * +72 hours TOD extension


---

# Agent Instructions: 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://doc.pixotchi.tech/game-mechanics/elements.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.
