> For the complete documentation index, see [llms.txt](https://kinemation.gitbook.io/scriptable-animation-system/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kinemation.gitbook.io/scriptable-animation-system/fundamentals/animator-layers/additive-layer.md).

# Additive Layer

## Description

**Additive Layer** has 2 main functions: weapon recoil and curve-based animations.

Curve-based animations are extracted from the **WeaponBoneAdditive** Game Object, which is animated by the *Animator Controller*:

<figure><img src="/files/GHbtDdFSgX7uaSKxsTdR" alt="" width="418"><figcaption></figcaption></figure>

{% hint style="success" %}
**Tip:** the demo project implements CurveEquip and CurveUnequip motions procedurally using this method. These animations only animate the WeaponBoneAdditive, so they do not affect other bones.
{% endhint %}

The procedural recoil is extracted from the [Recoil Animation](/scriptable-animation-system/recoil-system/recoil-animation.md) component.

## Properties

<figure><img src="/files/ffNgPkL0osoSDEutq6Gm" alt="" width="362"><figcaption><p>Additive Layer Settings.</p></figcaption></figure>

* **Additive Bone**: an element used to extract the additive animation.
* **Interp Speed**: smoothing speed for curve animations.
* **Aiming Input Property**: float property which will scale down effect of curve animations.
* **Ads Scalar**: a multiplier which will scale down the curve animations influence when aiming. It is used to reduce procedural motion when aiming.


---

# 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://kinemation.gitbook.io/scriptable-animation-system/fundamentals/animator-layers/additive-layer.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.
