# Health Types

Health types enable you to set up damageable objects with different properties, and modify the effects of weapon types according to the type of damageable they hit.

For example, a laser weapon might be more effective against a Shield health type, whereas a ballistic weapon might be more effective against an Armor health type.

### Creating Health Types

To create a new health type:

1. Go to the project tab
2. Right click > Create > VSX > Health Type
3. Rename it to whatever you wish
4. Set it as the *Health Type* in the inspector of any Damageable object you wish
5. Set it as the *Health Type* in an entry in the *Damage Override Values* or *Healing Override Values* lists in the inspector of the **Health Modifier** on any weapon you wish.


---

# 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://vsxgames.gitbook.io/universal-vehicle-combat/health-system/health-framework/health-types.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.
