# Perfect Strike

## Overview

**Gold Fever** introduces a skill-based challenge in the form of the "Perfect Strike". During open-world harvesting, the player will have the option to release the command button for that action within a predefined time frame for increased effect.

{% hint style="info" %}
*Note: Perfect strike is implemented only in situations where a **tool** is used to preform an action.*&#x20;
{% endhint %}

## Outcomes

There are several outcomes that can occur when a perfect strike is engaged, rewarding or punishing the player accordingly based on the situation.&#x20;

* Releasing the left click before the perfect strike is a **fail**
* Releasing the left click during the perfect strike window is a **success**
* Releasing the left click after the perfect strike window is a **partial success**
* Not releasing the left click at all is an **ineffective strike**

<figure><img src="/files/QnWl0jcdgyvVgEeFEBP3" alt=""><figcaption></figcaption></figure>

## Item Durability

When performing actions affected by the perfect strike feature, the stats of the item used will further modify the outcome. Some durability is lost every time an item is used, and it's also true when performing a perfect strike. Although performing a successful perfect strike will have the item lose only half its durability.&#x20;


---

# 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://wiki.goldfever.io/game-features/game-mechanics/perfect-strike.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.
