> For the complete documentation index, see [llms.txt](https://wiki.thescriptersguild.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/skulls-and-sandwiches-cause-shock-damage-on-destruction.md).

# Skulls And Sandwiches Cause Shock Damage On Destruction

<figure><img src="/files/kFsqDSFNa3XnlNitRwNU" alt="Cover image"><figcaption></figcaption></figure>

In Halo Infinite, specific items such as the Generic Skull (also known as the Oddball) and various Sandwich objects exhibit unique properties upon being destroyed. These objects release a shock explosion effect similar to that of the Shock Fusion Coil when their health reaches zero.

## Explosion Mechanics and Property Inheritance

The shock explosion triggered on death is a property tied to the Generic Skull/Oddball object. Other items, such as the Normal Sandwich and Mythic Sandwich, inherit this ability because they are built upon the properties of the Oddball.

### Inherited Shock Effects in Sandwiches

When these objects are destroyed, they release an energy discharge akin to the Shock Fusion Coil's effect.

<figure><img src="/files/D0ZQYzcLWMmNOlyKYGZ0" alt="Cover image"><figcaption></figcaption></figure>

{% file src="/files/lVdKL8gqrhhepdqFGZbZ" %}
This video demonstrates the effect of an object's death causing a shock explosion.
{% endfile %}

## Destruction Methods and Health Management

The default health for the Generic Skull, Normal Sandwich, and Mythic Sandwich is 10,000. There are several ways these objects can be destroyed:

* **Natural Means:** High-velocity impacts or bullet impacts from weaponry.
* **Scripting:** Using the [Damage Object](/scripting/nodes/objects/damage-object.md) node to manually reduce an object's health via logic.

{% hint style="info" %}
The [Set Object Health](/scripting/nodes/objects/set-object-health.md) node can be used during scripting to lower the default 10,000 health value, making objects easier for players to destroy using gunfire.
{% endhint %}

<figure><img src="/files/bmTSuHGSbzCfwMFiZzvf" alt="Cover image"><figcaption></figcaption></figure>

{% file src="/files/pRS3kQ2dP2CvVDRnafmy" %}
This video shows an object being destroyed by gunfire, resulting in a shock explosion.
{% endfile %}

***

## Source Data

* Discord thread: [Skulls And Sandwiches Cause Shock Damage On Destruction](https://discord.com/channels/220766496635224065/1538162365441380473/1538162365441380473)

#### <mark style="color:green;">Contributors</mark>

Okom


---

# 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://wiki.thescriptersguild.com/knowledge/scripting/guides-and-info/skulls-and-sandwiches-cause-shock-damage-on-destruction.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.
