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

# 🔧 Tools System

#### *EcoSpout • EcoScythe • Energy Usage • Weather Integration*

Tools are essential gameplay components in **The CleanupCentr**, enabling players to interact with their crops, manage energy, and progress through the farming cycle.

At launch, all tools are **equal**, ensuring fair gameplay and avoiding pay-to-win mechanics.\
In future updates, optional rarity may be introduced in a **balanced and non-dominant** way.

This page explains each tool, how they work, how they use energy, and how weather affects them.

***

## 🪣 **EcoSpout (Watering Tool)**

The **EcoSpout** is required to water crops.

#### 🌱 **EcoSpout Functions**

* Performs watering actions
* Triggers crop progression
* Consumes CINDER energy
* Applies per-plot cooldown
* Interacts with weather conditions

#### 🔥 **Energy Cost**

EcoSpout uses **CINDER** every time a crop is watered.\
Energy cost may vary slightly based on weather (e.g., lower cost during rain).

#### ⏱️ **Cooldown System**

Each watering triggers a cooldown before the next watering is allowed.

#### 🌦️ **Weather Influence**

Weather modifies watering behavior:

* 🌧️ Rainy → Fewer water cycles required
* ☀️ Sunny → Additional water cycles required
* 🌿 Breezy → Shorter watering cooldown
* ❄️ Cold → Slower crop progression

Watering efficiency becomes part of the player’s farming strategy.

***

## 🔪 **EcoScythe (Harvesting Tool)**

The **EcoScythe** is required to harvest crops and collect TOMATOE rewards.

#### 🌱 **EcoScythe Functions**

* Performs harvest actions
* Converts crop completion into TOMATOE
* Consumes CINDER energy
* Applies harvest cooldown
* Affected by global weather boosts/penalties

#### 🔥 **Energy Cost**

EcoScythe uses **CINDER** every time you harvest.

#### ⏱️ **Cooldown System**

Harvests have a global cooldown that affects each plot after harvesting.

#### 🌦️ **Weather Influence on Harvests**

Harvests receive **boosts or penalties** based on weather:

**Boost Weather (Increases TOMATOE)**

* 🌿 Breezy
* ☀️ Sunny
* 🌤️ Mild
* 🌥️ Cloudy

**Effect:**\
+5% to +15% TOMATOE\
Reduced harvest cooldown

**Penalty Weather (Reduces TOMATOE)**

* ❄️ Cold
* 🌧️ Rainy
* ⛈️ Stormy

**Effect:**\
−5% to −15% TOMATOE\
Longer cooldown\
Higher energy cost

Weather affects *everyone* equally, keeping the system fair.

***

## 🔥 **Energy Consumption (Both Tools)**

Both EcoSpout and EcoScythe use **CINDER** every time they are activated.

Tool actions contribute to the energy cycle:

```
Burn NFTs → Generate CINDER  
Load CINDER via Simple Core  
Simple Core charges the Farm Cell  
EcoSpout + EcoScythe use that energy  
```

Energy consumption keeps the economy stable and encourages recycling of NFTs.

***

## 🔌 **Simple Cores Are Required for Tools to Function**

Tools cannot be used until the Farm Cell has CINDER loaded via a **Simple Core**.

Simple Core is essential for:

* Charging the farm
* Powering all tools
* Making CINDER usable
* Creating NFT utility sinks

Without a Simple Core:\
❌ No watering\
❌ No harvesting\
❌ No TOMATOE generation

***

## ⚖️ **Fairness at Launch (Tools Are Equal)**

To avoid pay-to-win gameplay:

#### ✔ All EcoSpouts are equal

#### ✔ All EcoScythes are equal

#### ✔ No tool rarity at launch

#### ✔ No high-tier tools with massive advantages

#### ✔ Efficiency is based on timing and weather, not wallet size

This gives every player — new or veteran — equal potential to farm.

***

## 🌟 **Future Tool Rarity (Balanced & Optional)**

Rarity will be introduced **later**, but always carefully:

#### Possible Future Rarity Features:

* Slightly faster cooldowns
* Weather resistance (e.g., rain-resistant tools)
* Cosmetic upgrades
* Special farming animations
* Unique crafting or utility recipes

#### Not Allowed (Ever):

* ❌ Yield multipliers
* ❌ Double TOMATOE
* ❌ Tools that overpower others
* ❌ Wallet-based dominance

Rarity adds **depth**, not **disparity**.

***

## 🧱 **Tool Progression & Expansion**

The Tools System is modular and expandable.

Future updates may add:

* Additional tool types
* Weather-specific attachments
* Advanced Simple Cores
* Specialty farm equipment
* Seasonal tool variants
* Partner ecosystem tools

All upcoming tools will follow the **no pay-to-win** philosophy.

***

## ⚠️ **Under Development Notice**

Certain aspects of the Tools System — specifically weather interactions and potential future rarity — are:

#### ▪ Under development

#### ▪ Subject to tuning

#### ▪ May change during testing

#### ▪ Will evolve with farming mechanics

Everything is tested for fairness and stability before release.

***

## 🎯 **Summary**

The Tools System enables all core farming actions in The CleanupCentr:

* **EcoSpout** → Water crops
* **EcoScythe** → Harvest crops
* **Both use CINDER**
* Tools rely on the **Simple Core + Farm Cell** energy system
* Weather provides boosts & penalties
* Launch fairness is guaranteed
* Future rarity adds depth, not power

Tools form a critical part of the farming cycle and connect directly to the broader resource economy.


---

# 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://the-cleanupcentr.gitbook.io/the-cleanupcentr/documentation/tools-system.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.
